2024-04-24T12:48:59.491 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-24T12:48:59.491 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_adking@teuthology --name adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi --archive /home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671316 --verbose --description orch:cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} -- /home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671316/orig.config.yaml 2024-04-24T12:48:59.539 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-24T12:48:59.637 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671316 branch: wip-adk-testing-2024-04-23-1222 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: '7671316' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-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-23-1222 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: 23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec workunit: branch: wip-adk-testing-2024-04-23-1222 sha1: 23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 6222 sha1: 23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec sleep_before_teardown: 0 subset: 1/16 suite: orch:cephadm suite_branch: wip-adk-testing-2024-04-23-1222 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec targets: smithi086.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBApwDVYG827IwGy3ot7Qb7d+uBtYsRFwX5L9oEJrqYAnWNLT6LYIFkH14PYefaIntPiPiLus2lK8sViB7FBMs1o= smithi144.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL6K6GE+vOE5827ypVGycux3of3XAXHn3l1rfn2eItmieHlM9Uls+/ZK+/AY5pAyi4g8CoKXpIDSoQyMMHChCGA= 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-24_11:41:41 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-24T12:48:59.637 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/qa; will attempt to use it 2024-04-24T12:48:59.638 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/qa/tasks 2024-04-24T12:48:59.638 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-24T12:48:59.642 INFO:teuthology.task.internal:Checking packages... 2024-04-24T12:48:59.666 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec' 2024-04-24T12:48:59.667 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-24T12:48:59.667 INFO:teuthology.packaging:ref: None 2024-04-24T12:48:59.667 INFO:teuthology.packaging:tag: None 2024-04-24T12:48:59.667 INFO:teuthology.packaging:branch: wip-adk-testing-2024-04-23-1222 2024-04-24T12:48:59.667 INFO:teuthology.packaging:sha1: 23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec 2024-04-24T12:48:59.667 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-23-1222 2024-04-24T12:48:59.826 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3259-g23fcfb96-1jammy 2024-04-24T12:48:59.827 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-24T12:48:59.837 INFO:teuthology.task.internal:no buildpackages task found 2024-04-24T12:48:59.837 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-24T12:48:59.876 INFO:teuthology.task.internal:Saving configuration 2024-04-24T12:48:59.892 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-24T12:48:59.901 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-24T12:48:59.929 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi086.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671316', '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-24 12:43:06.853701', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEk/QpD+i4httohxXZwcSw7kaZhAHy71m0ThKMC30SLm'} 2024-04-24T12:48:59.958 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi144.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671316', '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-24 12:43:06.855446', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF3hrsJwgmW/xyUTr3jDC2tx1yh8YRkObFgsSQ8/nBGB'} 2024-04-24T12:48:59.958 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-24T12:48:59.966 INFO:teuthology.task.internal:roles: ubuntu@smithi086.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-04-24T12:48:59.966 INFO:teuthology.task.internal:roles: ubuntu@smithi144.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-04-24T12:48:59.966 INFO:teuthology.run_tasks:Running task console_log... 2024-04-24T12:49:00.080 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f99b7bbe430>, signals=[15]) 2024-04-24T12:49:00.081 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-24T12:49:00.088 INFO:teuthology.task.internal:Opening connections... 2024-04-24T12:49:00.089 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi086.front.sepia.ceph.com 2024-04-24T12:49:00.092 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T12:49:00.175 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi144.front.sepia.ceph.com 2024-04-24T12:49:00.176 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T12:49:00.264 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-24T12:49:00.272 DEBUG:teuthology.orchestra.run.smithi086:> uname -m 2024-04-24T12:49:00.277 INFO:teuthology.orchestra.run.smithi086.stdout:x86_64 2024-04-24T12:49:00.277 DEBUG:teuthology.orchestra.run.smithi086:> cat /etc/os-release 2024-04-24T12:49:00.323 INFO:teuthology.orchestra.run.smithi086.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-24T12:49:00.323 INFO:teuthology.orchestra.run.smithi086.stdout:NAME="Ubuntu" 2024-04-24T12:49:00.324 INFO:teuthology.orchestra.run.smithi086.stdout:VERSION_ID="22.04" 2024-04-24T12:49:00.324 INFO:teuthology.orchestra.run.smithi086.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-24T12:49:00.324 INFO:teuthology.orchestra.run.smithi086.stdout:VERSION_CODENAME=jammy 2024-04-24T12:49:00.324 INFO:teuthology.orchestra.run.smithi086.stdout:ID=ubuntu 2024-04-24T12:49:00.324 INFO:teuthology.orchestra.run.smithi086.stdout:ID_LIKE=debian 2024-04-24T12:49:00.324 INFO:teuthology.orchestra.run.smithi086.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-24T12:49:00.324 INFO:teuthology.orchestra.run.smithi086.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-24T12:49:00.324 INFO:teuthology.orchestra.run.smithi086.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-24T12:49:00.324 INFO:teuthology.orchestra.run.smithi086.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-24T12:49:00.324 INFO:teuthology.orchestra.run.smithi086.stdout:UBUNTU_CODENAME=jammy 2024-04-24T12:49:00.325 INFO:teuthology.lock.ops:Updating smithi086.front.sepia.ceph.com on lock server 2024-04-24T12:49:00.346 DEBUG:teuthology.orchestra.run.smithi144:> uname -m 2024-04-24T12:49:00.351 INFO:teuthology.orchestra.run.smithi144.stdout:x86_64 2024-04-24T12:49:00.351 DEBUG:teuthology.orchestra.run.smithi144:> cat /etc/os-release 2024-04-24T12:49:00.399 INFO:teuthology.orchestra.run.smithi144.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-24T12:49:00.399 INFO:teuthology.orchestra.run.smithi144.stdout:NAME="Ubuntu" 2024-04-24T12:49:00.399 INFO:teuthology.orchestra.run.smithi144.stdout:VERSION_ID="22.04" 2024-04-24T12:49:00.399 INFO:teuthology.orchestra.run.smithi144.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-24T12:49:00.399 INFO:teuthology.orchestra.run.smithi144.stdout:VERSION_CODENAME=jammy 2024-04-24T12:49:00.400 INFO:teuthology.orchestra.run.smithi144.stdout:ID=ubuntu 2024-04-24T12:49:00.400 INFO:teuthology.orchestra.run.smithi144.stdout:ID_LIKE=debian 2024-04-24T12:49:00.400 INFO:teuthology.orchestra.run.smithi144.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-24T12:49:00.400 INFO:teuthology.orchestra.run.smithi144.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-24T12:49:00.400 INFO:teuthology.orchestra.run.smithi144.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-24T12:49:00.400 INFO:teuthology.orchestra.run.smithi144.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-24T12:49:00.400 INFO:teuthology.orchestra.run.smithi144.stdout:UBUNTU_CODENAME=jammy 2024-04-24T12:49:00.400 INFO:teuthology.lock.ops:Updating smithi144.front.sepia.ceph.com on lock server 2024-04-24T12:49:00.421 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-24T12:49:00.429 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-24T12:49:00.434 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-24T12:49:00.434 DEBUG:teuthology.orchestra.run.smithi086:> test '!' -e /home/ubuntu/cephtest 2024-04-24T12:49:00.436 DEBUG:teuthology.orchestra.run.smithi144:> test '!' -e /home/ubuntu/cephtest 2024-04-24T12:49:00.446 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-24T12:49:00.451 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-24T12:49:00.451 DEBUG:teuthology.orchestra.run.smithi086:> test -z $(ls -A /var/lib/ceph) 2024-04-24T12:49:00.484 DEBUG:teuthology.orchestra.run.smithi144:> test -z $(ls -A /var/lib/ceph) 2024-04-24T12:49:00.493 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-24T12:49:00.544 INFO:teuthology.run_tasks:Running task kernel... 2024-04-24T12:49:00.559 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-24T12:49:00.559 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-24T12:49:00.559 DEBUG:teuthology.orchestra.run.smithi086:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-24T12:49:00.560 DEBUG:teuthology.orchestra.run.smithi144:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-24T12:49:00.564 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T12:49:00.564 DEBUG:teuthology.orchestra.run.smithi086:> uname -r 2024-04-24T12:49:00.565 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T12:49:00.565 DEBUG:teuthology.orchestra.run.smithi144:> uname -r 2024-04-24T12:49:00.611 INFO:teuthology.orchestra.run.smithi086.stdout:5.15.0-56-generic 2024-04-24T12:49:00.611 INFO:teuthology.task.kernel:Running kernel on smithi086: 5.15.0-56-generic 2024-04-24T12:49:00.611 DEBUG:teuthology.orchestra.run.smithi086:> sudo apt-get clean 2024-04-24T12:49:00.612 INFO:teuthology.orchestra.run.smithi144.stdout:5.15.0-56-generic 2024-04-24T12:49:00.613 INFO:teuthology.task.kernel:Running kernel on smithi144: 5.15.0-56-generic 2024-04-24T12:49:00.613 DEBUG:teuthology.orchestra.run.smithi144:> sudo apt-get clean 2024-04-24T12:49:00.735 DEBUG:teuthology.orchestra.run.smithi144:> sudo apt-get update 2024-04-24T12:49:00.750 DEBUG:teuthology.orchestra.run.smithi086:> sudo apt-get update 2024-04-24T12:49:00.974 INFO:teuthology.orchestra.run.smithi086.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-24T12:49:01.011 INFO:teuthology.orchestra.run.smithi144.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-24T12:49:01.061 INFO:teuthology.orchestra.run.smithi144.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T12:49:01.062 INFO:teuthology.orchestra.run.smithi086.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T12:49:01.124 INFO:teuthology.orchestra.run.smithi144.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-24T12:49:01.126 INFO:teuthology.orchestra.run.smithi086.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-24T12:49:01.299 INFO:teuthology.orchestra.run.smithi144.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,392 kB] 2024-04-24T12:49:01.306 INFO:teuthology.orchestra.run.smithi086.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-24T12:49:01.433 INFO:teuthology.orchestra.run.smithi086.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,392 kB] 2024-04-24T12:49:01.442 INFO:teuthology.orchestra.run.smithi144.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-24T12:49:01.449 INFO:teuthology.orchestra.run.smithi144.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-24T12:49:01.452 INFO:teuthology.orchestra.run.smithi144.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-24T12:49:01.452 INFO:teuthology.orchestra.run.smithi144.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,768 kB] 2024-04-24T12:49:01.475 INFO:teuthology.orchestra.run.smithi086.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-24T12:49:01.478 INFO:teuthology.orchestra.run.smithi144.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-24T12:49:01.484 INFO:teuthology.orchestra.run.smithi144.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-24T12:49:01.484 INFO:teuthology.orchestra.run.smithi144.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [299 kB] 2024-04-24T12:49:01.489 INFO:teuthology.orchestra.run.smithi144.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-24T12:49:01.489 INFO:teuthology.orchestra.run.smithi144.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-04-24T12:49:01.494 INFO:teuthology.orchestra.run.smithi086.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-24T12:49:01.499 INFO:teuthology.orchestra.run.smithi086.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-24T12:49:01.499 INFO:teuthology.orchestra.run.smithi144.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-24T12:49:01.499 INFO:teuthology.orchestra.run.smithi086.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,768 kB] 2024-04-24T12:49:01.512 INFO:teuthology.orchestra.run.smithi144.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-24T12:49:01.516 INFO:teuthology.orchestra.run.smithi144.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-24T12:49:01.519 INFO:teuthology.orchestra.run.smithi144.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-24T12:49:01.538 INFO:teuthology.orchestra.run.smithi086.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-24T12:49:01.539 INFO:teuthology.orchestra.run.smithi086.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [299 kB] 2024-04-24T12:49:01.546 INFO:teuthology.orchestra.run.smithi086.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-24T12:49:01.546 INFO:teuthology.orchestra.run.smithi086.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-04-24T12:49:01.546 INFO:teuthology.orchestra.run.smithi144.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-24T12:49:01.553 INFO:teuthology.orchestra.run.smithi144.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-24T12:49:01.553 INFO:teuthology.orchestra.run.smithi144.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-24T12:49:01.555 INFO:teuthology.orchestra.run.smithi086.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-24T12:49:01.600 INFO:teuthology.orchestra.run.smithi086.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-24T12:49:01.602 INFO:teuthology.orchestra.run.smithi086.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-24T12:49:01.602 INFO:teuthology.orchestra.run.smithi086.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-24T12:49:01.602 INFO:teuthology.orchestra.run.smithi086.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-24T12:49:01.603 INFO:teuthology.orchestra.run.smithi086.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-24T12:49:01.603 INFO:teuthology.orchestra.run.smithi086.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-24T12:49:01.611 INFO:teuthology.orchestra.run.smithi086.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-24T12:49:01.629 INFO:teuthology.orchestra.run.smithi144.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,610 kB] 2024-04-24T12:49:01.810 INFO:teuthology.orchestra.run.smithi086.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,610 kB] 2024-04-24T12:49:01.939 INFO:teuthology.orchestra.run.smithi144.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-24T12:49:01.960 INFO:teuthology.orchestra.run.smithi086.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-24T12:49:01.976 INFO:teuthology.orchestra.run.smithi086.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-24T12:49:01.976 INFO:teuthology.orchestra.run.smithi086.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-24T12:49:01.978 INFO:teuthology.orchestra.run.smithi086.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-04-24T12:49:01.979 INFO:teuthology.orchestra.run.smithi144.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-24T12:49:01.994 INFO:teuthology.orchestra.run.smithi144.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-24T12:49:01.994 INFO:teuthology.orchestra.run.smithi144.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-24T12:49:01.996 INFO:teuthology.orchestra.run.smithi144.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-04-24T12:49:02.040 INFO:teuthology.orchestra.run.smithi086.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-04-24T12:49:02.047 INFO:teuthology.orchestra.run.smithi086.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-24T12:49:02.057 INFO:teuthology.orchestra.run.smithi144.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-04-24T12:49:02.065 INFO:teuthology.orchestra.run.smithi144.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-24T12:49:02.230 INFO:teuthology.orchestra.run.smithi144.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-24T12:49:02.247 INFO:teuthology.orchestra.run.smithi086.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [700 kB] 2024-04-24T12:49:02.831 INFO:teuthology.orchestra.run.smithi086.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-24T12:49:02.870 INFO:teuthology.orchestra.run.smithi144.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [700 kB] 2024-04-24T12:49:02.908 INFO:teuthology.orchestra.run.smithi144.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-24T12:49:02.921 INFO:teuthology.orchestra.run.smithi144.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-24T12:49:02.922 INFO:teuthology.orchestra.run.smithi144.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-24T12:49:02.925 INFO:teuthology.orchestra.run.smithi144.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-24T12:49:02.925 INFO:teuthology.orchestra.run.smithi144.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-24T12:49:02.926 INFO:teuthology.orchestra.run.smithi144.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-24T12:49:02.926 INFO:teuthology.orchestra.run.smithi144.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-24T12:49:02.942 INFO:teuthology.orchestra.run.smithi086.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-24T12:49:02.952 INFO:teuthology.orchestra.run.smithi144.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-24T12:49:02.955 INFO:teuthology.orchestra.run.smithi144.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-24T12:49:02.963 INFO:teuthology.orchestra.run.smithi086.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-24T12:49:02.966 INFO:teuthology.orchestra.run.smithi086.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-24T12:49:02.967 INFO:teuthology.orchestra.run.smithi086.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-24T12:49:02.968 INFO:teuthology.orchestra.run.smithi086.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-24T12:49:02.968 INFO:teuthology.orchestra.run.smithi086.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-24T12:49:02.969 INFO:teuthology.orchestra.run.smithi086.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-24T12:49:02.973 INFO:teuthology.orchestra.run.smithi086.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-24T12:49:02.977 INFO:teuthology.orchestra.run.smithi086.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-24T12:49:03.120 INFO:teuthology.orchestra.run.smithi144.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-24T12:49:03.142 INFO:teuthology.orchestra.run.smithi086.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-24T12:49:03.202 INFO:teuthology.orchestra.run.smithi144.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-04-24T12:49:03.224 INFO:teuthology.orchestra.run.smithi086.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-04-24T12:49:03.311 INFO:teuthology.orchestra.run.smithi144.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-04-24T12:49:03.333 INFO:teuthology.orchestra.run.smithi086.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-04-24T12:49:03.365 INFO:teuthology.orchestra.run.smithi144.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-24T12:49:03.387 INFO:teuthology.orchestra.run.smithi086.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-24T12:49:03.397 INFO:teuthology.orchestra.run.smithi144.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-24T12:49:03.418 INFO:teuthology.orchestra.run.smithi086.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-24T12:49:07.679 INFO:teuthology.orchestra.run.smithi086.stdout:Fetched 13.2 MB in 3s (5,099 kB/s) 2024-04-24T12:49:07.788 INFO:teuthology.orchestra.run.smithi144.stdout:Fetched 13.2 MB in 3s (5,088 kB/s) 2024-04-24T12:49:09.091 INFO:teuthology.orchestra.run.smithi144.stdout:Reading package lists... 2024-04-24T12:49:09.108 DEBUG:teuthology.orchestra.run.smithi144:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-24T12:49:09.109 INFO:teuthology.orchestra.run.smithi086.stdout:Reading package lists... 2024-04-24T12:49:09.127 DEBUG:teuthology.orchestra.run.smithi086:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-24T12:49:09.160 INFO:teuthology.orchestra.run.smithi144.stdout:Reading package lists... 2024-04-24T12:49:09.232 INFO:teuthology.orchestra.run.smithi086.stdout:Reading package lists... 2024-04-24T12:49:09.338 INFO:teuthology.orchestra.run.smithi144.stdout:Building dependency tree... 2024-04-24T12:49:09.338 INFO:teuthology.orchestra.run.smithi144.stdout:Reading state information... 2024-04-24T12:49:09.438 INFO:teuthology.orchestra.run.smithi086.stdout:Building dependency tree... 2024-04-24T12:49:09.438 INFO:teuthology.orchestra.run.smithi086.stdout:Reading state information... 2024-04-24T12:49:09.491 INFO:teuthology.orchestra.run.smithi144.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T12:49:09.491 INFO:teuthology.orchestra.run.smithi144.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T12:49:09.491 INFO:teuthology.orchestra.run.smithi144.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T12:49:09.492 INFO:teuthology.orchestra.run.smithi144.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T12:49:09.492 INFO:teuthology.orchestra.run.smithi144.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-24T12:49:09.492 INFO:teuthology.orchestra.run.smithi144.stdout: python2.7-minimal 2024-04-24T12:49:09.492 INFO:teuthology.orchestra.run.smithi144.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T12:49:09.493 INFO:teuthology.orchestra.run.smithi144.stdout:The following additional packages will be installed: 2024-04-24T12:49:09.493 INFO:teuthology.orchestra.run.smithi144.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-24T12:49:09.493 INFO:teuthology.orchestra.run.smithi144.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-24T12:49:09.493 INFO:teuthology.orchestra.run.smithi144.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-24T12:49:09.494 INFO:teuthology.orchestra.run.smithi144.stdout:Suggested packages: 2024-04-24T12:49:09.494 INFO:teuthology.orchestra.run.smithi144.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-24T12:49:09.495 INFO:teuthology.orchestra.run.smithi144.stdout:Recommended packages: 2024-04-24T12:49:09.495 INFO:teuthology.orchestra.run.smithi144.stdout: thermald 2024-04-24T12:49:09.549 INFO:teuthology.orchestra.run.smithi144.stdout:The following NEW packages will be installed: 2024-04-24T12:49:09.549 INFO:teuthology.orchestra.run.smithi144.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-24T12:49:09.550 INFO:teuthology.orchestra.run.smithi144.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-24T12:49:09.550 INFO:teuthology.orchestra.run.smithi144.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-24T12:49:09.551 INFO:teuthology.orchestra.run.smithi144.stdout:The following packages will be upgraded: 2024-04-24T12:49:09.551 INFO:teuthology.orchestra.run.smithi144.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-24T12:49:09.604 INFO:teuthology.orchestra.run.smithi086.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T12:49:09.605 INFO:teuthology.orchestra.run.smithi086.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T12:49:09.605 INFO:teuthology.orchestra.run.smithi086.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T12:49:09.605 INFO:teuthology.orchestra.run.smithi086.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T12:49:09.605 INFO:teuthology.orchestra.run.smithi086.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-24T12:49:09.605 INFO:teuthology.orchestra.run.smithi086.stdout: python2.7-minimal 2024-04-24T12:49:09.606 INFO:teuthology.orchestra.run.smithi086.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T12:49:09.606 INFO:teuthology.orchestra.run.smithi086.stdout:The following additional packages will be installed: 2024-04-24T12:49:09.607 INFO:teuthology.orchestra.run.smithi086.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-24T12:49:09.607 INFO:teuthology.orchestra.run.smithi086.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-24T12:49:09.607 INFO:teuthology.orchestra.run.smithi086.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-24T12:49:09.608 INFO:teuthology.orchestra.run.smithi086.stdout:Suggested packages: 2024-04-24T12:49:09.608 INFO:teuthology.orchestra.run.smithi086.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-24T12:49:09.608 INFO:teuthology.orchestra.run.smithi086.stdout:Recommended packages: 2024-04-24T12:49:09.608 INFO:teuthology.orchestra.run.smithi086.stdout: thermald 2024-04-24T12:49:09.656 INFO:teuthology.orchestra.run.smithi086.stdout:The following NEW packages will be installed: 2024-04-24T12:49:09.656 INFO:teuthology.orchestra.run.smithi086.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-24T12:49:09.657 INFO:teuthology.orchestra.run.smithi086.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-24T12:49:09.657 INFO:teuthology.orchestra.run.smithi086.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-24T12:49:09.658 INFO:teuthology.orchestra.run.smithi086.stdout:The following packages will be upgraded: 2024-04-24T12:49:09.658 INFO:teuthology.orchestra.run.smithi086.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-24T12:49:09.729 INFO:teuthology.orchestra.run.smithi144.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-24T12:49:09.730 INFO:teuthology.orchestra.run.smithi144.stdout:Need to get 113 MB of archives. 2024-04-24T12:49:09.730 INFO:teuthology.orchestra.run.smithi144.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-24T12:49:09.730 INFO:teuthology.orchestra.run.smithi144.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-24T12:49:09.837 INFO:teuthology.orchestra.run.smithi086.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-24T12:49:09.837 INFO:teuthology.orchestra.run.smithi086.stdout:Need to get 113 MB of archives. 2024-04-24T12:49:09.837 INFO:teuthology.orchestra.run.smithi086.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-24T12:49:09.837 INFO:teuthology.orchestra.run.smithi086.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-24T12:49:11.188 INFO:teuthology.orchestra.run.smithi086.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-24T12:49:11.373 INFO:teuthology.orchestra.run.smithi144.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-24T12:49:11.578 INFO:teuthology.orchestra.run.smithi086.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-24T12:49:11.704 INFO:teuthology.orchestra.run.smithi144.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-24T12:49:13.778 INFO:teuthology.orchestra.run.smithi086.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-24T12:49:13.778 INFO:teuthology.orchestra.run.smithi086.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-24T12:49:13.779 INFO:teuthology.orchestra.run.smithi086.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-24T12:49:13.867 INFO:teuthology.orchestra.run.smithi144.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-24T12:49:13.868 INFO:teuthology.orchestra.run.smithi144.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-24T12:49:13.868 INFO:teuthology.orchestra.run.smithi144.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-24T12:49:14.510 INFO:teuthology.orchestra.run.smithi086.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-24T12:49:14.591 INFO:teuthology.orchestra.run.smithi086.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-24T12:49:14.898 INFO:teuthology.orchestra.run.smithi144.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-24T12:49:15.017 INFO:teuthology.orchestra.run.smithi086.stdout:Fetched 113 MB in 5s (23.0 MB/s) 2024-04-24T12:49:15.035 INFO:teuthology.orchestra.run.smithi144.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-24T12:49:15.199 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-24T12:49:15.433 INFO:teuthology.orchestra.run.smithi144.stdout:Fetched 113 MB in 5s (20.7 MB/s) 2024-04-24T12:49:15.621 INFO:teuthology.orchestra.run.smithi144.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-24T12:49:17.241 INFO:teuthology.orchestra.run.smithi086.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-24T12:49:17.245 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T12:49:17.363 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T12:49:17.647 INFO:teuthology.orchestra.run.smithi144.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-24T12:49:17.651 INFO:teuthology.orchestra.run.smithi144.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T12:49:17.718 INFO:teuthology.orchestra.run.smithi144.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T12:49:19.906 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-24T12:49:19.927 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T12:49:20.019 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T12:49:20.220 INFO:teuthology.orchestra.run.smithi144.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-24T12:49:20.241 INFO:teuthology.orchestra.run.smithi144.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T12:49:20.312 INFO:teuthology.orchestra.run.smithi144.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T12:49:20.503 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-24T12:49:20.523 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T12:49:20.552 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T12:49:20.806 INFO:teuthology.orchestra.run.smithi144.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-24T12:49:20.827 INFO:teuthology.orchestra.run.smithi144.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T12:49:20.864 INFO:teuthology.orchestra.run.smithi144.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T12:49:27.169 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T12:49:27.258 INFO:teuthology.orchestra.run.smithi144.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T12:49:27.294 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T12:49:27.385 INFO:teuthology.orchestra.run.smithi144.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T12:49:27.660 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T12:49:27.701 INFO:teuthology.orchestra.run.smithi144.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T12:49:27.789 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T12:49:27.822 INFO:teuthology.orchestra.run.smithi144.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T12:49:28.100 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-24T12:49:28.108 INFO:teuthology.orchestra.run.smithi144.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-24T12:49:28.119 INFO:teuthology.orchestra.run.smithi144.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-24T12:49:28.122 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-24T12:49:28.158 INFO:teuthology.orchestra.run.smithi144.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-24T12:49:28.183 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-24T12:49:33.509 INFO:teuthology.orchestra.run.smithi144.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-24T12:49:33.546 INFO:teuthology.orchestra.run.smithi144.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T12:49:33.575 INFO:teuthology.orchestra.run.smithi144.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T12:49:34.136 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-24T12:49:34.173 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T12:49:34.203 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T12:49:36.183 INFO:teuthology.orchestra.run.smithi144.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T12:49:36.731 INFO:teuthology.orchestra.run.smithi144.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T12:49:37.439 INFO:teuthology.orchestra.run.smithi144.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-24T12:49:37.561 INFO:teuthology.orchestra.run.smithi144.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T12:49:37.686 INFO:teuthology.orchestra.run.smithi144.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-24T12:49:37.815 INFO:teuthology.orchestra.run.smithi144.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T12:49:37.821 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T12:49:37.971 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T12:49:38.345 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-24T12:49:38.467 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T12:49:38.618 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-24T12:49:38.747 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T12:49:39.129 INFO:teuthology.orchestra.run.smithi144.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-24T12:49:39.129 INFO:teuthology.orchestra.run.smithi144.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-24T12:49:39.129 INFO:teuthology.orchestra.run.smithi144.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-24T12:49:39.129 INFO:teuthology.orchestra.run.smithi144.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-24T12:49:39.258 INFO:teuthology.orchestra.run.smithi144.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T12:49:40.062 INFO:teuthology.orchestra.run.smithi086.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-24T12:49:40.062 INFO:teuthology.orchestra.run.smithi086.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-24T12:49:40.062 INFO:teuthology.orchestra.run.smithi086.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-24T12:49:40.062 INFO:teuthology.orchestra.run.smithi086.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-24T12:49:40.224 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T12:49:40.644 INFO:teuthology.orchestra.run.smithi144.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T12:49:41.618 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T12:49:42.019 INFO:teuthology.orchestra.run.smithi144.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-24T12:49:42.145 INFO:teuthology.orchestra.run.smithi144.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-24T12:49:42.997 INFO:teuthology.orchestra.run.smithi144.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T12:49:43.072 INFO:teuthology.orchestra.run.smithi144.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-24T12:49:43.072 INFO:teuthology.orchestra.run.smithi144.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-24T12:49:43.476 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-24T12:49:43.602 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-24T12:49:43.729 INFO:teuthology.orchestra.run.smithi086.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T12:49:43.783 INFO:teuthology.orchestra.run.smithi086.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-24T12:49:43.783 INFO:teuthology.orchestra.run.smithi086.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-24T12:49:56.843 INFO:teuthology.orchestra.run.smithi144.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-24T12:49:56.843 INFO:teuthology.orchestra.run.smithi144.stdout:Sourcing file `/etc/default/grub' 2024-04-24T12:49:56.854 INFO:teuthology.orchestra.run.smithi144.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-24T12:49:56.864 INFO:teuthology.orchestra.run.smithi144.stdout:Generating grub configuration file ... 2024-04-24T12:49:57.113 INFO:teuthology.orchestra.run.smithi144.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-24T12:49:57.135 INFO:teuthology.orchestra.run.smithi144.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-24T12:49:57.433 INFO:teuthology.orchestra.run.smithi144.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-24T12:49:57.438 INFO:teuthology.orchestra.run.smithi144.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-24T12:49:57.507 INFO:teuthology.orchestra.run.smithi144.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-24T12:49:57.512 INFO:teuthology.orchestra.run.smithi144.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-24T12:49:57.681 INFO:teuthology.orchestra.run.smithi144.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-24T12:49:57.681 INFO:teuthology.orchestra.run.smithi144.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-24T12:49:57.681 INFO:teuthology.orchestra.run.smithi144.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-24T12:49:57.715 INFO:teuthology.orchestra.run.smithi144.stdout:done 2024-04-24T12:49:57.761 INFO:teuthology.orchestra.run.smithi086.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-24T12:49:57.761 INFO:teuthology.orchestra.run.smithi086.stdout:Sourcing file `/etc/default/grub' 2024-04-24T12:49:57.778 INFO:teuthology.orchestra.run.smithi086.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-24T12:49:57.810 INFO:teuthology.orchestra.run.smithi086.stdout:Generating grub configuration file ... 2024-04-24T12:49:58.098 INFO:teuthology.orchestra.run.smithi086.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-24T12:49:58.116 INFO:teuthology.orchestra.run.smithi086.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-24T12:49:58.177 DEBUG:teuthology.orchestra.run.smithi144:> dpkg -s linux-image-generic 2024-04-24T12:49:58.201 INFO:teuthology.orchestra.run.smithi144.stdout:Package: linux-image-generic 2024-04-24T12:49:58.201 INFO:teuthology.orchestra.run.smithi144.stdout:Status: install ok installed 2024-04-24T12:49:58.201 INFO:teuthology.orchestra.run.smithi144.stdout:Priority: optional 2024-04-24T12:49:58.201 INFO:teuthology.orchestra.run.smithi144.stdout:Section: kernel 2024-04-24T12:49:58.201 INFO:teuthology.orchestra.run.smithi144.stdout:Installed-Size: 21 2024-04-24T12:49:58.201 INFO:teuthology.orchestra.run.smithi144.stdout:Maintainer: Ubuntu Kernel Team 2024-04-24T12:49:58.201 INFO:teuthology.orchestra.run.smithi144.stdout:Architecture: amd64 2024-04-24T12:49:58.201 INFO:teuthology.orchestra.run.smithi144.stdout:Source: linux-meta 2024-04-24T12:49:58.201 INFO:teuthology.orchestra.run.smithi144.stdout:Version: 5.15.0.105.102 2024-04-24T12:49:58.201 INFO:teuthology.orchestra.run.smithi144.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-24T12:49:58.201 INFO:teuthology.orchestra.run.smithi144.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-24T12:49:58.201 INFO:teuthology.orchestra.run.smithi144.stdout:Recommends: thermald 2024-04-24T12:49:58.201 INFO:teuthology.orchestra.run.smithi144.stdout:Description: Generic Linux kernel image 2024-04-24T12:49:58.202 INFO:teuthology.orchestra.run.smithi144.stdout: This package will always depend on the latest generic kernel image 2024-04-24T12:49:58.202 INFO:teuthology.orchestra.run.smithi144.stdout: available. 2024-04-24T12:49:58.202 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-24T12:49:58.202 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-24T12:49:58.202 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-24T12:49:58.202 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-24T12:49:58.202 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi144.front.sepia.ceph.com, path=None, version=distro) 2024-04-24T12:49:58.202 DEBUG:teuthology.orchestra.run.smithi144:> sudo apt-get clean 2024-04-24T12:49:58.364 DEBUG:teuthology.orchestra.run.smithi144:> sudo apt-get update 2024-04-24T12:49:58.436 INFO:teuthology.orchestra.run.smithi086.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-24T12:49:58.441 INFO:teuthology.orchestra.run.smithi086.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-24T12:49:58.496 INFO:teuthology.orchestra.run.smithi144.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T12:49:58.509 INFO:teuthology.orchestra.run.smithi144.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-24T12:49:58.514 INFO:teuthology.orchestra.run.smithi086.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-24T12:49:58.520 INFO:teuthology.orchestra.run.smithi086.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-24T12:49:58.529 INFO:teuthology.orchestra.run.smithi144.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-24T12:49:58.615 INFO:teuthology.orchestra.run.smithi144.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-24T12:49:58.719 INFO:teuthology.orchestra.run.smithi086.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-24T12:49:58.719 INFO:teuthology.orchestra.run.smithi086.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-24T12:49:58.719 INFO:teuthology.orchestra.run.smithi086.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-24T12:49:58.761 INFO:teuthology.orchestra.run.smithi086.stdout:done 2024-04-24T12:49:59.219 DEBUG:teuthology.orchestra.run.smithi086:> dpkg -s linux-image-generic 2024-04-24T12:49:59.234 INFO:teuthology.orchestra.run.smithi086.stdout:Package: linux-image-generic 2024-04-24T12:49:59.235 INFO:teuthology.orchestra.run.smithi086.stdout:Status: install ok installed 2024-04-24T12:49:59.235 INFO:teuthology.orchestra.run.smithi086.stdout:Priority: optional 2024-04-24T12:49:59.235 INFO:teuthology.orchestra.run.smithi086.stdout:Section: kernel 2024-04-24T12:49:59.235 INFO:teuthology.orchestra.run.smithi086.stdout:Installed-Size: 21 2024-04-24T12:49:59.235 INFO:teuthology.orchestra.run.smithi086.stdout:Maintainer: Ubuntu Kernel Team 2024-04-24T12:49:59.235 INFO:teuthology.orchestra.run.smithi086.stdout:Architecture: amd64 2024-04-24T12:49:59.235 INFO:teuthology.orchestra.run.smithi086.stdout:Source: linux-meta 2024-04-24T12:49:59.235 INFO:teuthology.orchestra.run.smithi086.stdout:Version: 5.15.0.105.102 2024-04-24T12:49:59.235 INFO:teuthology.orchestra.run.smithi086.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-24T12:49:59.235 INFO:teuthology.orchestra.run.smithi086.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-24T12:49:59.235 INFO:teuthology.orchestra.run.smithi086.stdout:Recommends: thermald 2024-04-24T12:49:59.235 INFO:teuthology.orchestra.run.smithi086.stdout:Description: Generic Linux kernel image 2024-04-24T12:49:59.236 INFO:teuthology.orchestra.run.smithi086.stdout: This package will always depend on the latest generic kernel image 2024-04-24T12:49:59.236 INFO:teuthology.orchestra.run.smithi086.stdout: available. 2024-04-24T12:49:59.236 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-24T12:49:59.236 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-24T12:49:59.236 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-24T12:49:59.236 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-24T12:49:59.236 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi086.front.sepia.ceph.com, path=None, version=distro) 2024-04-24T12:49:59.236 DEBUG:teuthology.orchestra.run.smithi086:> sudo apt-get clean 2024-04-24T12:49:59.428 DEBUG:teuthology.orchestra.run.smithi086:> sudo apt-get update 2024-04-24T12:49:59.560 INFO:teuthology.orchestra.run.smithi086.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-24T12:49:59.675 INFO:teuthology.orchestra.run.smithi086.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T12:49:59.758 INFO:teuthology.orchestra.run.smithi086.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-24T12:49:59.827 INFO:teuthology.orchestra.run.smithi144.stdout:Reading package lists... 2024-04-24T12:49:59.836 INFO:teuthology.orchestra.run.smithi086.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-24T12:49:59.845 DEBUG:teuthology.orchestra.run.smithi144:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-24T12:49:59.905 INFO:teuthology.orchestra.run.smithi144.stdout:Reading package lists... 2024-04-24T12:50:00.100 INFO:teuthology.orchestra.run.smithi144.stdout:Building dependency tree... 2024-04-24T12:50:00.101 INFO:teuthology.orchestra.run.smithi144.stdout:Reading state information... 2024-04-24T12:50:00.278 INFO:teuthology.orchestra.run.smithi144.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-24T12:50:00.278 INFO:teuthology.orchestra.run.smithi144.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T12:50:00.278 INFO:teuthology.orchestra.run.smithi144.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T12:50:00.278 INFO:teuthology.orchestra.run.smithi144.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T12:50:00.278 INFO:teuthology.orchestra.run.smithi144.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T12:50:00.278 INFO:teuthology.orchestra.run.smithi144.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-24T12:50:00.279 INFO:teuthology.orchestra.run.smithi144.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-24T12:50:00.279 INFO:teuthology.orchestra.run.smithi144.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T12:50:00.316 INFO:teuthology.orchestra.run.smithi144.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-24T12:50:00.317 DEBUG:teuthology.orchestra.run.smithi144:> dpkg -s linux-image-generic 2024-04-24T12:50:00.329 INFO:teuthology.orchestra.run.smithi144.stdout:Package: linux-image-generic 2024-04-24T12:50:00.329 INFO:teuthology.orchestra.run.smithi144.stdout:Status: install ok installed 2024-04-24T12:50:00.329 INFO:teuthology.orchestra.run.smithi144.stdout:Priority: optional 2024-04-24T12:50:00.329 INFO:teuthology.orchestra.run.smithi144.stdout:Section: kernel 2024-04-24T12:50:00.329 INFO:teuthology.orchestra.run.smithi144.stdout:Installed-Size: 21 2024-04-24T12:50:00.329 INFO:teuthology.orchestra.run.smithi144.stdout:Maintainer: Ubuntu Kernel Team 2024-04-24T12:50:00.329 INFO:teuthology.orchestra.run.smithi144.stdout:Architecture: amd64 2024-04-24T12:50:00.330 INFO:teuthology.orchestra.run.smithi144.stdout:Source: linux-meta 2024-04-24T12:50:00.330 INFO:teuthology.orchestra.run.smithi144.stdout:Version: 5.15.0.105.102 2024-04-24T12:50:00.330 INFO:teuthology.orchestra.run.smithi144.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-24T12:50:00.330 INFO:teuthology.orchestra.run.smithi144.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-24T12:50:00.330 INFO:teuthology.orchestra.run.smithi144.stdout:Recommends: thermald 2024-04-24T12:50:00.330 INFO:teuthology.orchestra.run.smithi144.stdout:Description: Generic Linux kernel image 2024-04-24T12:50:00.330 INFO:teuthology.orchestra.run.smithi144.stdout: This package will always depend on the latest generic kernel image 2024-04-24T12:50:00.330 INFO:teuthology.orchestra.run.smithi144.stdout: available. 2024-04-24T12:50:00.330 DEBUG:teuthology.orchestra.run.smithi144:> mktemp 2024-04-24T12:50:00.375 INFO:teuthology.orchestra.run.smithi144.stdout:/tmp/tmp.19Iwe3OAuW 2024-04-24T12:50:00.375 DEBUG:teuthology.orchestra.run.smithi144:> sudo cp /boot/grub/grub.cfg /tmp/tmp.19Iwe3OAuW 2024-04-24T12:50:00.431 DEBUG:teuthology.orchestra.run.smithi144:> sudo chmod 0666 /tmp/tmp.19Iwe3OAuW 2024-04-24T12:50:00.559 DEBUG:teuthology.orchestra.remote:smithi144:/tmp/tmp.19Iwe3OAuW is 10KB 2024-04-24T12:50:00.570 DEBUG:teuthology.orchestra.run.smithi144:> rm -fr /tmp/tmp.19Iwe3OAuW 2024-04-24T12:50:00.575 DEBUG:teuthology.orchestra.run.smithi144:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-24T12:50:00.630 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-04-24T12:50:00.630 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-24T12:50:00.631 DEBUG:teuthology.orchestra.run.smithi144:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-24T12:50:00.698 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-24T12:50:00.699 DEBUG:teuthology.orchestra.run.smithi144:> sudo update-grub 2024-04-24T12:50:00.948 INFO:teuthology.orchestra.run.smithi086.stdout:Reading package lists... 2024-04-24T12:50:00.965 DEBUG:teuthology.orchestra.run.smithi086:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-24T12:50:01.015 INFO:teuthology.orchestra.run.smithi086.stdout:Reading package lists... 2024-04-24T12:50:01.192 INFO:teuthology.orchestra.run.smithi086.stdout:Building dependency tree... 2024-04-24T12:50:01.192 INFO:teuthology.orchestra.run.smithi086.stdout:Reading state information... 2024-04-24T12:50:01.349 INFO:teuthology.orchestra.run.smithi086.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-24T12:50:01.350 INFO:teuthology.orchestra.run.smithi086.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T12:50:01.350 INFO:teuthology.orchestra.run.smithi086.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T12:50:01.350 INFO:teuthology.orchestra.run.smithi086.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T12:50:01.350 INFO:teuthology.orchestra.run.smithi086.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T12:50:01.350 INFO:teuthology.orchestra.run.smithi086.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-24T12:50:01.350 INFO:teuthology.orchestra.run.smithi086.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-24T12:50:01.350 INFO:teuthology.orchestra.run.smithi086.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T12:50:01.388 INFO:teuthology.orchestra.run.smithi086.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-24T12:50:01.390 DEBUG:teuthology.orchestra.run.smithi086:> dpkg -s linux-image-generic 2024-04-24T12:50:01.455 INFO:teuthology.orchestra.run.smithi086.stdout:Package: linux-image-generic 2024-04-24T12:50:01.455 INFO:teuthology.orchestra.run.smithi086.stdout:Status: install ok installed 2024-04-24T12:50:01.455 INFO:teuthology.orchestra.run.smithi086.stdout:Priority: optional 2024-04-24T12:50:01.455 INFO:teuthology.orchestra.run.smithi086.stdout:Section: kernel 2024-04-24T12:50:01.455 INFO:teuthology.orchestra.run.smithi086.stdout:Installed-Size: 21 2024-04-24T12:50:01.455 INFO:teuthology.orchestra.run.smithi086.stdout:Maintainer: Ubuntu Kernel Team 2024-04-24T12:50:01.456 INFO:teuthology.orchestra.run.smithi086.stdout:Architecture: amd64 2024-04-24T12:50:01.456 INFO:teuthology.orchestra.run.smithi086.stdout:Source: linux-meta 2024-04-24T12:50:01.456 INFO:teuthology.orchestra.run.smithi086.stdout:Version: 5.15.0.105.102 2024-04-24T12:50:01.456 INFO:teuthology.orchestra.run.smithi086.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-24T12:50:01.456 INFO:teuthology.orchestra.run.smithi086.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-24T12:50:01.456 INFO:teuthology.orchestra.run.smithi086.stdout:Recommends: thermald 2024-04-24T12:50:01.456 INFO:teuthology.orchestra.run.smithi086.stdout:Description: Generic Linux kernel image 2024-04-24T12:50:01.456 INFO:teuthology.orchestra.run.smithi086.stdout: This package will always depend on the latest generic kernel image 2024-04-24T12:50:01.456 INFO:teuthology.orchestra.run.smithi086.stdout: available. 2024-04-24T12:50:01.456 DEBUG:teuthology.orchestra.run.smithi086:> mktemp 2024-04-24T12:50:01.507 INFO:teuthology.orchestra.run.smithi086.stdout:/tmp/tmp.iOZdXuggsI 2024-04-24T12:50:01.508 DEBUG:teuthology.orchestra.run.smithi086:> sudo cp /boot/grub/grub.cfg /tmp/tmp.iOZdXuggsI 2024-04-24T12:50:01.563 DEBUG:teuthology.orchestra.run.smithi086:> sudo chmod 0666 /tmp/tmp.iOZdXuggsI 2024-04-24T12:50:01.698 DEBUG:teuthology.orchestra.remote:smithi086:/tmp/tmp.iOZdXuggsI is 10KB 2024-04-24T12:50:01.716 DEBUG:teuthology.orchestra.run.smithi086:> rm -fr /tmp/tmp.iOZdXuggsI 2024-04-24T12:50:01.725 DEBUG:teuthology.orchestra.run.smithi086:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-24T12:50:01.778 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-04-24T12:50:01.778 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-24T12:50:01.778 DEBUG:teuthology.orchestra.run.smithi086:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-24T12:50:01.884 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-24T12:50:01.884 DEBUG:teuthology.orchestra.run.smithi086:> sudo update-grub 2024-04-24T12:50:01.896 INFO:teuthology.orchestra.run.smithi144.stderr:Sourcing file `/etc/default/grub' 2024-04-24T12:50:01.897 INFO:teuthology.orchestra.run.smithi144.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-24T12:50:01.899 INFO:teuthology.orchestra.run.smithi144.stderr:Generating grub configuration file ... 2024-04-24T12:50:02.093 INFO:teuthology.orchestra.run.smithi144.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-24T12:50:02.099 INFO:teuthology.orchestra.run.smithi144.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-24T12:50:02.318 INFO:teuthology.orchestra.run.smithi144.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-24T12:50:02.323 INFO:teuthology.orchestra.run.smithi144.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-24T12:50:02.361 INFO:teuthology.orchestra.run.smithi144.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-24T12:50:02.366 INFO:teuthology.orchestra.run.smithi144.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-24T12:50:02.476 INFO:teuthology.orchestra.run.smithi144.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-24T12:50:02.476 INFO:teuthology.orchestra.run.smithi144.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-24T12:50:02.476 INFO:teuthology.orchestra.run.smithi144.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-24T12:50:02.499 INFO:teuthology.orchestra.run.smithi144.stderr:done 2024-04-24T12:50:02.508 DEBUG:teuthology.orchestra.run.smithi144:> sudo shutdown -r now 2024-04-24T12:50:03.220 INFO:teuthology.orchestra.run.smithi086.stderr:Sourcing file `/etc/default/grub' 2024-04-24T12:50:03.221 INFO:teuthology.orchestra.run.smithi086.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-24T12:50:03.225 INFO:teuthology.orchestra.run.smithi086.stderr:Generating grub configuration file ... 2024-04-24T12:50:03.426 INFO:teuthology.orchestra.run.smithi086.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-24T12:50:03.433 INFO:teuthology.orchestra.run.smithi086.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-24T12:50:03.663 INFO:teuthology.orchestra.run.smithi086.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-24T12:50:03.667 INFO:teuthology.orchestra.run.smithi086.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-24T12:50:03.706 INFO:teuthology.orchestra.run.smithi086.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-24T12:50:03.711 INFO:teuthology.orchestra.run.smithi086.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-24T12:50:03.811 INFO:teuthology.orchestra.run.smithi086.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-24T12:50:03.811 INFO:teuthology.orchestra.run.smithi086.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-24T12:50:03.811 INFO:teuthology.orchestra.run.smithi086.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-24T12:50:03.843 INFO:teuthology.orchestra.run.smithi086.stderr:done 2024-04-24T12:50:03.852 DEBUG:teuthology.orchestra.run.smithi086:> sudo shutdown -r now 2024-04-24T12:50:32.531 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-24T12:50:32.532 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi144.front.sepia.ceph.com' 2024-04-24T12:50:32.533 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T12:50:33.856 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-24T12:50:33.856 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-04-24T12:50:33.857 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T12:50:52.318 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.86 2024-04-24T12:51:01.324 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-04-24T12:51:01.325 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T12:51:04.382 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.86 2024-04-24T12:51:16.383 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-04-24T12:51:16.384 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T12:51:32.546 DEBUG:teuthology.orchestra.remote:timed out 2024-04-24T12:51:41.556 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi144.front.sepia.ceph.com' 2024-04-24T12:51:41.557 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T12:51:42.821 DEBUG:teuthology.orchestra.run.smithi144:> true 2024-04-24T12:51:43.570 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi144.front.sepia.ceph.com' 2024-04-24T12:51:43.570 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-105-generic"... 2024-04-24T12:51:43.571 DEBUG:teuthology.orchestra.run.smithi144:> uname -r 2024-04-24T12:51:43.576 INFO:teuthology.orchestra.run.smithi144.stdout:5.15.0-105-generic 2024-04-24T12:51:43.576 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-24T12:51:43.576 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-24T12:51:43.576 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-24T12:51:44.577 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-24T12:51:44.578 DEBUG:teuthology.orchestra.run.smithi144:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-24T12:51:44.720 INFO:teuthology.orchestra.run.smithi144.stdout:ttyS1 2024-04-24T12:51:44.748 DEBUG:teuthology.parallel:result is None 2024-04-24T12:51:48.244 ERROR:teuthology.orchestra.connection:Error authenticating with smithi086.front.sepia.ceph.com: SSHException('No existing session') (No SSH private key found!) Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/connection.py", line 106, in connect ssh.connect(**connect_args) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/virtualenv/lib/python3.8/site-packages/paramiko/client.py", line 485, in connect self._auth( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/virtualenv/lib/python3.8/site-packages/paramiko/client.py", line 818, in _auth raise saved_exception File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/virtualenv/lib/python3.8/site-packages/paramiko/client.py", line 794, in _auth self._transport.auth_publickey(username, key) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/virtualenv/lib/python3.8/site-packages/paramiko/transport.py", line 1664, in auth_publickey raise SSHException("No existing session") paramiko.ssh_exception.SSHException: No existing session 2024-04-24T12:51:52.324 DEBUG:teuthology.orchestra.run.smithi086:> true 2024-04-24T12:51:53.201 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-04-24T12:51:53.201 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-105-generic"... 2024-04-24T12:51:53.201 DEBUG:teuthology.orchestra.run.smithi086:> uname -r 2024-04-24T12:51:53.249 INFO:teuthology.orchestra.run.smithi086.stdout:5.15.0-105-generic 2024-04-24T12:51:53.249 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-24T12:51:53.250 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-24T12:51:53.250 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-24T12:51:54.251 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-24T12:51:54.251 DEBUG:teuthology.orchestra.run.smithi086:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-24T12:51:54.331 INFO:teuthology.orchestra.run.smithi086.stdout:ttyS1 2024-04-24T12:51:54.363 DEBUG:teuthology.parallel:result is None 2024-04-24T12:51:54.364 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-24T12:51:54.371 INFO:teuthology.task.internal:Creating test directory... 2024-04-24T12:51:54.371 DEBUG:teuthology.orchestra.run.smithi086:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-24T12:51:54.374 DEBUG:teuthology.orchestra.run.smithi144:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-24T12:51:54.380 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-24T12:51:54.387 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-24T12:51:54.397 INFO:teuthology.task.internal:Creating archive directory... 2024-04-24T12:51:54.397 DEBUG:teuthology.orchestra.run.smithi086:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-24T12:51:54.422 DEBUG:teuthology.orchestra.run.smithi144:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-24T12:51:54.445 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-24T12:51:54.452 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-24T12:51:54.452 DEBUG:teuthology.orchestra.run.smithi086:> 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-24T12:51:54.475 DEBUG:teuthology.orchestra.run.smithi144:> 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-24T12:51:54.505 INFO:teuthology.orchestra.run.smithi144.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T12:51:54.507 INFO:teuthology.orchestra.run.smithi086.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T12:51:54.513 INFO:teuthology.orchestra.run.smithi144.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T12:51:54.514 INFO:teuthology.orchestra.run.smithi086.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T12:51:54.516 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-24T12:51:54.523 INFO:teuthology.task.internal:Configuring sudo... 2024-04-24T12:51:54.523 DEBUG:teuthology.orchestra.run.smithi086:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-24T12:51:54.558 DEBUG:teuthology.orchestra.run.smithi144:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-24T12:51:54.571 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-24T12:51:54.594 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-24T12:51:54.594 DEBUG:teuthology.orchestra.run.smithi086:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-24T12:51:54.615 DEBUG:teuthology.orchestra.run.smithi144:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-24T12:51:54.620 DEBUG:teuthology.orchestra.run.smithi086:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-24T12:51:54.666 DEBUG:teuthology.orchestra.run.smithi086:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-24T12:51:54.715 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-04-24T12:51:54.715 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-24T12:51:54.779 DEBUG:teuthology.orchestra.run.smithi144:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-24T12:51:54.785 DEBUG:teuthology.orchestra.run.smithi144:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-24T12:51:54.831 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-04-24T12:51:54.832 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-24T12:51:54.905 DEBUG:teuthology.orchestra.run.smithi086:> sudo service rsyslog restart 2024-04-24T12:51:54.907 DEBUG:teuthology.orchestra.run.smithi144:> sudo service rsyslog restart 2024-04-24T12:51:54.976 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-24T12:51:54.984 INFO:teuthology.task.internal:Starting timer... 2024-04-24T12:51:54.984 INFO:teuthology.run_tasks:Running task pcp... 2024-04-24T12:51:54.993 INFO:teuthology.run_tasks:Running task selinux... 2024-04-24T12:51:55.004 DEBUG:teuthology.task.selinux:Excluding smithi086: OS 'ubuntu' does not support SELinux 2024-04-24T12:51:55.004 DEBUG:teuthology.task.selinux:Excluding smithi144: OS 'ubuntu' does not support SELinux 2024-04-24T12:51:55.005 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-24T12:51:55.005 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-24T12:51:55.005 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-24T12:51:55.005 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-24T12:51:55.020 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-24T12:51:55.025 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-24T12:51:55.260 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-24T12:51:55.320 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-24T12:51:55.337 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi086.front.sepia.ceph.com,smithi144.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-24T12:58:56.316 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi086.front.sepia.ceph.com'), Remote(name='ubuntu@smithi144.front.sepia.ceph.com')] 2024-04-24T12:58:56.317 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-04-24T12:58:56.319 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T12:58:56.401 DEBUG:teuthology.orchestra.run.smithi086:> true 2024-04-24T12:58:56.479 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-04-24T12:58:56.479 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi144.front.sepia.ceph.com' 2024-04-24T12:58:56.480 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T12:58:56.561 DEBUG:teuthology.orchestra.run.smithi144:> true 2024-04-24T12:58:56.642 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi144.front.sepia.ceph.com' 2024-04-24T12:58:56.643 INFO:teuthology.run_tasks:Running task clock... 2024-04-24T12:58:56.653 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-24T12:58:56.653 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-24T12:58:56.653 DEBUG:teuthology.orchestra.run.smithi086:> 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-24T12:58:56.656 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-24T12:58:56.656 DEBUG:teuthology.orchestra.run.smithi144:> 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-24T12:58:56.682 INFO:teuthology.orchestra.run.smithi086.stdout:24 Apr 12:58:56 ntpd[17237]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-24T12:58:56.682 INFO:teuthology.orchestra.run.smithi086.stdout:24 Apr 12:58:56 ntpd[17237]: Command line: ntpd -gq 2024-04-24T12:58:56.683 INFO:teuthology.orchestra.run.smithi086.stdout:24 Apr 12:58:56 ntpd[17237]: ---------------------------------------------------- 2024-04-24T12:58:56.683 INFO:teuthology.orchestra.run.smithi086.stdout:24 Apr 12:58:56 ntpd[17237]: ntp-4 is maintained by Network Time Foundation, 2024-04-24T12:58:56.683 INFO:teuthology.orchestra.run.smithi086.stdout:24 Apr 12:58:56 ntpd[17237]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-24T12:58:56.683 INFO:teuthology.orchestra.run.smithi086.stdout:24 Apr 12:58:56 ntpd[17237]: corporation. Support and training for ntp-4 are 2024-04-24T12:58:56.683 INFO:teuthology.orchestra.run.smithi086.stdout:24 Apr 12:58:56 ntpd[17237]: available at https://www.nwtime.org/support 2024-04-24T12:58:56.683 INFO:teuthology.orchestra.run.smithi086.stdout:24 Apr 12:58:56 ntpd[17237]: ---------------------------------------------------- 2024-04-24T12:58:56.683 INFO:teuthology.orchestra.run.smithi086.stdout:24 Apr 12:58:56 ntpd[17237]: proto: precision = 0.043 usec (-24) 2024-04-24T12:58:56.684 INFO:teuthology.orchestra.run.smithi086.stdout:24 Apr 12:58:56 ntpd[17237]: basedate set to 2022-02-04 2024-04-24T12:58:56.684 INFO:teuthology.orchestra.run.smithi086.stdout:24 Apr 12:58:56 ntpd[17237]: gps base set to 2022-02-06 (week 2196) 2024-04-24T12:58:56.684 INFO:teuthology.orchestra.run.smithi086.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-24T12:58:56.685 INFO:teuthology.orchestra.run.smithi086.stdout:24 Apr 12:58:56 ntpd[17237]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-24T12:58:56.685 INFO:teuthology.orchestra.run.smithi086.stdout:24 Apr 12:58:56 ntpd[17237]: restrict ::: KOD does nothing without LIMITED. 2024-04-24T12:58:56.685 INFO:teuthology.orchestra.run.smithi086.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-24T12:58:56.686 INFO:teuthology.orchestra.run.smithi086.stdout:24 Apr 12:58:56 ntpd[17237]: Listen and drop on 0 v6wildcard [::]:123 2024-04-24T12:58:56.686 INFO:teuthology.orchestra.run.smithi086.stdout:24 Apr 12:58:56 ntpd[17237]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-24T12:58:56.687 INFO:teuthology.orchestra.run.smithi086.stdout:24 Apr 12:58:56 ntpd[17237]: Listen normally on 2 lo 127.0.0.1:123 2024-04-24T12:58:56.687 INFO:teuthology.orchestra.run.smithi086.stdout:24 Apr 12:58:56 ntpd[17237]: Listen normally on 3 enp3s0f1 172.21.15.86:123 2024-04-24T12:58:56.687 INFO:teuthology.orchestra.run.smithi086.stdout:24 Apr 12:58:56 ntpd[17237]: Listen normally on 4 lo [::1]:123 2024-04-24T12:58:56.687 INFO:teuthology.orchestra.run.smithi086.stdout:24 Apr 12:58:56 ntpd[17237]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d809%5]:123 2024-04-24T12:58:56.687 INFO:teuthology.orchestra.run.smithi086.stdout:24 Apr 12:58:56 ntpd[17237]: Listening on routing socket on fd #22 for interface updates 2024-04-24T12:58:56.713 INFO:teuthology.orchestra.run.smithi144.stdout:24 Apr 12:58:56 ntpd[17222]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-24T12:58:56.713 INFO:teuthology.orchestra.run.smithi144.stdout:24 Apr 12:58:56 ntpd[17222]: Command line: ntpd -gq 2024-04-24T12:58:56.713 INFO:teuthology.orchestra.run.smithi144.stdout:24 Apr 12:58:56 ntpd[17222]: ---------------------------------------------------- 2024-04-24T12:58:56.713 INFO:teuthology.orchestra.run.smithi144.stdout:24 Apr 12:58:56 ntpd[17222]: ntp-4 is maintained by Network Time Foundation, 2024-04-24T12:58:56.713 INFO:teuthology.orchestra.run.smithi144.stdout:24 Apr 12:58:56 ntpd[17222]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-24T12:58:56.713 INFO:teuthology.orchestra.run.smithi144.stdout:24 Apr 12:58:56 ntpd[17222]: corporation. Support and training for ntp-4 are 2024-04-24T12:58:56.713 INFO:teuthology.orchestra.run.smithi144.stdout:24 Apr 12:58:56 ntpd[17222]: available at https://www.nwtime.org/support 2024-04-24T12:58:56.713 INFO:teuthology.orchestra.run.smithi144.stdout:24 Apr 12:58:56 ntpd[17222]: ---------------------------------------------------- 2024-04-24T12:58:56.714 INFO:teuthology.orchestra.run.smithi144.stdout:24 Apr 12:58:56 ntpd[17222]: proto: precision = 0.060 usec (-24) 2024-04-24T12:58:56.714 INFO:teuthology.orchestra.run.smithi144.stdout:24 Apr 12:58:56 ntpd[17222]: basedate set to 2022-02-04 2024-04-24T12:58:56.714 INFO:teuthology.orchestra.run.smithi144.stdout:24 Apr 12:58:56 ntpd[17222]: gps base set to 2022-02-06 (week 2196) 2024-04-24T12:58:56.714 INFO:teuthology.orchestra.run.smithi144.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-24T12:58:56.715 INFO:teuthology.orchestra.run.smithi144.stdout:24 Apr 12:58:56 ntpd[17222]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-24T12:58:56.715 INFO:teuthology.orchestra.run.smithi144.stdout:24 Apr 12:58:56 ntpd[17222]: restrict ::: KOD does nothing without LIMITED. 2024-04-24T12:58:56.715 INFO:teuthology.orchestra.run.smithi144.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-24T12:58:56.716 INFO:teuthology.orchestra.run.smithi144.stdout:24 Apr 12:58:56 ntpd[17222]: Listen and drop on 0 v6wildcard [::]:123 2024-04-24T12:58:56.716 INFO:teuthology.orchestra.run.smithi144.stdout:24 Apr 12:58:56 ntpd[17222]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-24T12:58:56.716 INFO:teuthology.orchestra.run.smithi144.stdout:24 Apr 12:58:56 ntpd[17222]: Listen normally on 2 lo 127.0.0.1:123 2024-04-24T12:58:56.716 INFO:teuthology.orchestra.run.smithi144.stdout:24 Apr 12:58:56 ntpd[17222]: Listen normally on 3 enp3s0f1 172.21.15.144:123 2024-04-24T12:58:56.716 INFO:teuthology.orchestra.run.smithi144.stdout:24 Apr 12:58:56 ntpd[17222]: Listen normally on 4 lo [::1]:123 2024-04-24T12:58:56.716 INFO:teuthology.orchestra.run.smithi144.stdout:24 Apr 12:58:56 ntpd[17222]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7f5f%5]:123 2024-04-24T12:58:56.716 INFO:teuthology.orchestra.run.smithi144.stdout:24 Apr 12:58:56 ntpd[17222]: Listening on routing socket on fd #22 for interface updates 2024-04-24T12:58:57.713 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:58:57 ntpd[17222]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:58:57.714 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:58:57 ntpd[17222]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:58:57.714 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:58:57 ntpd[17222]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:58:57.714 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:58:57 ntpd[17222]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:58:57.714 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:58:57 ntpd[17222]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:58:57.714 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:58:57 ntpd[17222]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:58:57.715 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:58:57 ntpd[17222]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:58:57.715 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:58:57 ntpd[17222]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:58:57.715 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:58:57 ntpd[17222]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T12:58:57.715 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:58:57 ntpd[17222]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T12:58:57.715 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:58:57 ntpd[17222]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:58:57.715 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:58:57 ntpd[17222]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:58:57.715 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:58:57 ntpd[17222]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T12:58:57.715 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:58:57 ntpd[17222]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T12:58:58.683 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:58:58 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:58:58.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:58:58 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:58:58.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:58:58 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:58:58.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:58:58 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:58:58.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:58:58 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:58:58.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:58:58 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:58:58.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:58:58 ntpd[17237]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T12:58:58.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:58:58 ntpd[17237]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T12:58:58.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:58:58 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:58:58.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:58:58 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:58:58.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:58:58 ntpd[17237]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T12:58:58.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:58:58 ntpd[17237]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T12:58:59.683 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:58:59 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:58:59.683 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:58:59 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:58:59.714 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:58:59 ntpd[17222]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:58:59.714 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:58:59 ntpd[17222]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:58:59.714 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:58:59 ntpd[17222]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:58:59.715 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:58:59 ntpd[17222]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:58:59.715 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:58:59 ntpd[17222]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:58:59.715 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:58:59 ntpd[17222]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:58:59.715 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:58:59 ntpd[17222]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T12:58:59.715 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:58:59 ntpd[17222]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T12:58:59.715 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:58:59 ntpd[17222]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:58:59.715 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:58:59 ntpd[17222]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:58:59.715 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:58:59 ntpd[17222]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T12:58:59.715 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:58:59 ntpd[17222]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T12:59:00.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:00 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:59:00.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:00 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:59:00.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:00 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:59:00.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:00 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:59:00.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:00 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:59:00.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:00 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:59:00.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:00 ntpd[17237]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T12:59:00.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:00 ntpd[17237]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T12:59:00.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:00 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:59:00.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:00 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:59:00.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:00 ntpd[17237]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T12:59:00.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:00 ntpd[17237]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T12:59:00.713 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:59:00 ntpd[17222]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:59:00.714 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:59:00 ntpd[17222]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:59:00.714 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:59:00 ntpd[17222]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:59:00.714 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:59:00 ntpd[17222]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:59:00.714 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:59:00 ntpd[17222]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T12:59:00.714 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:59:00 ntpd[17222]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T12:59:01.683 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:01 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:59:01.683 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:01 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:59:01.683 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:01 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:59:01.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:01 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:59:01.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:01 ntpd[17237]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T12:59:01.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:01 ntpd[17237]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T12:59:01.714 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:59:01 ntpd[17222]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:59:01.714 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:59:01 ntpd[17222]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:59:01.714 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:59:01 ntpd[17222]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:59:01.714 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:59:01 ntpd[17222]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:59:01.715 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:59:01 ntpd[17222]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:59:01.715 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:59:01 ntpd[17222]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:59:01.715 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:59:01 ntpd[17222]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T12:59:01.715 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:59:01 ntpd[17222]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T12:59:01.715 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:59:01 ntpd[17222]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:59:01.715 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:59:01 ntpd[17222]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:59:01.715 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:59:01 ntpd[17222]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T12:59:01.715 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:59:01 ntpd[17222]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T12:59:02.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:02 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:59:02.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:02 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:59:02.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:02 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:59:02.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:02 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:59:02.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:02 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:59:02.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:02 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:59:02.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:02 ntpd[17237]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T12:59:02.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:02 ntpd[17237]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T12:59:02.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:02 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:59:02.685 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:02 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:59:02.685 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:02 ntpd[17237]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T12:59:02.685 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:02 ntpd[17237]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T12:59:02.714 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:59:02 ntpd[17222]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:59:02.714 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:59:02 ntpd[17222]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:59:02.714 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:59:02 ntpd[17222]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:59:02.714 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:59:02 ntpd[17222]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:59:02.714 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:59:02 ntpd[17222]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T12:59:02.714 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:59:02 ntpd[17222]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T12:59:03.683 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:03 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:59:03.683 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:03 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:59:03.683 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:03 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:59:03.683 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:03 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:59:03.683 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:03 ntpd[17237]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T12:59:03.683 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:03 ntpd[17237]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T12:59:03.715 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:59:03 ntpd[17222]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:59:03.716 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:59:03 ntpd[17222]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:59:03.716 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:59:03 ntpd[17222]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:59:03.716 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:59:03 ntpd[17222]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:59:03.716 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:59:03 ntpd[17222]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:59:03.717 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:59:03 ntpd[17222]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:59:03.717 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:59:03 ntpd[17222]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T12:59:03.717 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:59:03 ntpd[17222]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T12:59:03.718 INFO:teuthology.orchestra.run.smithi144.stdout:24 Apr 12:59:03 ntpd[17222]: ntpd: time slew -0.001226 s 2024-04-24T12:59:03.718 INFO:teuthology.orchestra.run.smithi144.stdout:ntpd: time slew -0.001226s 2024-04-24T12:59:03.718 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:59:03 ntpd[17222]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-24T12:59:03.719 INFO:teuthology.orchestra.run.smithi144.stderr:24 Apr 12:59:03 ntpd[17222]: can't open /var/log/ntpstats/loopstats.20240424: Permission denied 2024-04-24T12:59:03.776 INFO:teuthology.orchestra.run.smithi144.stdout: remote refid st t when poll reach delay offset jitter 2024-04-24T12:59:03.777 INFO:teuthology.orchestra.run.smithi144.stdout:============================================================================== 2024-04-24T12:59:03.777 INFO:teuthology.orchestra.run.smithi144.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T12:59:03.777 INFO:teuthology.orchestra.run.smithi144.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T12:59:03.777 INFO:teuthology.orchestra.run.smithi144.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T12:59:03.777 INFO:teuthology.orchestra.run.smithi144.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T12:59:04.683 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:04 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:59:04.683 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:04 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:59:04.683 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:04 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:59:04.683 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:04 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:59:04.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:04 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T12:59:04.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:04 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T12:59:04.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:04 ntpd[17237]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T12:59:04.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:04 ntpd[17237]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T12:59:04.684 INFO:teuthology.orchestra.run.smithi086.stdout:24 Apr 12:59:04 ntpd[17237]: ntpd: time slew -0.002167 s 2024-04-24T12:59:04.684 INFO:teuthology.orchestra.run.smithi086.stdout:ntpd: time slew -0.002167s 2024-04-24T12:59:04.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:04 ntpd[17237]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-24T12:59:04.684 INFO:teuthology.orchestra.run.smithi086.stderr:24 Apr 12:59:04 ntpd[17237]: can't open /var/log/ntpstats/loopstats.20240424: Permission denied 2024-04-24T12:59:04.801 INFO:teuthology.orchestra.run.smithi086.stdout: remote refid st t when poll reach delay offset jitter 2024-04-24T12:59:04.801 INFO:teuthology.orchestra.run.smithi086.stdout:============================================================================== 2024-04-24T12:59:04.801 INFO:teuthology.orchestra.run.smithi086.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T12:59:04.801 INFO:teuthology.orchestra.run.smithi086.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T12:59:04.801 INFO:teuthology.orchestra.run.smithi086.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T12:59:04.801 INFO:teuthology.orchestra.run.smithi086.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T12:59:04.802 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-04-24T12:59:04.825 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-04-24T12:59:04.825 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-04-24T12:59:04.826 DEBUG:teuthology.orchestra.run.smithi086:> dd if=/scratch_devs of=/dev/stdout 2024-04-24T12:59:04.849 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-24T12:59:04.850 DEBUG:teuthology.orchestra.run.smithi086:> stat /dev/vg_nvme/lv_1 2024-04-24T12:59:04.897 INFO:teuthology.orchestra.run.smithi086.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-24T12:59:04.897 INFO:teuthology.orchestra.run.smithi086.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T12:59:04.897 INFO:teuthology.orchestra.run.smithi086.stdout:Device: 5h/5d Inode: 881 Links: 1 2024-04-24T12:59:04.898 INFO:teuthology.orchestra.run.smithi086.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T12:59:04.898 INFO:teuthology.orchestra.run.smithi086.stdout:Access: 2024-04-24 12:55:38.851607618 +0000 2024-04-24T12:59:04.898 INFO:teuthology.orchestra.run.smithi086.stdout:Modify: 2024-04-24 12:55:38.603609833 +0000 2024-04-24T12:59:04.898 INFO:teuthology.orchestra.run.smithi086.stdout:Change: 2024-04-24 12:55:38.603609833 +0000 2024-04-24T12:59:04.898 INFO:teuthology.orchestra.run.smithi086.stdout: Birth: - 2024-04-24T12:59:04.898 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-24T12:59:04.952 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records in 2024-04-24T12:59:04.952 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records out 2024-04-24T12:59:04.952 INFO:teuthology.orchestra.run.smithi086.stderr:512 bytes copied, 0.000437443 s, 1.2 MB/s 2024-04-24T12:59:04.953 DEBUG:teuthology.orchestra.run.smithi086:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-24T12:59:05.002 DEBUG:teuthology.orchestra.run.smithi086:> stat /dev/vg_nvme/lv_2 2024-04-24T12:59:05.049 INFO:teuthology.orchestra.run.smithi086.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-24T12:59:05.049 INFO:teuthology.orchestra.run.smithi086.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T12:59:05.049 INFO:teuthology.orchestra.run.smithi086.stdout:Device: 5h/5d Inode: 890 Links: 1 2024-04-24T12:59:05.049 INFO:teuthology.orchestra.run.smithi086.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T12:59:05.050 INFO:teuthology.orchestra.run.smithi086.stdout:Access: 2024-04-24 12:55:39.343603224 +0000 2024-04-24T12:59:05.050 INFO:teuthology.orchestra.run.smithi086.stdout:Modify: 2024-04-24 12:55:39.083605546 +0000 2024-04-24T12:59:05.050 INFO:teuthology.orchestra.run.smithi086.stdout:Change: 2024-04-24 12:55:39.083605546 +0000 2024-04-24T12:59:05.050 INFO:teuthology.orchestra.run.smithi086.stdout: Birth: - 2024-04-24T12:59:05.050 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-24T12:59:05.103 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records in 2024-04-24T12:59:05.103 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records out 2024-04-24T12:59:05.104 INFO:teuthology.orchestra.run.smithi086.stderr:512 bytes copied, 0.000406104 s, 1.3 MB/s 2024-04-24T12:59:05.105 DEBUG:teuthology.orchestra.run.smithi086:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-24T12:59:05.155 DEBUG:teuthology.orchestra.run.smithi086:> stat /dev/vg_nvme/lv_3 2024-04-24T12:59:05.201 INFO:teuthology.orchestra.run.smithi086.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-24T12:59:05.201 INFO:teuthology.orchestra.run.smithi086.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T12:59:05.201 INFO:teuthology.orchestra.run.smithi086.stdout:Device: 5h/5d Inode: 908 Links: 1 2024-04-24T12:59:05.201 INFO:teuthology.orchestra.run.smithi086.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T12:59:05.201 INFO:teuthology.orchestra.run.smithi086.stdout:Access: 2024-04-24 12:55:39.843598758 +0000 2024-04-24T12:59:05.202 INFO:teuthology.orchestra.run.smithi086.stdout:Modify: 2024-04-24 12:55:39.587601045 +0000 2024-04-24T12:59:05.202 INFO:teuthology.orchestra.run.smithi086.stdout:Change: 2024-04-24 12:55:39.587601045 +0000 2024-04-24T12:59:05.202 INFO:teuthology.orchestra.run.smithi086.stdout: Birth: - 2024-04-24T12:59:05.202 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-24T12:59:05.255 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records in 2024-04-24T12:59:05.256 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records out 2024-04-24T12:59:05.256 INFO:teuthology.orchestra.run.smithi086.stderr:512 bytes copied, 0.000386742 s, 1.3 MB/s 2024-04-24T12:59:05.257 DEBUG:teuthology.orchestra.run.smithi086:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-24T12:59:05.306 DEBUG:teuthology.orchestra.run.smithi086:> stat /dev/vg_nvme/lv_4 2024-04-24T12:59:05.357 INFO:teuthology.orchestra.run.smithi086.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-24T12:59:05.357 INFO:teuthology.orchestra.run.smithi086.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T12:59:05.358 INFO:teuthology.orchestra.run.smithi086.stdout:Device: 5h/5d Inode: 929 Links: 1 2024-04-24T12:59:05.358 INFO:teuthology.orchestra.run.smithi086.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T12:59:05.358 INFO:teuthology.orchestra.run.smithi086.stdout:Access: 2024-04-24 12:55:40.327594434 +0000 2024-04-24T12:59:05.358 INFO:teuthology.orchestra.run.smithi086.stdout:Modify: 2024-04-24 12:55:40.059596829 +0000 2024-04-24T12:59:05.358 INFO:teuthology.orchestra.run.smithi086.stdout:Change: 2024-04-24 12:55:40.059596829 +0000 2024-04-24T12:59:05.358 INFO:teuthology.orchestra.run.smithi086.stdout: Birth: - 2024-04-24T12:59:05.358 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-24T12:59:05.415 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records in 2024-04-24T12:59:05.415 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records out 2024-04-24T12:59:05.415 INFO:teuthology.orchestra.run.smithi086.stderr:512 bytes copied, 0.000381656 s, 1.3 MB/s 2024-04-24T12:59:05.417 DEBUG:teuthology.orchestra.run.smithi086:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-24T12:59:05.467 DEBUG:teuthology.orchestra.run.smithi086:> 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-24T12:59:05.596 INFO:teuthology.orchestra.run.smithi086.stdout:loop 2024-04-24T12:59:05.597 INFO:tasks.nvme_loop:Connecting nvme_loop smithi086:/dev/vg_nvme/lv_1... 2024-04-24T12:59:05.597 DEBUG:teuthology.orchestra.run.smithi086:> 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-24T12:59:05.613 INFO:teuthology.orchestra.run.smithi086.stdout:1 2024-04-24T12:59:05.631 INFO:teuthology.orchestra.run.smithi086.stdout:/dev/vg_nvme/lv_11 2024-04-24T12:59:05.647 INFO:tasks.nvme_loop:Connecting nvme_loop smithi086:/dev/vg_nvme/lv_2... 2024-04-24T12:59:05.648 DEBUG:teuthology.orchestra.run.smithi086:> 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-24T12:59:05.705 INFO:teuthology.orchestra.run.smithi086.stdout:1 2024-04-24T12:59:05.723 INFO:teuthology.orchestra.run.smithi086.stdout:/dev/vg_nvme/lv_21 2024-04-24T12:59:05.740 INFO:tasks.nvme_loop:Connecting nvme_loop smithi086:/dev/vg_nvme/lv_3... 2024-04-24T12:59:05.740 DEBUG:teuthology.orchestra.run.smithi086:> 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-24T12:59:05.799 INFO:teuthology.orchestra.run.smithi086.stdout:1 2024-04-24T12:59:05.821 INFO:teuthology.orchestra.run.smithi086.stdout:/dev/vg_nvme/lv_31 2024-04-24T12:59:05.838 INFO:tasks.nvme_loop:Connecting nvme_loop smithi086:/dev/vg_nvme/lv_4... 2024-04-24T12:59:05.838 DEBUG:teuthology.orchestra.run.smithi086:> 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-24T12:59:05.897 INFO:teuthology.orchestra.run.smithi086.stdout:1 2024-04-24T12:59:05.917 INFO:teuthology.orchestra.run.smithi086.stdout:/dev/vg_nvme/lv_41 2024-04-24T12:59:05.933 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-04-24T12:59:05.933 DEBUG:teuthology.orchestra.run.smithi086:> dd if=/scratch_devs of=/dev/stdout 2024-04-24T12:59:05.982 DEBUG:teuthology.orchestra.run.smithi086:> sudo nvme list 2024-04-24T12:59:06.034 INFO:teuthology.orchestra.run.smithi086.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-24T12:59:06.034 INFO:teuthology.orchestra.run.smithi086.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-24T12:59:06.035 INFO:teuthology.orchestra.run.smithi086.stdout:/dev/nvme0n1 PHFT620400UL400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-24T12:59:06.035 INFO:teuthology.orchestra.run.smithi086.stdout:/dev/nvme1n1 8c68a4a3eb4f2988a84d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-24T12:59:06.035 INFO:teuthology.orchestra.run.smithi086.stdout:/dev/nvme2n1 db74c64fbb738fc7f174 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-24T12:59:06.035 INFO:teuthology.orchestra.run.smithi086.stdout:/dev/nvme3n1 787c4dab2c2786f5f1b2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-24T12:59:06.035 INFO:teuthology.orchestra.run.smithi086.stdout:/dev/nvme4n1 1159a975d1663415caf7 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-24T12:59:06.036 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-24T12:59:06.036 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-04-24T12:59:06.036 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/scratch_devs 2024-04-24T12:59:06.091 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-04-24T12:59:06.091 DEBUG:teuthology.orchestra.run.smithi144:> dd if=/scratch_devs of=/dev/stdout 2024-04-24T12:59:06.099 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-24T12:59:06.099 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/vg_nvme/lv_1 2024-04-24T12:59:06.147 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-24T12:59:06.147 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T12:59:06.147 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 5h/5d Inode: 875 Links: 1 2024-04-24T12:59:06.147 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T12:59:06.147 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2024-04-24 12:55:38.853571915 +0000 2024-04-24T12:59:06.148 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2024-04-24 12:55:38.593574234 +0000 2024-04-24T12:59:06.148 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2024-04-24 12:55:38.593574234 +0000 2024-04-24T12:59:06.148 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: - 2024-04-24T12:59:06.148 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-24T12:59:06.201 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2024-04-24T12:59:06.202 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2024-04-24T12:59:06.202 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.000402364 s, 1.3 MB/s 2024-04-24T12:59:06.203 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-24T12:59:06.251 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/vg_nvme/lv_2 2024-04-24T12:59:06.298 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-24T12:59:06.298 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T12:59:06.299 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 5h/5d Inode: 895 Links: 1 2024-04-24T12:59:06.299 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T12:59:06.299 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2024-04-24 12:55:39.325567704 +0000 2024-04-24T12:59:06.299 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2024-04-24 12:55:39.085569844 +0000 2024-04-24T12:59:06.299 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2024-04-24 12:55:39.085569844 +0000 2024-04-24T12:59:06.299 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: - 2024-04-24T12:59:06.299 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-24T12:59:06.353 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2024-04-24T12:59:06.353 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2024-04-24T12:59:06.353 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.000358867 s, 1.4 MB/s 2024-04-24T12:59:06.354 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-24T12:59:06.403 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/vg_nvme/lv_3 2024-04-24T12:59:06.450 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-24T12:59:06.450 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T12:59:06.451 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 5h/5d Inode: 915 Links: 1 2024-04-24T12:59:06.451 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T12:59:06.451 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2024-04-24 12:55:39.837563137 +0000 2024-04-24T12:59:06.451 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2024-04-24 12:55:39.561565599 +0000 2024-04-24T12:59:06.451 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2024-04-24 12:55:39.561565599 +0000 2024-04-24T12:59:06.451 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: - 2024-04-24T12:59:06.451 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-24T12:59:06.505 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2024-04-24T12:59:06.505 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2024-04-24T12:59:06.505 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.000423308 s, 1.2 MB/s 2024-04-24T12:59:06.506 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-24T12:59:06.556 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/vg_nvme/lv_4 2024-04-24T12:59:06.603 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-24T12:59:06.603 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T12:59:06.603 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 5h/5d Inode: 930 Links: 1 2024-04-24T12:59:06.603 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T12:59:06.603 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2024-04-24 12:55:40.345558605 +0000 2024-04-24T12:59:06.603 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2024-04-24 12:55:40.081560960 +0000 2024-04-24T12:59:06.603 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2024-04-24 12:55:40.081560960 +0000 2024-04-24T12:59:06.603 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: - 2024-04-24T12:59:06.603 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-24T12:59:06.657 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2024-04-24T12:59:06.657 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2024-04-24T12:59:06.657 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.000347829 s, 1.5 MB/s 2024-04-24T12:59:06.659 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-24T12:59:06.710 DEBUG:teuthology.orchestra.run.smithi144:> 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-24T12:59:06.850 INFO:teuthology.orchestra.run.smithi144.stdout:loop 2024-04-24T12:59:06.851 INFO:tasks.nvme_loop:Connecting nvme_loop smithi144:/dev/vg_nvme/lv_1... 2024-04-24T12:59:06.852 DEBUG:teuthology.orchestra.run.smithi144:> 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-24T12:59:06.868 INFO:teuthology.orchestra.run.smithi144.stdout:1 2024-04-24T12:59:06.889 INFO:teuthology.orchestra.run.smithi144.stdout:/dev/vg_nvme/lv_11 2024-04-24T12:59:06.906 INFO:tasks.nvme_loop:Connecting nvme_loop smithi144:/dev/vg_nvme/lv_2... 2024-04-24T12:59:06.906 DEBUG:teuthology.orchestra.run.smithi144:> 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-24T12:59:06.970 INFO:teuthology.orchestra.run.smithi144.stdout:1 2024-04-24T12:59:06.988 INFO:teuthology.orchestra.run.smithi144.stdout:/dev/vg_nvme/lv_21 2024-04-24T12:59:07.004 INFO:tasks.nvme_loop:Connecting nvme_loop smithi144:/dev/vg_nvme/lv_3... 2024-04-24T12:59:07.004 DEBUG:teuthology.orchestra.run.smithi144:> 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-24T12:59:07.062 INFO:teuthology.orchestra.run.smithi144.stdout:1 2024-04-24T12:59:07.081 INFO:teuthology.orchestra.run.smithi144.stdout:/dev/vg_nvme/lv_31 2024-04-24T12:59:07.097 INFO:tasks.nvme_loop:Connecting nvme_loop smithi144:/dev/vg_nvme/lv_4... 2024-04-24T12:59:07.097 DEBUG:teuthology.orchestra.run.smithi144:> 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-24T12:59:07.154 INFO:teuthology.orchestra.run.smithi144.stdout:1 2024-04-24T12:59:07.174 INFO:teuthology.orchestra.run.smithi144.stdout:/dev/vg_nvme/lv_41 2024-04-24T12:59:07.191 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-04-24T12:59:07.191 DEBUG:teuthology.orchestra.run.smithi144:> dd if=/scratch_devs of=/dev/stdout 2024-04-24T12:59:07.239 DEBUG:teuthology.orchestra.run.smithi144:> sudo nvme list 2024-04-24T12:59:07.292 INFO:teuthology.orchestra.run.smithi144.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-24T12:59:07.292 INFO:teuthology.orchestra.run.smithi144.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-24T12:59:07.292 INFO:teuthology.orchestra.run.smithi144.stdout:/dev/nvme0n1 PHFT62050085400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-24T12:59:07.292 INFO:teuthology.orchestra.run.smithi144.stdout:/dev/nvme1n1 7a5e73ef45433d5c87eb Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-24T12:59:07.292 INFO:teuthology.orchestra.run.smithi144.stdout:/dev/nvme2n1 46a87014c70641ab046d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-24T12:59:07.292 INFO:teuthology.orchestra.run.smithi144.stdout:/dev/nvme3n1 2b53573acfde1ea277c0 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-24T12:59:07.292 INFO:teuthology.orchestra.run.smithi144.stdout:/dev/nvme4n1 860be762f4488953f8ff Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-24T12:59:07.293 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-24T12:59:07.293 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-04-24T12:59:07.293 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/scratch_devs 2024-04-24T12:59:07.346 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-24T12:59:07.757 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': '23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec'} 2024-04-24T12:59:07.757 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec 2024-04-24T12:59:07.758 INFO:tasks.cephadm:Cluster fsid is 6fb9d4de-023a-11ef-bc93-c7b262605968 2024-04-24T12:59:07.758 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-24T12:59:07.758 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-04-24T12:59:07.758 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi086': '172.21.15.86', 'mon.smithi144': '172.21.15.144'} 2024-04-24T12:59:07.758 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-24T12:59:07.759 DEBUG:teuthology.orchestra.run.smithi086:> sudo hostname $(hostname -s) 2024-04-24T12:59:07.773 DEBUG:teuthology.orchestra.run.smithi144:> sudo hostname $(hostname -s) 2024-04-24T12:59:07.787 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-24T12:59:07.787 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec 2024-04-24T12:59:08.008 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec', '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/78820/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3259-g23fcfb96', 'node_name': '172.21.2.17+braggi17', '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-3259-g23fcfb96-1jammy'}, 'url': 'https://4.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-23-1222/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-04-24 03:39:54.583984', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-04-23-1222', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-04-23-1222/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-04-24T12:59:08.165 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref wip-adk-testing-2024-04-23-1222, sha1 23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec 2024-04-24T12:59:08.167 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-23-1222/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-04-24T12:59:08.167 DEBUG:teuthology.orchestra.run.smithi086:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-23-1222/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-24T12:59:09.205 INFO:teuthology.orchestra.run.smithi086.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789939 Apr 24 12:59 /home/ubuntu/cephtest/cephadm 2024-04-24T12:59:09.206 DEBUG:teuthology.orchestra.run.smithi144:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-23-1222/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-24T12:59:09.962 INFO:teuthology.orchestra.run.smithi144.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789939 Apr 24 12:59 /home/ubuntu/cephtest/cephadm 2024-04-24T12:59:09.962 DEBUG:teuthology.orchestra.run.smithi086:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-24T12:59:09.970 DEBUG:teuthology.orchestra.run.smithi144:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-24T12:59:09.987 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec on all hosts... 2024-04-24T12:59:09.987 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec pull 2024-04-24T12:59:10.016 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec pull 2024-04-24T12:59:10.180 INFO:teuthology.orchestra.run.smithi086.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec... 2024-04-24T12:59:10.185 INFO:teuthology.orchestra.run.smithi144.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec... 2024-04-24T13:00:04.856 INFO:teuthology.orchestra.run.smithi144.stdout:{ 2024-04-24T13:00:04.857 INFO:teuthology.orchestra.run.smithi144.stdout: "ceph_version": "ceph version 19.0.0-3259-g23fcfb96 (23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec) squid (dev)", 2024-04-24T13:00:04.857 INFO:teuthology.orchestra.run.smithi144.stdout: "image_id": "01e475dee377e4d10713a1a957e7791906c0e935596677455ab84ab10e5119c4", 2024-04-24T13:00:04.857 INFO:teuthology.orchestra.run.smithi144.stdout: "repo_digests": [ 2024-04-24T13:00:04.857 INFO:teuthology.orchestra.run.smithi144.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3" 2024-04-24T13:00:04.857 INFO:teuthology.orchestra.run.smithi144.stdout: ] 2024-04-24T13:00:04.857 INFO:teuthology.orchestra.run.smithi144.stdout:} 2024-04-24T13:00:09.438 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-04-24T13:00:09.438 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph_version": "ceph version 19.0.0-3259-g23fcfb96 (23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec) squid (dev)", 2024-04-24T13:00:09.438 INFO:teuthology.orchestra.run.smithi086.stdout: "image_id": "01e475dee377e4d10713a1a957e7791906c0e935596677455ab84ab10e5119c4", 2024-04-24T13:00:09.438 INFO:teuthology.orchestra.run.smithi086.stdout: "repo_digests": [ 2024-04-24T13:00:09.439 INFO:teuthology.orchestra.run.smithi086.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3" 2024-04-24T13:00:09.439 INFO:teuthology.orchestra.run.smithi086.stdout: ] 2024-04-24T13:00:09.439 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-04-24T13:00:09.485 DEBUG:teuthology.orchestra.run.smithi086:> sudo mkdir -p /etc/ceph 2024-04-24T13:00:09.499 DEBUG:teuthology.orchestra.run.smithi144:> sudo mkdir -p /etc/ceph 2024-04-24T13:00:09.514 DEBUG:teuthology.orchestra.run.smithi086:> sudo chmod 777 /etc/ceph 2024-04-24T13:00:09.553 DEBUG:teuthology.orchestra.run.smithi144:> sudo chmod 777 /etc/ceph 2024-04-24T13:00:09.569 INFO:tasks.cephadm:Writing seed config... 2024-04-24T13:00:09.593 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-24T13:00:09.593 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-24T13:00:09.593 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-24T13:00:09.594 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-24T13:00:09.594 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-24T13:00:09.594 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-24T13:00:09.594 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-24T13:00:09.594 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-04-24T13:00:09.594 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-04-24T13:00:09.594 DEBUG:teuthology.orchestra.run.smithi086:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-24T13:00:09.600 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 = 6fb9d4de-023a-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-24T13:00:09.600 DEBUG:teuthology.orchestra.run.smithi086:mon.smithi086> sudo journalctl -f -n 0 -u ceph-6fb9d4de-023a-11ef-bc93-c7b262605968@mon.smithi086.service 2024-04-24T13:00:09.644 INFO:tasks.cephadm:Bootstrapping... 2024-04-24T13:00:09.644 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec -v bootstrap --fsid 6fb9d4de-023a-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.86 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-24T13:00:09.845 INFO:teuthology.orchestra.run.smithi086.stdout:-------------------------------------------------------------------------------- 2024-04-24T13:00:09.846 INFO:teuthology.orchestra.run.smithi086.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec', '-v', 'bootstrap', '--fsid', '6fb9d4de-023a-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.86', '--skip-admin-label'] 2024-04-24T13:00:09.846 INFO:teuthology.orchestra.run.smithi086.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-24T13:00:09.846 INFO:teuthology.orchestra.run.smithi086.stdout:Verifying podman|docker is present... 2024-04-24T13:00:09.847 INFO:teuthology.orchestra.run.smithi086.stdout:Verifying lvm2 is present... 2024-04-24T13:00:09.847 INFO:teuthology.orchestra.run.smithi086.stdout:Verifying time synchronization is in place... 2024-04-24T13:00:09.853 INFO:teuthology.orchestra.run.smithi086.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-24T13:00:09.853 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-24T13:00:09.858 INFO:teuthology.orchestra.run.smithi086.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-24T13:00:09.858 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stdout inactive 2024-04-24T13:00:09.863 INFO:teuthology.orchestra.run.smithi086.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-24T13:00:09.863 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-24T13:00:09.867 INFO:teuthology.orchestra.run.smithi086.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-24T13:00:09.867 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stdout inactive 2024-04-24T13:00:09.871 INFO:teuthology.orchestra.run.smithi086.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-24T13:00:09.871 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stdout masked 2024-04-24T13:00:09.874 INFO:teuthology.orchestra.run.smithi086.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-24T13:00:09.874 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stdout inactive 2024-04-24T13:00:09.878 INFO:teuthology.orchestra.run.smithi086.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-24T13:00:09.878 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-24T13:00:09.881 INFO:teuthology.orchestra.run.smithi086.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-24T13:00:09.881 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stdout inactive 2024-04-24T13:00:09.884 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stdout enabled 2024-04-24T13:00:09.888 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stdout active 2024-04-24T13:00:09.888 INFO:teuthology.orchestra.run.smithi086.stdout:Unit ntp.service is enabled and running 2024-04-24T13:00:09.888 INFO:teuthology.orchestra.run.smithi086.stdout:Repeating the final host check... 2024-04-24T13:00:09.889 INFO:teuthology.orchestra.run.smithi086.stdout:docker (/usr/bin/docker) is present 2024-04-24T13:00:09.889 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl is present 2024-04-24T13:00:09.889 INFO:teuthology.orchestra.run.smithi086.stdout:lvcreate is present 2024-04-24T13:00:09.891 INFO:teuthology.orchestra.run.smithi086.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-24T13:00:09.891 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-24T13:00:09.894 INFO:teuthology.orchestra.run.smithi086.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-24T13:00:09.895 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stdout inactive 2024-04-24T13:00:09.898 INFO:teuthology.orchestra.run.smithi086.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-24T13:00:09.898 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-24T13:00:09.901 INFO:teuthology.orchestra.run.smithi086.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-24T13:00:09.901 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stdout inactive 2024-04-24T13:00:09.904 INFO:teuthology.orchestra.run.smithi086.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-24T13:00:09.905 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stdout masked 2024-04-24T13:00:09.908 INFO:teuthology.orchestra.run.smithi086.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-24T13:00:09.908 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stdout inactive 2024-04-24T13:00:09.911 INFO:teuthology.orchestra.run.smithi086.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-24T13:00:09.911 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-24T13:00:09.914 INFO:teuthology.orchestra.run.smithi086.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-24T13:00:09.914 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stdout inactive 2024-04-24T13:00:09.918 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stdout enabled 2024-04-24T13:00:09.922 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stdout active 2024-04-24T13:00:09.922 INFO:teuthology.orchestra.run.smithi086.stdout:Unit ntp.service is enabled and running 2024-04-24T13:00:09.922 INFO:teuthology.orchestra.run.smithi086.stdout:Host looks OK 2024-04-24T13:00:09.922 INFO:teuthology.orchestra.run.smithi086.stdout:Cluster fsid: 6fb9d4de-023a-11ef-bc93-c7b262605968 2024-04-24T13:00:09.922 INFO:teuthology.orchestra.run.smithi086.stdout:Acquiring lock 140339684567328 on /run/cephadm/6fb9d4de-023a-11ef-bc93-c7b262605968.lock 2024-04-24T13:00:09.922 INFO:teuthology.orchestra.run.smithi086.stdout:Lock 140339684567328 acquired on /run/cephadm/6fb9d4de-023a-11ef-bc93-c7b262605968.lock 2024-04-24T13:00:09.923 INFO:teuthology.orchestra.run.smithi086.stdout:Verifying IP 172.21.15.86 port 3300 ... 2024-04-24T13:00:09.923 INFO:teuthology.orchestra.run.smithi086.stdout:Verifying IP 172.21.15.86 port 6789 ... 2024-04-24T13:00:09.923 INFO:teuthology.orchestra.run.smithi086.stdout:Base mon IP(s) is [172.21.15.86:3300, 172.21.15.86:6789], mon addrv is [v2:172.21.15.86:3300,v1:172.21.15.86:6789] 2024-04-24T13:00:09.925 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-04-24T13:00:09.925 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.86 metric 100 2024-04-24T13:00:09.925 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.86 metric 100 2024-04-24T13:00:09.926 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-04-24T13:00:09.926 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.86 metric 100 2024-04-24T13:00:09.926 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.86 metric 100 2024-04-24T13:00:09.926 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.86 metric 100 2024-04-24T13:00:09.926 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.86 metric 100 2024-04-24T13:00:09.927 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-24T13:00:09.927 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-04-24T13:00:09.927 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1790sec pref medium 2024-04-24T13:00:09.929 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-24T13:00:09.929 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-24T13:00:09.929 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-24T13:00:09.930 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-04-24T13:00:09.930 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d809/64 scope link 2024-04-24T13:00:09.930 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-24T13:00:09.931 INFO:teuthology.orchestra.run.smithi086.stdout:Mon IP `172.21.15.86` is in CIDR network `172.21.0.0/20` 2024-04-24T13:00:09.931 INFO:teuthology.orchestra.run.smithi086.stdout:Mon IP `172.21.15.86` is in CIDR network `172.21.0.0/20` 2024-04-24T13:00:09.932 INFO:teuthology.orchestra.run.smithi086.stdout:Mon IP `172.21.15.86` is in CIDR network `172.21.0.1/32` 2024-04-24T13:00:09.932 INFO:teuthology.orchestra.run.smithi086.stdout:Mon IP `172.21.15.86` is in CIDR network `172.21.0.1/32` 2024-04-24T13:00:09.932 INFO:teuthology.orchestra.run.smithi086.stdout:Mon IP `172.21.15.86` is in CIDR network `172.21.0.2/32` 2024-04-24T13:00:09.932 INFO:teuthology.orchestra.run.smithi086.stdout:Mon IP `172.21.15.86` is in CIDR network `172.21.0.2/32` 2024-04-24T13:00:09.932 INFO:teuthology.orchestra.run.smithi086.stdout:Mon IP `172.21.15.86` is in CIDR network `172.21.15.254/32` 2024-04-24T13:00:09.932 INFO:teuthology.orchestra.run.smithi086.stdout:Mon IP `172.21.15.86` is in CIDR network `172.21.15.254/32` 2024-04-24T13:00:09.932 INFO:teuthology.orchestra.run.smithi086.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.0.1/32', '172.21.0.1/32', '172.21.0.2/32', '172.21.0.2/32', '172.21.15.254/32', '172.21.15.254/32'] 2024-04-24T13:00:09.932 INFO:teuthology.orchestra.run.smithi086.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-24T13:00:09.932 INFO:teuthology.orchestra.run.smithi086.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec... 2024-04-24T13:00:10.746 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/docker: stdout 23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec: Pulling from ceph-ci/ceph 2024-04-24T13:00:10.746 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/docker: stdout Digest: sha256:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3 2024-04-24T13:00:10.746 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec 2024-04-24T13:00:10.746 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec 2024-04-24T13:00:12.114 INFO:teuthology.orchestra.run.smithi086.stdout:ceph: stdout ceph version 19.0.0-3259-g23fcfb96 (23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec) squid (dev) 2024-04-24T13:00:12.114 INFO:teuthology.orchestra.run.smithi086.stdout:Ceph version: ceph version 19.0.0-3259-g23fcfb96 (23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec) squid (dev) 2024-04-24T13:00:12.114 INFO:teuthology.orchestra.run.smithi086.stdout:Extracting ceph user uid/gid from container image... 2024-04-24T13:00:13.335 INFO:teuthology.orchestra.run.smithi086.stdout:stat: stdout 167 167 2024-04-24T13:00:13.335 INFO:teuthology.orchestra.run.smithi086.stdout:Creating initial keys... 2024-04-24T13:00:14.539 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-authtool: stdout AQBeAilmvOe3ARAAiRBctavuue0HrcZavEjnfg== 2024-04-24T13:00:15.777 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-authtool: stdout AQBfAilmDMAhDhAAPvmLhg3Wx0MZ+ynVkF07UQ== 2024-04-24T13:00:16.998 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-authtool: stdout AQBgAilmLNwyHRAArVgicxerm/Cz4ugajl/19Q== 2024-04-24T13:00:16.998 INFO:teuthology.orchestra.run.smithi086.stdout:Creating initial monmap... 2024-04-24T13:00:18.269 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-24T13:00:18.269 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-24T13:00:18.269 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 6fb9d4de-023a-11ef-bc93-c7b262605968 2024-04-24T13:00:18.269 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-24T13:00:18.269 INFO:teuthology.orchestra.run.smithi086.stdout:monmaptool for smithi086 [v2:172.21.15.86:3300,v1:172.21.15.86:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-24T13:00:18.270 INFO:teuthology.orchestra.run.smithi086.stdout:setting min_mon_release = quincy 2024-04-24T13:00:18.270 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/monmaptool: set fsid to 6fb9d4de-023a-11ef-bc93-c7b262605968 2024-04-24T13:00:18.270 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-24T13:00:18.270 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:00:18.270 INFO:teuthology.orchestra.run.smithi086.stdout:Creating mon... 2024-04-24T13:00:19.490 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-24T13:00:19.490 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 1 imported monmap: 2024-04-24T13:00:19.491 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-04-24T13:00:19.491 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 2024-04-24T13:00:19.492 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-04-24T13:00:17.760425+0000 2024-04-24T13:00:19.492 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr created 2024-04-24T13:00:17.760425+0000 2024-04-24T13:00:19.492 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-04-24T13:00:19.492 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-04-24T13:00:19.494 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] mon.smithi086 2024-04-24T13:00:19.494 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T13:00:19.494 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 0 /usr/bin/ceph-mon: set fsid to 6fb9d4de-023a-11ef-bc93-c7b262605968 2024-04-24T13:00:19.494 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-24T13:00:19.494 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T13:00:19.494 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Git sha 0 2024-04-24T13:00:19.494 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Compile date 2024-04-23 19:26:43 2024-04-24T13:00:19.494 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: DB SUMMARY 2024-04-24T13:00:19.495 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T13:00:19.495 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: DB Session ID: Y5NFFE1KUORV9MA31SQ3 2024-04-24T13:00:19.495 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T13:00:19.495 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi086/store.db dir, Total Num: 0, files: 2024-04-24T13:00:19.495 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T13:00:19.495 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi086/store.db: 2024-04-24T13:00:19.495 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T13:00:19.495 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.error_if_exists: 0 2024-04-24T13:00:19.495 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.create_if_missing: 1 2024-04-24T13:00:19.495 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-24T13:00:19.495 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-24T13:00:19.531 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-24T13:00:19.531 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-24T13:00:19.531 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.env: 0x55c1f4a5bcc0 2024-04-24T13:00:19.531 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-24T13:00:19.531 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.info_log: 0x55c1f6946d60 2024-04-24T13:00:19.531 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-24T13:00:19.531 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.statistics: (nil) 2024-04-24T13:00:19.532 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.use_fsync: 0 2024-04-24T13:00:19.532 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-24T13:00:19.532 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-24T13:00:19.532 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-24T13:00:19.532 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-24T13:00:19.532 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-24T13:00:19.532 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-24T13:00:19.532 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-24T13:00:19.532 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-24T13:00:19.532 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-24T13:00:19.532 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-24T13:00:19.532 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-24T13:00:19.532 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.db_log_dir: 2024-04-24T13:00:19.532 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.wal_dir: 2024-04-24T13:00:19.533 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-24T13:00:19.533 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-24T13:00:19.533 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-24T13:00:19.533 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-24T13:00:19.533 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-24T13:00:19.533 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-24T13:00:19.533 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-24T13:00:19.533 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-24T13:00:19.533 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.write_buffer_manager: 0x55c1f68daaa0 2024-04-24T13:00:19.533 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-24T13:00:19.533 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-24T13:00:19.533 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-24T13:00:19.534 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-24T13:00:19.534 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-24T13:00:19.534 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-24T13:00:19.534 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-24T13:00:19.534 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-24T13:00:19.534 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.unordered_write: 0 2024-04-24T13:00:19.534 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-24T13:00:19.535 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-24T13:00:19.535 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-24T13:00:19.535 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-24T13:00:19.535 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.row_cache: None 2024-04-24T13:00:19.535 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.wal_filter: None 2024-04-24T13:00:19.535 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-24T13:00:19.535 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-24T13:00:19.535 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.two_write_queues: 0 2024-04-24T13:00:19.535 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-24T13:00:19.535 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.wal_compression: 0 2024-04-24T13:00:19.535 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.atomic_flush: 0 2024-04-24T13:00:19.535 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-24T13:00:19.535 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-24T13:00:19.536 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-24T13:00:19.536 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-24T13:00:19.536 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-24T13:00:19.536 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-24T13:00:19.536 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-24T13:00:19.536 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-24T13:00:19.536 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-24T13:00:19.536 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-24T13:00:19.536 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-24T13:00:19.536 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-24T13:00:19.536 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-24T13:00:19.536 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-24T13:00:19.537 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-24T13:00:19.537 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-24T13:00:19.537 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-24T13:00:19.537 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-24T13:00:19.537 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-24T13:00:19.537 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-24T13:00:19.537 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-24T13:00:19.537 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-24T13:00:19.537 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.max_open_files: -1 2024-04-24T13:00:19.537 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-24T13:00:19.537 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-24T13:00:19.537 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-24T13:00:19.537 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-24T13:00:19.537 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-24T13:00:19.538 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Compression algorithms supported: 2024-04-24T13:00:19.538 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-24T13:00:19.538 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: kZSTD supported: 0 2024-04-24T13:00:19.538 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: kXpressCompression supported: 0 2024-04-24T13:00:19.538 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-24T13:00:19.538 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: kZlibCompression supported: 1 2024-04-24T13:00:19.538 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-24T13:00:19.538 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-24T13:00:19.538 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-24T13:00:19.538 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-24T13:00:19.539 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.966+0000 7f566c038c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-24T13:00:19.539 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-04-24T13:00:19.539 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T13:00:19.539 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi086/store.db/MANIFEST-000001 2024-04-24T13:00:19.539 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T13:00:19.539 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-24T13:00:19.539 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T13:00:19.539 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-24T13:00:19.539 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.merge_operator: 2024-04-24T13:00:19.539 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.compaction_filter: None 2024-04-24T13:00:19.539 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-24T13:00:19.539 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-24T13:00:19.539 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-24T13:00:19.540 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-24T13:00:19.540 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c1f6946f20) 2024-04-24T13:00:19.540 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-04-24T13:00:19.540 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-04-24T13:00:19.540 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-24T13:00:19.540 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-04-24T13:00:19.540 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-04-24T13:00:19.540 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-04-24T13:00:19.540 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-04-24T13:00:19.540 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-04-24T13:00:19.540 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-04-24T13:00:19.541 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-04-24T13:00:19.541 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55c1f690d1f0 2024-04-24T13:00:19.541 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-04-24T13:00:19.541 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-04-24T13:00:19.541 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-04-24T13:00:19.541 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-04-24T13:00:19.541 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-04-24T13:00:19.541 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-04-24T13:00:19.541 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-04-24T13:00:19.541 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-04-24T13:00:19.541 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-04-24T13:00:19.541 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-04-24T13:00:19.542 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-04-24T13:00:19.542 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-04-24T13:00:19.542 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-04-24T13:00:19.542 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-04-24T13:00:19.542 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-04-24T13:00:19.542 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-04-24T13:00:19.542 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-04-24T13:00:19.542 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-04-24T13:00:19.542 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-04-24T13:00:19.542 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-04-24T13:00:19.543 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-04-24T13:00:19.543 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-04-24T13:00:19.543 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-04-24T13:00:19.543 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-04-24T13:00:19.543 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-04-24T13:00:19.543 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-04-24T13:00:19.543 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T13:00:19.543 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-24T13:00:19.543 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-24T13:00:19.544 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.compression: NoCompression 2024-04-24T13:00:19.544 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-24T13:00:19.544 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-24T13:00:19.544 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-24T13:00:19.544 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.num_levels: 7 2024-04-24T13:00:19.544 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-24T13:00:19.545 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-24T13:00:19.545 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-24T13:00:19.545 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-24T13:00:19.545 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-24T13:00:19.545 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-24T13:00:19.545 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-24T13:00:19.545 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-24T13:00:19.545 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-24T13:00:19.545 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-24T13:00:19.545 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-24T13:00:19.546 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-24T13:00:19.546 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-24T13:00:19.546 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-24T13:00:19.546 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-24T13:00:19.546 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-24T13:00:19.546 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-24T13:00:19.546 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-24T13:00:19.546 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-24T13:00:19.546 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-24T13:00:19.546 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-24T13:00:19.546 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-24T13:00:19.546 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-24T13:00:19.546 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-24T13:00:19.546 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-24T13:00:19.546 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-24T13:00:19.547 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-24T13:00:19.547 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-24T13:00:19.547 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-24T13:00:19.547 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-24T13:00:19.547 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-24T13:00:19.547 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-24T13:00:19.547 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-24T13:00:19.547 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-24T13:00:19.547 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-24T13:00:19.547 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-24T13:00:19.547 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-24T13:00:19.547 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-24T13:00:19.547 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-24T13:00:19.547 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-24T13:00:19.548 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-24T13:00:19.548 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-24T13:00:19.548 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-24T13:00:19.548 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-24T13:00:19.548 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-24T13:00:19.548 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-24T13:00:19.548 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-24T13:00:19.548 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-24T13:00:19.548 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-24T13:00:19.548 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-24T13:00:19.548 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-24T13:00:19.548 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-24T13:00:19.548 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-24T13:00:19.548 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-24T13:00:19.548 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-24T13:00:19.548 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-24T13:00:19.549 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-24T13:00:19.549 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-24T13:00:19.549 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-24T13:00:19.549 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.bloom_locality: 0 2024-04-24T13:00:19.549 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-24T13:00:19.549 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-24T13:00:19.549 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-24T13:00:19.549 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-24T13:00:19.549 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-24T13:00:19.549 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.ttl: 2592000 2024-04-24T13:00:19.549 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-24T13:00:19.550 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-24T13:00:19.550 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-24T13:00:19.550 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.enable_blob_files: false 2024-04-24T13:00:19.550 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.min_blob_size: 0 2024-04-24T13:00:19.550 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-24T13:00:19.550 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-24T13:00:19.550 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-24T13:00:19.550 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-24T13:00:19.550 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-24T13:00:19.550 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-24T13:00:19.550 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-24T13:00:19.550 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.970+0000 7f566c038c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-24T13:00:19.550 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.974+0000 7f566c038c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi086/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-24T13:00:19.550 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T13:00:19.551 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.974+0000 7f566c038c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-24T13:00:19.551 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T13:00:19.551 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.974+0000 7f566c038c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 954e739a-f545-4ef1-b3b0-06c43e3a3d63 2024-04-24T13:00:19.551 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T13:00:19.551 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.974+0000 7f566c038c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-04-24T13:00:19.551 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T13:00:19.551 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.974+0000 7f566c038c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55c1f69fc000 2024-04-24T13:00:19.551 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.974+0000 7f566c038c80 4 rocksdb: DB pointer 0x55c1f69ec000 2024-04-24T13:00:19.551 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.974+0000 7f565c19a700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-24T13:00:19.551 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.974+0000 7f565c19a700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-24T13:00:19.551 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-04-24T13:00:19.551 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-24T13:00:19.551 INFO:teuthology.orchestra.run.smithi086.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-24T13:00:19.551 INFO:teuthology.orchestra.run.smithi086.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-24T13:00:19.551 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-24T13:00:19.552 INFO:teuthology.orchestra.run.smithi086.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-24T13:00:19.552 INFO:teuthology.orchestra.run.smithi086.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-24T13:00:19.552 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-24T13:00:19.552 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T13:00:19.552 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-24T13:00:19.552 INFO:teuthology.orchestra.run.smithi086.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-24T13:00:19.552 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-24T13:00:19.552 INFO:teuthology.orchestra.run.smithi086.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-24T13:00:19.552 INFO:teuthology.orchestra.run.smithi086.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-24T13:00:19.552 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T13:00:19.552 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-24T13:00:19.552 INFO:teuthology.orchestra.run.smithi086.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-24T13:00:19.552 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-24T13:00:19.552 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T13:00:19.552 INFO:teuthology.orchestra.run.smithi086.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-24T13:00:19.552 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T13:00:19.553 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-24T13:00:19.553 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-04-24T13:00:19.553 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-04-24T13:00:19.553 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-04-24T13:00:19.553 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-04-24T13:00:19.553 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-04-24T13:00:19.553 INFO:teuthology.orchestra.run.smithi086.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-24T13:00:19.553 INFO:teuthology.orchestra.run.smithi086.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-24T13:00:19.553 INFO:teuthology.orchestra.run.smithi086.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-24T13:00:19.553 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55c1f690d1f0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-04-24T13:00:19.553 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-04-24T13:00:19.553 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T13:00:19.553 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-04-24T13:00:19.553 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T13:00:19.553 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.974+0000 7f566c038c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-04-24T13:00:19.554 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.974+0000 7f566c038c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-04-24T13:00:19.554 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T13:00:18.974+0000 7f566c038c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi086 for mon.smithi086 2024-04-24T13:00:19.554 INFO:teuthology.orchestra.run.smithi086.stdout:create mon.smithi086 on 2024-04-24T13:00:19.997 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-04-24T13:00:20.241 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-6fb9d4de-023a-11ef-bc93-c7b262605968.target -> /etc/systemd/system/ceph-6fb9d4de-023a-11ef-bc93-c7b262605968.target. 2024-04-24T13:00:20.241 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-6fb9d4de-023a-11ef-bc93-c7b262605968.target -> /etc/systemd/system/ceph-6fb9d4de-023a-11ef-bc93-c7b262605968.target. 2024-04-24T13:00:20.548 INFO:teuthology.orchestra.run.smithi086.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-6fb9d4de-023a-11ef-bc93-c7b262605968@mon.smithi086 2024-04-24T13:00:20.548 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stderr Failed to reset failed state of unit ceph-6fb9d4de-023a-11ef-bc93-c7b262605968@mon.smithi086.service: Unit ceph-6fb9d4de-023a-11ef-bc93-c7b262605968@mon.smithi086.service not loaded. 2024-04-24T13:00:20.761 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-6fb9d4de-023a-11ef-bc93-c7b262605968.target.wants/ceph-6fb9d4de-023a-11ef-bc93-c7b262605968@mon.smithi086.service -> /etc/systemd/system/ceph-6fb9d4de-023a-11ef-bc93-c7b262605968@.service. 2024-04-24T13:00:20.770 INFO:teuthology.orchestra.run.smithi086.stdout:firewalld does not appear to be present 2024-04-24T13:00:20.770 INFO:teuthology.orchestra.run.smithi086.stdout:Not possible to enable service . firewalld.service is not available 2024-04-24T13:00:20.770 INFO:teuthology.orchestra.run.smithi086.stdout:Waiting for mon to start... 2024-04-24T13:00:20.771 INFO:teuthology.orchestra.run.smithi086.stdout:Waiting for mon... 2024-04-24T13:00:22.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:22 smithi086 bash[18265]: cluster 2024-04-24T13:00:22.255069+0000 mon.smithi086 (mon.0) 1 : cluster [INF] mon.smithi086 is new leader, mons smithi086 in quorum (ranks 0) 2024-04-24T13:00:23.312 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout cluster: 2024-04-24T13:00:23.312 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout id: 6fb9d4de-023a-11ef-bc93-c7b262605968 2024-04-24T13:00:23.312 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-24T13:00:23.312 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout 2024-04-24T13:00:23.312 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout services: 2024-04-24T13:00:23.312 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi086 (age 0.387307s) 2024-04-24T13:00:23.312 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-24T13:00:23.312 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-24T13:00:23.312 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout 2024-04-24T13:00:23.312 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout data: 2024-04-24T13:00:23.312 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-24T13:00:23.313 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-24T13:00:23.313 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-24T13:00:23.313 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout pgs: 2024-04-24T13:00:23.313 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout 2024-04-24T13:00:23.313 INFO:teuthology.orchestra.run.smithi086.stdout:mon is available 2024-04-24T13:00:23.313 INFO:teuthology.orchestra.run.smithi086.stdout:Assimilating anything we can from ceph.conf... 2024-04-24T13:00:23.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:23 smithi086 bash[18265]: cluster 2024-04-24T13:00:22.261204+0000 mon.smithi086 (mon.0) 2 : cluster [INF] mon.smithi086 is new leader, mons smithi086 in quorum (ranks 0) 2024-04-24T13:00:23.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:23 smithi086 bash[18265]: cluster 2024-04-24T13:00:22.261204+0000 mon.smithi086 (mon.0) 2 : cluster [INF] mon.smithi086 is new leader, mons smithi086 in quorum (ranks 0) 2024-04-24T13:00:23.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:23 smithi086 bash[18265]: cluster 2024-04-24T13:00:22.261393+0000 mon.smithi086 (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-24T13:00:23.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:23 smithi086 bash[18265]: cluster 2024-04-24T13:00:22.261393+0000 mon.smithi086 (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-24T13:00:23.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:23 smithi086 bash[18265]: cluster 2024-04-24T13:00:22.261405+0000 mon.smithi086 (mon.0) 4 : cluster [DBG] fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 2024-04-24T13:00:23.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:23 smithi086 bash[18265]: cluster 2024-04-24T13:00:22.261405+0000 mon.smithi086 (mon.0) 4 : cluster [DBG] fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 2024-04-24T13:00:23.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:23 smithi086 bash[18265]: cluster 2024-04-24T13:00:22.261414+0000 mon.smithi086 (mon.0) 5 : cluster [DBG] last_changed 2024-04-24T13:00:17.760425+0000 2024-04-24T13:00:23.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:23 smithi086 bash[18265]: cluster 2024-04-24T13:00:22.261414+0000 mon.smithi086 (mon.0) 5 : cluster [DBG] last_changed 2024-04-24T13:00:17.760425+0000 2024-04-24T13:00:23.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:23 smithi086 bash[18265]: cluster 2024-04-24T13:00:22.261424+0000 mon.smithi086 (mon.0) 6 : cluster [DBG] created 2024-04-24T13:00:17.760425+0000 2024-04-24T13:00:23.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:23 smithi086 bash[18265]: cluster 2024-04-24T13:00:22.261424+0000 mon.smithi086 (mon.0) 6 : cluster [DBG] created 2024-04-24T13:00:17.760425+0000 2024-04-24T13:00:23.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:23 smithi086 bash[18265]: cluster 2024-04-24T13:00:22.261432+0000 mon.smithi086 (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T13:00:23.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:23 smithi086 bash[18265]: cluster 2024-04-24T13:00:22.261432+0000 mon.smithi086 (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T13:00:23.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:23 smithi086 bash[18265]: cluster 2024-04-24T13:00:22.261440+0000 mon.smithi086 (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-24T13:00:23.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:23 smithi086 bash[18265]: cluster 2024-04-24T13:00:22.261440+0000 mon.smithi086 (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-24T13:00:23.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:23 smithi086 bash[18265]: cluster 2024-04-24T13:00:22.261448+0000 mon.smithi086 (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] mon.smithi086 2024-04-24T13:00:23.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:23 smithi086 bash[18265]: cluster 2024-04-24T13:00:22.261448+0000 mon.smithi086 (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] mon.smithi086 2024-04-24T13:00:23.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:23 smithi086 bash[18265]: cluster 2024-04-24T13:00:22.263574+0000 mon.smithi086 (mon.0) 10 : cluster [DBG] fsmap 2024-04-24T13:00:23.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:23 smithi086 bash[18265]: cluster 2024-04-24T13:00:22.263574+0000 mon.smithi086 (mon.0) 10 : cluster [DBG] fsmap 2024-04-24T13:00:23.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:23 smithi086 bash[18265]: cluster 2024-04-24T13:00:22.265893+0000 mon.smithi086 (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-24T13:00:23.715 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:23 smithi086 bash[18265]: cluster 2024-04-24T13:00:22.265893+0000 mon.smithi086 (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-24T13:00:23.715 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:23 smithi086 bash[18265]: cluster 2024-04-24T13:00:22.266407+0000 mon.smithi086 (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-24T13:00:23.715 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:23 smithi086 bash[18265]: cluster 2024-04-24T13:00:22.266407+0000 mon.smithi086 (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-24T13:00:23.715 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:23 smithi086 bash[18265]: audit 2024-04-24T13:00:22.648412+0000 mon.smithi086 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.86:0/2122458843' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-24T13:00:23.715 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:23 smithi086 bash[18265]: audit 2024-04-24T13:00:22.648412+0000 mon.smithi086 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.86:0/2122458843' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-24T13:00:24.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:24 smithi086 bash[18265]: audit 2024-04-24T13:00:24.308288+0000 mon.smithi086 (mon.0) 14 : audit [INF] from='client.? 172.21.15.86:0/802903989' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-24T13:00:24.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:24 smithi086 bash[18265]: audit 2024-04-24T13:00:24.308288+0000 mon.smithi086 (mon.0) 14 : audit [INF] from='client.? 172.21.15.86:0/802903989' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-24T13:00:24.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:24 smithi086 bash[18265]: audit 2024-04-24T13:00:24.312401+0000 mon.smithi086 (mon.0) 15 : audit [INF] from='client.? 172.21.15.86:0/802903989' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-24T13:00:24.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:24 smithi086 bash[18265]: audit 2024-04-24T13:00:24.312401+0000 mon.smithi086 (mon.0) 15 : audit [INF] from='client.? 172.21.15.86:0/802903989' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-24T13:00:24.867 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout 2024-04-24T13:00:24.867 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout [global] 2024-04-24T13:00:24.867 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout fsid = 6fb9d4de-023a-11ef-bc93-c7b262605968 2024-04-24T13:00:24.867 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-24T13:00:24.867 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.86:3300,v1:172.21.15.86:6789] 2024-04-24T13:00:24.867 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-24T13:00:24.867 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-24T13:00:24.867 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-24T13:00:24.867 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-24T13:00:24.867 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout 2024-04-24T13:00:24.867 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-24T13:00:24.867 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-24T13:00:24.868 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout 2024-04-24T13:00:24.868 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout [osd] 2024-04-24T13:00:24.868 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-24T13:00:24.868 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-24T13:00:24.868 INFO:teuthology.orchestra.run.smithi086.stdout:Generating new minimal ceph.conf... 2024-04-24T13:00:26.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:25 smithi086 bash[18265]: audit 2024-04-24T13:00:25.846640+0000 mon.smithi086 (mon.0) 16 : audit [DBG] from='client.? 172.21.15.86:0/45285573' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:00:26.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:25 smithi086 bash[18265]: audit 2024-04-24T13:00:25.846640+0000 mon.smithi086 (mon.0) 16 : audit [DBG] from='client.? 172.21.15.86:0/45285573' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:00:26.378 INFO:teuthology.orchestra.run.smithi086.stdout:Restarting the monitor... 2024-04-24T13:00:26.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:26 smithi086 systemd[1]: Stopping Ceph mon.smithi086 for 6fb9d4de-023a-11ef-bc93-c7b262605968... 2024-04-24T13:00:26.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:26 smithi086 bash[18265]: debug 2024-04-24T13:00:26.517+0000 7f1cd3b8f700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi086 -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-24T13:00:26.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:26 smithi086 bash[18265]: debug 2024-04-24T13:00:26.517+0000 7f1cd3b8f700 -1 mon.smithi086@0(leader) e1 *** Got Signal Terminated *** 2024-04-24T13:00:27.102 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:26 smithi086 bash[18695]: ceph-6fb9d4de-023a-11ef-bc93-c7b262605968-mon-smithi086 2024-04-24T13:00:27.118 INFO:teuthology.orchestra.run.smithi086.stdout:Setting public_network to 172.21.0.0/20,172.21.15.254/32,172.21.0.1/32,172.21.0.2/32 in mon config section 2024-04-24T13:00:27.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:27 smithi086 bash[18756]: Error response from daemon: No such container: ceph-6fb9d4de-023a-11ef-bc93-c7b262605968-mon-smithi086 2024-04-24T13:00:27.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:27 smithi086 systemd[1]: ceph-6fb9d4de-023a-11ef-bc93-c7b262605968@mon.smithi086.service: Deactivated successfully. 2024-04-24T13:00:27.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:27 smithi086 systemd[1]: Stopped Ceph mon.smithi086 for 6fb9d4de-023a-11ef-bc93-c7b262605968. 2024-04-24T13:00:27.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:27 smithi086 systemd[1]: Started Ceph mon.smithi086 for 6fb9d4de-023a-11ef-bc93-c7b262605968. 2024-04-24T13:00:28.415 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.105+0000 7f872d7fdc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-24T13:00:28.415 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.105+0000 7f872d7fdc80 0 ceph version 19.0.0-3259-g23fcfb96 (23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec) squid (dev), process ceph-mon, pid 7 2024-04-24T13:00:28.415 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.105+0000 7f872d7fdc80 0 pidfile_write: ignore empty --pid-file 2024-04-24T13:00:28.415 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 0 load: jerasure load: lrc 2024-04-24T13:00:28.415 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: RocksDB version: 7.9.2 2024-04-24T13:00:28.415 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Git sha 0 2024-04-24T13:00:28.415 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Compile date 2024-04-23 19:26:43 2024-04-24T13:00:28.415 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: DB SUMMARY 2024-04-24T13:00:28.415 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: DB Session ID: TNCOKG93QMTZU0RF88GH 2024-04-24T13:00:28.416 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: CURRENT file: CURRENT 2024-04-24T13:00:28.416 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-24T13:00:28.416 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-24T13:00:28.416 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi086/store.db dir, Total Num: 1, files: 000008.sst 2024-04-24T13:00:28.416 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi086/store.db: 000009.log size: 88803 ; 2024-04-24T13:00:28.416 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.error_if_exists: 0 2024-04-24T13:00:28.416 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.create_if_missing: 0 2024-04-24T13:00:28.416 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.paranoid_checks: 1 2024-04-24T13:00:28.416 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-24T13:00:28.417 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-24T13:00:28.417 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-24T13:00:28.417 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.env: 0x56245db82cc0 2024-04-24T13:00:28.417 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-24T13:00:28.417 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.info_log: 0x56245e807ae0 2024-04-24T13:00:28.417 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-24T13:00:28.417 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.statistics: (nil) 2024-04-24T13:00:28.417 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.use_fsync: 0 2024-04-24T13:00:28.417 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.max_log_file_size: 0 2024-04-24T13:00:28.418 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-24T13:00:28.418 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-24T13:00:28.418 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-24T13:00:28.418 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-24T13:00:28.418 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.allow_fallocate: 1 2024-04-24T13:00:28.418 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-24T13:00:28.418 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-24T13:00:28.418 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.use_direct_reads: 0 2024-04-24T13:00:28.418 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-24T13:00:28.418 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-24T13:00:28.418 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.db_log_dir: 2024-04-24T13:00:28.419 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.wal_dir: 2024-04-24T13:00:28.419 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-24T13:00:28.419 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-24T13:00:28.419 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-24T13:00:28.419 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-24T13:00:28.420 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-24T13:00:28.420 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-24T13:00:28.420 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-24T13:00:28.420 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-24T13:00:28.420 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.write_buffer_manager: 0x56245e79d0e0 2024-04-24T13:00:28.420 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-24T13:00:28.420 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-24T13:00:28.420 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-24T13:00:28.420 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-24T13:00:28.420 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-24T13:00:28.420 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-24T13:00:28.421 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-24T13:00:28.421 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-24T13:00:28.421 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.unordered_write: 0 2024-04-24T13:00:28.421 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-24T13:00:28.421 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-24T13:00:28.421 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-24T13:00:28.421 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-24T13:00:28.421 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.row_cache: None 2024-04-24T13:00:28.421 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.wal_filter: None 2024-04-24T13:00:28.421 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-24T13:00:28.421 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-24T13:00:28.421 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.two_write_queues: 0 2024-04-24T13:00:28.422 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-24T13:00:28.422 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.wal_compression: 0 2024-04-24T13:00:28.422 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.atomic_flush: 0 2024-04-24T13:00:28.422 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-24T13:00:28.422 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-24T13:00:28.422 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-24T13:00:28.422 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.log_readahead_size: 0 2024-04-24T13:00:28.422 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-24T13:00:28.422 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-24T13:00:28.422 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-24T13:00:28.423 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-24T13:00:28.423 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-24T13:00:28.423 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-24T13:00:28.423 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-24T13:00:28.423 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.max_background_jobs: 2 2024-04-24T13:00:28.423 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.max_background_compactions: -1 2024-04-24T13:00:28.423 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.max_subcompactions: 1 2024-04-24T13:00:28.423 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-24T13:00:28.423 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-24T13:00:28.423 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-24T13:00:28.423 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-24T13:00:28.424 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-24T13:00:28.424 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-24T13:00:28.424 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-24T13:00:28.424 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-24T13:00:28.424 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.max_open_files: -1 2024-04-24T13:00:28.424 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-24T13:00:28.424 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-24T13:00:28.424 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-24T13:00:28.424 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-24T13:00:28.424 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.max_background_flushes: -1 2024-04-24T13:00:28.424 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Compression algorithms supported: 2024-04-24T13:00:28.424 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-24T13:00:28.424 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: kZSTD supported: 0 2024-04-24T13:00:28.424 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: kXpressCompression supported: 0 2024-04-24T13:00:28.425 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-24T13:00:28.425 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: kZlibCompression supported: 1 2024-04-24T13:00:28.425 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: kSnappyCompression supported: 1 2024-04-24T13:00:28.425 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: kLZ4Compression supported: 1 2024-04-24T13:00:28.425 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: kBZip2Compression supported: 0 2024-04-24T13:00:28.425 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-24T13:00:28.425 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-24T13:00:28.425 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi086/store.db/MANIFEST-000010 2024-04-24T13:00:28.427 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-24T13:00:28.427 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-24T13:00:28.427 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.merge_operator: 2024-04-24T13:00:28.427 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.compaction_filter: None 2024-04-24T13:00:28.427 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-24T13:00:28.427 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-24T13:00:28.427 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-24T13:00:28.428 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-24T13:00:28.428 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56245e807cc0) 2024-04-24T13:00:28.428 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: cache_index_and_filter_blocks: 1 2024-04-24T13:00:28.428 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-24T13:00:28.428 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-24T13:00:28.428 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: pin_top_level_index_and_filter: 1 2024-04-24T13:00:28.428 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: index_type: 0 2024-04-24T13:00:28.428 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: data_block_index_type: 0 2024-04-24T13:00:28.428 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: index_shortening: 1 2024-04-24T13:00:28.428 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: data_block_hash_table_util_ratio: 0.750000 2024-04-24T13:00:28.428 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: checksum: 4 2024-04-24T13:00:28.429 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: no_block_cache: 0 2024-04-24T13:00:28.429 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: block_cache: 0x56245e7cd1f0 2024-04-24T13:00:28.429 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: block_cache_name: BinnedLRUCache 2024-04-24T13:00:28.429 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: block_cache_options: 2024-04-24T13:00:28.429 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: capacity : 536870912 2024-04-24T13:00:28.429 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: num_shard_bits : 4 2024-04-24T13:00:28.429 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: strict_capacity_limit : 0 2024-04-24T13:00:28.429 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: high_pri_pool_ratio: 0.000 2024-04-24T13:00:28.429 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: block_cache_compressed: (nil) 2024-04-24T13:00:28.429 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: persistent_cache: (nil) 2024-04-24T13:00:28.429 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: block_size: 4096 2024-04-24T13:00:28.429 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: block_size_deviation: 10 2024-04-24T13:00:28.430 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: block_restart_interval: 16 2024-04-24T13:00:28.430 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: index_block_restart_interval: 1 2024-04-24T13:00:28.430 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: metadata_block_size: 4096 2024-04-24T13:00:28.430 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: partition_filters: 0 2024-04-24T13:00:28.430 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: use_delta_encoding: 1 2024-04-24T13:00:28.430 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: filter_policy: bloomfilter 2024-04-24T13:00:28.430 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: whole_key_filtering: 1 2024-04-24T13:00:28.430 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: verify_compression: 0 2024-04-24T13:00:28.430 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: read_amp_bytes_per_bit: 0 2024-04-24T13:00:28.430 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: format_version: 5 2024-04-24T13:00:28.430 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: enable_index_compression: 1 2024-04-24T13:00:28.430 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: block_align: 0 2024-04-24T13:00:28.431 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: max_auto_readahead_size: 262144 2024-04-24T13:00:28.431 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: prepopulate_block_cache: 0 2024-04-24T13:00:28.431 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: initial_auto_readahead_size: 8192 2024-04-24T13:00:28.431 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: num_file_reads_for_auto_readahead: 2 2024-04-24T13:00:28.431 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-24T13:00:28.431 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-24T13:00:28.431 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.compression: NoCompression 2024-04-24T13:00:28.431 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-24T13:00:28.431 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-24T13:00:28.431 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-24T13:00:28.431 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.num_levels: 7 2024-04-24T13:00:28.431 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-24T13:00:28.431 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-24T13:00:28.432 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-24T13:00:28.432 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-24T13:00:28.432 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-24T13:00:28.432 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-24T13:00:28.432 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-24T13:00:28.432 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-24T13:00:28.432 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-24T13:00:28.432 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-24T13:00:28.432 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-24T13:00:28.432 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-24T13:00:28.433 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-24T13:00:28.433 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-24T13:00:28.433 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-24T13:00:28.433 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-24T13:00:28.433 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-24T13:00:28.433 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-24T13:00:28.433 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-24T13:00:28.433 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-24T13:00:28.433 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-24T13:00:28.433 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-24T13:00:28.433 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-24T13:00:28.434 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-24T13:00:28.434 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-24T13:00:28.434 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-24T13:00:28.434 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-24T13:00:28.434 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-24T13:00:28.434 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-24T13:00:28.434 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-24T13:00:28.435 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-24T13:00:28.435 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-24T13:00:28.435 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-24T13:00:28.435 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-24T13:00:28.435 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-24T13:00:28.435 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-24T13:00:28.435 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-24T13:00:28.435 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-24T13:00:28.435 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-24T13:00:28.435 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-24T13:00:28.435 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-24T13:00:28.435 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-24T13:00:28.435 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-24T13:00:28.436 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-24T13:00:28.436 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-24T13:00:28.436 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-24T13:00:28.436 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-24T13:00:28.436 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-24T13:00:28.436 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-24T13:00:28.436 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-24T13:00:28.436 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-24T13:00:28.436 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-24T13:00:28.436 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-24T13:00:28.436 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-24T13:00:28.437 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.inplace_update_support: 0 2024-04-24T13:00:28.437 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-24T13:00:28.437 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-24T13:00:28.437 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-24T13:00:28.437 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-24T13:00:28.437 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.bloom_locality: 0 2024-04-24T13:00:28.437 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.max_successive_merges: 0 2024-04-24T13:00:28.437 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-24T13:00:28.437 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-24T13:00:28.437 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-24T13:00:28.437 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-24T13:00:28.437 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.ttl: 2592000 2024-04-24T13:00:28.437 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-24T13:00:28.437 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-24T13:00:28.437 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-24T13:00:28.438 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.enable_blob_files: false 2024-04-24T13:00:28.438 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.min_blob_size: 0 2024-04-24T13:00:28.438 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-24T13:00:28.438 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-24T13:00:28.438 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-24T13:00:28.438 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-24T13:00:28.438 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-24T13:00:28.438 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-24T13:00:28.438 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-24T13:00:28.438 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.109+0000 7f872d7fdc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-24T13:00:28.438 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.113+0000 7f872d7fdc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi086/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-24T13:00:28.438 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.113+0000 7f872d7fdc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-24T13:00:28.438 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.113+0000 7f872d7fdc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 954e739a-f545-4ef1-b3b0-06c43e3a3d63 2024-04-24T13:00:28.439 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.113+0000 7f872d7fdc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713963628117791, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-24T13:00:28.439 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.113+0000 7f872d7fdc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-24T13:00:28.439 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.113+0000 7f872d7fdc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713963628118883, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85573, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 254, "table_properties": {"data_size": 83713, "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": 78034, "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": 1713963628, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "954e739a-f545-4ef1-b3b0-06c43e3a3d63", "db_session_id": "TNCOKG93QMTZU0RF88GH", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-24T13:00:28.439 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.113+0000 7f872d7fdc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713963628119007, "job": 1, "event": "recovery_finished"} 2024-04-24T13:00:28.439 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.113+0000 7f872d7fdc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-24T13:00:28.439 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.113+0000 7f872d7fdc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi086/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-24T13:00:28.439 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.113+0000 7f872d7fdc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56245e8e6000 2024-04-24T13:00:28.439 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.113+0000 7f872d7fdc80 4 rocksdb: DB pointer 0x56245e8d0000 2024-04-24T13:00:28.439 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.113+0000 7f871bf57700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-24T13:00:28.439 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.113+0000 7f871bf57700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-24T13:00:28.439 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: ** DB Stats ** 2024-04-24T13:00:28.439 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-24T13:00:28.439 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: 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-24T13:00:28.439 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-24T13:00:28.439 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-24T13:00:28.440 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: 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-24T13:00:28.440 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-24T13:00:28.440 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-24T13:00:28.440 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: ** Compaction Stats [default] ** 2024-04-24T13:00:28.440 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: 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-24T13:00:28.440 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-24T13:00:28.440 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: L0 2/0 85.47 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 121.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-24T13:00:28.440 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: Sum 2/0 85.47 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 121.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-24T13:00:28.440 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 121.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-24T13:00:28.440 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: ** Compaction Stats [default] ** 2024-04-24T13:00:28.440 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: 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-24T13:00:28.440 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-24T13:00:28.440 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 121.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-24T13:00:28.440 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-24T13:00:28.440 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-24T13:00:28.441 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-24T13:00:28.441 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-24T13:00:28.441 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: AddFile(Total Files): cumulative 0, interval 0 2024-04-24T13:00:28.441 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-24T13:00:28.441 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: AddFile(Keys): cumulative 0, interval 0 2024-04-24T13:00:28.441 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: Cumulative compaction: 0.00 GB write, 20.43 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-24T13:00:28.441 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: Interval compaction: 0.00 GB write, 20.43 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-24T13:00:28.441 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: 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-24T13:00:28.441 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: Block cache BinnedLRUCache@0x56245e7cd1f0#7 capacity: 512.00 MB usage: 1.20 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-04-24T13:00:28.441 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: 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-24T13:00:28.441 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: ** File Read Latency Histogram By Level [default] ** 2024-04-24T13:00:28.441 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.113+0000 7f872d7fdc80 0 starting mon.smithi086 rank 0 at public addrs [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] at bind addrs [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi086 fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 2024-04-24T13:00:28.441 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.117+0000 7f872d7fdc80 1 mon.smithi086@-1(???) e1 preinit fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 2024-04-24T13:00:28.441 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.117+0000 7f872d7fdc80 0 mon.smithi086@-1(???).mds e1 new map 2024-04-24T13:00:28.441 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.117+0000 7f872d7fdc80 0 mon.smithi086@-1(???).mds e1 print_map 2024-04-24T13:00:28.442 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: e1 2024-04-24T13:00:28.442 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-24T13:00:28.442 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: 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-24T13:00:28.442 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: legacy client fscid: -1 2024-04-24T13:00:28.442 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: 2024-04-24T13:00:28.442 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: No filesystems configured 2024-04-24T13:00:28.442 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.117+0000 7f872d7fdc80 0 mon.smithi086@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-24T13:00:28.442 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.117+0000 7f872d7fdc80 0 mon.smithi086@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-24T13:00:28.442 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.117+0000 7f872d7fdc80 0 mon.smithi086@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-24T13:00:28.442 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.117+0000 7f872d7fdc80 0 mon.smithi086@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-24T13:00:28.442 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: debug 2024-04-24T13:00:28.117+0000 7f872d7fdc80 1 mon.smithi086@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-24T13:00:28.442 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: cluster 2024-04-24T13:00:28.126266+0000 mon.smithi086 (mon.0) 1 : cluster [INF] mon.smithi086 is new leader, mons smithi086 in quorum (ranks 0) 2024-04-24T13:00:28.442 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: cluster 2024-04-24T13:00:28.126266+0000 mon.smithi086 (mon.0) 1 : cluster [INF] mon.smithi086 is new leader, mons smithi086 in quorum (ranks 0) 2024-04-24T13:00:28.442 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: cluster 2024-04-24T13:00:28.126321+0000 mon.smithi086 (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-24T13:00:28.442 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: cluster 2024-04-24T13:00:28.126321+0000 mon.smithi086 (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-24T13:00:28.443 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: cluster 2024-04-24T13:00:28.126333+0000 mon.smithi086 (mon.0) 3 : cluster [DBG] fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 2024-04-24T13:00:28.443 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: cluster 2024-04-24T13:00:28.126333+0000 mon.smithi086 (mon.0) 3 : cluster [DBG] fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 2024-04-24T13:00:28.443 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: cluster 2024-04-24T13:00:28.126349+0000 mon.smithi086 (mon.0) 4 : cluster [DBG] last_changed 2024-04-24T13:00:17.760425+0000 2024-04-24T13:00:28.443 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: cluster 2024-04-24T13:00:28.126349+0000 mon.smithi086 (mon.0) 4 : cluster [DBG] last_changed 2024-04-24T13:00:17.760425+0000 2024-04-24T13:00:28.443 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: cluster 2024-04-24T13:00:28.126360+0000 mon.smithi086 (mon.0) 5 : cluster [DBG] created 2024-04-24T13:00:17.760425+0000 2024-04-24T13:00:28.443 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: cluster 2024-04-24T13:00:28.126360+0000 mon.smithi086 (mon.0) 5 : cluster [DBG] created 2024-04-24T13:00:17.760425+0000 2024-04-24T13:00:28.443 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: cluster 2024-04-24T13:00:28.126368+0000 mon.smithi086 (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T13:00:28.443 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: cluster 2024-04-24T13:00:28.126368+0000 mon.smithi086 (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T13:00:28.443 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: cluster 2024-04-24T13:00:28.126376+0000 mon.smithi086 (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-24T13:00:28.443 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: cluster 2024-04-24T13:00:28.126376+0000 mon.smithi086 (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-24T13:00:28.443 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: cluster 2024-04-24T13:00:28.126392+0000 mon.smithi086 (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] mon.smithi086 2024-04-24T13:00:28.443 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: cluster 2024-04-24T13:00:28.126392+0000 mon.smithi086 (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] mon.smithi086 2024-04-24T13:00:28.443 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: cluster 2024-04-24T13:00:28.126797+0000 mon.smithi086 (mon.0) 9 : cluster [DBG] fsmap 2024-04-24T13:00:28.443 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: cluster 2024-04-24T13:00:28.126797+0000 mon.smithi086 (mon.0) 9 : cluster [DBG] fsmap 2024-04-24T13:00:28.443 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: cluster 2024-04-24T13:00:28.126825+0000 mon.smithi086 (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-24T13:00:28.443 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: cluster 2024-04-24T13:00:28.126825+0000 mon.smithi086 (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-24T13:00:28.444 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: cluster 2024-04-24T13:00:28.128759+0000 mon.smithi086 (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-24T13:00:28.444 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:28 smithi086 bash[18795]: cluster 2024-04-24T13:00:28.128759+0000 mon.smithi086 (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-24T13:00:29.011 INFO:teuthology.orchestra.run.smithi086.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-24T13:00:29.038 INFO:teuthology.orchestra.run.smithi086.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-24T13:00:29.039 INFO:teuthology.orchestra.run.smithi086.stdout:Creating mgr... 2024-04-24T13:00:29.039 INFO:teuthology.orchestra.run.smithi086.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-24T13:00:29.039 INFO:teuthology.orchestra.run.smithi086.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-24T13:00:29.039 INFO:teuthology.orchestra.run.smithi086.stdout:Verifying port 0.0.0.0:8443 ... 2024-04-24T13:00:29.381 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:29 smithi086 systemd[1]: /etc/systemd/system/ceph-6fb9d4de-023a-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-24T13:00:29.395 INFO:teuthology.orchestra.run.smithi086.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-6fb9d4de-023a-11ef-bc93-c7b262605968@mgr.smithi086.skylwm 2024-04-24T13:00:29.395 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stderr Failed to reset failed state of unit ceph-6fb9d4de-023a-11ef-bc93-c7b262605968@mgr.smithi086.skylwm.service: Unit ceph-6fb9d4de-023a-11ef-bc93-c7b262605968@mgr.smithi086.skylwm.service not loaded. 2024-04-24T13:00:29.615 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-6fb9d4de-023a-11ef-bc93-c7b262605968.target.wants/ceph-6fb9d4de-023a-11ef-bc93-c7b262605968@mgr.smithi086.skylwm.service -> /etc/systemd/system/ceph-6fb9d4de-023a-11ef-bc93-c7b262605968@.service. 2024-04-24T13:00:29.624 INFO:teuthology.orchestra.run.smithi086.stdout:firewalld does not appear to be present 2024-04-24T13:00:29.624 INFO:teuthology.orchestra.run.smithi086.stdout:Not possible to enable service . firewalld.service is not available 2024-04-24T13:00:29.624 INFO:teuthology.orchestra.run.smithi086.stdout:firewalld does not appear to be present 2024-04-24T13:00:29.624 INFO:teuthology.orchestra.run.smithi086.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2024-04-24T13:00:29.624 INFO:teuthology.orchestra.run.smithi086.stdout:Waiting for mgr to start... 2024-04-24T13:00:29.624 INFO:teuthology.orchestra.run.smithi086.stdout:Waiting for mgr... 2024-04-24T13:00:29.639 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:29 smithi086 bash[18795]: audit 2024-04-24T13:00:28.404936+0000 mon.smithi086 (mon.0) 12 : audit [INF] from='client.? 172.21.15.86:0/2718038029' entity='client.admin' 2024-04-24T13:00:29.639 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:29 smithi086 bash[18795]: audit 2024-04-24T13:00:28.404936+0000 mon.smithi086 (mon.0) 12 : audit [INF] from='client.? 172.21.15.86:0/2718038029' entity='client.admin' 2024-04-24T13:00:29.640 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:29 smithi086 systemd[1]: /etc/systemd/system/ceph-6fb9d4de-023a-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-24T13:00:31.189 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:31 smithi086 bash[18795]: audit 2024-04-24T13:00:30.997834+0000 mon.smithi086 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.86:0/3920585288' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T13:00:31.189 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:31 smithi086 bash[18795]: audit 2024-04-24T13:00:30.997834+0000 mon.smithi086 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.86:0/3920585288' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T13:00:31.615 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout 2024-04-24T13:00:31.615 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout { 2024-04-24T13:00:31.615 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "fsid": "6fb9d4de-023a-11ef-bc93-c7b262605968", 2024-04-24T13:00:31.615 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "health": { 2024-04-24T13:00:31.615 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-24T13:00:31.615 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-24T13:00:31.615 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-24T13:00:31.615 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:00:31.615 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-24T13:00:31.615 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-24T13:00:31.615 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout 0 2024-04-24T13:00:31.616 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout ], 2024-04-24T13:00:31.616 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-24T13:00:31.616 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "smithi086" 2024-04-24T13:00:31.616 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout ], 2024-04-24T13:00:31.616 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-24T13:00:31.616 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-24T13:00:31.616 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:00:31.616 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-24T13:00:31.616 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-24T13:00:31.616 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:00:31.616 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-24T13:00:31.616 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:00:31.616 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-24T13:00:31.616 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-24T13:00:31.616 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-24T13:00:31.616 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-24T13:00:31.617 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-24T13:00:31.617 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-24T13:00:31.620 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:00:31.620 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-24T13:00:31.620 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-24T13:00:31.620 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-24T13:00:31.620 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-24T13:00:31.620 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-24T13:00:31.620 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-24T13:00:31.620 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-24T13:00:31.620 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-24T13:00:31.620 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-24T13:00:31.620 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:00:31.621 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-24T13:00:31.621 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:00:31.621 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-24T13:00:31.621 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-24T13:00:31.621 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:00:31.621 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-24T13:00:31.621 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-24T13:00:31.621 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-24T13:00:31.621 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-24T13:00:31.621 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-24T13:00:31.621 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-24T13:00:31.621 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "restful" 2024-04-24T13:00:31.621 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout ], 2024-04-24T13:00:31.621 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T13:00:31.621 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:00:31.622 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-24T13:00:31.622 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:00:31.622 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "modified": "2024-04-24T13:00:22.262617+0000", 2024-04-24T13:00:31.622 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T13:00:31.622 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:00:31.622 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-24T13:00:31.622 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout } 2024-04-24T13:00:31.622 INFO:teuthology.orchestra.run.smithi086.stdout:mgr not available, waiting (1/15)... 2024-04-24T13:00:34.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:34 smithi086 bash[18795]: audit 2024-04-24T13:00:34.642488+0000 mon.smithi086 (mon.0) 14 : audit [DBG] from='client.? 172.21.15.86:0/3373973466' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T13:00:34.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:34 smithi086 bash[18795]: audit 2024-04-24T13:00:34.642488+0000 mon.smithi086 (mon.0) 14 : audit [DBG] from='client.? 172.21.15.86:0/3373973466' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T13:00:35.197 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout 2024-04-24T13:00:35.197 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout { 2024-04-24T13:00:35.197 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "fsid": "6fb9d4de-023a-11ef-bc93-c7b262605968", 2024-04-24T13:00:35.197 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "health": { 2024-04-24T13:00:35.197 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-24T13:00:35.198 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-24T13:00:35.198 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-24T13:00:35.198 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:00:35.198 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-24T13:00:35.198 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-24T13:00:35.198 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout 0 2024-04-24T13:00:35.198 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout ], 2024-04-24T13:00:35.198 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-24T13:00:35.198 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "smithi086" 2024-04-24T13:00:35.198 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout ], 2024-04-24T13:00:35.198 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-04-24T13:00:35.198 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-24T13:00:35.198 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:00:35.198 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-24T13:00:35.199 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-24T13:00:35.199 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:00:35.199 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-24T13:00:35.199 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:00:35.199 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-24T13:00:35.199 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-24T13:00:35.199 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-24T13:00:35.199 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-24T13:00:35.199 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-24T13:00:35.199 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-24T13:00:35.199 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:00:35.199 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-24T13:00:35.199 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-24T13:00:35.199 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-24T13:00:35.199 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-24T13:00:35.199 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-24T13:00:35.200 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-24T13:00:35.200 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-24T13:00:35.200 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-24T13:00:35.200 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-24T13:00:35.200 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:00:35.200 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-24T13:00:35.200 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:00:35.200 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-24T13:00:35.200 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-24T13:00:35.200 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:00:35.200 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-24T13:00:35.200 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-24T13:00:35.200 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-24T13:00:35.200 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-24T13:00:35.200 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-24T13:00:35.201 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-24T13:00:35.201 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "restful" 2024-04-24T13:00:35.201 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout ], 2024-04-24T13:00:35.201 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T13:00:35.201 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:00:35.201 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-24T13:00:35.201 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:00:35.201 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "modified": "2024-04-24T13:00:22.262617+0000", 2024-04-24T13:00:35.201 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T13:00:35.201 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:00:35.201 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-24T13:00:35.201 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout } 2024-04-24T13:00:35.201 INFO:teuthology.orchestra.run.smithi086.stdout:mgr not available, waiting (2/15)... 2024-04-24T13:00:38.362 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:38 smithi086 bash[18795]: audit 2024-04-24T13:00:38.167779+0000 mon.smithi086 (mon.0) 15 : audit [DBG] from='client.? 172.21.15.86:0/3975556920' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T13:00:38.363 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:38 smithi086 bash[18795]: audit 2024-04-24T13:00:38.167779+0000 mon.smithi086 (mon.0) 15 : audit [DBG] from='client.? 172.21.15.86:0/3975556920' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T13:00:38.712 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout 2024-04-24T13:00:38.713 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout { 2024-04-24T13:00:38.713 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "fsid": "6fb9d4de-023a-11ef-bc93-c7b262605968", 2024-04-24T13:00:38.713 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "health": { 2024-04-24T13:00:38.713 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-24T13:00:38.713 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-24T13:00:38.713 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-24T13:00:38.713 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:00:38.713 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-24T13:00:38.713 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-24T13:00:38.719 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout 0 2024-04-24T13:00:38.719 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout ], 2024-04-24T13:00:38.719 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-24T13:00:38.719 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "smithi086" 2024-04-24T13:00:38.719 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout ], 2024-04-24T13:00:38.720 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-04-24T13:00:38.720 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-24T13:00:38.720 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:00:38.720 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-24T13:00:38.720 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-24T13:00:38.720 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:00:38.720 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-24T13:00:38.720 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:00:38.720 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-24T13:00:38.720 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-24T13:00:38.720 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-24T13:00:38.720 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-24T13:00:38.720 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-24T13:00:38.721 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-24T13:00:38.721 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:00:38.721 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-24T13:00:38.721 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-24T13:00:38.721 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-24T13:00:38.721 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-24T13:00:38.721 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-24T13:00:38.721 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-24T13:00:38.721 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-24T13:00:38.721 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-24T13:00:38.721 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-24T13:00:38.721 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:00:38.721 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-24T13:00:38.721 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:00:38.721 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-24T13:00:38.722 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-24T13:00:38.722 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:00:38.722 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-24T13:00:38.722 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-24T13:00:38.722 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-24T13:00:38.722 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-24T13:00:38.722 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-24T13:00:38.722 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-24T13:00:38.722 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "restful" 2024-04-24T13:00:38.722 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout ], 2024-04-24T13:00:38.722 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T13:00:38.722 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:00:38.722 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-24T13:00:38.722 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:00:38.723 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "modified": "2024-04-24T13:00:22.262617+0000", 2024-04-24T13:00:38.723 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T13:00:38.723 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:00:38.723 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-24T13:00:38.723 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout } 2024-04-24T13:00:38.723 INFO:teuthology.orchestra.run.smithi086.stdout:mgr not available, waiting (3/15)... 2024-04-24T13:00:39.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:39 smithi086 bash[18795]: cluster 2024-04-24T13:00:38.762706+0000 mon.smithi086 (mon.0) 16 : cluster [INF] Activating manager daemon smithi086.skylwm 2024-04-24T13:00:39.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:39 smithi086 bash[18795]: cluster 2024-04-24T13:00:38.762706+0000 mon.smithi086 (mon.0) 16 : cluster [INF] Activating manager daemon smithi086.skylwm 2024-04-24T13:00:39.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:39 smithi086 bash[18795]: cluster 2024-04-24T13:00:38.767456+0000 mon.smithi086 (mon.0) 17 : cluster [DBG] mgrmap e2: smithi086.skylwm(active, starting, since 0.00491729s) 2024-04-24T13:00:39.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:39 smithi086 bash[18795]: cluster 2024-04-24T13:00:38.767456+0000 mon.smithi086 (mon.0) 17 : cluster [DBG] mgrmap e2: smithi086.skylwm(active, starting, since 0.00491729s) 2024-04-24T13:00:39.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:39 smithi086 bash[18795]: audit 2024-04-24T13:00:38.768390+0000 mon.smithi086 (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.86:0/24629784' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T13:00:39.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:39 smithi086 bash[18795]: audit 2024-04-24T13:00:38.768390+0000 mon.smithi086 (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.86:0/24629784' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T13:00:39.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:39 smithi086 bash[18795]: audit 2024-04-24T13:00:38.768580+0000 mon.smithi086 (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.86:0/24629784' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T13:00:39.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:39 smithi086 bash[18795]: audit 2024-04-24T13:00:38.768580+0000 mon.smithi086 (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.86:0/24629784' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T13:00:39.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:39 smithi086 bash[18795]: audit 2024-04-24T13:00:38.768768+0000 mon.smithi086 (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.86:0/24629784' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T13:00:39.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:39 smithi086 bash[18795]: audit 2024-04-24T13:00:38.768768+0000 mon.smithi086 (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.86:0/24629784' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T13:00:39.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:39 smithi086 bash[18795]: audit 2024-04-24T13:00:38.768968+0000 mon.smithi086 (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.86:0/24629784' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2024-04-24T13:00:39.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:39 smithi086 bash[18795]: audit 2024-04-24T13:00:38.768968+0000 mon.smithi086 (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.86:0/24629784' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2024-04-24T13:00:39.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:39 smithi086 bash[18795]: audit 2024-04-24T13:00:38.769442+0000 mon.smithi086 (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.86:0/24629784' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mgr metadata", "who": "smithi086.skylwm", "id": "smithi086.skylwm"}]: dispatch 2024-04-24T13:00:39.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:39 smithi086 bash[18795]: audit 2024-04-24T13:00:38.769442+0000 mon.smithi086 (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.86:0/24629784' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mgr metadata", "who": "smithi086.skylwm", "id": "smithi086.skylwm"}]: dispatch 2024-04-24T13:00:39.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:39 smithi086 bash[18795]: cluster 2024-04-24T13:00:38.775111+0000 mon.smithi086 (mon.0) 23 : cluster [INF] Manager daemon smithi086.skylwm is now available 2024-04-24T13:00:39.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:39 smithi086 bash[18795]: cluster 2024-04-24T13:00:38.775111+0000 mon.smithi086 (mon.0) 23 : cluster [INF] Manager daemon smithi086.skylwm is now available 2024-04-24T13:00:39.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:39 smithi086 bash[18795]: audit 2024-04-24T13:00:38.787755+0000 mon.smithi086 (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.86:0/24629784' entity='mgr.smithi086.skylwm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.skylwm/mirror_snapshot_schedule"}]: dispatch 2024-04-24T13:00:39.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:39 smithi086 bash[18795]: audit 2024-04-24T13:00:38.787755+0000 mon.smithi086 (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.86:0/24629784' entity='mgr.smithi086.skylwm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.skylwm/mirror_snapshot_schedule"}]: dispatch 2024-04-24T13:00:39.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:39 smithi086 bash[18795]: audit 2024-04-24T13:00:38.790400+0000 mon.smithi086 (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.86:0/24629784' entity='mgr.smithi086.skylwm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.skylwm/trash_purge_schedule"}]: dispatch 2024-04-24T13:00:39.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:39 smithi086 bash[18795]: audit 2024-04-24T13:00:38.790400+0000 mon.smithi086 (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.86:0/24629784' entity='mgr.smithi086.skylwm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.skylwm/trash_purge_schedule"}]: dispatch 2024-04-24T13:00:39.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:39 smithi086 bash[18795]: audit 2024-04-24T13:00:38.793817+0000 mon.smithi086 (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.86:0/24629784' entity='mgr.smithi086.skylwm' 2024-04-24T13:00:39.715 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:39 smithi086 bash[18795]: audit 2024-04-24T13:00:38.793817+0000 mon.smithi086 (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.86:0/24629784' entity='mgr.smithi086.skylwm' 2024-04-24T13:00:39.715 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:39 smithi086 bash[18795]: audit 2024-04-24T13:00:38.799082+0000 mon.smithi086 (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.86:0/24629784' entity='mgr.smithi086.skylwm' 2024-04-24T13:00:39.715 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:39 smithi086 bash[18795]: audit 2024-04-24T13:00:38.799082+0000 mon.smithi086 (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.86:0/24629784' entity='mgr.smithi086.skylwm' 2024-04-24T13:00:39.715 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:39 smithi086 bash[18795]: audit 2024-04-24T13:00:38.804665+0000 mon.smithi086 (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.86:0/24629784' entity='mgr.smithi086.skylwm' 2024-04-24T13:00:39.715 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:39 smithi086 bash[18795]: audit 2024-04-24T13:00:38.804665+0000 mon.smithi086 (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.86:0/24629784' entity='mgr.smithi086.skylwm' 2024-04-24T13:00:41.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:40 smithi086 bash[18795]: cluster 2024-04-24T13:00:39.777457+0000 mon.smithi086 (mon.0) 29 : cluster [DBG] mgrmap e3: smithi086.skylwm(active, since 1.01491s) 2024-04-24T13:00:41.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:40 smithi086 bash[18795]: cluster 2024-04-24T13:00:39.777457+0000 mon.smithi086 (mon.0) 29 : cluster [DBG] mgrmap e3: smithi086.skylwm(active, since 1.01491s) 2024-04-24T13:00:42.719 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout 2024-04-24T13:00:42.720 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout { 2024-04-24T13:00:42.720 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "fsid": "6fb9d4de-023a-11ef-bc93-c7b262605968", 2024-04-24T13:00:42.720 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "health": { 2024-04-24T13:00:42.720 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-24T13:00:42.720 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-24T13:00:42.720 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-24T13:00:42.720 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:00:42.721 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-24T13:00:42.721 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-24T13:00:42.721 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout 0 2024-04-24T13:00:42.721 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout ], 2024-04-24T13:00:42.721 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-24T13:00:42.721 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "smithi086" 2024-04-24T13:00:42.721 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout ], 2024-04-24T13:00:42.721 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-04-24T13:00:42.721 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-24T13:00:42.721 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:00:42.721 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-24T13:00:42.722 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-24T13:00:42.722 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:00:42.722 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-24T13:00:42.722 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:00:42.722 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-24T13:00:42.722 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-24T13:00:42.722 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-24T13:00:42.722 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-24T13:00:42.722 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-24T13:00:42.722 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-24T13:00:42.722 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:00:42.722 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-24T13:00:42.722 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-24T13:00:42.722 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-24T13:00:42.723 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-24T13:00:42.723 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-24T13:00:42.723 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-24T13:00:42.723 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-24T13:00:42.723 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-24T13:00:42.723 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-24T13:00:42.723 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:00:42.723 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-24T13:00:42.723 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:00:42.723 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-24T13:00:42.724 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-24T13:00:42.724 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:00:42.724 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-24T13:00:42.724 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-24T13:00:42.724 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-24T13:00:42.724 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-24T13:00:42.724 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-24T13:00:42.724 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-24T13:00:42.724 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "restful" 2024-04-24T13:00:42.724 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout ], 2024-04-24T13:00:42.724 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T13:00:42.724 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:00:42.724 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-24T13:00:42.724 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:00:42.724 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "modified": "2024-04-24T13:00:22.262617+0000", 2024-04-24T13:00:42.725 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T13:00:42.725 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:00:42.725 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-24T13:00:42.725 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout } 2024-04-24T13:00:42.725 INFO:teuthology.orchestra.run.smithi086.stdout:mgr is available 2024-04-24T13:00:43.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:42 smithi086 bash[18795]: cluster 2024-04-24T13:00:41.774801+0000 mon.smithi086 (mon.0) 30 : cluster [DBG] mgrmap e4: smithi086.skylwm(active, since 3s) 2024-04-24T13:00:43.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:42 smithi086 bash[18795]: cluster 2024-04-24T13:00:41.774801+0000 mon.smithi086 (mon.0) 30 : cluster [DBG] mgrmap e4: smithi086.skylwm(active, since 3s) 2024-04-24T13:00:43.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:42 smithi086 bash[18795]: audit 2024-04-24T13:00:42.188458+0000 mon.smithi086 (mon.0) 31 : audit [DBG] from='client.? 172.21.15.86:0/1083182466' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T13:00:43.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:42 smithi086 bash[18795]: audit 2024-04-24T13:00:42.188458+0000 mon.smithi086 (mon.0) 31 : audit [DBG] from='client.? 172.21.15.86:0/1083182466' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T13:00:44.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:44 smithi086 bash[18795]: audit 2024-04-24T13:00:43.998511+0000 mon.smithi086 (mon.0) 32 : audit [INF] from='client.? 172.21.15.86:0/1091774433' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-24T13:00:44.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:44 smithi086 bash[18795]: audit 2024-04-24T13:00:43.998511+0000 mon.smithi086 (mon.0) 32 : audit [INF] from='client.? 172.21.15.86:0/1091774433' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-24T13:00:44.575 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout 2024-04-24T13:00:44.575 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout [global] 2024-04-24T13:00:44.576 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout fsid = 6fb9d4de-023a-11ef-bc93-c7b262605968 2024-04-24T13:00:44.576 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-24T13:00:44.576 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-24T13:00:44.576 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-24T13:00:44.576 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-24T13:00:44.576 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-24T13:00:44.576 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout 2024-04-24T13:00:44.576 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-24T13:00:44.576 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-24T13:00:44.576 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout 2024-04-24T13:00:44.576 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout [osd] 2024-04-24T13:00:44.576 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-24T13:00:44.576 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-24T13:00:44.576 INFO:teuthology.orchestra.run.smithi086.stdout:Enabling cephadm module... 2024-04-24T13:00:46.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:45 smithi086 bash[18795]: audit 2024-04-24T13:00:45.846809+0000 mon.smithi086 (mon.0) 33 : audit [INF] from='client.? 172.21.15.86:0/482830825' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-24T13:00:46.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:45 smithi086 bash[18795]: audit 2024-04-24T13:00:45.846809+0000 mon.smithi086 (mon.0) 33 : audit [INF] from='client.? 172.21.15.86:0/482830825' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-24T13:00:47.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:46 smithi086 bash[18795]: audit 2024-04-24T13:00:45.898689+0000 mon.smithi086 (mon.0) 34 : audit [INF] from='client.? 172.21.15.86:0/482830825' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-24T13:00:47.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:46 smithi086 bash[18795]: audit 2024-04-24T13:00:45.898689+0000 mon.smithi086 (mon.0) 34 : audit [INF] from='client.? 172.21.15.86:0/482830825' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-24T13:00:47.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:46 smithi086 bash[18795]: cluster 2024-04-24T13:00:45.903796+0000 mon.smithi086 (mon.0) 35 : cluster [DBG] mgrmap e5: smithi086.skylwm(active, since 7s) 2024-04-24T13:00:47.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:46 smithi086 bash[18795]: cluster 2024-04-24T13:00:45.903796+0000 mon.smithi086 (mon.0) 35 : cluster [DBG] mgrmap e5: smithi086.skylwm(active, since 7s) 2024-04-24T13:00:47.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:47 smithi086 bash[18795]: audit 2024-04-24T13:00:47.698715+0000 mon.smithi086 (mon.0) 36 : audit [DBG] from='client.? 172.21.15.86:0/3332626869' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-24T13:00:47.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:47 smithi086 bash[18795]: audit 2024-04-24T13:00:47.698715+0000 mon.smithi086 (mon.0) 36 : audit [DBG] from='client.? 172.21.15.86:0/3332626869' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-24T13:00:48.250 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout { 2024-04-24T13:00:48.251 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-24T13:00:48.251 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-24T13:00:48.251 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "active_name": "smithi086.skylwm", 2024-04-24T13:00:48.251 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-24T13:00:48.251 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout } 2024-04-24T13:00:48.251 INFO:teuthology.orchestra.run.smithi086.stdout:Waiting for the mgr to restart... 2024-04-24T13:00:48.251 INFO:teuthology.orchestra.run.smithi086.stdout:Waiting for mgr epoch 5... 2024-04-24T13:00:54.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:54 smithi086 bash[18795]: cluster 2024-04-24T13:00:53.979119+0000 mon.smithi086 (mon.0) 37 : cluster [INF] Active manager daemon smithi086.skylwm restarted 2024-04-24T13:00:54.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:54 smithi086 bash[18795]: cluster 2024-04-24T13:00:53.979119+0000 mon.smithi086 (mon.0) 37 : cluster [INF] Active manager daemon smithi086.skylwm restarted 2024-04-24T13:00:54.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:54 smithi086 bash[18795]: cluster 2024-04-24T13:00:53.979366+0000 mon.smithi086 (mon.0) 38 : cluster [INF] Activating manager daemon smithi086.skylwm 2024-04-24T13:00:54.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:54 smithi086 bash[18795]: cluster 2024-04-24T13:00:53.979366+0000 mon.smithi086 (mon.0) 38 : cluster [INF] Activating manager daemon smithi086.skylwm 2024-04-24T13:00:54.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:54 smithi086 bash[18795]: cluster 2024-04-24T13:00:53.988498+0000 mon.smithi086 (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-24T13:00:54.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:54 smithi086 bash[18795]: cluster 2024-04-24T13:00:53.988498+0000 mon.smithi086 (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-24T13:00:54.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:54 smithi086 bash[18795]: cluster 2024-04-24T13:00:53.988725+0000 mon.smithi086 (mon.0) 40 : cluster [DBG] mgrmap e6: smithi086.skylwm(active, starting, since 0.00945616s) 2024-04-24T13:00:54.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:54 smithi086 bash[18795]: cluster 2024-04-24T13:00:53.988725+0000 mon.smithi086 (mon.0) 40 : cluster [DBG] mgrmap e6: smithi086.skylwm(active, starting, since 0.00945616s) 2024-04-24T13:00:54.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:54 smithi086 bash[18795]: audit 2024-04-24T13:00:53.990734+0000 mon.smithi086 (mon.0) 41 : audit [DBG] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2024-04-24T13:00:54.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:54 smithi086 bash[18795]: audit 2024-04-24T13:00:53.990734+0000 mon.smithi086 (mon.0) 41 : audit [DBG] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2024-04-24T13:00:54.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:54 smithi086 bash[18795]: audit 2024-04-24T13:00:53.991837+0000 mon.smithi086 (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mgr metadata", "who": "smithi086.skylwm", "id": "smithi086.skylwm"}]: dispatch 2024-04-24T13:00:54.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:54 smithi086 bash[18795]: audit 2024-04-24T13:00:53.991837+0000 mon.smithi086 (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mgr metadata", "who": "smithi086.skylwm", "id": "smithi086.skylwm"}]: dispatch 2024-04-24T13:00:54.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:54 smithi086 bash[18795]: audit 2024-04-24T13:00:53.993093+0000 mon.smithi086 (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T13:00:54.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:54 smithi086 bash[18795]: audit 2024-04-24T13:00:53.993093+0000 mon.smithi086 (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T13:00:54.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:54 smithi086 bash[18795]: audit 2024-04-24T13:00:53.993255+0000 mon.smithi086 (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T13:00:54.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:54 smithi086 bash[18795]: audit 2024-04-24T13:00:53.993255+0000 mon.smithi086 (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T13:00:54.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:54 smithi086 bash[18795]: audit 2024-04-24T13:00:53.993389+0000 mon.smithi086 (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T13:00:54.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:54 smithi086 bash[18795]: audit 2024-04-24T13:00:53.993389+0000 mon.smithi086 (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T13:00:54.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:54 smithi086 bash[18795]: cluster 2024-04-24T13:00:54.019490+0000 mon.smithi086 (mon.0) 46 : cluster [INF] Manager daemon smithi086.skylwm is now available 2024-04-24T13:00:54.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:54 smithi086 bash[18795]: cluster 2024-04-24T13:00:54.019490+0000 mon.smithi086 (mon.0) 46 : cluster [INF] Manager daemon smithi086.skylwm is now available 2024-04-24T13:00:55.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:55 smithi086 bash[18795]: cephadm 2024-04-24T13:00:54.042368+0000 mgr.smithi086.skylwm (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-04-24T13:00:55.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:55 smithi086 bash[18795]: cephadm 2024-04-24T13:00:54.042368+0000 mgr.smithi086.skylwm (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-04-24T13:00:55.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:55 smithi086 bash[18795]: audit 2024-04-24T13:00:54.044655+0000 mon.smithi086 (mon.0) 47 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:00:55.465 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:55 smithi086 bash[18795]: audit 2024-04-24T13:00:54.044655+0000 mon.smithi086 (mon.0) 47 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:00:55.465 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:55 smithi086 bash[18795]: audit 2024-04-24T13:00:54.047503+0000 mon.smithi086 (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:00:55.465 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:55 smithi086 bash[18795]: audit 2024-04-24T13:00:54.047503+0000 mon.smithi086 (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:00:55.466 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:55 smithi086 bash[18795]: audit 2024-04-24T13:00:54.051665+0000 mon.smithi086 (mon.0) 49 : audit [DBG] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:00:55.466 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:55 smithi086 bash[18795]: audit 2024-04-24T13:00:54.051665+0000 mon.smithi086 (mon.0) 49 : audit [DBG] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:00:55.466 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:55 smithi086 bash[18795]: audit 2024-04-24T13:00:54.055491+0000 mon.smithi086 (mon.0) 50 : audit [DBG] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:00:55.466 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:55 smithi086 bash[18795]: audit 2024-04-24T13:00:54.055491+0000 mon.smithi086 (mon.0) 50 : audit [DBG] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:00:55.466 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:55 smithi086 bash[18795]: audit 2024-04-24T13:00:54.066579+0000 mon.smithi086 (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.skylwm/mirror_snapshot_schedule"}]: dispatch 2024-04-24T13:00:55.466 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:55 smithi086 bash[18795]: audit 2024-04-24T13:00:54.066579+0000 mon.smithi086 (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.skylwm/mirror_snapshot_schedule"}]: dispatch 2024-04-24T13:00:55.466 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:55 smithi086 bash[18795]: audit 2024-04-24T13:00:54.069509+0000 mon.smithi086 (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.skylwm/trash_purge_schedule"}]: dispatch 2024-04-24T13:00:55.466 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:55 smithi086 bash[18795]: audit 2024-04-24T13:00:54.069509+0000 mon.smithi086 (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.skylwm/trash_purge_schedule"}]: dispatch 2024-04-24T13:00:55.466 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:55 smithi086 bash[18795]: audit 2024-04-24T13:00:54.407709+0000 mon.smithi086 (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:00:55.466 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:55 smithi086 bash[18795]: audit 2024-04-24T13:00:54.407709+0000 mon.smithi086 (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:00:55.466 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:55 smithi086 bash[18795]: audit 2024-04-24T13:00:54.412829+0000 mon.smithi086 (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:00:55.466 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:55 smithi086 bash[18795]: audit 2024-04-24T13:00:54.412829+0000 mon.smithi086 (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:00:55.466 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:55 smithi086 bash[18795]: cluster 2024-04-24T13:00:54.990706+0000 mon.smithi086 (mon.0) 55 : cluster [DBG] mgrmap e7: smithi086.skylwm(active, since 1.01145s) 2024-04-24T13:00:55.467 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:55 smithi086 bash[18795]: cluster 2024-04-24T13:00:54.990706+0000 mon.smithi086 (mon.0) 55 : cluster [DBG] mgrmap e7: smithi086.skylwm(active, since 1.01145s) 2024-04-24T13:00:55.625 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout { 2024-04-24T13:00:55.627 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-24T13:00:55.627 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-24T13:00:55.627 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout } 2024-04-24T13:00:55.628 INFO:teuthology.orchestra.run.smithi086.stdout:mgr epoch 5 is available 2024-04-24T13:00:55.628 INFO:teuthology.orchestra.run.smithi086.stdout:Setting orchestrator backend to cephadm... 2024-04-24T13:00:56.044 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:56 smithi086 bash[18795]: audit 2024-04-24T13:00:54.988762+0000 mgr.smithi086.skylwm (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-24T13:00:56.044 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:56 smithi086 bash[18795]: audit 2024-04-24T13:00:54.988762+0000 mgr.smithi086.skylwm (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-24T13:00:56.044 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:56 smithi086 bash[18795]: audit 2024-04-24T13:00:55.003624+0000 mgr.smithi086.skylwm (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-24T13:00:56.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:56 smithi086 bash[18795]: audit 2024-04-24T13:00:55.003624+0000 mgr.smithi086.skylwm (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-24T13:00:56.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:56 smithi086 bash[18795]: cephadm 2024-04-24T13:00:55.102841+0000 mgr.smithi086.skylwm (mgr.14120) 4 : cephadm [INF] [24/Apr/2024:13:00:55] ENGINE Bus STARTING 2024-04-24T13:00:56.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:56 smithi086 bash[18795]: cephadm 2024-04-24T13:00:55.102841+0000 mgr.smithi086.skylwm (mgr.14120) 4 : cephadm [INF] [24/Apr/2024:13:00:55] ENGINE Bus STARTING 2024-04-24T13:00:56.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:56 smithi086 bash[18795]: cephadm 2024-04-24T13:00:55.217904+0000 mgr.smithi086.skylwm (mgr.14120) 5 : cephadm [INF] [24/Apr/2024:13:00:55] ENGINE Serving on https://172.21.15.86:7150 2024-04-24T13:00:56.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:56 smithi086 bash[18795]: cephadm 2024-04-24T13:00:55.217904+0000 mgr.smithi086.skylwm (mgr.14120) 5 : cephadm [INF] [24/Apr/2024:13:00:55] ENGINE Serving on https://172.21.15.86:7150 2024-04-24T13:00:56.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:56 smithi086 bash[18795]: cephadm 2024-04-24T13:00:55.319318+0000 mgr.smithi086.skylwm (mgr.14120) 6 : cephadm [INF] [24/Apr/2024:13:00:55] ENGINE Serving on http://172.21.15.86:8765 2024-04-24T13:00:56.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:56 smithi086 bash[18795]: cephadm 2024-04-24T13:00:55.319318+0000 mgr.smithi086.skylwm (mgr.14120) 6 : cephadm [INF] [24/Apr/2024:13:00:55] ENGINE Serving on http://172.21.15.86:8765 2024-04-24T13:00:56.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:56 smithi086 bash[18795]: cephadm 2024-04-24T13:00:55.319474+0000 mgr.smithi086.skylwm (mgr.14120) 7 : cephadm [INF] [24/Apr/2024:13:00:55] ENGINE Bus STARTED 2024-04-24T13:00:56.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:56 smithi086 bash[18795]: cephadm 2024-04-24T13:00:55.319474+0000 mgr.smithi086.skylwm (mgr.14120) 7 : cephadm [INF] [24/Apr/2024:13:00:55] ENGINE Bus STARTED 2024-04-24T13:00:56.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:56 smithi086 bash[18795]: audit 2024-04-24T13:00:55.325685+0000 mon.smithi086 (mon.0) 56 : audit [DBG] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:00:56.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:56 smithi086 bash[18795]: audit 2024-04-24T13:00:55.325685+0000 mon.smithi086 (mon.0) 56 : audit [DBG] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:00:57.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:57 smithi086 bash[18795]: cluster 2024-04-24T13:00:56.058526+0000 mon.smithi086 (mon.0) 57 : cluster [DBG] mgrmap e8: smithi086.skylwm(active, since 2s) 2024-04-24T13:00:57.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:57 smithi086 bash[18795]: cluster 2024-04-24T13:00:56.058526+0000 mon.smithi086 (mon.0) 57 : cluster [DBG] mgrmap e8: smithi086.skylwm(active, since 2s) 2024-04-24T13:00:57.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:57 smithi086 bash[18795]: audit 2024-04-24T13:00:56.798970+0000 mgr.smithi086.skylwm (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-24T13:00:57.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:57 smithi086 bash[18795]: audit 2024-04-24T13:00:56.798970+0000 mgr.smithi086.skylwm (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-24T13:00:57.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:57 smithi086 bash[18795]: audit 2024-04-24T13:00:56.805145+0000 mon.smithi086 (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:00:57.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:57 smithi086 bash[18795]: audit 2024-04-24T13:00:56.805145+0000 mon.smithi086 (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:00:57.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:57 smithi086 bash[18795]: audit 2024-04-24T13:00:56.846041+0000 mon.smithi086 (mon.0) 59 : audit [DBG] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:00:57.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:57 smithi086 bash[18795]: audit 2024-04-24T13:00:56.846041+0000 mon.smithi086 (mon.0) 59 : audit [DBG] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:00:59.109 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-24T13:00:59.110 INFO:teuthology.orchestra.run.smithi086.stdout:Generating ssh key... 2024-04-24T13:00:59.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:59 smithi086 bash[18795]: audit 2024-04-24T13:00:58.575825+0000 mgr.smithi086.skylwm (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:00:59.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:00:59 smithi086 bash[18795]: audit 2024-04-24T13:00:58.575825+0000 mgr.smithi086.skylwm (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:01:01.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:01 smithi086 bash[18795]: audit 2024-04-24T13:01:00.306868+0000 mgr.smithi086.skylwm (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:01:01.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:01 smithi086 bash[18795]: audit 2024-04-24T13:01:00.306868+0000 mgr.smithi086.skylwm (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:01:01.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:01 smithi086 bash[18795]: cephadm 2024-04-24T13:01:00.307277+0000 mgr.smithi086.skylwm (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-04-24T13:01:01.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:01 smithi086 bash[18795]: cephadm 2024-04-24T13:01:00.307277+0000 mgr.smithi086.skylwm (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-04-24T13:01:01.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:01 smithi086 bash[18795]: audit 2024-04-24T13:01:00.489865+0000 mon.smithi086 (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:01.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:01 smithi086 bash[18795]: audit 2024-04-24T13:01:00.489865+0000 mon.smithi086 (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:01.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:01 smithi086 bash[18795]: audit 2024-04-24T13:01:00.494843+0000 mon.smithi086 (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:01.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:01 smithi086 bash[18795]: audit 2024-04-24T13:01:00.494843+0000 mon.smithi086 (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:02.711 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCvPlaxSnaMdK97iqKHgl9cJa/b7ySBSl0EAOkS+TTUOTyJ13/9d4sIBNWLOH0AJT8sPQTWIICtdlUU8phQoveWDhZDH6ok5OI55Cwjmb3Ep+RAtwvlKspZ7FT/9KWD9uMYOEcco6VTkZ96wnH1p1D6UTmCzoVRc9c39a0CtG8QwAJzV8YJ64Zet0Qtku7T//yRS0/F3tgE2KCZL2jzzoTeVES1RCXcWO6sN+vQwpRCVlNXQYPvGntD19XSeO0P/cRPtIGIGtXfqCB4qgdfyioX1x/1aI+GEurhfeUoQf2YWj/CVCoxUYexCyVBvyzvQDq2kiD/tMeWnfWJFVYmbfsZZWBJq+pIcaEbW1frO5LsqZwwESZP7ETfRYLFTmBknsoq0gytmRlD3fwA1NwaJ/wGf8DlfKBosR5xQA/ZcGb1Ic5MwXUobgiVCIDoFN/liotXcw3o7ZN+t8sNlsQacCcd/qrQPXtC43y53tdAOurIW5vHuhMB+Ne0qXYv9rvwtmM= ceph-6fb9d4de-023a-11ef-bc93-c7b262605968 2024-04-24T13:01:02.711 INFO:teuthology.orchestra.run.smithi086.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-24T13:01:02.711 INFO:teuthology.orchestra.run.smithi086.stdout:Adding key to root@localhost authorized_keys... 2024-04-24T13:01:02.712 INFO:teuthology.orchestra.run.smithi086.stdout:Adding host smithi086... 2024-04-24T13:01:03.303 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:03 smithi086 bash[18795]: audit 2024-04-24T13:01:02.204419+0000 mgr.smithi086.skylwm (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:01:03.303 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:03 smithi086 bash[18795]: audit 2024-04-24T13:01:02.204419+0000 mgr.smithi086.skylwm (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:01:04.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:04 smithi086 bash[18795]: audit 2024-04-24T13:01:03.895899+0000 mgr.smithi086.skylwm (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi086", "addr": "172.21.15.86", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:01:04.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:04 smithi086 bash[18795]: audit 2024-04-24T13:01:03.895899+0000 mgr.smithi086.skylwm (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi086", "addr": "172.21.15.86", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:01:05.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:05 smithi086 bash[18795]: cephadm 2024-04-24T13:01:04.539244+0000 mgr.smithi086.skylwm (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi086 2024-04-24T13:01:05.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:05 smithi086 bash[18795]: cephadm 2024-04-24T13:01:04.539244+0000 mgr.smithi086.skylwm (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi086 2024-04-24T13:01:10.333 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout Added host 'smithi086' with addr '172.21.15.86' 2024-04-24T13:01:10.333 INFO:teuthology.orchestra.run.smithi086.stdout:Deploying mon service with default placement... 2024-04-24T13:01:10.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:10 smithi086 bash[18795]: audit 2024-04-24T13:01:09.506875+0000 mon.smithi086 (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:10.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:10 smithi086 bash[18795]: audit 2024-04-24T13:01:09.506875+0000 mon.smithi086 (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:10.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:10 smithi086 bash[18795]: cephadm 2024-04-24T13:01:09.507321+0000 mgr.smithi086.skylwm (mgr.14120) 15 : cephadm [INF] Added host smithi086 2024-04-24T13:01:10.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:10 smithi086 bash[18795]: cephadm 2024-04-24T13:01:09.507321+0000 mgr.smithi086.skylwm (mgr.14120) 15 : cephadm [INF] Added host smithi086 2024-04-24T13:01:10.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:10 smithi086 bash[18795]: audit 2024-04-24T13:01:09.519234+0000 mon.smithi086 (mon.0) 63 : audit [DBG] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:01:10.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:10 smithi086 bash[18795]: audit 2024-04-24T13:01:09.519234+0000 mon.smithi086 (mon.0) 63 : audit [DBG] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:01:12.843 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-24T13:01:12.843 INFO:teuthology.orchestra.run.smithi086.stdout:Deploying mgr service with default placement... 2024-04-24T13:01:13.458 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:13 smithi086 bash[18795]: audit 2024-04-24T13:01:12.164973+0000 mgr.smithi086.skylwm (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:01:13.458 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:13 smithi086 bash[18795]: audit 2024-04-24T13:01:12.164973+0000 mgr.smithi086.skylwm (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:01:13.458 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:13 smithi086 bash[18795]: cephadm 2024-04-24T13:01:12.166898+0000 mgr.smithi086.skylwm (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-24T13:01:13.458 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:13 smithi086 bash[18795]: cephadm 2024-04-24T13:01:12.166898+0000 mgr.smithi086.skylwm (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-24T13:01:13.458 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:13 smithi086 bash[18795]: audit 2024-04-24T13:01:12.169275+0000 mon.smithi086 (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:13.458 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:13 smithi086 bash[18795]: audit 2024-04-24T13:01:12.169275+0000 mon.smithi086 (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:13.458 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:13 smithi086 bash[18795]: audit 2024-04-24T13:01:12.646690+0000 mon.smithi086 (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:13.458 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:13 smithi086 bash[18795]: audit 2024-04-24T13:01:12.646690+0000 mon.smithi086 (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:14.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:14 smithi086 bash[18795]: audit 2024-04-24T13:01:13.192269+0000 mon.smithi086 (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:14.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:14 smithi086 bash[18795]: audit 2024-04-24T13:01:13.192269+0000 mon.smithi086 (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:14.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:14 smithi086 bash[18795]: audit 2024-04-24T13:01:14.063930+0000 mon.smithi086 (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:14.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:14 smithi086 bash[18795]: audit 2024-04-24T13:01:14.063930+0000 mon.smithi086 (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:14.684 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-24T13:01:14.684 INFO:teuthology.orchestra.run.smithi086.stdout:Deploying crash service with default placement... 2024-04-24T13:01:15.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:15 smithi086 bash[18795]: cluster 2024-04-24T13:01:13.994466+0000 mgr.smithi086.skylwm (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:01:15.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:15 smithi086 bash[18795]: cluster 2024-04-24T13:01:13.994466+0000 mgr.smithi086.skylwm (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:01:15.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:15 smithi086 bash[18795]: audit 2024-04-24T13:01:14.057683+0000 mgr.smithi086.skylwm (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:01:15.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:15 smithi086 bash[18795]: audit 2024-04-24T13:01:14.057683+0000 mgr.smithi086.skylwm (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:01:15.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:15 smithi086 bash[18795]: cephadm 2024-04-24T13:01:14.059259+0000 mgr.smithi086.skylwm (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-24T13:01:15.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:15 smithi086 bash[18795]: cephadm 2024-04-24T13:01:14.059259+0000 mgr.smithi086.skylwm (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-24T13:01:16.505 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2024-04-24T13:01:16.505 INFO:teuthology.orchestra.run.smithi086.stdout:Deploying ceph-exporter service with default placement... 2024-04-24T13:01:17.211 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:16 smithi086 bash[18795]: audit 2024-04-24T13:01:15.902490+0000 mgr.smithi086.skylwm (mgr.14120) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:01:17.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:16 smithi086 bash[18795]: audit 2024-04-24T13:01:15.902490+0000 mgr.smithi086.skylwm (mgr.14120) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:01:17.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:16 smithi086 bash[18795]: cephadm 2024-04-24T13:01:15.904675+0000 mgr.smithi086.skylwm (mgr.14120) 22 : cephadm [INF] Saving service crash spec with placement * 2024-04-24T13:01:17.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:16 smithi086 bash[18795]: cephadm 2024-04-24T13:01:15.904675+0000 mgr.smithi086.skylwm (mgr.14120) 22 : cephadm [INF] Saving service crash spec with placement * 2024-04-24T13:01:17.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:16 smithi086 bash[18795]: audit 2024-04-24T13:01:15.909074+0000 mon.smithi086 (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:17.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:16 smithi086 bash[18795]: audit 2024-04-24T13:01:15.909074+0000 mon.smithi086 (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:18.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:17 smithi086 bash[18795]: cluster 2024-04-24T13:01:15.994764+0000 mgr.smithi086.skylwm (mgr.14120) 23 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:01:18.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:17 smithi086 bash[18795]: cluster 2024-04-24T13:01:15.994764+0000 mgr.smithi086.skylwm (mgr.14120) 23 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:01:18.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:17 smithi086 bash[18795]: audit 2024-04-24T13:01:17.702484+0000 mon.smithi086 (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:18.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:17 smithi086 bash[18795]: audit 2024-04-24T13:01:17.702484+0000 mon.smithi086 (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:18.252 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2024-04-24T13:01:18.252 INFO:teuthology.orchestra.run.smithi086.stdout:Deploying prometheus service with default placement... 2024-04-24T13:01:19.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:18 smithi086 bash[18795]: audit 2024-04-24T13:01:17.696384+0000 mgr.smithi086.skylwm (mgr.14120) 24 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:01:19.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:18 smithi086 bash[18795]: audit 2024-04-24T13:01:17.696384+0000 mgr.smithi086.skylwm (mgr.14120) 24 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:01:19.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:18 smithi086 bash[18795]: cephadm 2024-04-24T13:01:17.699558+0000 mgr.smithi086.skylwm (mgr.14120) 25 : cephadm [INF] Saving service ceph-exporter spec with placement * 2024-04-24T13:01:19.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:18 smithi086 bash[18795]: cephadm 2024-04-24T13:01:17.699558+0000 mgr.smithi086.skylwm (mgr.14120) 25 : cephadm [INF] Saving service ceph-exporter spec with placement * 2024-04-24T13:01:20.073 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2024-04-24T13:01:20.073 INFO:teuthology.orchestra.run.smithi086.stdout:Deploying grafana service with default placement... 2024-04-24T13:01:20.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:19 smithi086 bash[18795]: cluster 2024-04-24T13:01:17.995272+0000 mgr.smithi086.skylwm (mgr.14120) 26 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:01:20.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:19 smithi086 bash[18795]: cluster 2024-04-24T13:01:17.995272+0000 mgr.smithi086.skylwm (mgr.14120) 26 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:01:20.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:19 smithi086 bash[18795]: audit 2024-04-24T13:01:19.522166+0000 mon.smithi086 (mon.0) 70 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:20.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:19 smithi086 bash[18795]: audit 2024-04-24T13:01:19.522166+0000 mon.smithi086 (mon.0) 70 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:20.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:20 smithi086 bash[18795]: audit 2024-04-24T13:01:19.515587+0000 mgr.smithi086.skylwm (mgr.14120) 27 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:01:20.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:20 smithi086 bash[18795]: audit 2024-04-24T13:01:19.515587+0000 mgr.smithi086.skylwm (mgr.14120) 27 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:01:20.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:20 smithi086 bash[18795]: cephadm 2024-04-24T13:01:19.517956+0000 mgr.smithi086.skylwm (mgr.14120) 28 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-04-24T13:01:20.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:20 smithi086 bash[18795]: cephadm 2024-04-24T13:01:19.517956+0000 mgr.smithi086.skylwm (mgr.14120) 28 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-04-24T13:01:20.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:20 smithi086 bash[18795]: audit 2024-04-24T13:01:20.778123+0000 mon.smithi086 (mon.0) 71 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:20.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:20 smithi086 bash[18795]: audit 2024-04-24T13:01:20.778123+0000 mon.smithi086 (mon.0) 71 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:21.920 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2024-04-24T13:01:21.920 INFO:teuthology.orchestra.run.smithi086.stdout:Deploying node-exporter service with default placement... 2024-04-24T13:01:22.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:21 smithi086 bash[18795]: cluster 2024-04-24T13:01:19.995634+0000 mgr.smithi086.skylwm (mgr.14120) 29 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:01:22.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:21 smithi086 bash[18795]: cluster 2024-04-24T13:01:19.995634+0000 mgr.smithi086.skylwm (mgr.14120) 29 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:01:22.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:21 smithi086 bash[18795]: audit 2024-04-24T13:01:21.307464+0000 mon.smithi086 (mon.0) 72 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:22.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:21 smithi086 bash[18795]: audit 2024-04-24T13:01:21.307464+0000 mon.smithi086 (mon.0) 72 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:22.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:21 smithi086 bash[18795]: audit 2024-04-24T13:01:21.760607+0000 mon.smithi086 (mon.0) 73 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:22.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:21 smithi086 bash[18795]: audit 2024-04-24T13:01:21.760607+0000 mon.smithi086 (mon.0) 73 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:23.190 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:22 smithi086 bash[18795]: audit 2024-04-24T13:01:21.299352+0000 mgr.smithi086.skylwm (mgr.14120) 30 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:01:23.190 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:22 smithi086 bash[18795]: audit 2024-04-24T13:01:21.299352+0000 mgr.smithi086.skylwm (mgr.14120) 30 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:01:23.190 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:22 smithi086 bash[18795]: cephadm 2024-04-24T13:01:21.302059+0000 mgr.smithi086.skylwm (mgr.14120) 31 : cephadm [INF] Saving service grafana spec with placement count:1 2024-04-24T13:01:23.190 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:22 smithi086 bash[18795]: cephadm 2024-04-24T13:01:21.302059+0000 mgr.smithi086.skylwm (mgr.14120) 31 : cephadm [INF] Saving service grafana spec with placement count:1 2024-04-24T13:01:23.659 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2024-04-24T13:01:23.722 INFO:teuthology.orchestra.run.smithi086.stdout:Deploying alertmanager service with default placement... 2024-04-24T13:01:24.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:23 smithi086 bash[18795]: cluster 2024-04-24T13:01:21.995950+0000 mgr.smithi086.skylwm (mgr.14120) 32 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:01:24.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:23 smithi086 bash[18795]: cluster 2024-04-24T13:01:21.995950+0000 mgr.smithi086.skylwm (mgr.14120) 32 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:01:24.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:23 smithi086 bash[18795]: audit 2024-04-24T13:01:23.145763+0000 mon.smithi086 (mon.0) 74 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:24.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:23 smithi086 bash[18795]: audit 2024-04-24T13:01:23.145763+0000 mon.smithi086 (mon.0) 74 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:25.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:24 smithi086 bash[18795]: audit 2024-04-24T13:01:23.137652+0000 mgr.smithi086.skylwm (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-24T13:01:25.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:24 smithi086 bash[18795]: audit 2024-04-24T13:01:23.137652+0000 mgr.smithi086.skylwm (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-24T13:01:25.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:24 smithi086 bash[18795]: cephadm 2024-04-24T13:01:23.140377+0000 mgr.smithi086.skylwm (mgr.14120) 34 : cephadm [INF] Saving service node-exporter spec with placement * 2024-04-24T13:01:25.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:24 smithi086 bash[18795]: cephadm 2024-04-24T13:01:23.140377+0000 mgr.smithi086.skylwm (mgr.14120) 34 : cephadm [INF] Saving service node-exporter spec with placement * 2024-04-24T13:01:25.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:24 smithi086 bash[18795]: audit 2024-04-24T13:01:24.805032+0000 mon.smithi086 (mon.0) 75 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:25.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:24 smithi086 bash[18795]: audit 2024-04-24T13:01:24.805032+0000 mon.smithi086 (mon.0) 75 : audit [INF] from='mgr.14120 172.21.15.86:0/3591177821' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:25.374 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2024-04-24T13:01:26.791 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:25 smithi086 bash[18795]: cluster 2024-04-24T13:01:23.996306+0000 mgr.smithi086.skylwm (mgr.14120) 35 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:01:26.791 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:25 smithi086 bash[18795]: cluster 2024-04-24T13:01:23.996306+0000 mgr.smithi086.skylwm (mgr.14120) 35 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:01:26.791 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:25 smithi086 bash[18795]: audit 2024-04-24T13:01:24.800851+0000 mgr.smithi086.skylwm (mgr.14120) 36 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:01:26.791 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:25 smithi086 bash[18795]: audit 2024-04-24T13:01:24.800851+0000 mgr.smithi086.skylwm (mgr.14120) 36 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:01:26.791 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:25 smithi086 bash[18795]: cephadm 2024-04-24T13:01:24.801915+0000 mgr.smithi086.skylwm (mgr.14120) 37 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-04-24T13:01:26.791 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:25 smithi086 bash[18795]: cephadm 2024-04-24T13:01:24.801915+0000 mgr.smithi086.skylwm (mgr.14120) 37 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-04-24T13:01:27.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:27 smithi086 bash[18795]: cluster 2024-04-24T13:01:25.996579+0000 mgr.smithi086.skylwm (mgr.14120) 38 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:01:27.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:27 smithi086 bash[18795]: cluster 2024-04-24T13:01:25.996579+0000 mgr.smithi086.skylwm (mgr.14120) 38 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:01:27.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:27 smithi086 bash[18795]: audit 2024-04-24T13:01:26.539613+0000 mon.smithi086 (mon.0) 76 : audit [INF] from='client.? 172.21.15.86:0/3895811475' entity='client.admin' 2024-04-24T13:01:27.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:27 smithi086 bash[18795]: audit 2024-04-24T13:01:26.539613+0000 mon.smithi086 (mon.0) 76 : audit [INF] from='client.? 172.21.15.86:0/3895811475' entity='client.admin' 2024-04-24T13:01:29.412 INFO:teuthology.orchestra.run.smithi086.stdout:Enabling the dashboard module... 2024-04-24T13:01:29.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:29 smithi086 bash[18795]: cluster 2024-04-24T13:01:27.997003+0000 mgr.smithi086.skylwm (mgr.14120) 39 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:01:29.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:29 smithi086 bash[18795]: cluster 2024-04-24T13:01:27.997003+0000 mgr.smithi086.skylwm (mgr.14120) 39 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:01:29.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:29 smithi086 bash[18795]: audit 2024-04-24T13:01:28.629899+0000 mon.smithi086 (mon.0) 77 : audit [INF] from='client.? 172.21.15.86:0/3771540059' entity='client.admin' 2024-04-24T13:01:29.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:29 smithi086 bash[18795]: audit 2024-04-24T13:01:28.629899+0000 mon.smithi086 (mon.0) 77 : audit [INF] from='client.? 172.21.15.86:0/3771540059' entity='client.admin' 2024-04-24T13:01:31.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:31 smithi086 bash[18795]: cluster 2024-04-24T13:01:29.997386+0000 mgr.smithi086.skylwm (mgr.14120) 40 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:01:31.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:31 smithi086 bash[18795]: cluster 2024-04-24T13:01:29.997386+0000 mgr.smithi086.skylwm (mgr.14120) 40 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:01:31.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:31 smithi086 bash[18795]: audit 2024-04-24T13:01:30.715663+0000 mon.smithi086 (mon.0) 78 : audit [INF] from='client.? 172.21.15.86:0/3391676284' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-24T13:01:31.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:31 smithi086 bash[18795]: audit 2024-04-24T13:01:30.715663+0000 mon.smithi086 (mon.0) 78 : audit [INF] from='client.? 172.21.15.86:0/3391676284' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-24T13:01:32.913 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:32 smithi086 bash[18795]: audit 2024-04-24T13:01:31.636965+0000 mon.smithi086 (mon.0) 79 : audit [INF] from='client.? 172.21.15.86:0/3391676284' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-24T13:01:32.913 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:32 smithi086 bash[18795]: audit 2024-04-24T13:01:31.636965+0000 mon.smithi086 (mon.0) 79 : audit [INF] from='client.? 172.21.15.86:0/3391676284' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-24T13:01:32.913 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:32 smithi086 bash[18795]: cluster 2024-04-24T13:01:31.644387+0000 mon.smithi086 (mon.0) 80 : cluster [DBG] mgrmap e9: smithi086.skylwm(active, since 37s) 2024-04-24T13:01:32.913 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:32 smithi086 bash[18795]: cluster 2024-04-24T13:01:31.644387+0000 mon.smithi086 (mon.0) 80 : cluster [DBG] mgrmap e9: smithi086.skylwm(active, since 37s) 2024-04-24T13:01:33.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:33 smithi086 bash[18795]: audit 2024-04-24T13:01:33.609578+0000 mon.smithi086 (mon.0) 81 : audit [DBG] from='client.? 172.21.15.86:0/3671737469' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-24T13:01:33.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:33 smithi086 bash[18795]: audit 2024-04-24T13:01:33.609578+0000 mon.smithi086 (mon.0) 81 : audit [DBG] from='client.? 172.21.15.86:0/3671737469' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-24T13:01:34.164 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout { 2024-04-24T13:01:34.164 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-24T13:01:34.164 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-24T13:01:34.164 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "active_name": "smithi086.skylwm", 2024-04-24T13:01:34.164 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-24T13:01:34.164 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout } 2024-04-24T13:01:34.164 INFO:teuthology.orchestra.run.smithi086.stdout:Waiting for the mgr to restart... 2024-04-24T13:01:34.164 INFO:teuthology.orchestra.run.smithi086.stdout:Waiting for mgr epoch 9... 2024-04-24T13:01:39.952 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:39 smithi086 bash[18795]: cluster 2024-04-24T13:01:39.839281+0000 mon.smithi086 (mon.0) 82 : cluster [INF] Active manager daemon smithi086.skylwm restarted 2024-04-24T13:01:39.952 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:39 smithi086 bash[18795]: cluster 2024-04-24T13:01:39.839281+0000 mon.smithi086 (mon.0) 82 : cluster [INF] Active manager daemon smithi086.skylwm restarted 2024-04-24T13:01:39.953 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:39 smithi086 bash[18795]: cluster 2024-04-24T13:01:39.839749+0000 mon.smithi086 (mon.0) 83 : cluster [INF] Activating manager daemon smithi086.skylwm 2024-04-24T13:01:39.953 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:39 smithi086 bash[18795]: cluster 2024-04-24T13:01:39.839749+0000 mon.smithi086 (mon.0) 83 : cluster [INF] Activating manager daemon smithi086.skylwm 2024-04-24T13:01:39.953 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:39 smithi086 bash[18795]: cluster 2024-04-24T13:01:39.847214+0000 mon.smithi086 (mon.0) 84 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-24T13:01:39.953 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:39 smithi086 bash[18795]: cluster 2024-04-24T13:01:39.847214+0000 mon.smithi086 (mon.0) 84 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-24T13:01:39.953 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:39 smithi086 bash[18795]: cluster 2024-04-24T13:01:39.847465+0000 mon.smithi086 (mon.0) 85 : cluster [DBG] mgrmap e10: smithi086.skylwm(active, starting, since 0.00793361s) 2024-04-24T13:01:39.953 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:39 smithi086 bash[18795]: cluster 2024-04-24T13:01:39.847465+0000 mon.smithi086 (mon.0) 85 : cluster [DBG] mgrmap e10: smithi086.skylwm(active, starting, since 0.00793361s) 2024-04-24T13:01:39.953 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:39 smithi086 bash[18795]: audit 2024-04-24T13:01:39.849078+0000 mon.smithi086 (mon.0) 86 : audit [DBG] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2024-04-24T13:01:39.953 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:39 smithi086 bash[18795]: audit 2024-04-24T13:01:39.849078+0000 mon.smithi086 (mon.0) 86 : audit [DBG] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2024-04-24T13:01:39.953 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:39 smithi086 bash[18795]: audit 2024-04-24T13:01:39.850957+0000 mon.smithi086 (mon.0) 87 : audit [DBG] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mgr metadata", "who": "smithi086.skylwm", "id": "smithi086.skylwm"}]: dispatch 2024-04-24T13:01:39.954 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:39 smithi086 bash[18795]: audit 2024-04-24T13:01:39.850957+0000 mon.smithi086 (mon.0) 87 : audit [DBG] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mgr metadata", "who": "smithi086.skylwm", "id": "smithi086.skylwm"}]: dispatch 2024-04-24T13:01:39.954 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:39 smithi086 bash[18795]: audit 2024-04-24T13:01:39.852091+0000 mon.smithi086 (mon.0) 88 : audit [DBG] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T13:01:39.954 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:39 smithi086 bash[18795]: audit 2024-04-24T13:01:39.852091+0000 mon.smithi086 (mon.0) 88 : audit [DBG] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T13:01:39.954 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:39 smithi086 bash[18795]: audit 2024-04-24T13:01:39.852230+0000 mon.smithi086 (mon.0) 89 : audit [DBG] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T13:01:39.954 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:39 smithi086 bash[18795]: audit 2024-04-24T13:01:39.852230+0000 mon.smithi086 (mon.0) 89 : audit [DBG] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T13:01:39.954 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:39 smithi086 bash[18795]: audit 2024-04-24T13:01:39.852354+0000 mon.smithi086 (mon.0) 90 : audit [DBG] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T13:01:39.954 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:39 smithi086 bash[18795]: audit 2024-04-24T13:01:39.852354+0000 mon.smithi086 (mon.0) 90 : audit [DBG] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T13:01:39.955 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:39 smithi086 bash[18795]: cluster 2024-04-24T13:01:39.875330+0000 mon.smithi086 (mon.0) 91 : cluster [INF] Manager daemon smithi086.skylwm is now available 2024-04-24T13:01:39.955 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:39 smithi086 bash[18795]: cluster 2024-04-24T13:01:39.875330+0000 mon.smithi086 (mon.0) 91 : cluster [INF] Manager daemon smithi086.skylwm is now available 2024-04-24T13:01:41.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:40 smithi086 bash[18795]: audit 2024-04-24T13:01:39.903536+0000 mon.smithi086 (mon.0) 92 : audit [DBG] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:01:41.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:40 smithi086 bash[18795]: audit 2024-04-24T13:01:39.903536+0000 mon.smithi086 (mon.0) 92 : audit [DBG] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:01:41.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:40 smithi086 bash[18795]: audit 2024-04-24T13:01:39.922085+0000 mon.smithi086 (mon.0) 93 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.skylwm/mirror_snapshot_schedule"}]: dispatch 2024-04-24T13:01:41.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:40 smithi086 bash[18795]: audit 2024-04-24T13:01:39.922085+0000 mon.smithi086 (mon.0) 93 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.skylwm/mirror_snapshot_schedule"}]: dispatch 2024-04-24T13:01:41.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:40 smithi086 bash[18795]: audit 2024-04-24T13:01:39.924782+0000 mon.smithi086 (mon.0) 94 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.skylwm/trash_purge_schedule"}]: dispatch 2024-04-24T13:01:41.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:40 smithi086 bash[18795]: audit 2024-04-24T13:01:39.924782+0000 mon.smithi086 (mon.0) 94 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.skylwm/trash_purge_schedule"}]: dispatch 2024-04-24T13:01:41.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:40 smithi086 bash[18795]: cluster 2024-04-24T13:01:40.851702+0000 mon.smithi086 (mon.0) 95 : cluster [DBG] mgrmap e11: smithi086.skylwm(active, since 1.01217s) 2024-04-24T13:01:41.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:40 smithi086 bash[18795]: cluster 2024-04-24T13:01:40.851702+0000 mon.smithi086 (mon.0) 95 : cluster [DBG] mgrmap e11: smithi086.skylwm(active, since 1.01217s) 2024-04-24T13:01:41.535 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout { 2024-04-24T13:01:41.535 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-24T13:01:41.536 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-24T13:01:41.536 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout } 2024-04-24T13:01:41.536 INFO:teuthology.orchestra.run.smithi086.stdout:mgr epoch 9 is available 2024-04-24T13:01:41.536 INFO:teuthology.orchestra.run.smithi086.stdout:Generating a dashboard self-signed certificate... 2024-04-24T13:01:42.150 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:41 smithi086 bash[18795]: cephadm 2024-04-24T13:01:40.808475+0000 mgr.smithi086.skylwm (mgr.14164) 1 : cephadm [INF] [24/Apr/2024:13:01:40] ENGINE Bus STARTING 2024-04-24T13:01:42.151 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:41 smithi086 bash[18795]: cephadm 2024-04-24T13:01:40.808475+0000 mgr.smithi086.skylwm (mgr.14164) 1 : cephadm [INF] [24/Apr/2024:13:01:40] ENGINE Bus STARTING 2024-04-24T13:01:42.151 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:41 smithi086 bash[18795]: audit 2024-04-24T13:01:40.849953+0000 mgr.smithi086.skylwm (mgr.14164) 2 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-24T13:01:42.151 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:41 smithi086 bash[18795]: audit 2024-04-24T13:01:40.849953+0000 mgr.smithi086.skylwm (mgr.14164) 2 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-24T13:01:42.151 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:41 smithi086 bash[18795]: audit 2024-04-24T13:01:40.861510+0000 mgr.smithi086.skylwm (mgr.14164) 3 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-24T13:01:42.151 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:41 smithi086 bash[18795]: audit 2024-04-24T13:01:40.861510+0000 mgr.smithi086.skylwm (mgr.14164) 3 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-24T13:01:42.151 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:41 smithi086 bash[18795]: cephadm 2024-04-24T13:01:40.910606+0000 mgr.smithi086.skylwm (mgr.14164) 4 : cephadm [INF] [24/Apr/2024:13:01:40] ENGINE Serving on http://172.21.15.86:8765 2024-04-24T13:01:42.151 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:41 smithi086 bash[18795]: cephadm 2024-04-24T13:01:40.910606+0000 mgr.smithi086.skylwm (mgr.14164) 4 : cephadm [INF] [24/Apr/2024:13:01:40] ENGINE Serving on http://172.21.15.86:8765 2024-04-24T13:01:42.151 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:41 smithi086 bash[18795]: cephadm 2024-04-24T13:01:41.025830+0000 mgr.smithi086.skylwm (mgr.14164) 5 : cephadm [INF] [24/Apr/2024:13:01:41] ENGINE Serving on https://172.21.15.86:7150 2024-04-24T13:01:42.151 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:41 smithi086 bash[18795]: cephadm 2024-04-24T13:01:41.025830+0000 mgr.smithi086.skylwm (mgr.14164) 5 : cephadm [INF] [24/Apr/2024:13:01:41] ENGINE Serving on https://172.21.15.86:7150 2024-04-24T13:01:42.151 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:41 smithi086 bash[18795]: cephadm 2024-04-24T13:01:41.025928+0000 mgr.smithi086.skylwm (mgr.14164) 6 : cephadm [INF] [24/Apr/2024:13:01:41] ENGINE Bus STARTED 2024-04-24T13:01:42.151 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:41 smithi086 bash[18795]: cephadm 2024-04-24T13:01:41.025928+0000 mgr.smithi086.skylwm (mgr.14164) 6 : cephadm [INF] [24/Apr/2024:13:01:41] ENGINE Bus STARTED 2024-04-24T13:01:43.211 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:42 smithi086 bash[18795]: cluster 2024-04-24T13:01:41.896895+0000 mon.smithi086 (mon.0) 96 : cluster [DBG] mgrmap e12: smithi086.skylwm(active, since 2s) 2024-04-24T13:01:43.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:42 smithi086 bash[18795]: cluster 2024-04-24T13:01:41.896895+0000 mon.smithi086 (mon.0) 96 : cluster [DBG] mgrmap e12: smithi086.skylwm(active, since 2s) 2024-04-24T13:01:43.506 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-24T13:01:43.506 INFO:teuthology.orchestra.run.smithi086.stdout:Creating initial admin user... 2024-04-24T13:01:44.211 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:43 smithi086 bash[18795]: audit 2024-04-24T13:01:42.717713+0000 mgr.smithi086.skylwm (mgr.14164) 7 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:01:44.211 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:43 smithi086 bash[18795]: audit 2024-04-24T13:01:42.717713+0000 mgr.smithi086.skylwm (mgr.14164) 7 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:01:44.211 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:43 smithi086 bash[18795]: audit 2024-04-24T13:01:42.909005+0000 mon.smithi086 (mon.0) 97 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:44.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:43 smithi086 bash[18795]: audit 2024-04-24T13:01:42.909005+0000 mon.smithi086 (mon.0) 97 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:44.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:43 smithi086 bash[18795]: audit 2024-04-24T13:01:42.914085+0000 mon.smithi086 (mon.0) 98 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:44.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:43 smithi086 bash[18795]: audit 2024-04-24T13:01:42.914085+0000 mon.smithi086 (mon.0) 98 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:45.554 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$r9gDCT5EX8JK/51NTGEGMeQ.ezwtJlpSwmyyGD4uhlHJEMvscu22C", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1713963704, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-24T13:01:45.554 INFO:teuthology.orchestra.run.smithi086.stdout:Fetching dashboard port number... 2024-04-24T13:01:46.211 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:45 smithi086 bash[18795]: audit 2024-04-24T13:01:44.718117+0000 mgr.smithi086.skylwm (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-24T13:01:46.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:45 smithi086 bash[18795]: audit 2024-04-24T13:01:44.718117+0000 mgr.smithi086.skylwm (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-24T13:01:46.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:45 smithi086 bash[18795]: audit 2024-04-24T13:01:44.943694+0000 mon.smithi086 (mon.0) 99 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:46.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:45 smithi086 bash[18795]: audit 2024-04-24T13:01:44.943694+0000 mon.smithi086 (mon.0) 99 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:47.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:46 smithi086 bash[18795]: cluster 2024-04-24T13:01:45.947420+0000 mon.smithi086 (mon.0) 100 : cluster [DBG] mgrmap e13: smithi086.skylwm(active, since 6s) 2024-04-24T13:01:47.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:46 smithi086 bash[18795]: cluster 2024-04-24T13:01:45.947420+0000 mon.smithi086 (mon.0) 100 : cluster [DBG] mgrmap e13: smithi086.skylwm(active, since 6s) 2024-04-24T13:01:47.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:46 smithi086 bash[18795]: audit 2024-04-24T13:01:46.703882+0000 mon.smithi086 (mon.0) 101 : audit [DBG] from='client.? 172.21.15.86:0/82761162' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-24T13:01:47.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:46 smithi086 bash[18795]: audit 2024-04-24T13:01:46.703882+0000 mon.smithi086 (mon.0) 101 : audit [DBG] from='client.? 172.21.15.86:0/82761162' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-24T13:01:47.242 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout 8443 2024-04-24T13:01:47.242 INFO:teuthology.orchestra.run.smithi086.stdout:firewalld does not appear to be present 2024-04-24T13:01:47.242 INFO:teuthology.orchestra.run.smithi086.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-24T13:01:47.245 INFO:teuthology.orchestra.run.smithi086.stdout:Ceph Dashboard is now available at: 2024-04-24T13:01:47.245 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:01:47.246 INFO:teuthology.orchestra.run.smithi086.stdout: URL: https://smithi086.front.sepia.ceph.com:8443/ 2024-04-24T13:01:47.246 INFO:teuthology.orchestra.run.smithi086.stdout: User: admin 2024-04-24T13:01:47.246 INFO:teuthology.orchestra.run.smithi086.stdout: Password: qs070ktiit 2024-04-24T13:01:47.246 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:01:47.246 INFO:teuthology.orchestra.run.smithi086.stdout:Saving cluster configuration to /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/config directory 2024-04-24T13:01:47.247 INFO:teuthology.orchestra.run.smithi086.stdout:Enabling autotune for osd_memory_target 2024-04-24T13:01:49.211 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:48 smithi086 bash[18795]: audit 2024-04-24T13:01:47.959501+0000 mon.smithi086 (mon.0) 102 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:49.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:48 smithi086 bash[18795]: audit 2024-04-24T13:01:47.959501+0000 mon.smithi086 (mon.0) 102 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:49.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:48 smithi086 bash[18795]: audit 2024-04-24T13:01:48.955268+0000 mon.smithi086 (mon.0) 103 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:49.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:48 smithi086 bash[18795]: audit 2024-04-24T13:01:48.955268+0000 mon.smithi086 (mon.0) 103 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:50.977 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-24T13:01:50.977 INFO:teuthology.orchestra.run.smithi086.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-24T13:01:50.977 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:01:50.977 INFO:teuthology.orchestra.run.smithi086.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-24T13:01:50.977 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:01:50.978 INFO:teuthology.orchestra.run.smithi086.stdout:Or, if you are only running a single cluster on this host: 2024-04-24T13:01:50.978 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:01:50.978 INFO:teuthology.orchestra.run.smithi086.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-24T13:01:50.978 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:01:50.978 INFO:teuthology.orchestra.run.smithi086.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-24T13:01:50.978 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:01:50.978 INFO:teuthology.orchestra.run.smithi086.stdout: ceph telemetry on 2024-04-24T13:01:50.978 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:01:50.978 INFO:teuthology.orchestra.run.smithi086.stdout:For more information see: 2024-04-24T13:01:50.978 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:01:50.978 INFO:teuthology.orchestra.run.smithi086.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-24T13:01:50.979 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:01:50.979 INFO:teuthology.orchestra.run.smithi086.stdout:Bootstrap complete. 2024-04-24T13:01:51.027 INFO:tasks.cephadm:Fetching config... 2024-04-24T13:01:51.028 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-04-24T13:01:51.028 DEBUG:teuthology.orchestra.run.smithi086:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-24T13:01:51.034 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-24T13:01:51.034 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-04-24T13:01:51.034 DEBUG:teuthology.orchestra.run.smithi086:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-24T13:01:51.080 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-24T13:01:51.081 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-04-24T13:01:51.081 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/keyring of=/dev/stdout 2024-04-24T13:01:51.134 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-24T13:01:51.134 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-04-24T13:01:51.134 DEBUG:teuthology.orchestra.run.smithi086:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-24T13:01:51.181 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-24T13:01:51.181 DEBUG:teuthology.orchestra.run.smithi086:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCvPlaxSnaMdK97iqKHgl9cJa/b7ySBSl0EAOkS+TTUOTyJ13/9d4sIBNWLOH0AJT8sPQTWIICtdlUU8phQoveWDhZDH6ok5OI55Cwjmb3Ep+RAtwvlKspZ7FT/9KWD9uMYOEcco6VTkZ96wnH1p1D6UTmCzoVRc9c39a0CtG8QwAJzV8YJ64Zet0Qtku7T//yRS0/F3tgE2KCZL2jzzoTeVES1RCXcWO6sN+vQwpRCVlNXQYPvGntD19XSeO0P/cRPtIGIGtXfqCB4qgdfyioX1x/1aI+GEurhfeUoQf2YWj/CVCoxUYexCyVBvyzvQDq2kiD/tMeWnfWJFVYmbfsZZWBJq+pIcaEbW1frO5LsqZwwESZP7ETfRYLFTmBknsoq0gytmRlD3fwA1NwaJ/wGf8DlfKBosR5xQA/ZcGb1Ic5MwXUobgiVCIDoFN/liotXcw3o7ZN+t8sNlsQacCcd/qrQPXtC43y53tdAOurIW5vHuhMB+Ne0qXYv9rvwtmM= ceph-6fb9d4de-023a-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-24T13:01:51.244 INFO:teuthology.orchestra.run.smithi086.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCvPlaxSnaMdK97iqKHgl9cJa/b7ySBSl0EAOkS+TTUOTyJ13/9d4sIBNWLOH0AJT8sPQTWIICtdlUU8phQoveWDhZDH6ok5OI55Cwjmb3Ep+RAtwvlKspZ7FT/9KWD9uMYOEcco6VTkZ96wnH1p1D6UTmCzoVRc9c39a0CtG8QwAJzV8YJ64Zet0Qtku7T//yRS0/F3tgE2KCZL2jzzoTeVES1RCXcWO6sN+vQwpRCVlNXQYPvGntD19XSeO0P/cRPtIGIGtXfqCB4qgdfyioX1x/1aI+GEurhfeUoQf2YWj/CVCoxUYexCyVBvyzvQDq2kiD/tMeWnfWJFVYmbfsZZWBJq+pIcaEbW1frO5LsqZwwESZP7ETfRYLFTmBknsoq0gytmRlD3fwA1NwaJ/wGf8DlfKBosR5xQA/ZcGb1Ic5MwXUobgiVCIDoFN/liotXcw3o7ZN+t8sNlsQacCcd/qrQPXtC43y53tdAOurIW5vHuhMB+Ne0qXYv9rvwtmM= ceph-6fb9d4de-023a-11ef-bc93-c7b262605968 2024-04-24T13:01:51.254 DEBUG:teuthology.orchestra.run.smithi144:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCvPlaxSnaMdK97iqKHgl9cJa/b7ySBSl0EAOkS+TTUOTyJ13/9d4sIBNWLOH0AJT8sPQTWIICtdlUU8phQoveWDhZDH6ok5OI55Cwjmb3Ep+RAtwvlKspZ7FT/9KWD9uMYOEcco6VTkZ96wnH1p1D6UTmCzoVRc9c39a0CtG8QwAJzV8YJ64Zet0Qtku7T//yRS0/F3tgE2KCZL2jzzoTeVES1RCXcWO6sN+vQwpRCVlNXQYPvGntD19XSeO0P/cRPtIGIGtXfqCB4qgdfyioX1x/1aI+GEurhfeUoQf2YWj/CVCoxUYexCyVBvyzvQDq2kiD/tMeWnfWJFVYmbfsZZWBJq+pIcaEbW1frO5LsqZwwESZP7ETfRYLFTmBknsoq0gytmRlD3fwA1NwaJ/wGf8DlfKBosR5xQA/ZcGb1Ic5MwXUobgiVCIDoFN/liotXcw3o7ZN+t8sNlsQacCcd/qrQPXtC43y53tdAOurIW5vHuhMB+Ne0qXYv9rvwtmM= ceph-6fb9d4de-023a-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-24T13:01:51.277 INFO:teuthology.orchestra.run.smithi144.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCvPlaxSnaMdK97iqKHgl9cJa/b7ySBSl0EAOkS+TTUOTyJ13/9d4sIBNWLOH0AJT8sPQTWIICtdlUU8phQoveWDhZDH6ok5OI55Cwjmb3Ep+RAtwvlKspZ7FT/9KWD9uMYOEcco6VTkZ96wnH1p1D6UTmCzoVRc9c39a0CtG8QwAJzV8YJ64Zet0Qtku7T//yRS0/F3tgE2KCZL2jzzoTeVES1RCXcWO6sN+vQwpRCVlNXQYPvGntD19XSeO0P/cRPtIGIGtXfqCB4qgdfyioX1x/1aI+GEurhfeUoQf2YWj/CVCoxUYexCyVBvyzvQDq2kiD/tMeWnfWJFVYmbfsZZWBJq+pIcaEbW1frO5LsqZwwESZP7ETfRYLFTmBknsoq0gytmRlD3fwA1NwaJ/wGf8DlfKBosR5xQA/ZcGb1Ic5MwXUobgiVCIDoFN/liotXcw3o7ZN+t8sNlsQacCcd/qrQPXtC43y53tdAOurIW5vHuhMB+Ne0qXYv9rvwtmM= ceph-6fb9d4de-023a-11ef-bc93-c7b262605968 2024-04-24T13:01:51.287 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-24T13:01:51.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:51 smithi086 bash[18795]: audit 2024-04-24T13:01:50.464622+0000 mon.smithi086 (mon.0) 104 : audit [INF] from='client.? 172.21.15.86:0/4187686572' entity='client.admin' 2024-04-24T13:01:51.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:51 smithi086 bash[18795]: audit 2024-04-24T13:01:50.464622+0000 mon.smithi086 (mon.0) 104 : audit [INF] from='client.? 172.21.15.86:0/4187686572' entity='client.admin' 2024-04-24T13:01:55.875 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:01:56.134 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:55 smithi086 bash[18795]: audit 2024-04-24T13:01:55.687448+0000 mon.smithi086 (mon.0) 105 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config rm", "who": "osd/host:smithi086", "name": "osd_memory_target"}]: dispatch 2024-04-24T13:01:56.135 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:55 smithi086 bash[18795]: audit 2024-04-24T13:01:55.687448+0000 mon.smithi086 (mon.0) 105 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config rm", "who": "osd/host:smithi086", "name": "osd_memory_target"}]: dispatch 2024-04-24T13:01:56.135 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:55 smithi086 bash[18795]: audit 2024-04-24T13:01:55.696578+0000 mon.smithi086 (mon.0) 106 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:56.135 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:55 smithi086 bash[18795]: audit 2024-04-24T13:01:55.696578+0000 mon.smithi086 (mon.0) 106 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:56.135 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:55 smithi086 bash[18795]: audit 2024-04-24T13:01:55.699935+0000 mon.smithi086 (mon.0) 107 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi086", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-24T13:01:56.135 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:55 smithi086 bash[18795]: audit 2024-04-24T13:01:55.699935+0000 mon.smithi086 (mon.0) 107 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi086", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-24T13:01:56.135 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:55 smithi086 bash[18795]: audit 2024-04-24T13:01:55.701832+0000 mon.smithi086 (mon.0) 108 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi086", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-04-24T13:01:56.135 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:55 smithi086 bash[18795]: audit 2024-04-24T13:01:55.701832+0000 mon.smithi086 (mon.0) 108 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi086", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-04-24T13:01:56.135 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:55 smithi086 bash[18795]: audit 2024-04-24T13:01:55.706158+0000 mon.smithi086 (mon.0) 109 : audit [DBG] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:01:56.135 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:55 smithi086 bash[18795]: audit 2024-04-24T13:01:55.706158+0000 mon.smithi086 (mon.0) 109 : audit [DBG] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:01:56.135 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:55 smithi086 bash[18795]: cephadm 2024-04-24T13:01:55.708280+0000 mgr.smithi086.skylwm (mgr.14164) 9 : cephadm [INF] Deploying daemon ceph-exporter.smithi086 on smithi086 2024-04-24T13:01:56.135 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:55 smithi086 bash[18795]: cephadm 2024-04-24T13:01:55.708280+0000 mgr.smithi086.skylwm (mgr.14164) 9 : cephadm [INF] Deploying daemon ceph-exporter.smithi086 on smithi086 2024-04-24T13:01:58.358 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-24T13:01:58.358 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-24T13:01:58.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:58 smithi086 systemd[1]: /etc/systemd/system/ceph-6fb9d4de-023a-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-24T13:01:58.629 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:58 smithi086 bash[18795]: audit 2024-04-24T13:01:57.475460+0000 mon.smithi086 (mon.0) 110 : audit [INF] from='client.? 172.21.15.86:0/1654833861' entity='client.admin' 2024-04-24T13:01:58.630 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:58 smithi086 bash[18795]: audit 2024-04-24T13:01:57.475460+0000 mon.smithi086 (mon.0) 110 : audit [INF] from='client.? 172.21.15.86:0/1654833861' entity='client.admin' 2024-04-24T13:01:58.630 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:58 smithi086 systemd[1]: /etc/systemd/system/ceph-6fb9d4de-023a-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-24T13:01:59.913 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:59 smithi086 bash[18795]: audit 2024-04-24T13:01:58.628028+0000 mon.smithi086 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:59.913 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:59 smithi086 bash[18795]: audit 2024-04-24T13:01:58.628028+0000 mon.smithi086 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:59.913 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:59 smithi086 bash[18795]: audit 2024-04-24T13:01:58.633481+0000 mon.smithi086 (mon.0) 112 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:59.913 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:59 smithi086 bash[18795]: audit 2024-04-24T13:01:58.633481+0000 mon.smithi086 (mon.0) 112 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:59.913 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:59 smithi086 bash[18795]: audit 2024-04-24T13:01:58.637369+0000 mon.smithi086 (mon.0) 113 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:59.913 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:59 smithi086 bash[18795]: audit 2024-04-24T13:01:58.637369+0000 mon.smithi086 (mon.0) 113 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:01:59.913 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:59 smithi086 bash[18795]: audit 2024-04-24T13:01:58.638553+0000 mon.smithi086 (mon.0) 114 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi086", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-24T13:01:59.913 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:59 smithi086 bash[18795]: audit 2024-04-24T13:01:58.638553+0000 mon.smithi086 (mon.0) 114 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi086", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-24T13:01:59.913 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:59 smithi086 bash[18795]: audit 2024-04-24T13:01:58.639918+0000 mon.smithi086 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi086", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-24T13:01:59.914 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:59 smithi086 bash[18795]: audit 2024-04-24T13:01:58.639918+0000 mon.smithi086 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi086", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-24T13:01:59.914 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:59 smithi086 bash[18795]: audit 2024-04-24T13:01:58.641491+0000 mon.smithi086 (mon.0) 116 : audit [DBG] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:01:59.914 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:59 smithi086 bash[18795]: audit 2024-04-24T13:01:58.641491+0000 mon.smithi086 (mon.0) 116 : audit [DBG] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:01:59.914 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:59 smithi086 bash[18795]: cephadm 2024-04-24T13:01:58.642209+0000 mgr.smithi086.skylwm (mgr.14164) 10 : cephadm [INF] Deploying daemon crash.smithi086 on smithi086 2024-04-24T13:01:59.914 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:01:59 smithi086 bash[18795]: cephadm 2024-04-24T13:01:58.642209+0000 mgr.smithi086.skylwm (mgr.14164) 10 : cephadm [INF] Deploying daemon crash.smithi086 on smithi086 2024-04-24T13:02:01.114 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:00 smithi086 systemd[1]: /etc/systemd/system/ceph-6fb9d4de-023a-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-24T13:02:01.114 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:00 smithi086 bash[18795]: audit 2024-04-24T13:01:59.924073+0000 mon.smithi086 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:01.114 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:00 smithi086 bash[18795]: audit 2024-04-24T13:01:59.924073+0000 mon.smithi086 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:01.114 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:01 smithi086 systemd[1]: /etc/systemd/system/ceph-6fb9d4de-023a-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-24T13:02:02.308 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:02 smithi086 systemd[1]: /etc/systemd/system/ceph-6fb9d4de-023a-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-24T13:02:02.308 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:02 smithi086 bash[18795]: audit 2024-04-24T13:02:01.264725+0000 mon.smithi086 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:02.308 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:02 smithi086 bash[18795]: audit 2024-04-24T13:02:01.264725+0000 mon.smithi086 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:02.308 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:02 smithi086 bash[18795]: audit 2024-04-24T13:02:01.314157+0000 mon.smithi086 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:02.308 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:02 smithi086 bash[18795]: audit 2024-04-24T13:02:01.314157+0000 mon.smithi086 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:02.308 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:02 smithi086 bash[18795]: audit 2024-04-24T13:02:01.316570+0000 mon.smithi086 (mon.0) 120 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:02.308 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:02 smithi086 bash[18795]: audit 2024-04-24T13:02:01.316570+0000 mon.smithi086 (mon.0) 120 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:02.309 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:02 smithi086 bash[18795]: cephadm 2024-04-24T13:02:01.317944+0000 mgr.smithi086.skylwm (mgr.14164) 11 : cephadm [INF] Deploying daemon node-exporter.smithi086 on smithi086 2024-04-24T13:02:02.309 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:02 smithi086 bash[18795]: cephadm 2024-04-24T13:02:01.317944+0000 mgr.smithi086.skylwm (mgr.14164) 11 : cephadm [INF] Deploying daemon node-exporter.smithi086 on smithi086 2024-04-24T13:02:02.309 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:02 smithi086 bash[18795]: cluster 2024-04-24T13:02:01.690908+0000 mgr.smithi086.skylwm (mgr.14164) 12 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:02.309 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:02 smithi086 bash[18795]: cluster 2024-04-24T13:02:01.690908+0000 mgr.smithi086.skylwm (mgr.14164) 12 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:02.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:02 smithi086 systemd[1]: /etc/systemd/system/ceph-6fb9d4de-023a-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-24T13:02:03.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:03 smithi086 bash[18795]: cluster 2024-04-24T13:02:02.315587+0000 mon.smithi086 (mon.0) 121 : cluster [WRN] Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED) 2024-04-24T13:02:03.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:03 smithi086 bash[18795]: cluster 2024-04-24T13:02:02.315587+0000 mon.smithi086 (mon.0) 121 : cluster [WRN] Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED) 2024-04-24T13:02:03.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:03 smithi086 bash[18795]: audit 2024-04-24T13:02:02.478108+0000 mon.smithi086 (mon.0) 122 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:03.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:03 smithi086 bash[18795]: audit 2024-04-24T13:02:02.478108+0000 mon.smithi086 (mon.0) 122 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:03.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:03 smithi086 bash[18795]: audit 2024-04-24T13:02:02.486754+0000 mon.smithi086 (mon.0) 123 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:03.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:03 smithi086 bash[18795]: audit 2024-04-24T13:02:02.486754+0000 mon.smithi086 (mon.0) 123 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:03.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:03 smithi086 bash[18795]: audit 2024-04-24T13:02:02.491470+0000 mon.smithi086 (mon.0) 124 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:03.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:03 smithi086 bash[18795]: audit 2024-04-24T13:02:02.491470+0000 mon.smithi086 (mon.0) 124 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:03.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:03 smithi086 bash[18795]: cephadm 2024-04-24T13:02:02.502646+0000 mgr.smithi086.skylwm (mgr.14164) 13 : cephadm [INF] Deploying daemon alertmanager.smithi086 on smithi086 2024-04-24T13:02:03.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:03 smithi086 bash[18795]: cephadm 2024-04-24T13:02:02.502646+0000 mgr.smithi086.skylwm (mgr.14164) 13 : cephadm [INF] Deploying daemon alertmanager.smithi086 on smithi086 2024-04-24T13:02:04.070 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:02:04.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:04 smithi086 bash[18795]: cluster 2024-04-24T13:02:03.691684+0000 mgr.smithi086.skylwm (mgr.14164) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:04.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:04 smithi086 bash[18795]: cluster 2024-04-24T13:02:03.691684+0000 mgr.smithi086.skylwm (mgr.14164) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:06.218 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:05 smithi086 bash[18795]: audit 2024-04-24T13:02:04.930326+0000 mon.smithi086 (mon.0) 125 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:06.287 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:05 smithi086 bash[18795]: audit 2024-04-24T13:02:04.930326+0000 mon.smithi086 (mon.0) 125 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:06.287 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:05 smithi086 bash[18795]: cluster 2024-04-24T13:02:05.692559+0000 mgr.smithi086.skylwm (mgr.14164) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:06.287 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:05 smithi086 bash[18795]: cluster 2024-04-24T13:02:05.692559+0000 mgr.smithi086.skylwm (mgr.14164) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:07.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:07 smithi086 bash[18795]: audit 2024-04-24T13:02:06.555034+0000 mgr.smithi086.skylwm (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-24T13:02:07.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:07 smithi086 bash[18795]: audit 2024-04-24T13:02:06.555034+0000 mgr.smithi086.skylwm (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-24T13:02:07.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:07 smithi086 bash[18795]: audit 2024-04-24T13:02:06.558370+0000 mon.smithi086 (mon.0) 126 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:07.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:07 smithi086 bash[18795]: audit 2024-04-24T13:02:06.558370+0000 mon.smithi086 (mon.0) 126 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:07.960 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi144 2024-04-24T13:02:07.960 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-04-24T13:02:07.960 DEBUG:teuthology.orchestra.run.smithi144:> dd of=/etc/ceph/ceph.conf 2024-04-24T13:02:07.968 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-04-24T13:02:07.969 DEBUG:teuthology.orchestra.run.smithi144:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-24T13:02:08.021 INFO:tasks.cephadm:Adding host smithi144 to orchestrator... 2024-04-24T13:02:08.021 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph orch host add smithi144 2024-04-24T13:02:08.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:08 smithi086 bash[18795]: cluster 2024-04-24T13:02:07.693201+0000 mgr.smithi086.skylwm (mgr.14164) 17 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:08.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:08 smithi086 bash[18795]: cluster 2024-04-24T13:02:07.693201+0000 mgr.smithi086.skylwm (mgr.14164) 17 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:09.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:09 smithi086 bash[18795]: cluster 2024-04-24T13:02:09.693932+0000 mgr.smithi086.skylwm (mgr.14164) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:09.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:09 smithi086 bash[18795]: cluster 2024-04-24T13:02:09.693932+0000 mgr.smithi086.skylwm (mgr.14164) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:11.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:11 smithi086 bash[18795]: cluster 2024-04-24T13:02:11.694458+0000 mgr.smithi086.skylwm (mgr.14164) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:11.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:11 smithi086 bash[18795]: cluster 2024-04-24T13:02:11.694458+0000 mgr.smithi086.skylwm (mgr.14164) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:11.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:11 smithi086 systemd[1]: /etc/systemd/system/ceph-6fb9d4de-023a-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-24T13:02:12.263 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:12 smithi086 systemd[1]: /etc/systemd/system/ceph-6fb9d4de-023a-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-24T13:02:12.762 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:02:13.548 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:13 smithi086 bash[18795]: audit 2024-04-24T13:02:12.265184+0000 mon.smithi086 (mon.0) 127 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:13.549 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:13 smithi086 bash[18795]: audit 2024-04-24T13:02:12.265184+0000 mon.smithi086 (mon.0) 127 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:13.549 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:13 smithi086 bash[18795]: audit 2024-04-24T13:02:12.290044+0000 mon.smithi086 (mon.0) 128 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:13.549 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:13 smithi086 bash[18795]: audit 2024-04-24T13:02:12.290044+0000 mon.smithi086 (mon.0) 128 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:13.549 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:13 smithi086 bash[18795]: audit 2024-04-24T13:02:12.292332+0000 mon.smithi086 (mon.0) 129 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:13.549 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:13 smithi086 bash[18795]: audit 2024-04-24T13:02:12.292332+0000 mon.smithi086 (mon.0) 129 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:13.549 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:13 smithi086 bash[18795]: audit 2024-04-24T13:02:12.294888+0000 mon.smithi086 (mon.0) 130 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:13.549 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:13 smithi086 bash[18795]: audit 2024-04-24T13:02:12.294888+0000 mon.smithi086 (mon.0) 130 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:13.549 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:13 smithi086 bash[18795]: audit 2024-04-24T13:02:12.296688+0000 mon.smithi086 (mon.0) 131 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:13.549 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:13 smithi086 bash[18795]: audit 2024-04-24T13:02:12.296688+0000 mon.smithi086 (mon.0) 131 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:13.549 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:13 smithi086 bash[18795]: cephadm 2024-04-24T13:02:12.307063+0000 mgr.smithi086.skylwm (mgr.14164) 20 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-24T13:02:13.549 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:13 smithi086 bash[18795]: cephadm 2024-04-24T13:02:12.307063+0000 mgr.smithi086.skylwm (mgr.14164) 20 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-24T13:02:13.549 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:13 smithi086 bash[18795]: audit 2024-04-24T13:02:12.381393+0000 mon.smithi086 (mon.0) 132 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:13.550 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:13 smithi086 bash[18795]: audit 2024-04-24T13:02:12.381393+0000 mon.smithi086 (mon.0) 132 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:13.550 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:13 smithi086 bash[18795]: audit 2024-04-24T13:02:12.386386+0000 mon.smithi086 (mon.0) 133 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:13.550 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:13 smithi086 bash[18795]: audit 2024-04-24T13:02:12.386386+0000 mon.smithi086 (mon.0) 133 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:13.550 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:13 smithi086 bash[18795]: audit 2024-04-24T13:02:12.663549+0000 mon.smithi086 (mon.0) 134 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-24T13:02:13.550 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:13 smithi086 bash[18795]: audit 2024-04-24T13:02:12.663549+0000 mon.smithi086 (mon.0) 134 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-24T13:02:13.550 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:13 smithi086 bash[18795]: audit 2024-04-24T13:02:12.664070+0000 mgr.smithi086.skylwm (mgr.14164) 21 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-24T13:02:13.550 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:13 smithi086 bash[18795]: audit 2024-04-24T13:02:12.664070+0000 mgr.smithi086.skylwm (mgr.14164) 21 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-24T13:02:13.550 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:13 smithi086 bash[18795]: audit 2024-04-24T13:02:12.670995+0000 mon.smithi086 (mon.0) 135 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:13.550 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:13 smithi086 bash[18795]: audit 2024-04-24T13:02:12.670995+0000 mon.smithi086 (mon.0) 135 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:13.550 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:13 smithi086 bash[18795]: cephadm 2024-04-24T13:02:12.689257+0000 mgr.smithi086.skylwm (mgr.14164) 22 : cephadm [INF] Deploying daemon grafana.smithi086 on smithi086 2024-04-24T13:02:13.551 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:13 smithi086 bash[18795]: cephadm 2024-04-24T13:02:12.689257+0000 mgr.smithi086.skylwm (mgr.14164) 22 : cephadm [INF] Deploying daemon grafana.smithi086 on smithi086 2024-04-24T13:02:14.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:14 smithi086 bash[18795]: cluster 2024-04-24T13:02:13.694823+0000 mgr.smithi086.skylwm (mgr.14164) 23 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:14.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:14 smithi086 bash[18795]: cluster 2024-04-24T13:02:13.694823+0000 mgr.smithi086.skylwm (mgr.14164) 23 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:15.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:15 smithi086 bash[18795]: audit 2024-04-24T13:02:14.062262+0000 mgr.smithi086.skylwm (mgr.14164) 24 : audit [DBG] from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi144", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:02:15.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:15 smithi086 bash[18795]: audit 2024-04-24T13:02:14.062262+0000 mgr.smithi086.skylwm (mgr.14164) 24 : audit [DBG] from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi144", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:02:15.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:15 smithi086 bash[18795]: audit 2024-04-24T13:02:14.936747+0000 mon.smithi086 (mon.0) 136 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:15.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:15 smithi086 bash[18795]: audit 2024-04-24T13:02:14.936747+0000 mon.smithi086 (mon.0) 136 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:16.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:16 smithi086 bash[18795]: cephadm 2024-04-24T13:02:15.012127+0000 mgr.smithi086.skylwm (mgr.14164) 25 : cephadm [INF] Deploying cephadm binary to smithi144 2024-04-24T13:02:16.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:16 smithi086 bash[18795]: cephadm 2024-04-24T13:02:15.012127+0000 mgr.smithi086.skylwm (mgr.14164) 25 : cephadm [INF] Deploying cephadm binary to smithi144 2024-04-24T13:02:16.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:16 smithi086 bash[18795]: cluster 2024-04-24T13:02:15.695531+0000 mgr.smithi086.skylwm (mgr.14164) 26 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:16.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:16 smithi086 bash[18795]: cluster 2024-04-24T13:02:15.695531+0000 mgr.smithi086.skylwm (mgr.14164) 26 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:18.211 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:17 smithi086 bash[18795]: cluster 2024-04-24T13:02:17.696206+0000 mgr.smithi086.skylwm (mgr.14164) 27 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:18.211 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:17 smithi086 bash[18795]: cluster 2024-04-24T13:02:17.696206+0000 mgr.smithi086.skylwm (mgr.14164) 27 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:20.076 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:19 smithi086 bash[18795]: cluster 2024-04-24T13:02:19.696554+0000 mgr.smithi086.skylwm (mgr.14164) 28 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:20.076 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:19 smithi086 bash[18795]: cluster 2024-04-24T13:02:19.696554+0000 mgr.smithi086.skylwm (mgr.14164) 28 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:20.562 INFO:teuthology.orchestra.run.smithi086.stdout:Added host 'smithi144' with addr '172.21.15.144' 2024-04-24T13:02:21.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:21 smithi086 bash[18795]: audit 2024-04-24T13:02:20.565567+0000 mon.smithi086 (mon.0) 137 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:21.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:21 smithi086 bash[18795]: audit 2024-04-24T13:02:20.565567+0000 mon.smithi086 (mon.0) 137 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:21.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:21 smithi086 bash[18795]: cephadm 2024-04-24T13:02:20.566138+0000 mgr.smithi086.skylwm (mgr.14164) 29 : cephadm [INF] Added host smithi144 2024-04-24T13:02:21.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:21 smithi086 bash[18795]: cephadm 2024-04-24T13:02:20.566138+0000 mgr.smithi086.skylwm (mgr.14164) 29 : cephadm [INF] Added host smithi144 2024-04-24T13:02:22.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:22 smithi086 bash[18795]: cluster 2024-04-24T13:02:21.697214+0000 mgr.smithi086.skylwm (mgr.14164) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:22.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:22 smithi086 bash[18795]: cluster 2024-04-24T13:02:21.697214+0000 mgr.smithi086.skylwm (mgr.14164) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:23.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:23 smithi086 bash[18795]: cluster 2024-04-24T13:02:23.697934+0000 mgr.smithi086.skylwm (mgr.14164) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:23.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:23 smithi086 bash[18795]: cluster 2024-04-24T13:02:23.697934+0000 mgr.smithi086.skylwm (mgr.14164) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:25.951 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph orch host ls --format=json 2024-04-24T13:02:26.070 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:25 smithi086 bash[18795]: cluster 2024-04-24T13:02:25.698637+0000 mgr.smithi086.skylwm (mgr.14164) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:26.070 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:25 smithi086 bash[18795]: cluster 2024-04-24T13:02:25.698637+0000 mgr.smithi086.skylwm (mgr.14164) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:28.211 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:27 smithi086 bash[18795]: cluster 2024-04-24T13:02:27.699366+0000 mgr.smithi086.skylwm (mgr.14164) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:28.211 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:27 smithi086 bash[18795]: cluster 2024-04-24T13:02:27.699366+0000 mgr.smithi086.skylwm (mgr.14164) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:29.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:29 smithi086 systemd[1]: /etc/systemd/system/ceph-6fb9d4de-023a-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-24T13:02:29.761 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:29 smithi086 systemd[1]: /etc/systemd/system/ceph-6fb9d4de-023a-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-24T13:02:30.102 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:29 smithi086 bash[18795]: cluster 2024-04-24T13:02:29.699818+0000 mgr.smithi086.skylwm (mgr.14164) 34 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:30.102 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:29 smithi086 bash[18795]: cluster 2024-04-24T13:02:29.699818+0000 mgr.smithi086.skylwm (mgr.14164) 34 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:30.703 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:02:31.099 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:30 smithi086 bash[18795]: audit 2024-04-24T13:02:29.763241+0000 mon.smithi086 (mon.0) 138 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:31.099 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:30 smithi086 bash[18795]: audit 2024-04-24T13:02:29.763241+0000 mon.smithi086 (mon.0) 138 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:31.099 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:30 smithi086 bash[18795]: audit 2024-04-24T13:02:29.800062+0000 mon.smithi086 (mon.0) 139 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:31.099 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:30 smithi086 bash[18795]: audit 2024-04-24T13:02:29.800062+0000 mon.smithi086 (mon.0) 139 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:31.099 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:30 smithi086 bash[18795]: audit 2024-04-24T13:02:29.803126+0000 mon.smithi086 (mon.0) 140 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:31.099 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:30 smithi086 bash[18795]: audit 2024-04-24T13:02:29.803126+0000 mon.smithi086 (mon.0) 140 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:31.099 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:30 smithi086 bash[18795]: audit 2024-04-24T13:02:29.806322+0000 mon.smithi086 (mon.0) 141 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:31.099 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:30 smithi086 bash[18795]: audit 2024-04-24T13:02:29.806322+0000 mon.smithi086 (mon.0) 141 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:31.099 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:30 smithi086 bash[18795]: audit 2024-04-24T13:02:29.809581+0000 mon.smithi086 (mon.0) 142 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:31.100 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:30 smithi086 bash[18795]: audit 2024-04-24T13:02:29.809581+0000 mon.smithi086 (mon.0) 142 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:31.100 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:30 smithi086 bash[18795]: audit 2024-04-24T13:02:29.812792+0000 mon.smithi086 (mon.0) 143 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:31.100 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:30 smithi086 bash[18795]: audit 2024-04-24T13:02:29.812792+0000 mon.smithi086 (mon.0) 143 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:31.100 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:30 smithi086 bash[18795]: audit 2024-04-24T13:02:29.815286+0000 mon.smithi086 (mon.0) 144 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:31.100 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:30 smithi086 bash[18795]: audit 2024-04-24T13:02:29.815286+0000 mon.smithi086 (mon.0) 144 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:31.100 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:30 smithi086 bash[18795]: audit 2024-04-24T13:02:29.945335+0000 mon.smithi086 (mon.0) 145 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:31.100 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:30 smithi086 bash[18795]: audit 2024-04-24T13:02:29.945335+0000 mon.smithi086 (mon.0) 145 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:31.100 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:30 smithi086 bash[18795]: cephadm 2024-04-24T13:02:30.052751+0000 mgr.smithi086.skylwm (mgr.14164) 35 : cephadm [INF] Deploying daemon prometheus.smithi086 on smithi086 2024-04-24T13:02:31.100 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:30 smithi086 bash[18795]: cephadm 2024-04-24T13:02:30.052751+0000 mgr.smithi086.skylwm (mgr.14164) 35 : cephadm [INF] Deploying daemon prometheus.smithi086 on smithi086 2024-04-24T13:02:31.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:31 smithi086 bash[18795]: cluster 2024-04-24T13:02:31.700333+0000 mgr.smithi086.skylwm (mgr.14164) 36 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:31.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:31 smithi086 bash[18795]: cluster 2024-04-24T13:02:31.700333+0000 mgr.smithi086.skylwm (mgr.14164) 36 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:32.749 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:02:32.749 INFO:teuthology.orchestra.run.smithi086.stdout:[{"addr": "172.21.15.86", "hostname": "smithi086", "labels": [], "status": ""}, {"addr": "172.21.15.144", "hostname": "smithi144", "labels": [], "status": ""}] 2024-04-24T13:02:33.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:33 smithi086 bash[18795]: audit 2024-04-24T13:02:32.752879+0000 mgr.smithi086.skylwm (mgr.14164) 37 : audit [DBG] from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-24T13:02:33.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:33 smithi086 bash[18795]: audit 2024-04-24T13:02:32.752879+0000 mgr.smithi086.skylwm (mgr.14164) 37 : audit [DBG] from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-24T13:02:33.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:33 smithi086 bash[18795]: cluster 2024-04-24T13:02:33.701009+0000 mgr.smithi086.skylwm (mgr.14164) 38 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:33.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:33 smithi086 bash[18795]: cluster 2024-04-24T13:02:33.701009+0000 mgr.smithi086.skylwm (mgr.14164) 38 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:35.118 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-24T13:02:35.118 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd crush tunables default 2024-04-24T13:02:35.897 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:35 smithi086 bash[18795]: cluster 2024-04-24T13:02:35.701659+0000 mgr.smithi086.skylwm (mgr.14164) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:35.898 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:35 smithi086 bash[18795]: cluster 2024-04-24T13:02:35.701659+0000 mgr.smithi086.skylwm (mgr.14164) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:37.823 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:37 smithi086 bash[18795]: cluster 2024-04-24T13:02:37.702220+0000 mgr.smithi086.skylwm (mgr.14164) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:37.823 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:37 smithi086 bash[18795]: cluster 2024-04-24T13:02:37.702220+0000 mgr.smithi086.skylwm (mgr.14164) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:39.933 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:02:39.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:39 smithi086 bash[18795]: cluster 2024-04-24T13:02:39.702963+0000 mgr.smithi086.skylwm (mgr.14164) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:39.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:39 smithi086 bash[18795]: cluster 2024-04-24T13:02:39.702963+0000 mgr.smithi086.skylwm (mgr.14164) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:41.943 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:41 smithi086 bash[18795]: cluster 2024-04-24T13:02:41.703735+0000 mgr.smithi086.skylwm (mgr.14164) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:41.943 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:41 smithi086 bash[18795]: cluster 2024-04-24T13:02:41.703735+0000 mgr.smithi086.skylwm (mgr.14164) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:42.775 INFO:teuthology.orchestra.run.smithi086.stderr:adjusted tunables profile to default 2024-04-24T13:02:42.932 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:42 smithi086 bash[18795]: audit 2024-04-24T13:02:42.285195+0000 mon.smithi086 (mon.0) 146 : audit [INF] from='client.? 172.21.15.86:0/2400684762' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-24T13:02:42.932 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:42 smithi086 bash[18795]: audit 2024-04-24T13:02:42.285195+0000 mon.smithi086 (mon.0) 146 : audit [INF] from='client.? 172.21.15.86:0/2400684762' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-24T13:02:44.096 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:43 smithi086 bash[18795]: audit 2024-04-24T13:02:42.774355+0000 mon.smithi086 (mon.0) 147 : audit [INF] from='client.? 172.21.15.86:0/2400684762' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-24T13:02:44.096 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:43 smithi086 bash[18795]: audit 2024-04-24T13:02:42.774355+0000 mon.smithi086 (mon.0) 147 : audit [INF] from='client.? 172.21.15.86:0/2400684762' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-24T13:02:44.096 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:43 smithi086 bash[18795]: cluster 2024-04-24T13:02:42.778817+0000 mon.smithi086 (mon.0) 148 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T13:02:44.096 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:43 smithi086 bash[18795]: cluster 2024-04-24T13:02:42.778817+0000 mon.smithi086 (mon.0) 148 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T13:02:44.096 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:43 smithi086 bash[18795]: cluster 2024-04-24T13:02:43.704463+0000 mgr.smithi086.skylwm (mgr.14164) 43 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:44.096 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:43 smithi086 bash[18795]: cluster 2024-04-24T13:02:43.704463+0000 mgr.smithi086.skylwm (mgr.14164) 43 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:44.170 INFO:tasks.cephadm:Adding mon.smithi086 on smithi086 2024-04-24T13:02:44.170 INFO:tasks.cephadm:Adding mon.smithi144 on smithi144 2024-04-24T13:02:44.170 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph orch apply mon '2;smithi086:172.21.15.86=smithi086;smithi144:172.21.15.144=smithi144' 2024-04-24T13:02:45.381 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-24T13:02:45.976 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:45 smithi086 bash[18795]: cluster 2024-04-24T13:02:45.705174+0000 mgr.smithi086.skylwm (mgr.14164) 44 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:45.976 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:45 smithi086 bash[18795]: cluster 2024-04-24T13:02:45.705174+0000 mgr.smithi086.skylwm (mgr.14164) 44 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:46.228 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:46 smithi086 systemd[1]: /etc/systemd/system/ceph-6fb9d4de-023a-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-24T13:02:46.426 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-24T13:02:46.666 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:46 smithi086 systemd[1]: /etc/systemd/system/ceph-6fb9d4de-023a-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-24T13:02:47.495 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:47 smithi086 bash[18795]: audit 2024-04-24T13:02:46.442185+0000 mon.smithi086 (mon.0) 149 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:47.495 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:47 smithi086 bash[18795]: audit 2024-04-24T13:02:46.442185+0000 mon.smithi086 (mon.0) 149 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:47.495 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:47 smithi086 bash[18795]: audit 2024-04-24T13:02:46.462288+0000 mon.smithi086 (mon.0) 150 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:47.495 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:47 smithi086 bash[18795]: audit 2024-04-24T13:02:46.462288+0000 mon.smithi086 (mon.0) 150 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:47.495 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:47 smithi086 bash[18795]: audit 2024-04-24T13:02:46.464502+0000 mon.smithi086 (mon.0) 151 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-24T13:02:47.495 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:47 smithi086 bash[18795]: audit 2024-04-24T13:02:46.464502+0000 mon.smithi086 (mon.0) 151 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-24T13:02:48.546 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:48 smithi086 bash[18795]: audit 2024-04-24T13:02:47.462877+0000 mon.smithi086 (mon.0) 152 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-24T13:02:48.546 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:48 smithi086 bash[18795]: audit 2024-04-24T13:02:47.462877+0000 mon.smithi086 (mon.0) 152 : audit [INF] from='mgr.14164 172.21.15.86:0/2277387544' entity='mgr.smithi086.skylwm' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-24T13:02:48.546 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:48 smithi086 bash[18795]: cluster 2024-04-24T13:02:47.468948+0000 mon.smithi086 (mon.0) 153 : cluster [DBG] mgrmap e14: smithi086.skylwm(active, since 67s) 2024-04-24T13:02:48.546 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:48 smithi086 bash[18795]: cluster 2024-04-24T13:02:47.468948+0000 mon.smithi086 (mon.0) 153 : cluster [DBG] mgrmap e14: smithi086.skylwm(active, since 67s) 2024-04-24T13:02:55.936 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:55 smithi086 bash[18795]: cluster 2024-04-24T13:02:55.763630+0000 mon.smithi086 (mon.0) 154 : cluster [INF] Active manager daemon smithi086.skylwm restarted 2024-04-24T13:02:55.936 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:55 smithi086 bash[18795]: cluster 2024-04-24T13:02:55.763630+0000 mon.smithi086 (mon.0) 154 : cluster [INF] Active manager daemon smithi086.skylwm restarted 2024-04-24T13:02:55.936 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:55 smithi086 bash[18795]: cluster 2024-04-24T13:02:55.764236+0000 mon.smithi086 (mon.0) 155 : cluster [INF] Activating manager daemon smithi086.skylwm 2024-04-24T13:02:55.936 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:55 smithi086 bash[18795]: cluster 2024-04-24T13:02:55.764236+0000 mon.smithi086 (mon.0) 155 : cluster [INF] Activating manager daemon smithi086.skylwm 2024-04-24T13:02:55.936 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:55 smithi086 bash[18795]: cluster 2024-04-24T13:02:55.768924+0000 mon.smithi086 (mon.0) 156 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-24T13:02:55.936 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:55 smithi086 bash[18795]: cluster 2024-04-24T13:02:55.768924+0000 mon.smithi086 (mon.0) 156 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-24T13:02:55.937 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:55 smithi086 bash[18795]: cluster 2024-04-24T13:02:55.769051+0000 mon.smithi086 (mon.0) 157 : cluster [DBG] mgrmap e15: smithi086.skylwm(active, starting, since 0.00503446s) 2024-04-24T13:02:55.937 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:55 smithi086 bash[18795]: cluster 2024-04-24T13:02:55.769051+0000 mon.smithi086 (mon.0) 157 : cluster [DBG] mgrmap e15: smithi086.skylwm(active, starting, since 0.00503446s) 2024-04-24T13:02:55.937 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:55 smithi086 bash[18795]: audit 2024-04-24T13:02:55.773030+0000 mon.smithi086 (mon.0) 158 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2024-04-24T13:02:55.937 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:55 smithi086 bash[18795]: audit 2024-04-24T13:02:55.773030+0000 mon.smithi086 (mon.0) 158 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2024-04-24T13:02:55.937 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:55 smithi086 bash[18795]: audit 2024-04-24T13:02:55.774761+0000 mon.smithi086 (mon.0) 159 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mgr metadata", "who": "smithi086.skylwm", "id": "smithi086.skylwm"}]: dispatch 2024-04-24T13:02:55.937 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:55 smithi086 bash[18795]: audit 2024-04-24T13:02:55.774761+0000 mon.smithi086 (mon.0) 159 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mgr metadata", "who": "smithi086.skylwm", "id": "smithi086.skylwm"}]: dispatch 2024-04-24T13:02:55.937 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:55 smithi086 bash[18795]: audit 2024-04-24T13:02:55.775958+0000 mon.smithi086 (mon.0) 160 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T13:02:55.937 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:55 smithi086 bash[18795]: audit 2024-04-24T13:02:55.775958+0000 mon.smithi086 (mon.0) 160 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T13:02:55.937 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:55 smithi086 bash[18795]: audit 2024-04-24T13:02:55.776513+0000 mon.smithi086 (mon.0) 161 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T13:02:55.937 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:55 smithi086 bash[18795]: audit 2024-04-24T13:02:55.776513+0000 mon.smithi086 (mon.0) 161 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T13:02:55.937 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:55 smithi086 bash[18795]: audit 2024-04-24T13:02:55.776925+0000 mon.smithi086 (mon.0) 162 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T13:02:55.937 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:55 smithi086 bash[18795]: audit 2024-04-24T13:02:55.776925+0000 mon.smithi086 (mon.0) 162 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T13:02:55.937 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:55 smithi086 bash[18795]: cluster 2024-04-24T13:02:55.803879+0000 mon.smithi086 (mon.0) 163 : cluster [INF] Manager daemon smithi086.skylwm is now available 2024-04-24T13:02:55.937 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:55 smithi086 bash[18795]: cluster 2024-04-24T13:02:55.803879+0000 mon.smithi086 (mon.0) 163 : cluster [INF] Manager daemon smithi086.skylwm is now available 2024-04-24T13:02:56.784 INFO:teuthology.orchestra.run.smithi144.stdout:Scheduled mon update... 2024-04-24T13:02:56.996 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:56 smithi086 bash[18795]: audit 2024-04-24T13:02:55.830554+0000 mon.smithi086 (mon.0) 164 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:02:56.996 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:56 smithi086 bash[18795]: audit 2024-04-24T13:02:55.830554+0000 mon.smithi086 (mon.0) 164 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:02:56.996 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:56 smithi086 bash[18795]: audit 2024-04-24T13:02:55.849311+0000 mon.smithi086 (mon.0) 165 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:56.996 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:56 smithi086 bash[18795]: audit 2024-04-24T13:02:55.849311+0000 mon.smithi086 (mon.0) 165 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:56.996 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:56 smithi086 bash[18795]: audit 2024-04-24T13:02:55.855491+0000 mon.smithi086 (mon.0) 166 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:56.997 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:56 smithi086 bash[18795]: audit 2024-04-24T13:02:55.855491+0000 mon.smithi086 (mon.0) 166 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:56.997 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:56 smithi086 bash[18795]: audit 2024-04-24T13:02:55.857509+0000 mon.smithi086 (mon.0) 167 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:02:56.997 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:56 smithi086 bash[18795]: audit 2024-04-24T13:02:55.857509+0000 mon.smithi086 (mon.0) 167 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:02:56.997 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:56 smithi086 bash[18795]: audit 2024-04-24T13:02:55.863241+0000 mon.smithi086 (mon.0) 168 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.skylwm/mirror_snapshot_schedule"}]: dispatch 2024-04-24T13:02:56.997 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:56 smithi086 bash[18795]: audit 2024-04-24T13:02:55.863241+0000 mon.smithi086 (mon.0) 168 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.skylwm/mirror_snapshot_schedule"}]: dispatch 2024-04-24T13:02:56.997 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:56 smithi086 bash[18795]: audit 2024-04-24T13:02:55.870063+0000 mon.smithi086 (mon.0) 169 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.skylwm/trash_purge_schedule"}]: dispatch 2024-04-24T13:02:56.997 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:56 smithi086 bash[18795]: audit 2024-04-24T13:02:55.870063+0000 mon.smithi086 (mon.0) 169 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.skylwm/trash_purge_schedule"}]: dispatch 2024-04-24T13:02:56.997 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:56 smithi086 bash[18795]: cephadm 2024-04-24T13:02:56.283123+0000 mgr.smithi086.skylwm (mgr.14199) 1 : cephadm [INF] [24/Apr/2024:13:02:56] ENGINE Bus STARTING 2024-04-24T13:02:56.997 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:56 smithi086 bash[18795]: cephadm 2024-04-24T13:02:56.283123+0000 mgr.smithi086.skylwm (mgr.14199) 1 : cephadm [INF] [24/Apr/2024:13:02:56] ENGINE Bus STARTING 2024-04-24T13:02:56.997 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:56 smithi086 bash[18795]: cephadm 2024-04-24T13:02:56.400074+0000 mgr.smithi086.skylwm (mgr.14199) 2 : cephadm [INF] [24/Apr/2024:13:02:56] ENGINE Serving on https://172.21.15.86:7150 2024-04-24T13:02:56.997 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:56 smithi086 bash[18795]: cephadm 2024-04-24T13:02:56.400074+0000 mgr.smithi086.skylwm (mgr.14199) 2 : cephadm [INF] [24/Apr/2024:13:02:56] ENGINE Serving on https://172.21.15.86:7150 2024-04-24T13:02:56.997 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:56 smithi086 bash[18795]: cephadm 2024-04-24T13:02:56.501777+0000 mgr.smithi086.skylwm (mgr.14199) 3 : cephadm [INF] [24/Apr/2024:13:02:56] ENGINE Serving on http://172.21.15.86:8765 2024-04-24T13:02:56.997 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:56 smithi086 bash[18795]: cephadm 2024-04-24T13:02:56.501777+0000 mgr.smithi086.skylwm (mgr.14199) 3 : cephadm [INF] [24/Apr/2024:13:02:56] ENGINE Serving on http://172.21.15.86:8765 2024-04-24T13:02:56.997 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:56 smithi086 bash[18795]: cephadm 2024-04-24T13:02:56.502070+0000 mgr.smithi086.skylwm (mgr.14199) 4 : cephadm [INF] [24/Apr/2024:13:02:56] ENGINE Bus STARTED 2024-04-24T13:02:56.997 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:56 smithi086 bash[18795]: cephadm 2024-04-24T13:02:56.502070+0000 mgr.smithi086.skylwm (mgr.14199) 4 : cephadm [INF] [24/Apr/2024:13:02:56] ENGINE Bus STARTED 2024-04-24T13:02:56.998 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:56 smithi086 bash[18795]: audit 2024-04-24T13:02:56.727116+0000 mon.smithi086 (mon.0) 170 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:56.998 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:56 smithi086 bash[18795]: audit 2024-04-24T13:02:56.727116+0000 mon.smithi086 (mon.0) 170 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:56.998 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:56 smithi086 bash[18795]: cluster 2024-04-24T13:02:56.776371+0000 mon.smithi086 (mon.0) 171 : cluster [DBG] mgrmap e16: smithi086.skylwm(active, since 1.01235s) 2024-04-24T13:02:56.998 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:56 smithi086 bash[18795]: cluster 2024-04-24T13:02:56.776371+0000 mon.smithi086 (mon.0) 171 : cluster [DBG] mgrmap e16: smithi086.skylwm(active, since 1.01235s) 2024-04-24T13:02:56.998 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:56 smithi086 bash[18795]: audit 2024-04-24T13:02:56.786341+0000 mon.smithi086 (mon.0) 172 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:56.998 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:56 smithi086 bash[18795]: audit 2024-04-24T13:02:56.786341+0000 mon.smithi086 (mon.0) 172 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:57.549 DEBUG:teuthology.orchestra.run.smithi144:mon.smithi144> sudo journalctl -f -n 0 -u ceph-6fb9d4de-023a-11ef-bc93-c7b262605968@mon.smithi144.service 2024-04-24T13:02:57.552 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-24T13:02:57.552 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-24T13:02:58.149 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:57 smithi086 bash[18795]: audit 2024-04-24T13:02:56.776358+0000 mgr.smithi086.skylwm (mgr.14199) 5 : audit [DBG] from='client.14197 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi086:172.21.15.86=smithi086;smithi144:172.21.15.144=smithi144", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:02:58.149 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:57 smithi086 bash[18795]: audit 2024-04-24T13:02:56.776358+0000 mgr.smithi086.skylwm (mgr.14199) 5 : audit [DBG] from='client.14197 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi086:172.21.15.86=smithi086;smithi144:172.21.15.144=smithi144", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:02:58.149 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:57 smithi086 bash[18795]: cephadm 2024-04-24T13:02:56.782854+0000 mgr.smithi086.skylwm (mgr.14199) 6 : cephadm [INF] Saving service mon spec with placement smithi086:172.21.15.86=smithi086;smithi144:172.21.15.144=smithi144;count:2 2024-04-24T13:02:58.149 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:57 smithi086 bash[18795]: cephadm 2024-04-24T13:02:56.782854+0000 mgr.smithi086.skylwm (mgr.14199) 6 : cephadm [INF] Saving service mon spec with placement smithi086:172.21.15.86=smithi086;smithi144:172.21.15.144=smithi144;count:2 2024-04-24T13:02:58.796 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-24T13:02:59.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:58 smithi086 bash[18795]: cluster 2024-04-24T13:02:57.825538+0000 mon.smithi086 (mon.0) 173 : cluster [DBG] mgrmap e17: smithi086.skylwm(active, since 2s) 2024-04-24T13:02:59.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:58 smithi086 bash[18795]: cluster 2024-04-24T13:02:57.825538+0000 mon.smithi086 (mon.0) 173 : cluster [DBG] mgrmap e17: smithi086.skylwm(active, since 2s) 2024-04-24T13:02:59.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:58 smithi086 bash[18795]: audit 2024-04-24T13:02:58.603178+0000 mon.smithi086 (mon.0) 174 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:59.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:02:58 smithi086 bash[18795]: audit 2024-04-24T13:02:58.603178+0000 mon.smithi086 (mon.0) 174 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:02:59.839 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-24T13:03:01.028 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-04-24T13:03:01.028 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":1,"fsid":"6fb9d4de-023a-11ef-bc93-c7b262605968","modified":"2024-04-24T13:00:17.760425Z","created":"2024-04-24T13:00:17.760425Z","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":"smithi086","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:3300","nonce":0},{"type":"v1","addr":"172.21.15.86:6789","nonce":0}]},"addr":"172.21.15.86:6789/0","public_addr":"172.21.15.86:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-24T13:03:01.031 INFO:teuthology.orchestra.run.smithi144.stderr:dumped monmap epoch 1 2024-04-24T13:03:01.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:00 smithi086 bash[18795]: audit 2024-04-24T13:02:59.748525+0000 mon.smithi086 (mon.0) 175 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:01.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:00 smithi086 bash[18795]: audit 2024-04-24T13:02:59.748525+0000 mon.smithi086 (mon.0) 175 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:02.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:01 smithi086 bash[18795]: audit 2024-04-24T13:03:01.030791+0000 mon.smithi086 (mon.0) 176 : audit [DBG] from='client.? 172.21.15.144:0/1403962995' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T13:03:02.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:01 smithi086 bash[18795]: audit 2024-04-24T13:03:01.030791+0000 mon.smithi086 (mon.0) 176 : audit [DBG] from='client.? 172.21.15.144:0/1403962995' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T13:03:02.644 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-24T13:03:02.644 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-24T13:03:03.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:03 smithi086 bash[18795]: audit 2024-04-24T13:03:02.005055+0000 mon.smithi086 (mon.0) 177 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:03.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:03 smithi086 bash[18795]: audit 2024-04-24T13:03:02.005055+0000 mon.smithi086 (mon.0) 177 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:03.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:03 smithi086 bash[18795]: audit 2024-04-24T13:03:02.999427+0000 mon.smithi086 (mon.0) 178 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:03.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:03 smithi086 bash[18795]: audit 2024-04-24T13:03:02.999427+0000 mon.smithi086 (mon.0) 178 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:03.856 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-24T13:03:04.902 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-24T13:03:05.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:04 smithi086 bash[18795]: audit 2024-04-24T13:03:03.837441+0000 mon.smithi086 (mon.0) 179 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:05.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:04 smithi086 bash[18795]: audit 2024-04-24T13:03:03.837441+0000 mon.smithi086 (mon.0) 179 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:05.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:04 smithi086 bash[18795]: audit 2024-04-24T13:03:03.839298+0000 mon.smithi086 (mon.0) 180 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config rm", "who": "osd/host:smithi144", "name": "osd_memory_target"}]: dispatch 2024-04-24T13:03:05.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:04 smithi086 bash[18795]: audit 2024-04-24T13:03:03.839298+0000 mon.smithi086 (mon.0) 180 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config rm", "who": "osd/host:smithi144", "name": "osd_memory_target"}]: dispatch 2024-04-24T13:03:06.029 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-04-24T13:03:06.030 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":1,"fsid":"6fb9d4de-023a-11ef-bc93-c7b262605968","modified":"2024-04-24T13:00:17.760425Z","created":"2024-04-24T13:00:17.760425Z","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":"smithi086","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:3300","nonce":0},{"type":"v1","addr":"172.21.15.86:6789","nonce":0}]},"addr":"172.21.15.86:6789/0","public_addr":"172.21.15.86:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-24T13:03:06.032 INFO:teuthology.orchestra.run.smithi144.stderr:dumped monmap epoch 1 2024-04-24T13:03:06.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:06 smithi086 bash[18795]: audit 2024-04-24T13:03:06.032307+0000 mon.smithi086 (mon.0) 181 : audit [DBG] from='client.? 172.21.15.144:0/1239085795' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T13:03:06.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:06 smithi086 bash[18795]: audit 2024-04-24T13:03:06.032307+0000 mon.smithi086 (mon.0) 181 : audit [DBG] from='client.? 172.21.15.144:0/1239085795' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T13:03:07.589 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-24T13:03:07.589 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-24T13:03:08.803 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-24T13:03:09.849 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-24T13:03:10.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:09 smithi086 bash[18795]: audit 2024-04-24T13:03:09.934471+0000 mon.smithi086 (mon.0) 182 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config rm", "who": "osd/host:smithi086", "name": "osd_memory_target"}]: dispatch 2024-04-24T13:03:10.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:09 smithi086 bash[18795]: audit 2024-04-24T13:03:09.934471+0000 mon.smithi086 (mon.0) 182 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config rm", "who": "osd/host:smithi086", "name": "osd_memory_target"}]: dispatch 2024-04-24T13:03:10.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:09 smithi086 bash[18795]: audit 2024-04-24T13:03:09.936474+0000 mon.smithi086 (mon.0) 183 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:10.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:09 smithi086 bash[18795]: audit 2024-04-24T13:03:09.936474+0000 mon.smithi086 (mon.0) 183 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:10.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:09 smithi086 bash[18795]: audit 2024-04-24T13:03:09.937945+0000 mon.smithi086 (mon.0) 184 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:03:10.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:09 smithi086 bash[18795]: audit 2024-04-24T13:03:09.937945+0000 mon.smithi086 (mon.0) 184 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:03:10.966 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-04-24T13:03:10.966 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":1,"fsid":"6fb9d4de-023a-11ef-bc93-c7b262605968","modified":"2024-04-24T13:00:17.760425Z","created":"2024-04-24T13:00:17.760425Z","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":"smithi086","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:3300","nonce":0},{"type":"v1","addr":"172.21.15.86:6789","nonce":0}]},"addr":"172.21.15.86:6789/0","public_addr":"172.21.15.86:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-24T13:03:10.969 INFO:teuthology.orchestra.run.smithi144.stderr:dumped monmap epoch 1 2024-04-24T13:03:11.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:10 smithi086 bash[18795]: cephadm 2024-04-24T13:03:09.940208+0000 mgr.smithi086.skylwm (mgr.14199) 7 : cephadm [INF] Updating smithi086:/etc/ceph/ceph.conf 2024-04-24T13:03:11.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:10 smithi086 bash[18795]: cephadm 2024-04-24T13:03:09.940208+0000 mgr.smithi086.skylwm (mgr.14199) 7 : cephadm [INF] Updating smithi086:/etc/ceph/ceph.conf 2024-04-24T13:03:11.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:10 smithi086 bash[18795]: cephadm 2024-04-24T13:03:09.940674+0000 mgr.smithi086.skylwm (mgr.14199) 8 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.conf 2024-04-24T13:03:11.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:10 smithi086 bash[18795]: cephadm 2024-04-24T13:03:09.940674+0000 mgr.smithi086.skylwm (mgr.14199) 8 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.conf 2024-04-24T13:03:11.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:10 smithi086 bash[18795]: cephadm 2024-04-24T13:03:10.472584+0000 mgr.smithi086.skylwm (mgr.14199) 9 : cephadm [INF] Updating smithi144:/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T13:03:11.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:10 smithi086 bash[18795]: cephadm 2024-04-24T13:03:10.472584+0000 mgr.smithi086.skylwm (mgr.14199) 9 : cephadm [INF] Updating smithi144:/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T13:03:11.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:10 smithi086 bash[18795]: cephadm 2024-04-24T13:03:10.473340+0000 mgr.smithi086.skylwm (mgr.14199) 10 : cephadm [INF] Updating smithi086:/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T13:03:11.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:10 smithi086 bash[18795]: cephadm 2024-04-24T13:03:10.473340+0000 mgr.smithi086.skylwm (mgr.14199) 10 : cephadm [INF] Updating smithi086:/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T13:03:11.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:10 smithi086 bash[18795]: audit 2024-04-24T13:03:10.852751+0000 mon.smithi086 (mon.0) 185 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:03:11.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:10 smithi086 bash[18795]: audit 2024-04-24T13:03:10.852751+0000 mon.smithi086 (mon.0) 185 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:03:11.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:10 smithi086 bash[18795]: audit 2024-04-24T13:03:10.968953+0000 mon.smithi086 (mon.0) 186 : audit [DBG] from='client.? 172.21.15.144:0/120455249' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T13:03:11.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:10 smithi086 bash[18795]: audit 2024-04-24T13:03:10.968953+0000 mon.smithi086 (mon.0) 186 : audit [DBG] from='client.? 172.21.15.144:0/120455249' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T13:03:11.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:10 smithi086 bash[18795]: audit 2024-04-24T13:03:10.970991+0000 mon.smithi086 (mon.0) 187 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:11.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:10 smithi086 bash[18795]: audit 2024-04-24T13:03:10.970991+0000 mon.smithi086 (mon.0) 187 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:11.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:10 smithi086 bash[18795]: audit 2024-04-24T13:03:10.974491+0000 mon.smithi086 (mon.0) 188 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:11.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:10 smithi086 bash[18795]: audit 2024-04-24T13:03:10.974491+0000 mon.smithi086 (mon.0) 188 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:11.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:10 smithi086 bash[18795]: audit 2024-04-24T13:03:10.980473+0000 mon.smithi086 (mon.0) 189 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:11.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:10 smithi086 bash[18795]: audit 2024-04-24T13:03:10.980473+0000 mon.smithi086 (mon.0) 189 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:11.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:10 smithi086 bash[18795]: audit 2024-04-24T13:03:10.982599+0000 mon.smithi086 (mon.0) 190 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi144", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-24T13:03:11.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:10 smithi086 bash[18795]: audit 2024-04-24T13:03:10.982599+0000 mon.smithi086 (mon.0) 190 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi144", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-24T13:03:11.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:10 smithi086 bash[18795]: audit 2024-04-24T13:03:10.984295+0000 mon.smithi086 (mon.0) 191 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi144", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-04-24T13:03:11.465 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:10 smithi086 bash[18795]: audit 2024-04-24T13:03:10.984295+0000 mon.smithi086 (mon.0) 191 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi144", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-04-24T13:03:12.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:11 smithi086 bash[18795]: cephadm 2024-04-24T13:03:10.637625+0000 mgr.smithi086.skylwm (mgr.14199) 11 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.client.admin.keyring 2024-04-24T13:03:12.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:11 smithi086 bash[18795]: cephadm 2024-04-24T13:03:10.637625+0000 mgr.smithi086.skylwm (mgr.14199) 11 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.client.admin.keyring 2024-04-24T13:03:12.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:11 smithi086 bash[18795]: cephadm 2024-04-24T13:03:10.637938+0000 mgr.smithi086.skylwm (mgr.14199) 12 : cephadm [INF] Updating smithi086:/etc/ceph/ceph.client.admin.keyring 2024-04-24T13:03:12.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:11 smithi086 bash[18795]: cephadm 2024-04-24T13:03:10.637938+0000 mgr.smithi086.skylwm (mgr.14199) 12 : cephadm [INF] Updating smithi086:/etc/ceph/ceph.client.admin.keyring 2024-04-24T13:03:12.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:11 smithi086 bash[18795]: cephadm 2024-04-24T13:03:10.802755+0000 mgr.smithi086.skylwm (mgr.14199) 13 : cephadm [INF] Updating smithi144:/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T13:03:12.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:11 smithi086 bash[18795]: cephadm 2024-04-24T13:03:10.802755+0000 mgr.smithi086.skylwm (mgr.14199) 13 : cephadm [INF] Updating smithi144:/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T13:03:12.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:11 smithi086 bash[18795]: cephadm 2024-04-24T13:03:10.802985+0000 mgr.smithi086.skylwm (mgr.14199) 14 : cephadm [INF] Updating smithi086:/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T13:03:12.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:11 smithi086 bash[18795]: cephadm 2024-04-24T13:03:10.802985+0000 mgr.smithi086.skylwm (mgr.14199) 14 : cephadm [INF] Updating smithi086:/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T13:03:12.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:11 smithi086 bash[18795]: audit 2024-04-24T13:03:10.987552+0000 mon.smithi086 (mon.0) 192 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:12.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:11 smithi086 bash[18795]: audit 2024-04-24T13:03:10.987552+0000 mon.smithi086 (mon.0) 192 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:12.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:11 smithi086 bash[18795]: cephadm 2024-04-24T13:03:10.993157+0000 mgr.smithi086.skylwm (mgr.14199) 15 : cephadm [INF] Deploying daemon ceph-exporter.smithi144 on smithi144 2024-04-24T13:03:12.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:11 smithi086 bash[18795]: cephadm 2024-04-24T13:03:10.993157+0000 mgr.smithi086.skylwm (mgr.14199) 15 : cephadm [INF] Deploying daemon ceph-exporter.smithi144 on smithi144 2024-04-24T13:03:12.684 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-24T13:03:12.684 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-24T13:03:13.904 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T13:03:15.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:14 smithi086 bash[18795]: audit 2024-04-24T13:03:13.950075+0000 mon.smithi086 (mon.0) 193 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:15.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:14 smithi086 bash[18795]: audit 2024-04-24T13:03:13.950075+0000 mon.smithi086 (mon.0) 193 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:15.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:14 smithi086 bash[18795]: audit 2024-04-24T13:03:13.970425+0000 mon.smithi086 (mon.0) 194 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:15.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:14 smithi086 bash[18795]: audit 2024-04-24T13:03:13.970425+0000 mon.smithi086 (mon.0) 194 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:15.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:14 smithi086 bash[18795]: audit 2024-04-24T13:03:13.976599+0000 mon.smithi086 (mon.0) 195 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:15.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:14 smithi086 bash[18795]: audit 2024-04-24T13:03:13.976599+0000 mon.smithi086 (mon.0) 195 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:15.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:14 smithi086 bash[18795]: audit 2024-04-24T13:03:13.979639+0000 mon.smithi086 (mon.0) 196 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi144", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-24T13:03:15.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:14 smithi086 bash[18795]: audit 2024-04-24T13:03:13.979639+0000 mon.smithi086 (mon.0) 196 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi144", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-24T13:03:15.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:14 smithi086 bash[18795]: audit 2024-04-24T13:03:13.981793+0000 mon.smithi086 (mon.0) 197 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi144", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-24T13:03:15.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:14 smithi086 bash[18795]: audit 2024-04-24T13:03:13.981793+0000 mon.smithi086 (mon.0) 197 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi144", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-24T13:03:15.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:14 smithi086 bash[18795]: audit 2024-04-24T13:03:13.986265+0000 mon.smithi086 (mon.0) 198 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:15.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:14 smithi086 bash[18795]: audit 2024-04-24T13:03:13.986265+0000 mon.smithi086 (mon.0) 198 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:15.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:14 smithi086 bash[18795]: cephadm 2024-04-24T13:03:13.988402+0000 mgr.smithi086.skylwm (mgr.14199) 16 : cephadm [INF] Deploying daemon crash.smithi144 on smithi144 2024-04-24T13:03:15.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:14 smithi086 bash[18795]: cephadm 2024-04-24T13:03:13.988402+0000 mgr.smithi086.skylwm (mgr.14199) 16 : cephadm [INF] Deploying daemon crash.smithi144 on smithi144 2024-04-24T13:03:15.987 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-04-24T13:03:15.987 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":1,"fsid":"6fb9d4de-023a-11ef-bc93-c7b262605968","modified":"2024-04-24T13:00:17.760425Z","created":"2024-04-24T13:00:17.760425Z","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":"smithi086","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:3300","nonce":0},{"type":"v1","addr":"172.21.15.86:6789","nonce":0}]},"addr":"172.21.15.86:6789/0","public_addr":"172.21.15.86:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-24T13:03:15.989 INFO:teuthology.orchestra.run.smithi144.stderr:dumped monmap epoch 1 2024-04-24T13:03:17.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:16 smithi086 bash[18795]: audit 2024-04-24T13:03:15.851951+0000 mon.smithi086 (mon.0) 199 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:17.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:16 smithi086 bash[18795]: audit 2024-04-24T13:03:15.851951+0000 mon.smithi086 (mon.0) 199 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:17.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:16 smithi086 bash[18795]: audit 2024-04-24T13:03:15.989282+0000 mon.smithi086 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.144:0/1885615548' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T13:03:17.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:16 smithi086 bash[18795]: audit 2024-04-24T13:03:15.989282+0000 mon.smithi086 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.144:0/1885615548' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T13:03:17.785 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-24T13:03:17.786 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-24T13:03:18.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:18 smithi086 bash[18795]: cluster 2024-04-24T13:03:16.977003+0000 mgr.smithi086.skylwm (mgr.14199) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:18.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:18 smithi086 bash[18795]: cluster 2024-04-24T13:03:16.977003+0000 mgr.smithi086.skylwm (mgr.14199) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:18.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:18 smithi086 bash[18795]: audit 2024-04-24T13:03:17.183210+0000 mon.smithi086 (mon.0) 201 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:18.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:18 smithi086 bash[18795]: audit 2024-04-24T13:03:17.183210+0000 mon.smithi086 (mon.0) 201 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:18.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:18 smithi086 bash[18795]: audit 2024-04-24T13:03:17.216168+0000 mon.smithi086 (mon.0) 202 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:18.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:18 smithi086 bash[18795]: audit 2024-04-24T13:03:17.216168+0000 mon.smithi086 (mon.0) 202 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:18.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:18 smithi086 bash[18795]: audit 2024-04-24T13:03:17.222363+0000 mon.smithi086 (mon.0) 203 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:18.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:18 smithi086 bash[18795]: audit 2024-04-24T13:03:17.222363+0000 mon.smithi086 (mon.0) 203 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:18.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:18 smithi086 bash[18795]: cephadm 2024-04-24T13:03:17.225520+0000 mgr.smithi086.skylwm (mgr.14199) 18 : cephadm [INF] Deploying daemon node-exporter.smithi144 on smithi144 2024-04-24T13:03:18.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:18 smithi086 bash[18795]: cephadm 2024-04-24T13:03:17.225520+0000 mgr.smithi086.skylwm (mgr.14199) 18 : cephadm [INF] Deploying daemon node-exporter.smithi144 on smithi144 2024-04-24T13:03:19.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:19 smithi086 bash[18795]: audit 2024-04-24T13:03:18.327149+0000 mon.smithi086 (mon.0) 204 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:19.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:19 smithi086 bash[18795]: audit 2024-04-24T13:03:18.327149+0000 mon.smithi086 (mon.0) 204 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:19.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:19 smithi086 bash[18795]: audit 2024-04-24T13:03:18.352056+0000 mon.smithi086 (mon.0) 205 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:19.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:19 smithi086 bash[18795]: audit 2024-04-24T13:03:18.352056+0000 mon.smithi086 (mon.0) 205 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:19.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:19 smithi086 bash[18795]: audit 2024-04-24T13:03:18.360276+0000 mon.smithi086 (mon.0) 206 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:19.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:19 smithi086 bash[18795]: audit 2024-04-24T13:03:18.360276+0000 mon.smithi086 (mon.0) 206 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:19.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:19 smithi086 bash[18795]: audit 2024-04-24T13:03:18.365771+0000 mon.smithi086 (mon.0) 207 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi144.dkxklc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T13:03:19.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:19 smithi086 bash[18795]: audit 2024-04-24T13:03:18.365771+0000 mon.smithi086 (mon.0) 207 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi144.dkxklc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T13:03:19.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:19 smithi086 bash[18795]: audit 2024-04-24T13:03:18.370194+0000 mon.smithi086 (mon.0) 208 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi144.dkxklc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-24T13:03:19.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:19 smithi086 bash[18795]: audit 2024-04-24T13:03:18.370194+0000 mon.smithi086 (mon.0) 208 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi144.dkxklc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-24T13:03:19.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:19 smithi086 bash[18795]: audit 2024-04-24T13:03:18.374889+0000 mon.smithi086 (mon.0) 209 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T13:03:19.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:19 smithi086 bash[18795]: audit 2024-04-24T13:03:18.374889+0000 mon.smithi086 (mon.0) 209 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T13:03:19.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:19 smithi086 bash[18795]: audit 2024-04-24T13:03:18.377116+0000 mon.smithi086 (mon.0) 210 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:19.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:19 smithi086 bash[18795]: audit 2024-04-24T13:03:18.377116+0000 mon.smithi086 (mon.0) 210 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:19.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:19 smithi086 bash[18795]: cephadm 2024-04-24T13:03:18.379255+0000 mgr.smithi086.skylwm (mgr.14199) 19 : cephadm [INF] Deploying daemon mgr.smithi144.dkxklc on smithi144 2024-04-24T13:03:19.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:19 smithi086 bash[18795]: cephadm 2024-04-24T13:03:18.379255+0000 mgr.smithi086.skylwm (mgr.14199) 19 : cephadm [INF] Deploying daemon mgr.smithi144.dkxklc on smithi144 2024-04-24T13:03:20.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:20 smithi086 bash[18795]: cluster 2024-04-24T13:03:18.978011+0000 mgr.smithi086.skylwm (mgr.14199) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:20.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:20 smithi086 bash[18795]: cluster 2024-04-24T13:03:18.978011+0000 mgr.smithi086.skylwm (mgr.14199) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:22.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:21 smithi086 bash[18795]: audit 2024-04-24T13:03:20.859692+0000 mon.smithi086 (mon.0) 211 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:22.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:21 smithi086 bash[18795]: audit 2024-04-24T13:03:20.859692+0000 mon.smithi086 (mon.0) 211 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:22.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:21 smithi086 bash[18795]: cluster 2024-04-24T13:03:20.978988+0000 mgr.smithi086.skylwm (mgr.14199) 21 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:22.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:21 smithi086 bash[18795]: cluster 2024-04-24T13:03:20.978988+0000 mgr.smithi086.skylwm (mgr.14199) 21 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:22.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:21 smithi086 bash[18795]: audit 2024-04-24T13:03:21.440951+0000 mon.smithi086 (mon.0) 212 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:22.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:21 smithi086 bash[18795]: audit 2024-04-24T13:03:21.440951+0000 mon.smithi086 (mon.0) 212 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:22.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:21 smithi086 bash[18795]: audit 2024-04-24T13:03:21.459002+0000 mon.smithi086 (mon.0) 213 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:22.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:21 smithi086 bash[18795]: audit 2024-04-24T13:03:21.459002+0000 mon.smithi086 (mon.0) 213 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:22.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:21 smithi086 bash[18795]: audit 2024-04-24T13:03:21.467526+0000 mon.smithi086 (mon.0) 214 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:22.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:21 smithi086 bash[18795]: audit 2024-04-24T13:03:21.467526+0000 mon.smithi086 (mon.0) 214 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:22.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:21 smithi086 bash[18795]: audit 2024-04-24T13:03:21.471380+0000 mon.smithi086 (mon.0) 215 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T13:03:22.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:21 smithi086 bash[18795]: audit 2024-04-24T13:03:21.471380+0000 mon.smithi086 (mon.0) 215 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T13:03:22.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:21 smithi086 bash[18795]: audit 2024-04-24T13:03:21.473066+0000 mon.smithi086 (mon.0) 216 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:22.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:21 smithi086 bash[18795]: audit 2024-04-24T13:03:21.473066+0000 mon.smithi086 (mon.0) 216 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:22.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:21 smithi086 bash[18795]: cephadm 2024-04-24T13:03:21.474935+0000 mgr.smithi086.skylwm (mgr.14199) 22 : cephadm [INF] Deploying daemon mon.smithi144 on smithi144 2024-04-24T13:03:22.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:21 smithi086 bash[18795]: cephadm 2024-04-24T13:03:21.474935+0000 mgr.smithi086.skylwm (mgr.14199) 22 : cephadm [INF] Deploying daemon mon.smithi144 on smithi144 2024-04-24T13:03:22.495 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T13:03:24.442 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-04-24T13:03:24.442 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":1,"fsid":"6fb9d4de-023a-11ef-bc93-c7b262605968","modified":"2024-04-24T13:00:17.760425Z","created":"2024-04-24T13:00:17.760425Z","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":"smithi086","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:3300","nonce":0},{"type":"v1","addr":"172.21.15.86:6789","nonce":0}]},"addr":"172.21.15.86:6789/0","public_addr":"172.21.15.86:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-24T13:03:24.445 INFO:teuthology.orchestra.run.smithi144.stderr:dumped monmap epoch 1 2024-04-24T13:03:24.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:24 smithi086 bash[18795]: cluster 2024-04-24T13:03:22.979936+0000 mgr.smithi086.skylwm (mgr.14199) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:24.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:24 smithi086 bash[18795]: cluster 2024-04-24T13:03:22.979936+0000 mgr.smithi086.skylwm (mgr.14199) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:25.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:25 smithi086 bash[18795]: audit 2024-04-24T13:03:24.444808+0000 mon.smithi086 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.144:0/1964327872' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T13:03:25.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:25 smithi086 bash[18795]: audit 2024-04-24T13:03:24.444808+0000 mon.smithi086 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.144:0/1964327872' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T13:03:26.313 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-24T13:03:26.314 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-24T13:03:26.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:26 smithi086 bash[18795]: cluster 2024-04-24T13:03:24.980873+0000 mgr.smithi086.skylwm (mgr.14199) 24 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:26.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:26 smithi086 bash[18795]: cluster 2024-04-24T13:03:24.980873+0000 mgr.smithi086.skylwm (mgr.14199) 24 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:26.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:26 smithi086 bash[18795]: audit 2024-04-24T13:03:25.853890+0000 mon.smithi086 (mon.0) 218 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:03:26.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:26 smithi086 bash[18795]: audit 2024-04-24T13:03:25.853890+0000 mon.smithi086 (mon.0) 218 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:03:26.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:26 smithi086 bash[18795]: audit 2024-04-24T13:03:25.868104+0000 mon.smithi086 (mon.0) 219 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:26.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:26 smithi086 bash[18795]: audit 2024-04-24T13:03:25.868104+0000 mon.smithi086 (mon.0) 219 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:27.852 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: ** File Read Latency Histogram By Level [default] ** 2024-04-24T13:03:27.853 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: debug 2024-04-24T13:03:27.845+0000 7ff5b283fc80 0 mon.smithi144 does not exist in monmap, will attempt to join an existing cluster 2024-04-24T13:03:27.853 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: debug 2024-04-24T13:03:27.845+0000 7ff5b283fc80 0 using public_addr v2:172.21.15.144:0/0 -> [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] 2024-04-24T13:03:27.853 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: debug 2024-04-24T13:03:27.845+0000 7ff5b283fc80 0 starting mon.smithi144 rank -1 at public addrs [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] at bind addrs [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi144 fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 2024-04-24T13:03:27.853 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: debug 2024-04-24T13:03:27.845+0000 7ff5b283fc80 1 mon.smithi144@-1(???) e0 preinit fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 2024-04-24T13:03:28.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: debug 2024-04-24T13:03:27.869+0000 7ff5a3f9f700 0 mon.smithi144@-1(synchronizing).mds e1 new map 2024-04-24T13:03:28.048 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: debug 2024-04-24T13:03:27.869+0000 7ff5a3f9f700 0 mon.smithi144@-1(synchronizing).mds e1 print_map 2024-04-24T13:03:28.048 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: e1 2024-04-24T13:03:28.048 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-24T13:03:28.048 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: 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-24T13:03:28.048 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: legacy client fscid: -1 2024-04-24T13:03:28.048 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: 2024-04-24T13:03:28.049 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: No filesystems configured 2024-04-24T13:03:28.049 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: debug 2024-04-24T13:03:27.869+0000 7ff5a3f9f700 1 mon.smithi144@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-24T13:03:28.049 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: debug 2024-04-24T13:03:27.869+0000 7ff5a3f9f700 1 mon.smithi144@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-04-24T13:03:28.049 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: debug 2024-04-24T13:03:27.869+0000 7ff5a3f9f700 1 mon.smithi144@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-24T13:03:28.049 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: debug 2024-04-24T13:03:27.869+0000 7ff5a3f9f700 1 mon.smithi144@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-24T13:03:28.049 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: debug 2024-04-24T13:03:27.869+0000 7ff5a3f9f700 1 mon.smithi144@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-24T13:03:28.049 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: debug 2024-04-24T13:03:27.869+0000 7ff5a3f9f700 1 mon.smithi144@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-24T13:03:28.049 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: debug 2024-04-24T13:03:27.869+0000 7ff5a3f9f700 1 mon.smithi144@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-04-24T13:03:28.049 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: debug 2024-04-24T13:03:27.869+0000 7ff5a3f9f700 0 mon.smithi144@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-24T13:03:28.049 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: debug 2024-04-24T13:03:27.869+0000 7ff5a3f9f700 0 mon.smithi144@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-04-24T13:03:28.049 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: debug 2024-04-24T13:03:27.869+0000 7ff5a3f9f700 0 mon.smithi144@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-04-24T13:03:28.049 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: debug 2024-04-24T13:03:27.869+0000 7ff5a3f9f700 0 mon.smithi144@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-04-24T13:03:28.049 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:13.950075+0000 mon.smithi086 (mon.0) 193 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:28.049 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:13.950075+0000 mon.smithi086 (mon.0) 193 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:28.050 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:13.970425+0000 mon.smithi086 (mon.0) 194 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:28.050 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:13.970425+0000 mon.smithi086 (mon.0) 194 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:28.050 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:13.976599+0000 mon.smithi086 (mon.0) 195 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:28.050 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:13.976599+0000 mon.smithi086 (mon.0) 195 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:28.050 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:13.979639+0000 mon.smithi086 (mon.0) 196 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi144", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-24T13:03:28.050 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:13.979639+0000 mon.smithi086 (mon.0) 196 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi144", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-24T13:03:28.050 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:13.981793+0000 mon.smithi086 (mon.0) 197 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi144", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-24T13:03:28.050 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:13.981793+0000 mon.smithi086 (mon.0) 197 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi144", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-24T13:03:28.050 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:13.986265+0000 mon.smithi086 (mon.0) 198 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:28.050 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:13.986265+0000 mon.smithi086 (mon.0) 198 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:28.051 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: cephadm 2024-04-24T13:03:13.988402+0000 mgr.smithi086.skylwm (mgr.14199) 16 : cephadm [INF] Deploying daemon crash.smithi144 on smithi144 2024-04-24T13:03:28.051 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: cephadm 2024-04-24T13:03:13.988402+0000 mgr.smithi086.skylwm (mgr.14199) 16 : cephadm [INF] Deploying daemon crash.smithi144 on smithi144 2024-04-24T13:03:28.051 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:15.851951+0000 mon.smithi086 (mon.0) 199 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:28.051 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:15.851951+0000 mon.smithi086 (mon.0) 199 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:28.051 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:15.989282+0000 mon.smithi086 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.144:0/1885615548' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T13:03:28.051 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:15.989282+0000 mon.smithi086 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.144:0/1885615548' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T13:03:28.051 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: cluster 2024-04-24T13:03:16.977003+0000 mgr.smithi086.skylwm (mgr.14199) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:28.051 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: cluster 2024-04-24T13:03:16.977003+0000 mgr.smithi086.skylwm (mgr.14199) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:28.051 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:17.183210+0000 mon.smithi086 (mon.0) 201 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:28.051 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:17.183210+0000 mon.smithi086 (mon.0) 201 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:28.051 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:17.216168+0000 mon.smithi086 (mon.0) 202 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:28.054 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:17.216168+0000 mon.smithi086 (mon.0) 202 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:28.054 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:17.222363+0000 mon.smithi086 (mon.0) 203 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:28.054 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:17.222363+0000 mon.smithi086 (mon.0) 203 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:28.054 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: cephadm 2024-04-24T13:03:17.225520+0000 mgr.smithi086.skylwm (mgr.14199) 18 : cephadm [INF] Deploying daemon node-exporter.smithi144 on smithi144 2024-04-24T13:03:28.055 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: cephadm 2024-04-24T13:03:17.225520+0000 mgr.smithi086.skylwm (mgr.14199) 18 : cephadm [INF] Deploying daemon node-exporter.smithi144 on smithi144 2024-04-24T13:03:28.055 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:18.327149+0000 mon.smithi086 (mon.0) 204 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:28.055 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:18.327149+0000 mon.smithi086 (mon.0) 204 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:28.055 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:18.352056+0000 mon.smithi086 (mon.0) 205 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:28.055 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:18.352056+0000 mon.smithi086 (mon.0) 205 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:28.055 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:18.360276+0000 mon.smithi086 (mon.0) 206 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:28.056 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:18.360276+0000 mon.smithi086 (mon.0) 206 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:28.056 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:18.365771+0000 mon.smithi086 (mon.0) 207 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi144.dkxklc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T13:03:28.056 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:18.365771+0000 mon.smithi086 (mon.0) 207 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi144.dkxklc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T13:03:28.056 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:18.370194+0000 mon.smithi086 (mon.0) 208 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi144.dkxklc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-24T13:03:28.056 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:18.370194+0000 mon.smithi086 (mon.0) 208 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi144.dkxklc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-24T13:03:28.056 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:18.374889+0000 mon.smithi086 (mon.0) 209 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T13:03:28.056 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:18.374889+0000 mon.smithi086 (mon.0) 209 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T13:03:28.056 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:18.377116+0000 mon.smithi086 (mon.0) 210 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:28.056 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:18.377116+0000 mon.smithi086 (mon.0) 210 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:28.056 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: cephadm 2024-04-24T13:03:18.379255+0000 mgr.smithi086.skylwm (mgr.14199) 19 : cephadm [INF] Deploying daemon mgr.smithi144.dkxklc on smithi144 2024-04-24T13:03:28.056 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: cephadm 2024-04-24T13:03:18.379255+0000 mgr.smithi086.skylwm (mgr.14199) 19 : cephadm [INF] Deploying daemon mgr.smithi144.dkxklc on smithi144 2024-04-24T13:03:28.057 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: cluster 2024-04-24T13:03:18.978011+0000 mgr.smithi086.skylwm (mgr.14199) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:28.057 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: cluster 2024-04-24T13:03:18.978011+0000 mgr.smithi086.skylwm (mgr.14199) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:28.057 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:20.859692+0000 mon.smithi086 (mon.0) 211 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:28.057 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:20.859692+0000 mon.smithi086 (mon.0) 211 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:28.057 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: cluster 2024-04-24T13:03:20.978988+0000 mgr.smithi086.skylwm (mgr.14199) 21 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:28.057 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: cluster 2024-04-24T13:03:20.978988+0000 mgr.smithi086.skylwm (mgr.14199) 21 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:28.057 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:21.440951+0000 mon.smithi086 (mon.0) 212 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:28.057 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:21.440951+0000 mon.smithi086 (mon.0) 212 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:28.057 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:21.459002+0000 mon.smithi086 (mon.0) 213 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:28.058 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:21.459002+0000 mon.smithi086 (mon.0) 213 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:28.058 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:21.467526+0000 mon.smithi086 (mon.0) 214 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:28.058 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:21.467526+0000 mon.smithi086 (mon.0) 214 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:28.058 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:21.471380+0000 mon.smithi086 (mon.0) 215 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T13:03:28.058 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:21.471380+0000 mon.smithi086 (mon.0) 215 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T13:03:28.058 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:21.473066+0000 mon.smithi086 (mon.0) 216 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:28.058 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:21.473066+0000 mon.smithi086 (mon.0) 216 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:28.059 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: cephadm 2024-04-24T13:03:21.474935+0000 mgr.smithi086.skylwm (mgr.14199) 22 : cephadm [INF] Deploying daemon mon.smithi144 on smithi144 2024-04-24T13:03:28.059 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: cephadm 2024-04-24T13:03:21.474935+0000 mgr.smithi086.skylwm (mgr.14199) 22 : cephadm [INF] Deploying daemon mon.smithi144 on smithi144 2024-04-24T13:03:28.059 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: cluster 2024-04-24T13:03:22.979936+0000 mgr.smithi086.skylwm (mgr.14199) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:28.059 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: cluster 2024-04-24T13:03:22.979936+0000 mgr.smithi086.skylwm (mgr.14199) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:28.059 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:24.444808+0000 mon.smithi086 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.144:0/1964327872' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T13:03:28.059 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:24.444808+0000 mon.smithi086 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.144:0/1964327872' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T13:03:28.059 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: cluster 2024-04-24T13:03:24.980873+0000 mgr.smithi086.skylwm (mgr.14199) 24 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:28.059 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: cluster 2024-04-24T13:03:24.980873+0000 mgr.smithi086.skylwm (mgr.14199) 24 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:28.060 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:25.853890+0000 mon.smithi086 (mon.0) 218 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:03:28.060 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:25.853890+0000 mon.smithi086 (mon.0) 218 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:03:28.060 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:25.868104+0000 mon.smithi086 (mon.0) 219 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:28.060 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: audit 2024-04-24T13:03:25.868104+0000 mon.smithi086 (mon.0) 219 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:28.060 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:27 smithi144 bash[20191]: debug 2024-04-24T13:03:27.873+0000 7ff5a3f9f700 1 mon.smithi144@-1(synchronizing).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2024-04-24T13:03:32.031 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi144/config 2024-04-24T13:03:33.099 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: audit 2024-04-24T13:03:27.888035+0000 mon.smithi086 (mon.0) 226 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2024-04-24T13:03:33.099 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: audit 2024-04-24T13:03:27.888035+0000 mon.smithi086 (mon.0) 226 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2024-04-24T13:03:33.099 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:27.888471+0000 mon.smithi086 (mon.0) 227 : cluster [INF] mon.smithi086 calling monitor election 2024-04-24T13:03:33.100 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:27.888471+0000 mon.smithi086 (mon.0) 227 : cluster [INF] mon.smithi086 calling monitor election 2024-04-24T13:03:33.100 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: audit 2024-04-24T13:03:27.910690+0000 mon.smithi086 (mon.0) 228 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-04-24T13:03:33.100 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: audit 2024-04-24T13:03:27.910690+0000 mon.smithi086 (mon.0) 228 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-04-24T13:03:33.100 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: audit 2024-04-24T13:03:28.883007+0000 mon.smithi086 (mon.0) 229 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-04-24T13:03:33.100 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: audit 2024-04-24T13:03:28.883007+0000 mon.smithi086 (mon.0) 229 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-04-24T13:03:33.100 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:28.982795+0000 mgr.smithi086.skylwm (mgr.14199) 26 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:33.100 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:28.982795+0000 mgr.smithi086.skylwm (mgr.14199) 26 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:33.100 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: audit 2024-04-24T13:03:29.883233+0000 mon.smithi086 (mon.0) 230 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-04-24T13:03:33.100 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: audit 2024-04-24T13:03:29.883233+0000 mon.smithi086 (mon.0) 230 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-04-24T13:03:33.100 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:29.884740+0000 mon.smithi144 (mon.1) 1 : cluster [INF] mon.smithi144 calling monitor election 2024-04-24T13:03:33.100 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:29.884740+0000 mon.smithi144 (mon.1) 1 : cluster [INF] mon.smithi144 calling monitor election 2024-04-24T13:03:33.100 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: audit 2024-04-24T13:03:30.883010+0000 mon.smithi086 (mon.0) 231 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-04-24T13:03:33.100 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: audit 2024-04-24T13:03:30.883010+0000 mon.smithi086 (mon.0) 231 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-04-24T13:03:33.100 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:30.983690+0000 mgr.smithi086.skylwm (mgr.14199) 27 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:33.101 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:30.983690+0000 mgr.smithi086.skylwm (mgr.14199) 27 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:33.101 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: audit 2024-04-24T13:03:31.876934+0000 mon.smithi086 (mon.0) 232 : audit [DBG] from='mgr.? 172.21.15.144:0/3968034676' entity='mgr.smithi144.dkxklc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi144.dkxklc/crt"}]: dispatch 2024-04-24T13:03:33.102 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: audit 2024-04-24T13:03:31.876934+0000 mon.smithi086 (mon.0) 232 : audit [DBG] from='mgr.? 172.21.15.144:0/3968034676' entity='mgr.smithi144.dkxklc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi144.dkxklc/crt"}]: dispatch 2024-04-24T13:03:33.102 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: audit 2024-04-24T13:03:31.882954+0000 mon.smithi086 (mon.0) 233 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-04-24T13:03:33.102 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: audit 2024-04-24T13:03:31.882954+0000 mon.smithi086 (mon.0) 233 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-04-24T13:03:33.102 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: audit 2024-04-24T13:03:32.882698+0000 mon.smithi086 (mon.0) 234 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-04-24T13:03:33.102 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: audit 2024-04-24T13:03:32.882698+0000 mon.smithi086 (mon.0) 234 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-04-24T13:03:33.102 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.930318+0000 mon.smithi086 (mon.0) 235 : cluster [INF] mon.smithi086 is new leader, mons smithi086,smithi144 in quorum (ranks 0,1) 2024-04-24T13:03:33.102 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.930318+0000 mon.smithi086 (mon.0) 235 : cluster [INF] mon.smithi086 is new leader, mons smithi086,smithi144 in quorum (ranks 0,1) 2024-04-24T13:03:33.102 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.937227+0000 mon.smithi086 (mon.0) 236 : cluster [DBG] monmap epoch 2 2024-04-24T13:03:33.102 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.937227+0000 mon.smithi086 (mon.0) 236 : cluster [DBG] monmap epoch 2 2024-04-24T13:03:33.102 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.937268+0000 mon.smithi086 (mon.0) 237 : cluster [DBG] fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 2024-04-24T13:03:33.102 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.937268+0000 mon.smithi086 (mon.0) 237 : cluster [DBG] fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 2024-04-24T13:03:33.103 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.937338+0000 mon.smithi086 (mon.0) 238 : cluster [DBG] last_changed 2024-04-24T13:03:27.882473+0000 2024-04-24T13:03:33.103 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.937338+0000 mon.smithi086 (mon.0) 238 : cluster [DBG] last_changed 2024-04-24T13:03:27.882473+0000 2024-04-24T13:03:33.104 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.937360+0000 mon.smithi086 (mon.0) 239 : cluster [DBG] created 2024-04-24T13:00:17.760425+0000 2024-04-24T13:03:33.104 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.937360+0000 mon.smithi086 (mon.0) 239 : cluster [DBG] created 2024-04-24T13:00:17.760425+0000 2024-04-24T13:03:33.104 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.937385+0000 mon.smithi086 (mon.0) 240 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T13:03:33.105 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.937385+0000 mon.smithi086 (mon.0) 240 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T13:03:33.105 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.937410+0000 mon.smithi086 (mon.0) 241 : cluster [DBG] election_strategy: 1 2024-04-24T13:03:33.105 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.937410+0000 mon.smithi086 (mon.0) 241 : cluster [DBG] election_strategy: 1 2024-04-24T13:03:33.105 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.937462+0000 mon.smithi086 (mon.0) 242 : cluster [DBG] 0: [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] mon.smithi086 2024-04-24T13:03:33.105 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.937462+0000 mon.smithi086 (mon.0) 242 : cluster [DBG] 0: [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] mon.smithi086 2024-04-24T13:03:33.105 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.937488+0000 mon.smithi086 (mon.0) 243 : cluster [DBG] 1: [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] mon.smithi144 2024-04-24T13:03:33.105 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.937488+0000 mon.smithi086 (mon.0) 243 : cluster [DBG] 1: [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] mon.smithi144 2024-04-24T13:03:33.105 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.957858+0000 mon.smithi086 (mon.0) 244 : cluster [DBG] fsmap 2024-04-24T13:03:33.106 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.957858+0000 mon.smithi086 (mon.0) 244 : cluster [DBG] fsmap 2024-04-24T13:03:33.106 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.957895+0000 mon.smithi086 (mon.0) 245 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-24T13:03:33.106 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.957895+0000 mon.smithi086 (mon.0) 245 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-24T13:03:33.106 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958114+0000 mon.smithi086 (mon.0) 246 : cluster [DBG] mgrmap e17: smithi086.skylwm(active, since 37s) 2024-04-24T13:03:33.106 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958114+0000 mon.smithi086 (mon.0) 246 : cluster [DBG] mgrmap e17: smithi086.skylwm(active, since 37s) 2024-04-24T13:03:33.106 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958281+0000 mon.smithi086 (mon.0) 247 : cluster [WRN] Health detail: HEALTH_WARN failed to probe daemons or devices 2024-04-24T13:03:33.106 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958281+0000 mon.smithi086 (mon.0) 247 : cluster [WRN] Health detail: HEALTH_WARN failed to probe daemons or devices 2024-04-24T13:03:33.106 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958302+0000 mon.smithi086 (mon.0) 248 : cluster [WRN] [WRN] CEPHADM_REFRESH_FAILED: failed to probe daemons or devices 2024-04-24T13:03:33.106 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958302+0000 mon.smithi086 (mon.0) 248 : cluster [WRN] [WRN] CEPHADM_REFRESH_FAILED: failed to probe daemons or devices 2024-04-24T13:03:33.107 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958314+0000 mon.smithi086 (mon.0) 249 : cluster [WRN] host smithi144 `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:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3 -e NODE_NAME=smithi144 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/6fb9d4de-023a-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-tmpf9zb495e:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3 inventory --format=json-pretty --filter-for-batch 2024-04-24T13:03:33.107 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958314+0000 mon.smithi086 (mon.0) 249 : cluster [WRN] host smithi144 `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:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3 -e NODE_NAME=smithi144 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/6fb9d4de-023a-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-tmpf9zb495e:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3 inventory --format=json-pretty --filter-for-batch 2024-04-24T13:03:33.107 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958329+0000 mon.smithi086 (mon.0) 250 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T13:03:33.107 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958329+0000 mon.smithi086 (mon.0) 250 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T13:03:33.107 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958341+0000 mon.smithi086 (mon.0) 251 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T13:03:33.107 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958341+0000 mon.smithi086 (mon.0) 251 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T13:03:33.107 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958353+0000 mon.smithi086 (mon.0) 252 : cluster [WRN] Traceback (most recent call last): 2024-04-24T13:03:33.108 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958353+0000 mon.smithi086 (mon.0) 252 : cluster [WRN] Traceback (most recent call last): 2024-04-24T13:03:33.108 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958365+0000 mon.smithi086 (mon.0) 253 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T13:03:33.108 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958365+0000 mon.smithi086 (mon.0) 253 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T13:03:33.108 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958387+0000 mon.smithi086 (mon.0) 254 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T13:03:33.108 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958387+0000 mon.smithi086 (mon.0) 254 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T13:03:33.108 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958398+0000 mon.smithi086 (mon.0) 255 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T13:03:33.108 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958398+0000 mon.smithi086 (mon.0) 255 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T13:03:33.108 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958410+0000 mon.smithi086 (mon.0) 256 : cluster [WRN] exec(code, run_globals) 2024-04-24T13:03:33.108 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958410+0000 mon.smithi086 (mon.0) 256 : cluster [WRN] exec(code, run_globals) 2024-04-24T13:03:33.109 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958422+0000 mon.smithi086 (mon.0) 257 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 5642, in 2024-04-24T13:03:33.109 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958422+0000 mon.smithi086 (mon.0) 257 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 5642, in 2024-04-24T13:03:33.109 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958434+0000 mon.smithi086 (mon.0) 258 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 5630, in main 2024-04-24T13:03:33.109 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958434+0000 mon.smithi086 (mon.0) 258 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 5630, in main 2024-04-24T13:03:33.110 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958446+0000 mon.smithi086 (mon.0) 259 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 408, in _infer_config 2024-04-24T13:03:33.110 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958446+0000 mon.smithi086 (mon.0) 259 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 408, in _infer_config 2024-04-24T13:03:33.110 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958458+0000 mon.smithi086 (mon.0) 260 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 323, in _infer_fsid 2024-04-24T13:03:33.110 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958458+0000 mon.smithi086 (mon.0) 260 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 323, in _infer_fsid 2024-04-24T13:03:33.110 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958469+0000 mon.smithi086 (mon.0) 261 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 436, in _infer_image 2024-04-24T13:03:33.111 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958469+0000 mon.smithi086 (mon.0) 261 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 436, in _infer_image 2024-04-24T13:03:33.111 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958481+0000 mon.smithi086 (mon.0) 262 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 310, in _validate_fsid 2024-04-24T13:03:33.111 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958481+0000 mon.smithi086 (mon.0) 262 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 310, in _validate_fsid 2024-04-24T13:03:33.111 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958492+0000 mon.smithi086 (mon.0) 263 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 3380, in command_ceph_volume 2024-04-24T13:03:33.111 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958492+0000 mon.smithi086 (mon.0) 263 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 3380, in command_ceph_volume 2024-04-24T13:03:33.111 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958503+0000 mon.smithi086 (mon.0) 264 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T13:03:33.111 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958503+0000 mon.smithi086 (mon.0) 264 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T13:03:33.111 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958514+0000 mon.smithi086 (mon.0) 265 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3 -e NODE_NAME=smithi144 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/6fb9d4de-023a-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-tmpf9zb495e:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3 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-24T13:03:33.111 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958514+0000 mon.smithi086 (mon.0) 265 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3 -e NODE_NAME=smithi144 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/6fb9d4de-023a-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-tmpf9zb495e:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3 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-24T13:03:33.111 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958528+0000 mon.smithi086 (mon.0) 266 : cluster [WRN] See 'docker run --help'. 2024-04-24T13:03:33.111 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958528+0000 mon.smithi086 (mon.0) 266 : cluster [WRN] See 'docker run --help'. 2024-04-24T13:03:33.112 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958539+0000 mon.smithi086 (mon.0) 267 : cluster [WRN] host smithi086 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:03:33.112 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958539+0000 mon.smithi086 (mon.0) 267 : cluster [WRN] host smithi086 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:03:33.112 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958551+0000 mon.smithi086 (mon.0) 268 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3 -e NODE_NAME=smithi086 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/6fb9d4de-023a-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-tmpy8up9y0e:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3 inventory --format=json-pretty --filter-for-batch 2024-04-24T13:03:33.112 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958551+0000 mon.smithi086 (mon.0) 268 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3 -e NODE_NAME=smithi086 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/6fb9d4de-023a-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-tmpy8up9y0e:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3 inventory --format=json-pretty --filter-for-batch 2024-04-24T13:03:33.112 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958569+0000 mon.smithi086 (mon.0) 269 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T13:03:33.112 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958569+0000 mon.smithi086 (mon.0) 269 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T13:03:33.112 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958582+0000 mon.smithi086 (mon.0) 270 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T13:03:33.112 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958582+0000 mon.smithi086 (mon.0) 270 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T13:03:33.112 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958595+0000 mon.smithi086 (mon.0) 271 : cluster [WRN] Traceback (most recent call last): 2024-04-24T13:03:33.112 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958595+0000 mon.smithi086 (mon.0) 271 : cluster [WRN] Traceback (most recent call last): 2024-04-24T13:03:33.112 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958606+0000 mon.smithi086 (mon.0) 272 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T13:03:33.112 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958606+0000 mon.smithi086 (mon.0) 272 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T13:03:33.113 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958617+0000 mon.smithi086 (mon.0) 273 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T13:03:33.113 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958617+0000 mon.smithi086 (mon.0) 273 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T13:03:33.113 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958626+0000 mon.smithi086 (mon.0) 274 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T13:03:33.113 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958626+0000 mon.smithi086 (mon.0) 274 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T13:03:33.113 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958636+0000 mon.smithi086 (mon.0) 275 : cluster [WRN] exec(code, run_globals) 2024-04-24T13:03:33.113 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958636+0000 mon.smithi086 (mon.0) 275 : cluster [WRN] exec(code, run_globals) 2024-04-24T13:03:33.113 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958648+0000 mon.smithi086 (mon.0) 276 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 5642, in 2024-04-24T13:03:33.113 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958648+0000 mon.smithi086 (mon.0) 276 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 5642, in 2024-04-24T13:03:33.113 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958660+0000 mon.smithi086 (mon.0) 277 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 5630, in main 2024-04-24T13:03:33.113 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958660+0000 mon.smithi086 (mon.0) 277 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 5630, in main 2024-04-24T13:03:33.113 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958670+0000 mon.smithi086 (mon.0) 278 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 408, in _infer_config 2024-04-24T13:03:33.113 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958670+0000 mon.smithi086 (mon.0) 278 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 408, in _infer_config 2024-04-24T13:03:33.114 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958680+0000 mon.smithi086 (mon.0) 279 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 323, in _infer_fsid 2024-04-24T13:03:33.114 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958680+0000 mon.smithi086 (mon.0) 279 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 323, in _infer_fsid 2024-04-24T13:03:33.114 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958692+0000 mon.smithi086 (mon.0) 280 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 436, in _infer_image 2024-04-24T13:03:33.114 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958692+0000 mon.smithi086 (mon.0) 280 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 436, in _infer_image 2024-04-24T13:03:33.114 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958702+0000 mon.smithi086 (mon.0) 281 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 310, in _validate_fsid 2024-04-24T13:03:33.114 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958702+0000 mon.smithi086 (mon.0) 281 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 310, in _validate_fsid 2024-04-24T13:03:33.114 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958713+0000 mon.smithi086 (mon.0) 282 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 3380, in command_ceph_volume 2024-04-24T13:03:33.114 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958713+0000 mon.smithi086 (mon.0) 282 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 3380, in command_ceph_volume 2024-04-24T13:03:33.114 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958724+0000 mon.smithi086 (mon.0) 283 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T13:03:33.114 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958724+0000 mon.smithi086 (mon.0) 283 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T13:03:33.114 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958737+0000 mon.smithi086 (mon.0) 284 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3 -e NODE_NAME=smithi086 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/6fb9d4de-023a-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-tmpy8up9y0e:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3 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-24T13:03:33.114 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958737+0000 mon.smithi086 (mon.0) 284 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3 -e NODE_NAME=smithi086 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/6fb9d4de-023a-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-tmpy8up9y0e:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3 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-24T13:03:33.115 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958755+0000 mon.smithi086 (mon.0) 285 : cluster [WRN] See 'docker run --help'. 2024-04-24T13:03:33.115 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.958755+0000 mon.smithi086 (mon.0) 285 : cluster [WRN] See 'docker run --help'. 2024-04-24T13:03:33.115 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.960192+0000 mon.smithi086 (mon.0) 286 : cluster [DBG] Standby manager daemon smithi144.dkxklc started 2024-04-24T13:03:33.115 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.960192+0000 mon.smithi086 (mon.0) 286 : cluster [DBG] Standby manager daemon smithi144.dkxklc started 2024-04-24T13:03:33.115 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: audit 2024-04-24T13:03:32.963316+0000 mon.smithi086 (mon.0) 287 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:33.115 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: audit 2024-04-24T13:03:32.963316+0000 mon.smithi086 (mon.0) 287 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:33.115 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: audit 2024-04-24T13:03:32.966292+0000 mon.smithi086 (mon.0) 288 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:33.115 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: audit 2024-04-24T13:03:32.966292+0000 mon.smithi086 (mon.0) 288 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:33.115 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: audit 2024-04-24T13:03:32.967757+0000 mon.smithi086 (mon.0) 289 : audit [DBG] from='mgr.? 172.21.15.144:0/3968034676' entity='mgr.smithi144.dkxklc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-24T13:03:33.115 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: audit 2024-04-24T13:03:32.967757+0000 mon.smithi086 (mon.0) 289 : audit [DBG] from='mgr.? 172.21.15.144:0/3968034676' entity='mgr.smithi144.dkxklc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-24T13:03:33.115 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: audit 2024-04-24T13:03:32.969254+0000 mon.smithi086 (mon.0) 290 : audit [DBG] from='mgr.? 172.21.15.144:0/3968034676' entity='mgr.smithi144.dkxklc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi144.dkxklc/key"}]: dispatch 2024-04-24T13:03:33.115 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: audit 2024-04-24T13:03:32.969254+0000 mon.smithi086 (mon.0) 290 : audit [DBG] from='mgr.? 172.21.15.144:0/3968034676' entity='mgr.smithi144.dkxklc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi144.dkxklc/key"}]: dispatch 2024-04-24T13:03:33.115 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: audit 2024-04-24T13:03:32.969694+0000 mon.smithi086 (mon.0) 291 : audit [DBG] from='mgr.? 172.21.15.144:0/3968034676' entity='mgr.smithi144.dkxklc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-24T13:03:33.116 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:33 smithi086 bash[18795]: audit 2024-04-24T13:03:32.969694+0000 mon.smithi086 (mon.0) 291 : audit [DBG] from='mgr.? 172.21.15.144:0/3968034676' entity='mgr.smithi144.dkxklc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-24T13:03:33.304 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: audit 2024-04-24T13:03:27.888035+0000 mon.smithi086 (mon.0) 226 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2024-04-24T13:03:33.305 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: audit 2024-04-24T13:03:27.888035+0000 mon.smithi086 (mon.0) 226 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2024-04-24T13:03:33.305 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:27.888471+0000 mon.smithi086 (mon.0) 227 : cluster [INF] mon.smithi086 calling monitor election 2024-04-24T13:03:33.305 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:27.888471+0000 mon.smithi086 (mon.0) 227 : cluster [INF] mon.smithi086 calling monitor election 2024-04-24T13:03:33.306 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: audit 2024-04-24T13:03:27.910690+0000 mon.smithi086 (mon.0) 228 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-04-24T13:03:33.308 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: audit 2024-04-24T13:03:27.910690+0000 mon.smithi086 (mon.0) 228 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-04-24T13:03:33.308 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: audit 2024-04-24T13:03:28.883007+0000 mon.smithi086 (mon.0) 229 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-04-24T13:03:33.308 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: audit 2024-04-24T13:03:28.883007+0000 mon.smithi086 (mon.0) 229 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-04-24T13:03:33.309 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:28.982795+0000 mgr.smithi086.skylwm (mgr.14199) 26 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:33.309 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:28.982795+0000 mgr.smithi086.skylwm (mgr.14199) 26 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:33.309 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: audit 2024-04-24T13:03:29.883233+0000 mon.smithi086 (mon.0) 230 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-04-24T13:03:33.309 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: audit 2024-04-24T13:03:29.883233+0000 mon.smithi086 (mon.0) 230 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-04-24T13:03:33.309 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:29.884740+0000 mon.smithi144 (mon.1) 1 : cluster [INF] mon.smithi144 calling monitor election 2024-04-24T13:03:33.309 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:29.884740+0000 mon.smithi144 (mon.1) 1 : cluster [INF] mon.smithi144 calling monitor election 2024-04-24T13:03:33.309 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: audit 2024-04-24T13:03:30.883010+0000 mon.smithi086 (mon.0) 231 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-04-24T13:03:33.309 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: audit 2024-04-24T13:03:30.883010+0000 mon.smithi086 (mon.0) 231 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-04-24T13:03:33.309 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:30.983690+0000 mgr.smithi086.skylwm (mgr.14199) 27 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:33.309 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:30.983690+0000 mgr.smithi086.skylwm (mgr.14199) 27 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:33.309 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: audit 2024-04-24T13:03:31.876934+0000 mon.smithi086 (mon.0) 232 : audit [DBG] from='mgr.? 172.21.15.144:0/3968034676' entity='mgr.smithi144.dkxklc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi144.dkxklc/crt"}]: dispatch 2024-04-24T13:03:33.309 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: audit 2024-04-24T13:03:31.876934+0000 mon.smithi086 (mon.0) 232 : audit [DBG] from='mgr.? 172.21.15.144:0/3968034676' entity='mgr.smithi144.dkxklc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi144.dkxklc/crt"}]: dispatch 2024-04-24T13:03:33.309 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: audit 2024-04-24T13:03:31.882954+0000 mon.smithi086 (mon.0) 233 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-04-24T13:03:33.310 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: audit 2024-04-24T13:03:31.882954+0000 mon.smithi086 (mon.0) 233 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-04-24T13:03:33.310 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: audit 2024-04-24T13:03:32.882698+0000 mon.smithi086 (mon.0) 234 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-04-24T13:03:33.310 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: audit 2024-04-24T13:03:32.882698+0000 mon.smithi086 (mon.0) 234 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-04-24T13:03:33.310 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.930318+0000 mon.smithi086 (mon.0) 235 : cluster [INF] mon.smithi086 is new leader, mons smithi086,smithi144 in quorum (ranks 0,1) 2024-04-24T13:03:33.310 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.930318+0000 mon.smithi086 (mon.0) 235 : cluster [INF] mon.smithi086 is new leader, mons smithi086,smithi144 in quorum (ranks 0,1) 2024-04-24T13:03:33.310 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.937227+0000 mon.smithi086 (mon.0) 236 : cluster [DBG] monmap epoch 2 2024-04-24T13:03:33.310 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.937227+0000 mon.smithi086 (mon.0) 236 : cluster [DBG] monmap epoch 2 2024-04-24T13:03:33.310 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.937268+0000 mon.smithi086 (mon.0) 237 : cluster [DBG] fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 2024-04-24T13:03:33.310 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.937268+0000 mon.smithi086 (mon.0) 237 : cluster [DBG] fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 2024-04-24T13:03:33.310 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.937338+0000 mon.smithi086 (mon.0) 238 : cluster [DBG] last_changed 2024-04-24T13:03:27.882473+0000 2024-04-24T13:03:33.310 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.937338+0000 mon.smithi086 (mon.0) 238 : cluster [DBG] last_changed 2024-04-24T13:03:27.882473+0000 2024-04-24T13:03:33.310 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.937360+0000 mon.smithi086 (mon.0) 239 : cluster [DBG] created 2024-04-24T13:00:17.760425+0000 2024-04-24T13:03:33.311 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.937360+0000 mon.smithi086 (mon.0) 239 : cluster [DBG] created 2024-04-24T13:00:17.760425+0000 2024-04-24T13:03:33.311 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.937385+0000 mon.smithi086 (mon.0) 240 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T13:03:33.311 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.937385+0000 mon.smithi086 (mon.0) 240 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T13:03:33.311 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.937410+0000 mon.smithi086 (mon.0) 241 : cluster [DBG] election_strategy: 1 2024-04-24T13:03:33.311 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.937410+0000 mon.smithi086 (mon.0) 241 : cluster [DBG] election_strategy: 1 2024-04-24T13:03:33.311 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.937462+0000 mon.smithi086 (mon.0) 242 : cluster [DBG] 0: [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] mon.smithi086 2024-04-24T13:03:33.311 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.937462+0000 mon.smithi086 (mon.0) 242 : cluster [DBG] 0: [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] mon.smithi086 2024-04-24T13:03:33.311 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.937488+0000 mon.smithi086 (mon.0) 243 : cluster [DBG] 1: [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] mon.smithi144 2024-04-24T13:03:33.311 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.937488+0000 mon.smithi086 (mon.0) 243 : cluster [DBG] 1: [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] mon.smithi144 2024-04-24T13:03:33.311 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.957858+0000 mon.smithi086 (mon.0) 244 : cluster [DBG] fsmap 2024-04-24T13:03:33.311 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.957858+0000 mon.smithi086 (mon.0) 244 : cluster [DBG] fsmap 2024-04-24T13:03:33.311 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.957895+0000 mon.smithi086 (mon.0) 245 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-24T13:03:33.311 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.957895+0000 mon.smithi086 (mon.0) 245 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-24T13:03:33.311 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958114+0000 mon.smithi086 (mon.0) 246 : cluster [DBG] mgrmap e17: smithi086.skylwm(active, since 37s) 2024-04-24T13:03:33.312 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958114+0000 mon.smithi086 (mon.0) 246 : cluster [DBG] mgrmap e17: smithi086.skylwm(active, since 37s) 2024-04-24T13:03:33.312 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958281+0000 mon.smithi086 (mon.0) 247 : cluster [WRN] Health detail: HEALTH_WARN failed to probe daemons or devices 2024-04-24T13:03:33.312 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958281+0000 mon.smithi086 (mon.0) 247 : cluster [WRN] Health detail: HEALTH_WARN failed to probe daemons or devices 2024-04-24T13:03:33.312 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958302+0000 mon.smithi086 (mon.0) 248 : cluster [WRN] [WRN] CEPHADM_REFRESH_FAILED: failed to probe daemons or devices 2024-04-24T13:03:33.312 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958302+0000 mon.smithi086 (mon.0) 248 : cluster [WRN] [WRN] CEPHADM_REFRESH_FAILED: failed to probe daemons or devices 2024-04-24T13:03:33.312 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958314+0000 mon.smithi086 (mon.0) 249 : cluster [WRN] host smithi144 `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:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3 -e NODE_NAME=smithi144 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/6fb9d4de-023a-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-tmpf9zb495e:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3 inventory --format=json-pretty --filter-for-batch 2024-04-24T13:03:33.312 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958314+0000 mon.smithi086 (mon.0) 249 : cluster [WRN] host smithi144 `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:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3 -e NODE_NAME=smithi144 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/6fb9d4de-023a-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-tmpf9zb495e:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3 inventory --format=json-pretty --filter-for-batch 2024-04-24T13:03:33.312 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958329+0000 mon.smithi086 (mon.0) 250 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T13:03:33.312 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958329+0000 mon.smithi086 (mon.0) 250 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T13:03:33.312 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958341+0000 mon.smithi086 (mon.0) 251 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T13:03:33.312 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958341+0000 mon.smithi086 (mon.0) 251 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T13:03:33.312 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958353+0000 mon.smithi086 (mon.0) 252 : cluster [WRN] Traceback (most recent call last): 2024-04-24T13:03:33.312 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958353+0000 mon.smithi086 (mon.0) 252 : cluster [WRN] Traceback (most recent call last): 2024-04-24T13:03:33.312 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958365+0000 mon.smithi086 (mon.0) 253 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T13:03:33.312 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958365+0000 mon.smithi086 (mon.0) 253 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T13:03:33.313 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958387+0000 mon.smithi086 (mon.0) 254 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T13:03:33.313 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958387+0000 mon.smithi086 (mon.0) 254 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T13:03:33.313 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958398+0000 mon.smithi086 (mon.0) 255 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T13:03:33.313 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958398+0000 mon.smithi086 (mon.0) 255 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T13:03:33.313 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958410+0000 mon.smithi086 (mon.0) 256 : cluster [WRN] exec(code, run_globals) 2024-04-24T13:03:33.313 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958410+0000 mon.smithi086 (mon.0) 256 : cluster [WRN] exec(code, run_globals) 2024-04-24T13:03:33.313 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958422+0000 mon.smithi086 (mon.0) 257 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 5642, in 2024-04-24T13:03:33.313 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958422+0000 mon.smithi086 (mon.0) 257 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 5642, in 2024-04-24T13:03:33.313 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958434+0000 mon.smithi086 (mon.0) 258 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 5630, in main 2024-04-24T13:03:33.313 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958434+0000 mon.smithi086 (mon.0) 258 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 5630, in main 2024-04-24T13:03:33.313 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958446+0000 mon.smithi086 (mon.0) 259 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 408, in _infer_config 2024-04-24T13:03:33.313 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958446+0000 mon.smithi086 (mon.0) 259 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 408, in _infer_config 2024-04-24T13:03:33.313 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958458+0000 mon.smithi086 (mon.0) 260 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 323, in _infer_fsid 2024-04-24T13:03:33.313 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958458+0000 mon.smithi086 (mon.0) 260 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 323, in _infer_fsid 2024-04-24T13:03:33.314 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958469+0000 mon.smithi086 (mon.0) 261 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 436, in _infer_image 2024-04-24T13:03:33.314 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958469+0000 mon.smithi086 (mon.0) 261 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 436, in _infer_image 2024-04-24T13:03:33.314 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958481+0000 mon.smithi086 (mon.0) 262 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 310, in _validate_fsid 2024-04-24T13:03:33.314 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958481+0000 mon.smithi086 (mon.0) 262 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 310, in _validate_fsid 2024-04-24T13:03:33.314 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958492+0000 mon.smithi086 (mon.0) 263 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 3380, in command_ceph_volume 2024-04-24T13:03:33.314 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958492+0000 mon.smithi086 (mon.0) 263 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 3380, in command_ceph_volume 2024-04-24T13:03:33.314 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958503+0000 mon.smithi086 (mon.0) 264 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T13:03:33.314 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958503+0000 mon.smithi086 (mon.0) 264 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T13:03:33.314 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958514+0000 mon.smithi086 (mon.0) 265 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3 -e NODE_NAME=smithi144 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/6fb9d4de-023a-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-tmpf9zb495e:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3 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-24T13:03:33.314 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958514+0000 mon.smithi086 (mon.0) 265 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3 -e NODE_NAME=smithi144 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/6fb9d4de-023a-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-tmpf9zb495e:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3 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-24T13:03:33.315 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958528+0000 mon.smithi086 (mon.0) 266 : cluster [WRN] See 'docker run --help'. 2024-04-24T13:03:33.315 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958528+0000 mon.smithi086 (mon.0) 266 : cluster [WRN] See 'docker run --help'. 2024-04-24T13:03:33.315 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958539+0000 mon.smithi086 (mon.0) 267 : cluster [WRN] host smithi086 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:03:33.315 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958539+0000 mon.smithi086 (mon.0) 267 : cluster [WRN] host smithi086 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:03:33.315 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958551+0000 mon.smithi086 (mon.0) 268 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3 -e NODE_NAME=smithi086 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/6fb9d4de-023a-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-tmpy8up9y0e:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3 inventory --format=json-pretty --filter-for-batch 2024-04-24T13:03:33.315 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958551+0000 mon.smithi086 (mon.0) 268 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3 -e NODE_NAME=smithi086 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/6fb9d4de-023a-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-tmpy8up9y0e:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3 inventory --format=json-pretty --filter-for-batch 2024-04-24T13:03:33.315 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958569+0000 mon.smithi086 (mon.0) 269 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T13:03:33.315 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958569+0000 mon.smithi086 (mon.0) 269 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T13:03:33.315 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958582+0000 mon.smithi086 (mon.0) 270 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T13:03:33.315 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958582+0000 mon.smithi086 (mon.0) 270 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T13:03:33.315 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958595+0000 mon.smithi086 (mon.0) 271 : cluster [WRN] Traceback (most recent call last): 2024-04-24T13:03:33.315 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958595+0000 mon.smithi086 (mon.0) 271 : cluster [WRN] Traceback (most recent call last): 2024-04-24T13:03:33.315 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958606+0000 mon.smithi086 (mon.0) 272 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T13:03:33.315 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958606+0000 mon.smithi086 (mon.0) 272 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T13:03:33.315 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958617+0000 mon.smithi086 (mon.0) 273 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T13:03:33.316 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958617+0000 mon.smithi086 (mon.0) 273 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T13:03:33.316 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958626+0000 mon.smithi086 (mon.0) 274 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T13:03:33.316 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958626+0000 mon.smithi086 (mon.0) 274 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T13:03:33.316 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958636+0000 mon.smithi086 (mon.0) 275 : cluster [WRN] exec(code, run_globals) 2024-04-24T13:03:33.316 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958636+0000 mon.smithi086 (mon.0) 275 : cluster [WRN] exec(code, run_globals) 2024-04-24T13:03:33.316 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958648+0000 mon.smithi086 (mon.0) 276 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 5642, in 2024-04-24T13:03:33.316 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958648+0000 mon.smithi086 (mon.0) 276 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 5642, in 2024-04-24T13:03:33.316 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958660+0000 mon.smithi086 (mon.0) 277 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 5630, in main 2024-04-24T13:03:33.316 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958660+0000 mon.smithi086 (mon.0) 277 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 5630, in main 2024-04-24T13:03:33.316 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958670+0000 mon.smithi086 (mon.0) 278 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 408, in _infer_config 2024-04-24T13:03:33.316 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958670+0000 mon.smithi086 (mon.0) 278 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 408, in _infer_config 2024-04-24T13:03:33.316 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958680+0000 mon.smithi086 (mon.0) 279 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 323, in _infer_fsid 2024-04-24T13:03:33.316 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958680+0000 mon.smithi086 (mon.0) 279 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 323, in _infer_fsid 2024-04-24T13:03:33.317 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958692+0000 mon.smithi086 (mon.0) 280 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 436, in _infer_image 2024-04-24T13:03:33.317 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958692+0000 mon.smithi086 (mon.0) 280 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 436, in _infer_image 2024-04-24T13:03:33.317 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958702+0000 mon.smithi086 (mon.0) 281 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 310, in _validate_fsid 2024-04-24T13:03:33.317 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958702+0000 mon.smithi086 (mon.0) 281 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 310, in _validate_fsid 2024-04-24T13:03:33.317 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958713+0000 mon.smithi086 (mon.0) 282 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 3380, in command_ceph_volume 2024-04-24T13:03:33.317 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958713+0000 mon.smithi086 (mon.0) 282 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/__main__.py", line 3380, in command_ceph_volume 2024-04-24T13:03:33.317 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958724+0000 mon.smithi086 (mon.0) 283 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T13:03:33.317 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958724+0000 mon.smithi086 (mon.0) 283 : cluster [WRN] File "/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/cephadm.4e9d90646182cd56ba7bb67ab2c57b9f804d049cd2b541359d08f1be1b4ce57d/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T13:03:33.317 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958737+0000 mon.smithi086 (mon.0) 284 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3 -e NODE_NAME=smithi086 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/6fb9d4de-023a-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-tmpy8up9y0e:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3 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-24T13:03:33.317 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958737+0000 mon.smithi086 (mon.0) 284 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3 -e NODE_NAME=smithi086 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/6fb9d4de-023a-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-tmpy8up9y0e:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3 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-24T13:03:33.317 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958755+0000 mon.smithi086 (mon.0) 285 : cluster [WRN] See 'docker run --help'. 2024-04-24T13:03:33.317 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.958755+0000 mon.smithi086 (mon.0) 285 : cluster [WRN] See 'docker run --help'. 2024-04-24T13:03:33.317 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.960192+0000 mon.smithi086 (mon.0) 286 : cluster [DBG] Standby manager daemon smithi144.dkxklc started 2024-04-24T13:03:33.317 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.960192+0000 mon.smithi086 (mon.0) 286 : cluster [DBG] Standby manager daemon smithi144.dkxklc started 2024-04-24T13:03:33.317 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: audit 2024-04-24T13:03:32.963316+0000 mon.smithi086 (mon.0) 287 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:33.318 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: audit 2024-04-24T13:03:32.963316+0000 mon.smithi086 (mon.0) 287 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:33.318 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: audit 2024-04-24T13:03:32.966292+0000 mon.smithi086 (mon.0) 288 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:33.318 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: audit 2024-04-24T13:03:32.966292+0000 mon.smithi086 (mon.0) 288 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:33.318 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: audit 2024-04-24T13:03:32.967757+0000 mon.smithi086 (mon.0) 289 : audit [DBG] from='mgr.? 172.21.15.144:0/3968034676' entity='mgr.smithi144.dkxklc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-24T13:03:33.318 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: audit 2024-04-24T13:03:32.967757+0000 mon.smithi086 (mon.0) 289 : audit [DBG] from='mgr.? 172.21.15.144:0/3968034676' entity='mgr.smithi144.dkxklc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-24T13:03:33.318 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: audit 2024-04-24T13:03:32.969254+0000 mon.smithi086 (mon.0) 290 : audit [DBG] from='mgr.? 172.21.15.144:0/3968034676' entity='mgr.smithi144.dkxklc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi144.dkxklc/key"}]: dispatch 2024-04-24T13:03:33.318 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: audit 2024-04-24T13:03:32.969254+0000 mon.smithi086 (mon.0) 290 : audit [DBG] from='mgr.? 172.21.15.144:0/3968034676' entity='mgr.smithi144.dkxklc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi144.dkxklc/key"}]: dispatch 2024-04-24T13:03:33.318 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: audit 2024-04-24T13:03:32.969694+0000 mon.smithi086 (mon.0) 291 : audit [DBG] from='mgr.? 172.21.15.144:0/3968034676' entity='mgr.smithi144.dkxklc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-24T13:03:33.318 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:33 smithi144 bash[20191]: audit 2024-04-24T13:03:32.969694+0000 mon.smithi086 (mon.0) 291 : audit [DBG] from='mgr.? 172.21.15.144:0/3968034676' entity='mgr.smithi144.dkxklc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-24T13:03:33.406 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-04-24T13:03:33.407 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":2,"fsid":"6fb9d4de-023a-11ef-bc93-c7b262605968","modified":"2024-04-24T13:03:27.882473Z","created":"2024-04-24T13:00:17.760425Z","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":"smithi086","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:3300","nonce":0},{"type":"v1","addr":"172.21.15.86:6789","nonce":0}]},"addr":"172.21.15.86:6789/0","public_addr":"172.21.15.86:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-04-24T13:03:33.409 INFO:teuthology.orchestra.run.smithi144.stderr:dumped monmap epoch 2 2024-04-24T13:03:34.122 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-24T13:03:34.123 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph config generate-minimal-conf 2024-04-24T13:03:34.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:34 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.984155+0000 mgr.smithi086.skylwm (mgr.14199) 28 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:34.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:34 smithi144 bash[20191]: cluster 2024-04-24T13:03:32.984155+0000 mgr.smithi086.skylwm (mgr.14199) 28 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:34.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:34 smithi144 bash[20191]: cluster 2024-04-24T13:03:33.026743+0000 mon.smithi086 (mon.0) 292 : cluster [DBG] mgrmap e18: smithi086.skylwm(active, since 37s), standbys: smithi144.dkxklc 2024-04-24T13:03:34.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:34 smithi144 bash[20191]: cluster 2024-04-24T13:03:33.026743+0000 mon.smithi086 (mon.0) 292 : cluster [DBG] mgrmap e18: smithi086.skylwm(active, since 37s), standbys: smithi144.dkxklc 2024-04-24T13:03:34.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:34 smithi144 bash[20191]: audit 2024-04-24T13:03:33.027133+0000 mon.smithi086 (mon.0) 293 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mgr metadata", "who": "smithi144.dkxklc", "id": "smithi144.dkxklc"}]: dispatch 2024-04-24T13:03:34.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:34 smithi144 bash[20191]: audit 2024-04-24T13:03:33.027133+0000 mon.smithi086 (mon.0) 293 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mgr metadata", "who": "smithi144.dkxklc", "id": "smithi144.dkxklc"}]: dispatch 2024-04-24T13:03:34.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:34 smithi144 bash[20191]: audit 2024-04-24T13:03:33.408421+0000 mon.smithi086 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.144:0/1693620007' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T13:03:34.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:34 smithi144 bash[20191]: audit 2024-04-24T13:03:33.408421+0000 mon.smithi086 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.144:0/1693620007' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T13:03:34.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:34 smithi144 bash[20191]: audit 2024-04-24T13:03:33.883011+0000 mon.smithi086 (mon.0) 295 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-04-24T13:03:34.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:34 smithi144 bash[20191]: audit 2024-04-24T13:03:33.883011+0000 mon.smithi086 (mon.0) 295 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-04-24T13:03:34.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:34 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.984155+0000 mgr.smithi086.skylwm (mgr.14199) 28 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:34.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:34 smithi086 bash[18795]: cluster 2024-04-24T13:03:32.984155+0000 mgr.smithi086.skylwm (mgr.14199) 28 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:34.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:34 smithi086 bash[18795]: cluster 2024-04-24T13:03:33.026743+0000 mon.smithi086 (mon.0) 292 : cluster [DBG] mgrmap e18: smithi086.skylwm(active, since 37s), standbys: smithi144.dkxklc 2024-04-24T13:03:34.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:34 smithi086 bash[18795]: cluster 2024-04-24T13:03:33.026743+0000 mon.smithi086 (mon.0) 292 : cluster [DBG] mgrmap e18: smithi086.skylwm(active, since 37s), standbys: smithi144.dkxklc 2024-04-24T13:03:34.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:34 smithi086 bash[18795]: audit 2024-04-24T13:03:33.027133+0000 mon.smithi086 (mon.0) 293 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mgr metadata", "who": "smithi144.dkxklc", "id": "smithi144.dkxklc"}]: dispatch 2024-04-24T13:03:34.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:34 smithi086 bash[18795]: audit 2024-04-24T13:03:33.027133+0000 mon.smithi086 (mon.0) 293 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mgr metadata", "who": "smithi144.dkxklc", "id": "smithi144.dkxklc"}]: dispatch 2024-04-24T13:03:34.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:34 smithi086 bash[18795]: audit 2024-04-24T13:03:33.408421+0000 mon.smithi086 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.144:0/1693620007' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T13:03:34.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:34 smithi086 bash[18795]: audit 2024-04-24T13:03:33.408421+0000 mon.smithi086 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.144:0/1693620007' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T13:03:34.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:34 smithi086 bash[18795]: audit 2024-04-24T13:03:33.883011+0000 mon.smithi086 (mon.0) 295 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-04-24T13:03:34.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:34 smithi086 bash[18795]: audit 2024-04-24T13:03:33.883011+0000 mon.smithi086 (mon.0) 295 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-04-24T13:03:36.296 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:36 smithi144 bash[20191]: cluster 2024-04-24T13:03:34.985092+0000 mgr.smithi086.skylwm (mgr.14199) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:36.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:36 smithi144 bash[20191]: cluster 2024-04-24T13:03:34.985092+0000 mgr.smithi086.skylwm (mgr.14199) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:36.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:36 smithi086 bash[18795]: cluster 2024-04-24T13:03:34.985092+0000 mgr.smithi086.skylwm (mgr.14199) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:36.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:36 smithi086 bash[18795]: cluster 2024-04-24T13:03:34.985092+0000 mgr.smithi086.skylwm (mgr.14199) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:38.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:38 smithi144 bash[20191]: cluster 2024-04-24T13:03:36.986094+0000 mgr.smithi086.skylwm (mgr.14199) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:38.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:38 smithi144 bash[20191]: cluster 2024-04-24T13:03:36.986094+0000 mgr.smithi086.skylwm (mgr.14199) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:38.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:38 smithi086 bash[18795]: cluster 2024-04-24T13:03:36.986094+0000 mgr.smithi086.skylwm (mgr.14199) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:38.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:38 smithi086 bash[18795]: cluster 2024-04-24T13:03:36.986094+0000 mgr.smithi086.skylwm (mgr.14199) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:38.892 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:03:40.110 INFO:teuthology.orchestra.run.smithi086.stdout:# minimal ceph.conf for 6fb9d4de-023a-11ef-bc93-c7b262605968 2024-04-24T13:03:40.110 INFO:teuthology.orchestra.run.smithi086.stdout:[global] 2024-04-24T13:03:40.110 INFO:teuthology.orchestra.run.smithi086.stdout: fsid = 6fb9d4de-023a-11ef-bc93-c7b262605968 2024-04-24T13:03:40.110 INFO:teuthology.orchestra.run.smithi086.stdout: mon_host = [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] 2024-04-24T13:03:40.289 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:40 smithi086 bash[18795]: cluster 2024-04-24T13:03:38.987028+0000 mgr.smithi086.skylwm (mgr.14199) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:40.290 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:40 smithi086 bash[18795]: cluster 2024-04-24T13:03:38.987028+0000 mgr.smithi086.skylwm (mgr.14199) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:40.290 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:40 smithi086 bash[18795]: audit 2024-04-24T13:03:39.648016+0000 mon.smithi086 (mon.0) 296 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:40.290 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:40 smithi086 bash[18795]: audit 2024-04-24T13:03:39.648016+0000 mon.smithi086 (mon.0) 296 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:40.290 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:40 smithi086 bash[18795]: audit 2024-04-24T13:03:39.649924+0000 mon.smithi086 (mon.0) 297 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:03:40.290 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:40 smithi086 bash[18795]: audit 2024-04-24T13:03:39.649924+0000 mon.smithi086 (mon.0) 297 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:03:40.296 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:40 smithi144 bash[20191]: cluster 2024-04-24T13:03:38.987028+0000 mgr.smithi086.skylwm (mgr.14199) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:40.296 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:40 smithi144 bash[20191]: cluster 2024-04-24T13:03:38.987028+0000 mgr.smithi086.skylwm (mgr.14199) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:40.296 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:40 smithi144 bash[20191]: audit 2024-04-24T13:03:39.648016+0000 mon.smithi086 (mon.0) 296 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:40.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:40 smithi144 bash[20191]: audit 2024-04-24T13:03:39.648016+0000 mon.smithi086 (mon.0) 296 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:40.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:40 smithi144 bash[20191]: audit 2024-04-24T13:03:39.649924+0000 mon.smithi086 (mon.0) 297 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:03:40.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:40 smithi144 bash[20191]: audit 2024-04-24T13:03:39.649924+0000 mon.smithi086 (mon.0) 297 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:03:41.101 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-24T13:03:41.101 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-04-24T13:03:41.101 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/etc/ceph/ceph.conf 2024-04-24T13:03:41.113 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-04-24T13:03:41.114 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-24T13:03:41.169 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-04-24T13:03:41.169 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/etc/ceph/ceph.conf 2024-04-24T13:03:41.185 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-04-24T13:03:41.185 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-24T13:03:41.240 INFO:tasks.cephadm:Deploying OSDs... 2024-04-24T13:03:41.241 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-04-24T13:03:41.241 DEBUG:teuthology.orchestra.run.smithi086:> dd if=/scratch_devs of=/dev/stdout 2024-04-24T13:03:41.246 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-24T13:03:41.247 DEBUG:teuthology.orchestra.run.smithi086:> stat /dev/nvme1n1 2024-04-24T13:03:41.295 INFO:teuthology.orchestra.run.smithi086.stdout: File: /dev/nvme1n1 2024-04-24T13:03:41.296 INFO:teuthology.orchestra.run.smithi086.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-24T13:03:41.296 INFO:teuthology.orchestra.run.smithi086.stdout:Device: 5h/5d Inode: 960 Links: 1 Device type: 103,2 2024-04-24T13:03:41.296 INFO:teuthology.orchestra.run.smithi086.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-24T13:03:41.296 INFO:teuthology.orchestra.run.smithi086.stdout:Access: 2024-04-24 12:59:05.652567379 +0000 2024-04-24T13:03:41.296 INFO:teuthology.orchestra.run.smithi086.stdout:Modify: 2024-04-24 12:59:05.652567379 +0000 2024-04-24T13:03:41.296 INFO:teuthology.orchestra.run.smithi086.stdout:Change: 2024-04-24 12:59:05.652567379 +0000 2024-04-24T13:03:41.296 INFO:teuthology.orchestra.run.smithi086.stdout: Birth: - 2024-04-24T13:03:41.297 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-04-24T13:03:41.341 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:41 smithi086 bash[18795]: cephadm 2024-04-24T13:03:39.652591+0000 mgr.smithi086.skylwm (mgr.14199) 32 : cephadm [INF] Updating smithi086:/etc/ceph/ceph.conf 2024-04-24T13:03:41.341 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:41 smithi086 bash[18795]: cephadm 2024-04-24T13:03:39.652591+0000 mgr.smithi086.skylwm (mgr.14199) 32 : cephadm [INF] Updating smithi086:/etc/ceph/ceph.conf 2024-04-24T13:03:41.341 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:41 smithi086 bash[18795]: cephadm 2024-04-24T13:03:39.653413+0000 mgr.smithi086.skylwm (mgr.14199) 33 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.conf 2024-04-24T13:03:41.341 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:41 smithi086 bash[18795]: cephadm 2024-04-24T13:03:39.653413+0000 mgr.smithi086.skylwm (mgr.14199) 33 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.conf 2024-04-24T13:03:41.342 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:41 smithi086 bash[18795]: cephadm 2024-04-24T13:03:39.868747+0000 mgr.smithi086.skylwm (mgr.14199) 34 : cephadm [INF] Updating smithi086:/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T13:03:41.342 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:41 smithi086 bash[18795]: cephadm 2024-04-24T13:03:39.868747+0000 mgr.smithi086.skylwm (mgr.14199) 34 : cephadm [INF] Updating smithi086:/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T13:03:41.342 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:41 smithi086 bash[18795]: cephadm 2024-04-24T13:03:39.869944+0000 mgr.smithi086.skylwm (mgr.14199) 35 : cephadm [INF] Updating smithi144:/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T13:03:41.342 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:41 smithi086 bash[18795]: cephadm 2024-04-24T13:03:39.869944+0000 mgr.smithi086.skylwm (mgr.14199) 35 : cephadm [INF] Updating smithi144:/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T13:03:41.342 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:41 smithi086 bash[18795]: audit 2024-04-24T13:03:40.038174+0000 mon.smithi086 (mon.0) 298 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:41.343 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:41 smithi086 bash[18795]: audit 2024-04-24T13:03:40.038174+0000 mon.smithi086 (mon.0) 298 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:41.343 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:41 smithi086 bash[18795]: audit 2024-04-24T13:03:40.042311+0000 mon.smithi086 (mon.0) 299 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:41.343 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:41 smithi086 bash[18795]: audit 2024-04-24T13:03:40.042311+0000 mon.smithi086 (mon.0) 299 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:41.343 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:41 smithi086 bash[18795]: cluster 2024-04-24T13:03:40.042975+0000 mgr.smithi086.skylwm (mgr.14199) 36 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:41.343 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:41 smithi086 bash[18795]: cluster 2024-04-24T13:03:40.042975+0000 mgr.smithi086.skylwm (mgr.14199) 36 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:41.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:41 smithi086 bash[18795]: cluster 2024-04-24T13:03:40.043419+0000 mgr.smithi086.skylwm (mgr.14199) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:41.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:41 smithi086 bash[18795]: cluster 2024-04-24T13:03:40.043419+0000 mgr.smithi086.skylwm (mgr.14199) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:41.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:41 smithi086 bash[18795]: audit 2024-04-24T13:03:40.046118+0000 mon.smithi086 (mon.0) 300 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:41.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:41 smithi086 bash[18795]: audit 2024-04-24T13:03:40.046118+0000 mon.smithi086 (mon.0) 300 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:41.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:41 smithi086 bash[18795]: cephadm 2024-04-24T13:03:40.081328+0000 mgr.smithi086.skylwm (mgr.14199) 38 : cephadm [INF] Reconfiguring mon.smithi086 (unknown last config time)... 2024-04-24T13:03:41.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:41 smithi086 bash[18795]: cephadm 2024-04-24T13:03:40.081328+0000 mgr.smithi086.skylwm (mgr.14199) 38 : cephadm [INF] Reconfiguring mon.smithi086 (unknown last config time)... 2024-04-24T13:03:41.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:41 smithi086 bash[18795]: audit 2024-04-24T13:03:40.081665+0000 mon.smithi086 (mon.0) 301 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T13:03:41.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:41 smithi086 bash[18795]: audit 2024-04-24T13:03:40.081665+0000 mon.smithi086 (mon.0) 301 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T13:03:41.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:41 smithi086 bash[18795]: audit 2024-04-24T13:03:40.082316+0000 mon.smithi086 (mon.0) 302 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T13:03:41.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:41 smithi086 bash[18795]: audit 2024-04-24T13:03:40.082316+0000 mon.smithi086 (mon.0) 302 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T13:03:41.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:41 smithi086 bash[18795]: audit 2024-04-24T13:03:40.082857+0000 mon.smithi086 (mon.0) 303 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:41.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:41 smithi086 bash[18795]: audit 2024-04-24T13:03:40.082857+0000 mon.smithi086 (mon.0) 303 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:41.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:41 smithi086 bash[18795]: cephadm 2024-04-24T13:03:40.083510+0000 mgr.smithi086.skylwm (mgr.14199) 39 : cephadm [INF] Reconfiguring daemon mon.smithi086 on smithi086 2024-04-24T13:03:41.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:41 smithi086 bash[18795]: cephadm 2024-04-24T13:03:40.083510+0000 mgr.smithi086.skylwm (mgr.14199) 39 : cephadm [INF] Reconfiguring daemon mon.smithi086 on smithi086 2024-04-24T13:03:41.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:41 smithi086 bash[18795]: audit 2024-04-24T13:03:40.113137+0000 mon.smithi086 (mon.0) 304 : audit [DBG] from='client.? 172.21.15.86:0/3357339647' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:41.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:41 smithi086 bash[18795]: audit 2024-04-24T13:03:40.113137+0000 mon.smithi086 (mon.0) 304 : audit [DBG] from='client.? 172.21.15.86:0/3357339647' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:41.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:41 smithi086 bash[18795]: audit 2024-04-24T13:03:40.854798+0000 mon.smithi086 (mon.0) 305 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:03:41.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:41 smithi086 bash[18795]: audit 2024-04-24T13:03:40.854798+0000 mon.smithi086 (mon.0) 305 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:03:41.347 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records in 2024-04-24T13:03:41.347 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records out 2024-04-24T13:03:41.347 INFO:teuthology.orchestra.run.smithi086.stderr:512 bytes copied, 0.000319736 s, 1.6 MB/s 2024-04-24T13:03:41.351 DEBUG:teuthology.orchestra.run.smithi086:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-04-24T13:03:41.399 DEBUG:teuthology.orchestra.run.smithi086:> stat /dev/nvme2n1 2024-04-24T13:03:41.446 INFO:teuthology.orchestra.run.smithi086.stdout: File: /dev/nvme2n1 2024-04-24T13:03:41.447 INFO:teuthology.orchestra.run.smithi086.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-24T13:03:41.447 INFO:teuthology.orchestra.run.smithi086.stdout:Device: 5h/5d Inode: 970 Links: 1 Device type: 103,4 2024-04-24T13:03:41.447 INFO:teuthology.orchestra.run.smithi086.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-24T13:03:41.447 INFO:teuthology.orchestra.run.smithi086.stdout:Access: 2024-04-24 12:59:05.744520557 +0000 2024-04-24T13:03:41.447 INFO:teuthology.orchestra.run.smithi086.stdout:Modify: 2024-04-24 12:59:05.744520557 +0000 2024-04-24T13:03:41.447 INFO:teuthology.orchestra.run.smithi086.stdout:Change: 2024-04-24 12:59:05.744520557 +0000 2024-04-24T13:03:41.447 INFO:teuthology.orchestra.run.smithi086.stdout: Birth: - 2024-04-24T13:03:41.448 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-04-24T13:03:41.499 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records in 2024-04-24T13:03:41.499 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records out 2024-04-24T13:03:41.499 INFO:teuthology.orchestra.run.smithi086.stderr:512 bytes copied, 0.000304621 s, 1.7 MB/s 2024-04-24T13:03:41.501 DEBUG:teuthology.orchestra.run.smithi086:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-04-24T13:03:41.547 DEBUG:teuthology.orchestra.run.smithi086:> stat /dev/nvme3n1 2024-04-24T13:03:41.548 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:41 smithi144 bash[20191]: cephadm 2024-04-24T13:03:39.652591+0000 mgr.smithi086.skylwm (mgr.14199) 32 : cephadm [INF] Updating smithi086:/etc/ceph/ceph.conf 2024-04-24T13:03:41.548 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:41 smithi144 bash[20191]: cephadm 2024-04-24T13:03:39.652591+0000 mgr.smithi086.skylwm (mgr.14199) 32 : cephadm [INF] Updating smithi086:/etc/ceph/ceph.conf 2024-04-24T13:03:41.548 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:41 smithi144 bash[20191]: cephadm 2024-04-24T13:03:39.653413+0000 mgr.smithi086.skylwm (mgr.14199) 33 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.conf 2024-04-24T13:03:41.548 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:41 smithi144 bash[20191]: cephadm 2024-04-24T13:03:39.653413+0000 mgr.smithi086.skylwm (mgr.14199) 33 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.conf 2024-04-24T13:03:41.548 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:41 smithi144 bash[20191]: cephadm 2024-04-24T13:03:39.868747+0000 mgr.smithi086.skylwm (mgr.14199) 34 : cephadm [INF] Updating smithi086:/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T13:03:41.549 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:41 smithi144 bash[20191]: cephadm 2024-04-24T13:03:39.868747+0000 mgr.smithi086.skylwm (mgr.14199) 34 : cephadm [INF] Updating smithi086:/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T13:03:41.549 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:41 smithi144 bash[20191]: cephadm 2024-04-24T13:03:39.869944+0000 mgr.smithi086.skylwm (mgr.14199) 35 : cephadm [INF] Updating smithi144:/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T13:03:41.549 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:41 smithi144 bash[20191]: cephadm 2024-04-24T13:03:39.869944+0000 mgr.smithi086.skylwm (mgr.14199) 35 : cephadm [INF] Updating smithi144:/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T13:03:41.549 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:41 smithi144 bash[20191]: audit 2024-04-24T13:03:40.038174+0000 mon.smithi086 (mon.0) 298 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:41.549 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:41 smithi144 bash[20191]: audit 2024-04-24T13:03:40.038174+0000 mon.smithi086 (mon.0) 298 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:41.549 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:41 smithi144 bash[20191]: audit 2024-04-24T13:03:40.042311+0000 mon.smithi086 (mon.0) 299 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:41.549 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:41 smithi144 bash[20191]: audit 2024-04-24T13:03:40.042311+0000 mon.smithi086 (mon.0) 299 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:41.549 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:41 smithi144 bash[20191]: cluster 2024-04-24T13:03:40.042975+0000 mgr.smithi086.skylwm (mgr.14199) 36 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:41.549 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:41 smithi144 bash[20191]: cluster 2024-04-24T13:03:40.042975+0000 mgr.smithi086.skylwm (mgr.14199) 36 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:41.549 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:41 smithi144 bash[20191]: cluster 2024-04-24T13:03:40.043419+0000 mgr.smithi086.skylwm (mgr.14199) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:41.549 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:41 smithi144 bash[20191]: cluster 2024-04-24T13:03:40.043419+0000 mgr.smithi086.skylwm (mgr.14199) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:41.549 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:41 smithi144 bash[20191]: audit 2024-04-24T13:03:40.046118+0000 mon.smithi086 (mon.0) 300 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:41.549 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:41 smithi144 bash[20191]: audit 2024-04-24T13:03:40.046118+0000 mon.smithi086 (mon.0) 300 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:41.549 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:41 smithi144 bash[20191]: cephadm 2024-04-24T13:03:40.081328+0000 mgr.smithi086.skylwm (mgr.14199) 38 : cephadm [INF] Reconfiguring mon.smithi086 (unknown last config time)... 2024-04-24T13:03:41.549 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:41 smithi144 bash[20191]: cephadm 2024-04-24T13:03:40.081328+0000 mgr.smithi086.skylwm (mgr.14199) 38 : cephadm [INF] Reconfiguring mon.smithi086 (unknown last config time)... 2024-04-24T13:03:41.550 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:41 smithi144 bash[20191]: audit 2024-04-24T13:03:40.081665+0000 mon.smithi086 (mon.0) 301 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T13:03:41.550 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:41 smithi144 bash[20191]: audit 2024-04-24T13:03:40.081665+0000 mon.smithi086 (mon.0) 301 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T13:03:41.550 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:41 smithi144 bash[20191]: audit 2024-04-24T13:03:40.082316+0000 mon.smithi086 (mon.0) 302 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T13:03:41.550 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:41 smithi144 bash[20191]: audit 2024-04-24T13:03:40.082316+0000 mon.smithi086 (mon.0) 302 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T13:03:41.550 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:41 smithi144 bash[20191]: audit 2024-04-24T13:03:40.082857+0000 mon.smithi086 (mon.0) 303 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:41.550 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:41 smithi144 bash[20191]: audit 2024-04-24T13:03:40.082857+0000 mon.smithi086 (mon.0) 303 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:41.550 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:41 smithi144 bash[20191]: cephadm 2024-04-24T13:03:40.083510+0000 mgr.smithi086.skylwm (mgr.14199) 39 : cephadm [INF] Reconfiguring daemon mon.smithi086 on smithi086 2024-04-24T13:03:41.550 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:41 smithi144 bash[20191]: cephadm 2024-04-24T13:03:40.083510+0000 mgr.smithi086.skylwm (mgr.14199) 39 : cephadm [INF] Reconfiguring daemon mon.smithi086 on smithi086 2024-04-24T13:03:41.550 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:41 smithi144 bash[20191]: audit 2024-04-24T13:03:40.113137+0000 mon.smithi086 (mon.0) 304 : audit [DBG] from='client.? 172.21.15.86:0/3357339647' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:41.550 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:41 smithi144 bash[20191]: audit 2024-04-24T13:03:40.113137+0000 mon.smithi086 (mon.0) 304 : audit [DBG] from='client.? 172.21.15.86:0/3357339647' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:41.550 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:41 smithi144 bash[20191]: audit 2024-04-24T13:03:40.854798+0000 mon.smithi086 (mon.0) 305 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:03:41.550 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:41 smithi144 bash[20191]: audit 2024-04-24T13:03:40.854798+0000 mon.smithi086 (mon.0) 305 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:03:41.593 INFO:teuthology.orchestra.run.smithi086.stdout: File: /dev/nvme3n1 2024-04-24T13:03:41.594 INFO:teuthology.orchestra.run.smithi086.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-24T13:03:41.594 INFO:teuthology.orchestra.run.smithi086.stdout:Device: 5h/5d Inode: 979 Links: 1 Device type: 103,6 2024-04-24T13:03:41.594 INFO:teuthology.orchestra.run.smithi086.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-24T13:03:41.594 INFO:teuthology.orchestra.run.smithi086.stdout:Access: 2024-04-24 12:59:05.844469664 +0000 2024-04-24T13:03:41.594 INFO:teuthology.orchestra.run.smithi086.stdout:Modify: 2024-04-24 12:59:05.844469664 +0000 2024-04-24T13:03:41.594 INFO:teuthology.orchestra.run.smithi086.stdout:Change: 2024-04-24 12:59:05.844469664 +0000 2024-04-24T13:03:41.594 INFO:teuthology.orchestra.run.smithi086.stdout: Birth: - 2024-04-24T13:03:41.594 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-04-24T13:03:41.649 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records in 2024-04-24T13:03:41.649 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records out 2024-04-24T13:03:41.649 INFO:teuthology.orchestra.run.smithi086.stderr:512 bytes copied, 0.000477228 s, 1.1 MB/s 2024-04-24T13:03:41.650 DEBUG:teuthology.orchestra.run.smithi086:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-04-24T13:03:41.705 DEBUG:teuthology.orchestra.run.smithi086:> stat /dev/nvme4n1 2024-04-24T13:03:41.751 INFO:teuthology.orchestra.run.smithi086.stdout: File: /dev/nvme4n1 2024-04-24T13:03:41.751 INFO:teuthology.orchestra.run.smithi086.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-24T13:03:41.751 INFO:teuthology.orchestra.run.smithi086.stdout:Device: 5h/5d Inode: 988 Links: 1 Device type: 103,8 2024-04-24T13:03:41.751 INFO:teuthology.orchestra.run.smithi086.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-24T13:03:41.751 INFO:teuthology.orchestra.run.smithi086.stdout:Access: 2024-04-24 12:59:05.940420806 +0000 2024-04-24T13:03:41.751 INFO:teuthology.orchestra.run.smithi086.stdout:Modify: 2024-04-24 12:59:05.940420806 +0000 2024-04-24T13:03:41.751 INFO:teuthology.orchestra.run.smithi086.stdout:Change: 2024-04-24 12:59:05.940420806 +0000 2024-04-24T13:03:41.751 INFO:teuthology.orchestra.run.smithi086.stdout: Birth: - 2024-04-24T13:03:41.752 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-04-24T13:03:41.805 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records in 2024-04-24T13:03:41.806 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records out 2024-04-24T13:03:41.806 INFO:teuthology.orchestra.run.smithi086.stderr:512 bytes copied, 0.000435186 s, 1.2 MB/s 2024-04-24T13:03:41.807 DEBUG:teuthology.orchestra.run.smithi086:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-04-24T13:03:41.856 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-04-24T13:03:41.856 DEBUG:teuthology.orchestra.run.smithi144:> dd if=/scratch_devs of=/dev/stdout 2024-04-24T13:03:41.862 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-24T13:03:41.863 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/nvme1n1 2024-04-24T13:03:41.910 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/nvme1n1 2024-04-24T13:03:41.910 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-24T13:03:41.910 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 5h/5d Inode: 961 Links: 1 Device type: 103,2 2024-04-24T13:03:41.910 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-24T13:03:41.910 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2024-04-24 12:59:06.908673250 +0000 2024-04-24T13:03:41.910 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2024-04-24 12:59:06.908673250 +0000 2024-04-24T13:03:41.910 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2024-04-24 12:59:06.908673250 +0000 2024-04-24T13:03:41.910 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: - 2024-04-24T13:03:41.911 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-04-24T13:03:41.969 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2024-04-24T13:03:41.969 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2024-04-24T13:03:41.969 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.000452704 s, 1.1 MB/s 2024-04-24T13:03:41.970 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-04-24T13:03:42.020 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/nvme2n1 2024-04-24T13:03:42.066 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/nvme2n1 2024-04-24T13:03:42.066 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-24T13:03:42.066 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 5h/5d Inode: 970 Links: 1 Device type: 103,4 2024-04-24T13:03:42.066 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-24T13:03:42.066 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2024-04-24 12:59:07.008651546 +0000 2024-04-24T13:03:42.066 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2024-04-24 12:59:07.008651546 +0000 2024-04-24T13:03:42.067 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2024-04-24 12:59:07.008651546 +0000 2024-04-24T13:03:42.067 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: - 2024-04-24T13:03:42.067 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-04-24T13:03:42.121 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2024-04-24T13:03:42.121 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2024-04-24T13:03:42.121 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.000425738 s, 1.2 MB/s 2024-04-24T13:03:42.122 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-04-24T13:03:42.171 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/nvme3n1 2024-04-24T13:03:42.222 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/nvme3n1 2024-04-24T13:03:42.222 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-24T13:03:42.222 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 5h/5d Inode: 979 Links: 1 Device type: 103,6 2024-04-24T13:03:42.222 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-24T13:03:42.222 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2024-04-24 12:59:07.100650725 +0000 2024-04-24T13:03:42.222 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2024-04-24 12:59:07.100650725 +0000 2024-04-24T13:03:42.222 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2024-04-24 12:59:07.100650725 +0000 2024-04-24T13:03:42.222 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: - 2024-04-24T13:03:42.223 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-04-24T13:03:42.276 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2024-04-24T13:03:42.276 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2024-04-24T13:03:42.276 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.00048545 s, 1.1 MB/s 2024-04-24T13:03:42.277 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-04-24T13:03:42.327 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/nvme4n1 2024-04-24T13:03:42.373 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/nvme4n1 2024-04-24T13:03:42.374 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-24T13:03:42.374 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 5h/5d Inode: 988 Links: 1 Device type: 103,8 2024-04-24T13:03:42.374 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-24T13:03:42.374 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2024-04-24 12:59:07.196649869 +0000 2024-04-24T13:03:42.374 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2024-04-24 12:59:07.196649869 +0000 2024-04-24T13:03:42.374 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2024-04-24 12:59:07.196649869 +0000 2024-04-24T13:03:42.374 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: - 2024-04-24T13:03:42.374 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-04-24T13:03:42.428 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2024-04-24T13:03:42.428 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2024-04-24T13:03:42.428 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.000448984 s, 1.1 MB/s 2024-04-24T13:03:42.429 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-04-24T13:03:42.483 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph orch apply osd --all-available-devices 2024-04-24T13:03:43.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:43 smithi086 bash[18795]: cluster 2024-04-24T13:03:42.044321+0000 mgr.smithi086.skylwm (mgr.14199) 40 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:43.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:43 smithi086 bash[18795]: cluster 2024-04-24T13:03:42.044321+0000 mgr.smithi086.skylwm (mgr.14199) 40 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:43.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:43 smithi086 bash[18795]: audit 2024-04-24T13:03:42.197408+0000 mon.smithi086 (mon.0) 306 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:43.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:43 smithi086 bash[18795]: audit 2024-04-24T13:03:42.197408+0000 mon.smithi086 (mon.0) 306 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:43.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:43 smithi086 bash[18795]: cephadm 2024-04-24T13:03:42.201877+0000 mgr.smithi086.skylwm (mgr.14199) 41 : cephadm [INF] Reconfiguring mgr.smithi086.skylwm (unknown last config time)... 2024-04-24T13:03:43.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:43 smithi086 bash[18795]: cephadm 2024-04-24T13:03:42.201877+0000 mgr.smithi086.skylwm (mgr.14199) 41 : cephadm [INF] Reconfiguring mgr.smithi086.skylwm (unknown last config time)... 2024-04-24T13:03:43.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:43 smithi086 bash[18795]: audit 2024-04-24T13:03:42.202659+0000 mon.smithi086 (mon.0) 307 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi086.skylwm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T13:03:43.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:43 smithi086 bash[18795]: audit 2024-04-24T13:03:42.202659+0000 mon.smithi086 (mon.0) 307 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi086.skylwm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T13:03:43.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:43 smithi086 bash[18795]: audit 2024-04-24T13:03:42.204511+0000 mon.smithi086 (mon.0) 308 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T13:03:43.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:43 smithi086 bash[18795]: audit 2024-04-24T13:03:42.204511+0000 mon.smithi086 (mon.0) 308 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T13:03:43.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:43 smithi086 bash[18795]: audit 2024-04-24T13:03:42.206130+0000 mon.smithi086 (mon.0) 309 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:43.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:43 smithi086 bash[18795]: audit 2024-04-24T13:03:42.206130+0000 mon.smithi086 (mon.0) 309 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:43.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:43 smithi086 bash[18795]: cephadm 2024-04-24T13:03:42.207929+0000 mgr.smithi086.skylwm (mgr.14199) 42 : cephadm [INF] Reconfiguring daemon mgr.smithi086.skylwm on smithi086 2024-04-24T13:03:43.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:43 smithi086 bash[18795]: cephadm 2024-04-24T13:03:42.207929+0000 mgr.smithi086.skylwm (mgr.14199) 42 : cephadm [INF] Reconfiguring daemon mgr.smithi086.skylwm on smithi086 2024-04-24T13:03:43.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:43 smithi144 bash[20191]: cluster 2024-04-24T13:03:42.044321+0000 mgr.smithi086.skylwm (mgr.14199) 40 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:43.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:43 smithi144 bash[20191]: cluster 2024-04-24T13:03:42.044321+0000 mgr.smithi086.skylwm (mgr.14199) 40 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:43.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:43 smithi144 bash[20191]: audit 2024-04-24T13:03:42.197408+0000 mon.smithi086 (mon.0) 306 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:43.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:43 smithi144 bash[20191]: audit 2024-04-24T13:03:42.197408+0000 mon.smithi086 (mon.0) 306 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:43.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:43 smithi144 bash[20191]: cephadm 2024-04-24T13:03:42.201877+0000 mgr.smithi086.skylwm (mgr.14199) 41 : cephadm [INF] Reconfiguring mgr.smithi086.skylwm (unknown last config time)... 2024-04-24T13:03:43.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:43 smithi144 bash[20191]: cephadm 2024-04-24T13:03:42.201877+0000 mgr.smithi086.skylwm (mgr.14199) 41 : cephadm [INF] Reconfiguring mgr.smithi086.skylwm (unknown last config time)... 2024-04-24T13:03:43.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:43 smithi144 bash[20191]: audit 2024-04-24T13:03:42.202659+0000 mon.smithi086 (mon.0) 307 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi086.skylwm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T13:03:43.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:43 smithi144 bash[20191]: audit 2024-04-24T13:03:42.202659+0000 mon.smithi086 (mon.0) 307 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi086.skylwm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T13:03:43.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:43 smithi144 bash[20191]: audit 2024-04-24T13:03:42.204511+0000 mon.smithi086 (mon.0) 308 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T13:03:43.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:43 smithi144 bash[20191]: audit 2024-04-24T13:03:42.204511+0000 mon.smithi086 (mon.0) 308 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T13:03:43.548 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:43 smithi144 bash[20191]: audit 2024-04-24T13:03:42.206130+0000 mon.smithi086 (mon.0) 309 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:43.548 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:43 smithi144 bash[20191]: audit 2024-04-24T13:03:42.206130+0000 mon.smithi086 (mon.0) 309 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:43.548 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:43 smithi144 bash[20191]: cephadm 2024-04-24T13:03:42.207929+0000 mgr.smithi086.skylwm (mgr.14199) 42 : cephadm [INF] Reconfiguring daemon mgr.smithi086.skylwm on smithi086 2024-04-24T13:03:43.548 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:43 smithi144 bash[20191]: cephadm 2024-04-24T13:03:42.207929+0000 mgr.smithi086.skylwm (mgr.14199) 42 : cephadm [INF] Reconfiguring daemon mgr.smithi086.skylwm on smithi086 2024-04-24T13:03:45.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:45 smithi086 bash[18795]: cluster 2024-04-24T13:03:44.045642+0000 mgr.smithi086.skylwm (mgr.14199) 43 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:45.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:45 smithi086 bash[18795]: cluster 2024-04-24T13:03:44.045642+0000 mgr.smithi086.skylwm (mgr.14199) 43 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:45.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:45 smithi086 bash[18795]: audit 2024-04-24T13:03:44.100260+0000 mon.smithi086 (mon.0) 310 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:45.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:45 smithi086 bash[18795]: audit 2024-04-24T13:03:44.100260+0000 mon.smithi086 (mon.0) 310 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:45.351 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:45 smithi086 bash[18795]: cephadm 2024-04-24T13:03:44.126827+0000 mgr.smithi086.skylwm (mgr.14199) 44 : cephadm [INF] Reconfiguring ceph-exporter.smithi086 (monmap changed)... 2024-04-24T13:03:45.351 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:45 smithi086 bash[18795]: cephadm 2024-04-24T13:03:44.126827+0000 mgr.smithi086.skylwm (mgr.14199) 44 : cephadm [INF] Reconfiguring ceph-exporter.smithi086 (monmap changed)... 2024-04-24T13:03:45.351 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:45 smithi086 bash[18795]: audit 2024-04-24T13:03:44.127613+0000 mon.smithi086 (mon.0) 311 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi086", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-24T13:03:45.351 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:45 smithi086 bash[18795]: audit 2024-04-24T13:03:44.127613+0000 mon.smithi086 (mon.0) 311 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi086", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-24T13:03:45.351 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:45 smithi086 bash[18795]: audit 2024-04-24T13:03:44.129373+0000 mon.smithi086 (mon.0) 312 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:45.351 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:45 smithi086 bash[18795]: audit 2024-04-24T13:03:44.129373+0000 mon.smithi086 (mon.0) 312 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:45.351 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:45 smithi086 bash[18795]: cephadm 2024-04-24T13:03:44.130998+0000 mgr.smithi086.skylwm (mgr.14199) 45 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi086 on smithi086 2024-04-24T13:03:45.351 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:45 smithi086 bash[18795]: cephadm 2024-04-24T13:03:44.130998+0000 mgr.smithi086.skylwm (mgr.14199) 45 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi086 on smithi086 2024-04-24T13:03:45.457 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:45 smithi144 bash[20191]: cluster 2024-04-24T13:03:44.045642+0000 mgr.smithi086.skylwm (mgr.14199) 43 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:45.457 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:45 smithi144 bash[20191]: cluster 2024-04-24T13:03:44.045642+0000 mgr.smithi086.skylwm (mgr.14199) 43 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:45.457 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:45 smithi144 bash[20191]: audit 2024-04-24T13:03:44.100260+0000 mon.smithi086 (mon.0) 310 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:45.457 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:45 smithi144 bash[20191]: audit 2024-04-24T13:03:44.100260+0000 mon.smithi086 (mon.0) 310 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:45.457 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:45 smithi144 bash[20191]: cephadm 2024-04-24T13:03:44.126827+0000 mgr.smithi086.skylwm (mgr.14199) 44 : cephadm [INF] Reconfiguring ceph-exporter.smithi086 (monmap changed)... 2024-04-24T13:03:45.457 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:45 smithi144 bash[20191]: cephadm 2024-04-24T13:03:44.126827+0000 mgr.smithi086.skylwm (mgr.14199) 44 : cephadm [INF] Reconfiguring ceph-exporter.smithi086 (monmap changed)... 2024-04-24T13:03:45.457 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:45 smithi144 bash[20191]: audit 2024-04-24T13:03:44.127613+0000 mon.smithi086 (mon.0) 311 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi086", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-24T13:03:45.457 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:45 smithi144 bash[20191]: audit 2024-04-24T13:03:44.127613+0000 mon.smithi086 (mon.0) 311 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi086", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-24T13:03:45.457 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:45 smithi144 bash[20191]: audit 2024-04-24T13:03:44.129373+0000 mon.smithi086 (mon.0) 312 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:45.457 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:45 smithi144 bash[20191]: audit 2024-04-24T13:03:44.129373+0000 mon.smithi086 (mon.0) 312 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:45.457 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:45 smithi144 bash[20191]: cephadm 2024-04-24T13:03:44.130998+0000 mgr.smithi086.skylwm (mgr.14199) 45 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi086 on smithi086 2024-04-24T13:03:45.457 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:45 smithi144 bash[20191]: cephadm 2024-04-24T13:03:44.130998+0000 mgr.smithi086.skylwm (mgr.14199) 45 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi086 on smithi086 2024-04-24T13:03:47.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:46 smithi086 bash[18795]: audit 2024-04-24T13:03:45.956738+0000 mon.smithi086 (mon.0) 313 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:47.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:46 smithi086 bash[18795]: audit 2024-04-24T13:03:45.956738+0000 mon.smithi086 (mon.0) 313 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:47.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:46 smithi086 bash[18795]: cephadm 2024-04-24T13:03:45.999671+0000 mgr.smithi086.skylwm (mgr.14199) 46 : cephadm [INF] Reconfiguring crash.smithi086 (monmap changed)... 2024-04-24T13:03:47.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:46 smithi086 bash[18795]: cephadm 2024-04-24T13:03:45.999671+0000 mgr.smithi086.skylwm (mgr.14199) 46 : cephadm [INF] Reconfiguring crash.smithi086 (monmap changed)... 2024-04-24T13:03:47.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:46 smithi086 bash[18795]: audit 2024-04-24T13:03:46.000416+0000 mon.smithi086 (mon.0) 314 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi086", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-24T13:03:47.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:46 smithi086 bash[18795]: audit 2024-04-24T13:03:46.000416+0000 mon.smithi086 (mon.0) 314 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi086", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-24T13:03:47.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:46 smithi086 bash[18795]: audit 2024-04-24T13:03:46.002508+0000 mon.smithi086 (mon.0) 315 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:47.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:46 smithi086 bash[18795]: audit 2024-04-24T13:03:46.002508+0000 mon.smithi086 (mon.0) 315 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:47.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:46 smithi086 bash[18795]: cephadm 2024-04-24T13:03:46.004590+0000 mgr.smithi086.skylwm (mgr.14199) 47 : cephadm [INF] Reconfiguring daemon crash.smithi086 on smithi086 2024-04-24T13:03:47.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:46 smithi086 bash[18795]: cephadm 2024-04-24T13:03:46.004590+0000 mgr.smithi086.skylwm (mgr.14199) 47 : cephadm [INF] Reconfiguring daemon crash.smithi086 on smithi086 2024-04-24T13:03:47.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:46 smithi086 bash[18795]: cluster 2024-04-24T13:03:46.046256+0000 mgr.smithi086.skylwm (mgr.14199) 48 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:47.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:46 smithi086 bash[18795]: cluster 2024-04-24T13:03:46.046256+0000 mgr.smithi086.skylwm (mgr.14199) 48 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:47.257 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi144/config 2024-04-24T13:03:47.280 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:46 smithi144 bash[20191]: audit 2024-04-24T13:03:45.956738+0000 mon.smithi086 (mon.0) 313 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:47.280 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:46 smithi144 bash[20191]: audit 2024-04-24T13:03:45.956738+0000 mon.smithi086 (mon.0) 313 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:47.280 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:46 smithi144 bash[20191]: cephadm 2024-04-24T13:03:45.999671+0000 mgr.smithi086.skylwm (mgr.14199) 46 : cephadm [INF] Reconfiguring crash.smithi086 (monmap changed)... 2024-04-24T13:03:47.280 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:46 smithi144 bash[20191]: cephadm 2024-04-24T13:03:45.999671+0000 mgr.smithi086.skylwm (mgr.14199) 46 : cephadm [INF] Reconfiguring crash.smithi086 (monmap changed)... 2024-04-24T13:03:47.280 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:46 smithi144 bash[20191]: audit 2024-04-24T13:03:46.000416+0000 mon.smithi086 (mon.0) 314 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi086", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-24T13:03:47.280 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:46 smithi144 bash[20191]: audit 2024-04-24T13:03:46.000416+0000 mon.smithi086 (mon.0) 314 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi086", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-24T13:03:47.281 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:46 smithi144 bash[20191]: audit 2024-04-24T13:03:46.002508+0000 mon.smithi086 (mon.0) 315 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:47.281 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:46 smithi144 bash[20191]: audit 2024-04-24T13:03:46.002508+0000 mon.smithi086 (mon.0) 315 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:03:47.281 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:46 smithi144 bash[20191]: cephadm 2024-04-24T13:03:46.004590+0000 mgr.smithi086.skylwm (mgr.14199) 47 : cephadm [INF] Reconfiguring daemon crash.smithi086 on smithi086 2024-04-24T13:03:47.281 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:46 smithi144 bash[20191]: cephadm 2024-04-24T13:03:46.004590+0000 mgr.smithi086.skylwm (mgr.14199) 47 : cephadm [INF] Reconfiguring daemon crash.smithi086 on smithi086 2024-04-24T13:03:47.281 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:46 smithi144 bash[20191]: cluster 2024-04-24T13:03:46.046256+0000 mgr.smithi086.skylwm (mgr.14199) 48 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:47.281 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:46 smithi144 bash[20191]: cluster 2024-04-24T13:03:46.046256+0000 mgr.smithi086.skylwm (mgr.14199) 48 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:48.522 INFO:teuthology.orchestra.run.smithi144.stdout:Scheduled osd.all-available-devices update... 2024-04-24T13:03:48.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:48 smithi144 bash[20191]: audit 2024-04-24T13:03:47.755297+0000 mon.smithi086 (mon.0) 316 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:48.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:48 smithi144 bash[20191]: audit 2024-04-24T13:03:47.755297+0000 mon.smithi086 (mon.0) 316 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:48.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:48 smithi144 bash[20191]: cephadm 2024-04-24T13:03:47.774889+0000 mgr.smithi086.skylwm (mgr.14199) 49 : cephadm [INF] Reconfiguring alertmanager.smithi086 (dependencies changed)... 2024-04-24T13:03:48.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:48 smithi144 bash[20191]: cephadm 2024-04-24T13:03:47.774889+0000 mgr.smithi086.skylwm (mgr.14199) 49 : cephadm [INF] Reconfiguring alertmanager.smithi086 (dependencies changed)... 2024-04-24T13:03:48.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:48 smithi144 bash[20191]: cephadm 2024-04-24T13:03:47.799430+0000 mgr.smithi086.skylwm (mgr.14199) 50 : cephadm [INF] Reconfiguring daemon alertmanager.smithi086 on smithi086 2024-04-24T13:03:48.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:48 smithi144 bash[20191]: cephadm 2024-04-24T13:03:47.799430+0000 mgr.smithi086.skylwm (mgr.14199) 50 : cephadm [INF] Reconfiguring daemon alertmanager.smithi086 on smithi086 2024-04-24T13:03:48.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:48 smithi144 bash[20191]: cluster 2024-04-24T13:03:48.047188+0000 mgr.smithi086.skylwm (mgr.14199) 51 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:48.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:48 smithi144 bash[20191]: cluster 2024-04-24T13:03:48.047188+0000 mgr.smithi086.skylwm (mgr.14199) 51 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:48.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:48 smithi144 bash[20191]: audit 2024-04-24T13:03:48.510771+0000 mgr.smithi086.skylwm (mgr.14199) 52 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:03:48.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:48 smithi144 bash[20191]: audit 2024-04-24T13:03:48.510771+0000 mgr.smithi086.skylwm (mgr.14199) 52 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:03:48.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:48 smithi144 bash[20191]: cephadm 2024-04-24T13:03:48.515252+0000 mgr.smithi086.skylwm (mgr.14199) 53 : cephadm [INF] Marking host: smithi086 for OSDSpec preview refresh. 2024-04-24T13:03:48.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:48 smithi144 bash[20191]: cephadm 2024-04-24T13:03:48.515252+0000 mgr.smithi086.skylwm (mgr.14199) 53 : cephadm [INF] Marking host: smithi086 for OSDSpec preview refresh. 2024-04-24T13:03:48.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:48 smithi144 bash[20191]: cephadm 2024-04-24T13:03:48.515532+0000 mgr.smithi086.skylwm (mgr.14199) 54 : cephadm [INF] Marking host: smithi144 for OSDSpec preview refresh. 2024-04-24T13:03:48.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:48 smithi144 bash[20191]: cephadm 2024-04-24T13:03:48.515532+0000 mgr.smithi086.skylwm (mgr.14199) 54 : cephadm [INF] Marking host: smithi144 for OSDSpec preview refresh. 2024-04-24T13:03:48.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:48 smithi144 bash[20191]: cephadm 2024-04-24T13:03:48.516324+0000 mgr.smithi086.skylwm (mgr.14199) 55 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-04-24T13:03:48.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:48 smithi144 bash[20191]: cephadm 2024-04-24T13:03:48.516324+0000 mgr.smithi086.skylwm (mgr.14199) 55 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-04-24T13:03:48.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:48 smithi144 bash[20191]: audit 2024-04-24T13:03:48.524034+0000 mon.smithi086 (mon.0) 317 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:48.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:48 smithi144 bash[20191]: audit 2024-04-24T13:03:48.524034+0000 mon.smithi086 (mon.0) 317 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:48.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:48 smithi086 bash[18795]: audit 2024-04-24T13:03:47.755297+0000 mon.smithi086 (mon.0) 316 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:48.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:48 smithi086 bash[18795]: audit 2024-04-24T13:03:47.755297+0000 mon.smithi086 (mon.0) 316 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:48.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:48 smithi086 bash[18795]: cephadm 2024-04-24T13:03:47.774889+0000 mgr.smithi086.skylwm (mgr.14199) 49 : cephadm [INF] Reconfiguring alertmanager.smithi086 (dependencies changed)... 2024-04-24T13:03:48.964 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:48 smithi086 bash[18795]: cephadm 2024-04-24T13:03:47.774889+0000 mgr.smithi086.skylwm (mgr.14199) 49 : cephadm [INF] Reconfiguring alertmanager.smithi086 (dependencies changed)... 2024-04-24T13:03:48.964 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:48 smithi086 bash[18795]: cephadm 2024-04-24T13:03:47.799430+0000 mgr.smithi086.skylwm (mgr.14199) 50 : cephadm [INF] Reconfiguring daemon alertmanager.smithi086 on smithi086 2024-04-24T13:03:48.964 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:48 smithi086 bash[18795]: cephadm 2024-04-24T13:03:47.799430+0000 mgr.smithi086.skylwm (mgr.14199) 50 : cephadm [INF] Reconfiguring daemon alertmanager.smithi086 on smithi086 2024-04-24T13:03:48.964 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:48 smithi086 bash[18795]: cluster 2024-04-24T13:03:48.047188+0000 mgr.smithi086.skylwm (mgr.14199) 51 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:48.964 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:48 smithi086 bash[18795]: cluster 2024-04-24T13:03:48.047188+0000 mgr.smithi086.skylwm (mgr.14199) 51 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:48.964 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:48 smithi086 bash[18795]: audit 2024-04-24T13:03:48.510771+0000 mgr.smithi086.skylwm (mgr.14199) 52 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:03:48.964 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:48 smithi086 bash[18795]: audit 2024-04-24T13:03:48.510771+0000 mgr.smithi086.skylwm (mgr.14199) 52 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:03:48.964 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:48 smithi086 bash[18795]: cephadm 2024-04-24T13:03:48.515252+0000 mgr.smithi086.skylwm (mgr.14199) 53 : cephadm [INF] Marking host: smithi086 for OSDSpec preview refresh. 2024-04-24T13:03:48.964 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:48 smithi086 bash[18795]: cephadm 2024-04-24T13:03:48.515252+0000 mgr.smithi086.skylwm (mgr.14199) 53 : cephadm [INF] Marking host: smithi086 for OSDSpec preview refresh. 2024-04-24T13:03:48.964 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:48 smithi086 bash[18795]: cephadm 2024-04-24T13:03:48.515532+0000 mgr.smithi086.skylwm (mgr.14199) 54 : cephadm [INF] Marking host: smithi144 for OSDSpec preview refresh. 2024-04-24T13:03:48.964 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:48 smithi086 bash[18795]: cephadm 2024-04-24T13:03:48.515532+0000 mgr.smithi086.skylwm (mgr.14199) 54 : cephadm [INF] Marking host: smithi144 for OSDSpec preview refresh. 2024-04-24T13:03:48.964 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:48 smithi086 bash[18795]: cephadm 2024-04-24T13:03:48.516324+0000 mgr.smithi086.skylwm (mgr.14199) 55 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-04-24T13:03:48.964 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:48 smithi086 bash[18795]: cephadm 2024-04-24T13:03:48.516324+0000 mgr.smithi086.skylwm (mgr.14199) 55 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-04-24T13:03:48.964 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:48 smithi086 bash[18795]: audit 2024-04-24T13:03:48.524034+0000 mon.smithi086 (mon.0) 317 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:48.964 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:48 smithi086 bash[18795]: audit 2024-04-24T13:03:48.524034+0000 mon.smithi086 (mon.0) 317 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:49.253 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-04-24T13:03:49.254 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:03:51.439 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:51 smithi086 bash[18795]: cluster 2024-04-24T13:03:50.048114+0000 mgr.smithi086.skylwm (mgr.14199) 56 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:51.439 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:51 smithi086 bash[18795]: cluster 2024-04-24T13:03:50.048114+0000 mgr.smithi086.skylwm (mgr.14199) 56 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:51.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:51 smithi144 bash[20191]: cluster 2024-04-24T13:03:50.048114+0000 mgr.smithi086.skylwm (mgr.14199) 56 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:51.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:51 smithi144 bash[20191]: cluster 2024-04-24T13:03:50.048114+0000 mgr.smithi086.skylwm (mgr.14199) 56 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:53.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:52 smithi086 bash[18795]: audit 2024-04-24T13:03:51.944880+0000 mon.smithi086 (mon.0) 318 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:53.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:52 smithi086 bash[18795]: audit 2024-04-24T13:03:51.944880+0000 mon.smithi086 (mon.0) 318 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:53.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:52 smithi086 bash[18795]: cephadm 2024-04-24T13:03:51.974310+0000 mgr.smithi086.skylwm (mgr.14199) 57 : cephadm [INF] Reconfiguring grafana.smithi086 (dependencies changed)... 2024-04-24T13:03:53.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:52 smithi086 bash[18795]: cephadm 2024-04-24T13:03:51.974310+0000 mgr.smithi086.skylwm (mgr.14199) 57 : cephadm [INF] Reconfiguring grafana.smithi086 (dependencies changed)... 2024-04-24T13:03:53.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:52 smithi086 bash[18795]: cephadm 2024-04-24T13:03:51.991457+0000 mgr.smithi086.skylwm (mgr.14199) 58 : cephadm [INF] Reconfiguring daemon grafana.smithi086 on smithi086 2024-04-24T13:03:53.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:52 smithi086 bash[18795]: cephadm 2024-04-24T13:03:51.991457+0000 mgr.smithi086.skylwm (mgr.14199) 58 : cephadm [INF] Reconfiguring daemon grafana.smithi086 on smithi086 2024-04-24T13:03:53.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:52 smithi086 bash[18795]: cluster 2024-04-24T13:03:52.048943+0000 mgr.smithi086.skylwm (mgr.14199) 59 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:53.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:52 smithi086 bash[18795]: cluster 2024-04-24T13:03:52.048943+0000 mgr.smithi086.skylwm (mgr.14199) 59 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:53.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:52 smithi144 bash[20191]: audit 2024-04-24T13:03:51.944880+0000 mon.smithi086 (mon.0) 318 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:53.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:52 smithi144 bash[20191]: audit 2024-04-24T13:03:51.944880+0000 mon.smithi086 (mon.0) 318 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:53.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:52 smithi144 bash[20191]: cephadm 2024-04-24T13:03:51.974310+0000 mgr.smithi086.skylwm (mgr.14199) 57 : cephadm [INF] Reconfiguring grafana.smithi086 (dependencies changed)... 2024-04-24T13:03:53.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:52 smithi144 bash[20191]: cephadm 2024-04-24T13:03:51.974310+0000 mgr.smithi086.skylwm (mgr.14199) 57 : cephadm [INF] Reconfiguring grafana.smithi086 (dependencies changed)... 2024-04-24T13:03:53.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:52 smithi144 bash[20191]: cephadm 2024-04-24T13:03:51.991457+0000 mgr.smithi086.skylwm (mgr.14199) 58 : cephadm [INF] Reconfiguring daemon grafana.smithi086 on smithi086 2024-04-24T13:03:53.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:52 smithi144 bash[20191]: cephadm 2024-04-24T13:03:51.991457+0000 mgr.smithi086.skylwm (mgr.14199) 58 : cephadm [INF] Reconfiguring daemon grafana.smithi086 on smithi086 2024-04-24T13:03:53.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:52 smithi144 bash[20191]: cluster 2024-04-24T13:03:52.048943+0000 mgr.smithi086.skylwm (mgr.14199) 59 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:53.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:52 smithi144 bash[20191]: cluster 2024-04-24T13:03:52.048943+0000 mgr.smithi086.skylwm (mgr.14199) 59 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:54.660 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:03:55.376 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:55 smithi086 bash[18795]: cluster 2024-04-24T13:03:54.049901+0000 mgr.smithi086.skylwm (mgr.14199) 60 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:55.376 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:55 smithi086 bash[18795]: cluster 2024-04-24T13:03:54.049901+0000 mgr.smithi086.skylwm (mgr.14199) 60 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:55.457 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:55 smithi144 bash[20191]: cluster 2024-04-24T13:03:54.049901+0000 mgr.smithi086.skylwm (mgr.14199) 60 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:55.457 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:55 smithi144 bash[20191]: cluster 2024-04-24T13:03:54.049901+0000 mgr.smithi086.skylwm (mgr.14199) 60 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:55.922 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:03:56.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:56 smithi086 bash[18795]: audit 2024-04-24T13:03:55.854740+0000 mon.smithi086 (mon.0) 319 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:03:56.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:56 smithi086 bash[18795]: audit 2024-04-24T13:03:55.854740+0000 mon.smithi086 (mon.0) 319 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:03:56.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:56 smithi086 bash[18795]: audit 2024-04-24T13:03:55.924940+0000 mon.smithi086 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.86:0/61961681' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:03:56.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:56 smithi086 bash[18795]: audit 2024-04-24T13:03:55.924940+0000 mon.smithi086 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.86:0/61961681' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:03:56.546 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:56 smithi144 bash[20191]: audit 2024-04-24T13:03:55.854740+0000 mon.smithi086 (mon.0) 319 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:03:56.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:56 smithi144 bash[20191]: audit 2024-04-24T13:03:55.854740+0000 mon.smithi086 (mon.0) 319 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:03:56.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:56 smithi144 bash[20191]: audit 2024-04-24T13:03:55.924940+0000 mon.smithi086 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.86:0/61961681' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:03:56.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:56 smithi144 bash[20191]: audit 2024-04-24T13:03:55.924940+0000 mon.smithi086 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.86:0/61961681' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:03:56.751 INFO:teuthology.orchestra.run.smithi086.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-24T13:03:57.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:57 smithi086 bash[18795]: cluster 2024-04-24T13:03:56.050636+0000 mgr.smithi086.skylwm (mgr.14199) 61 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:57.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:57 smithi086 bash[18795]: cluster 2024-04-24T13:03:56.050636+0000 mgr.smithi086.skylwm (mgr.14199) 61 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:57.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:57 smithi144 bash[20191]: cluster 2024-04-24T13:03:56.050636+0000 mgr.smithi086.skylwm (mgr.14199) 61 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:57.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:57 smithi144 bash[20191]: cluster 2024-04-24T13:03:56.050636+0000 mgr.smithi086.skylwm (mgr.14199) 61 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:57.752 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:03:58.436 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:58 smithi086 bash[18795]: audit 2024-04-24T13:03:57.336517+0000 mon.smithi086 (mon.0) 321 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:58.436 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:58 smithi086 bash[18795]: audit 2024-04-24T13:03:57.336517+0000 mon.smithi086 (mon.0) 321 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:58.436 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:58 smithi086 bash[18795]: cephadm 2024-04-24T13:03:57.341454+0000 mgr.smithi086.skylwm (mgr.14199) 62 : cephadm [INF] Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-04-24T13:03:58.436 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:58 smithi086 bash[18795]: cephadm 2024-04-24T13:03:57.341454+0000 mgr.smithi086.skylwm (mgr.14199) 62 : cephadm [INF] Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-04-24T13:03:58.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:58 smithi144 bash[20191]: audit 2024-04-24T13:03:57.336517+0000 mon.smithi086 (mon.0) 321 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:58.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:58 smithi144 bash[20191]: audit 2024-04-24T13:03:57.336517+0000 mon.smithi086 (mon.0) 321 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:03:58.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:58 smithi144 bash[20191]: cephadm 2024-04-24T13:03:57.341454+0000 mgr.smithi086.skylwm (mgr.14199) 62 : cephadm [INF] Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-04-24T13:03:58.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:58 smithi144 bash[20191]: cephadm 2024-04-24T13:03:57.341454+0000 mgr.smithi086.skylwm (mgr.14199) 62 : cephadm [INF] Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-04-24T13:03:59.404 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:59 smithi086 bash[18795]: cephadm 2024-04-24T13:03:57.581528+0000 mgr.smithi086.skylwm (mgr.14199) 63 : cephadm [INF] Reconfiguring daemon prometheus.smithi086 on smithi086 2024-04-24T13:03:59.404 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:59 smithi086 bash[18795]: cephadm 2024-04-24T13:03:57.581528+0000 mgr.smithi086.skylwm (mgr.14199) 63 : cephadm [INF] Reconfiguring daemon prometheus.smithi086 on smithi086 2024-04-24T13:03:59.404 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:59 smithi086 bash[18795]: cluster 2024-04-24T13:03:58.051577+0000 mgr.smithi086.skylwm (mgr.14199) 64 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:59.404 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:03:59 smithi086 bash[18795]: cluster 2024-04-24T13:03:58.051577+0000 mgr.smithi086.skylwm (mgr.14199) 64 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:59.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:59 smithi144 bash[20191]: cephadm 2024-04-24T13:03:57.581528+0000 mgr.smithi086.skylwm (mgr.14199) 63 : cephadm [INF] Reconfiguring daemon prometheus.smithi086 on smithi086 2024-04-24T13:03:59.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:59 smithi144 bash[20191]: cephadm 2024-04-24T13:03:57.581528+0000 mgr.smithi086.skylwm (mgr.14199) 63 : cephadm [INF] Reconfiguring daemon prometheus.smithi086 on smithi086 2024-04-24T13:03:59.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:59 smithi144 bash[20191]: cluster 2024-04-24T13:03:58.051577+0000 mgr.smithi086.skylwm (mgr.14199) 64 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:03:59.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:03:59 smithi144 bash[20191]: cluster 2024-04-24T13:03:58.051577+0000 mgr.smithi086.skylwm (mgr.14199) 64 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:01.670 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:01 smithi086 bash[18795]: cluster 2024-04-24T13:04:00.052498+0000 mgr.smithi086.skylwm (mgr.14199) 65 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:01.670 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:01 smithi086 bash[18795]: cluster 2024-04-24T13:04:00.052498+0000 mgr.smithi086.skylwm (mgr.14199) 65 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:01.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:01 smithi144 bash[20191]: cluster 2024-04-24T13:04:00.052498+0000 mgr.smithi086.skylwm (mgr.14199) 65 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:01.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:01 smithi144 bash[20191]: cluster 2024-04-24T13:04:00.052498+0000 mgr.smithi086.skylwm (mgr.14199) 65 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:02.545 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:04:03.355 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:03 smithi144 bash[20191]: cluster 2024-04-24T13:04:02.052997+0000 mgr.smithi086.skylwm (mgr.14199) 66 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:03.355 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:03 smithi144 bash[20191]: cluster 2024-04-24T13:04:02.052997+0000 mgr.smithi086.skylwm (mgr.14199) 66 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:03.355 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:03 smithi144 bash[20191]: audit 2024-04-24T13:04:02.103314+0000 mon.smithi086 (mon.0) 322 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:03.355 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:03 smithi144 bash[20191]: audit 2024-04-24T13:04:02.103314+0000 mon.smithi086 (mon.0) 322 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:03.355 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:03 smithi144 bash[20191]: cephadm 2024-04-24T13:04:02.105876+0000 mgr.smithi086.skylwm (mgr.14199) 67 : cephadm [INF] Reconfiguring ceph-exporter.smithi144 (monmap changed)... 2024-04-24T13:04:03.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:03 smithi144 bash[20191]: cephadm 2024-04-24T13:04:02.105876+0000 mgr.smithi086.skylwm (mgr.14199) 67 : cephadm [INF] Reconfiguring ceph-exporter.smithi144 (monmap changed)... 2024-04-24T13:04:03.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:03 smithi144 bash[20191]: audit 2024-04-24T13:04:02.106198+0000 mon.smithi086 (mon.0) 323 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi144", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-24T13:04:03.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:03 smithi144 bash[20191]: audit 2024-04-24T13:04:02.106198+0000 mon.smithi086 (mon.0) 323 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi144", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-24T13:04:03.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:03 smithi144 bash[20191]: audit 2024-04-24T13:04:02.106995+0000 mon.smithi086 (mon.0) 324 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:04:03.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:03 smithi144 bash[20191]: audit 2024-04-24T13:04:02.106995+0000 mon.smithi086 (mon.0) 324 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:04:03.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:03 smithi144 bash[20191]: cephadm 2024-04-24T13:04:02.107775+0000 mgr.smithi086.skylwm (mgr.14199) 68 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi144 on smithi144 2024-04-24T13:04:03.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:03 smithi144 bash[20191]: cephadm 2024-04-24T13:04:02.107775+0000 mgr.smithi086.skylwm (mgr.14199) 68 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi144 on smithi144 2024-04-24T13:04:03.403 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:03 smithi086 bash[18795]: cluster 2024-04-24T13:04:02.052997+0000 mgr.smithi086.skylwm (mgr.14199) 66 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:03.403 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:03 smithi086 bash[18795]: cluster 2024-04-24T13:04:02.052997+0000 mgr.smithi086.skylwm (mgr.14199) 66 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:03.403 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:03 smithi086 bash[18795]: audit 2024-04-24T13:04:02.103314+0000 mon.smithi086 (mon.0) 322 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:03.403 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:03 smithi086 bash[18795]: audit 2024-04-24T13:04:02.103314+0000 mon.smithi086 (mon.0) 322 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:03.403 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:03 smithi086 bash[18795]: cephadm 2024-04-24T13:04:02.105876+0000 mgr.smithi086.skylwm (mgr.14199) 67 : cephadm [INF] Reconfiguring ceph-exporter.smithi144 (monmap changed)... 2024-04-24T13:04:03.403 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:03 smithi086 bash[18795]: cephadm 2024-04-24T13:04:02.105876+0000 mgr.smithi086.skylwm (mgr.14199) 67 : cephadm [INF] Reconfiguring ceph-exporter.smithi144 (monmap changed)... 2024-04-24T13:04:03.403 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:03 smithi086 bash[18795]: audit 2024-04-24T13:04:02.106198+0000 mon.smithi086 (mon.0) 323 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi144", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-24T13:04:03.403 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:03 smithi086 bash[18795]: audit 2024-04-24T13:04:02.106198+0000 mon.smithi086 (mon.0) 323 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi144", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-24T13:04:03.404 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:03 smithi086 bash[18795]: audit 2024-04-24T13:04:02.106995+0000 mon.smithi086 (mon.0) 324 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:04:03.404 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:03 smithi086 bash[18795]: audit 2024-04-24T13:04:02.106995+0000 mon.smithi086 (mon.0) 324 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:04:03.404 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:03 smithi086 bash[18795]: cephadm 2024-04-24T13:04:02.107775+0000 mgr.smithi086.skylwm (mgr.14199) 68 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi144 on smithi144 2024-04-24T13:04:03.404 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:03 smithi086 bash[18795]: cephadm 2024-04-24T13:04:02.107775+0000 mgr.smithi086.skylwm (mgr.14199) 68 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi144 on smithi144 2024-04-24T13:04:03.942 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:04:04.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:04 smithi086 bash[18795]: audit 2024-04-24T13:04:03.944187+0000 mon.smithi086 (mon.0) 325 : audit [DBG] from='client.? 172.21.15.86:0/465081272' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:04:04.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:04 smithi086 bash[18795]: audit 2024-04-24T13:04:03.944187+0000 mon.smithi086 (mon.0) 325 : audit [DBG] from='client.? 172.21.15.86:0/465081272' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:04:04.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:04 smithi086 bash[18795]: audit 2024-04-24T13:04:04.050397+0000 mon.smithi086 (mon.0) 326 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:04.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:04 smithi086 bash[18795]: audit 2024-04-24T13:04:04.050397+0000 mon.smithi086 (mon.0) 326 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:04.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:04 smithi086 bash[18795]: audit 2024-04-24T13:04:04.078582+0000 mon.smithi086 (mon.0) 327 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi144", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-24T13:04:04.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:04 smithi086 bash[18795]: audit 2024-04-24T13:04:04.078582+0000 mon.smithi086 (mon.0) 327 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi144", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-24T13:04:04.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:04 smithi086 bash[18795]: audit 2024-04-24T13:04:04.080289+0000 mon.smithi086 (mon.0) 328 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:04:04.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:04 smithi086 bash[18795]: audit 2024-04-24T13:04:04.080289+0000 mon.smithi086 (mon.0) 328 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:04:04.510 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:04 smithi144 bash[20191]: audit 2024-04-24T13:04:03.944187+0000 mon.smithi086 (mon.0) 325 : audit [DBG] from='client.? 172.21.15.86:0/465081272' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:04:04.510 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:04 smithi144 bash[20191]: audit 2024-04-24T13:04:03.944187+0000 mon.smithi086 (mon.0) 325 : audit [DBG] from='client.? 172.21.15.86:0/465081272' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:04:04.510 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:04 smithi144 bash[20191]: audit 2024-04-24T13:04:04.050397+0000 mon.smithi086 (mon.0) 326 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:04.510 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:04 smithi144 bash[20191]: audit 2024-04-24T13:04:04.050397+0000 mon.smithi086 (mon.0) 326 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:04.510 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:04 smithi144 bash[20191]: audit 2024-04-24T13:04:04.078582+0000 mon.smithi086 (mon.0) 327 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi144", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-24T13:04:04.511 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:04 smithi144 bash[20191]: audit 2024-04-24T13:04:04.078582+0000 mon.smithi086 (mon.0) 327 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi144", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-24T13:04:04.511 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:04 smithi144 bash[20191]: audit 2024-04-24T13:04:04.080289+0000 mon.smithi086 (mon.0) 328 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:04:04.511 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:04 smithi144 bash[20191]: audit 2024-04-24T13:04:04.080289+0000 mon.smithi086 (mon.0) 328 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:04:04.617 INFO:teuthology.orchestra.run.smithi086.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-24T13:04:05.396 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:05 smithi086 bash[18795]: cluster 2024-04-24T13:04:04.053656+0000 mgr.smithi086.skylwm (mgr.14199) 69 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:05.397 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:05 smithi086 bash[18795]: cluster 2024-04-24T13:04:04.053656+0000 mgr.smithi086.skylwm (mgr.14199) 69 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:05.397 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:05 smithi086 bash[18795]: cephadm 2024-04-24T13:04:04.077945+0000 mgr.smithi086.skylwm (mgr.14199) 70 : cephadm [INF] Reconfiguring crash.smithi144 (monmap changed)... 2024-04-24T13:04:05.397 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:05 smithi086 bash[18795]: cephadm 2024-04-24T13:04:04.077945+0000 mgr.smithi086.skylwm (mgr.14199) 70 : cephadm [INF] Reconfiguring crash.smithi144 (monmap changed)... 2024-04-24T13:04:05.397 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:05 smithi086 bash[18795]: cephadm 2024-04-24T13:04:04.081993+0000 mgr.smithi086.skylwm (mgr.14199) 71 : cephadm [INF] Reconfiguring daemon crash.smithi144 on smithi144 2024-04-24T13:04:05.397 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:05 smithi086 bash[18795]: cephadm 2024-04-24T13:04:04.081993+0000 mgr.smithi086.skylwm (mgr.14199) 71 : cephadm [INF] Reconfiguring daemon crash.smithi144 on smithi144 2024-04-24T13:04:05.458 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:05 smithi144 bash[20191]: cluster 2024-04-24T13:04:04.053656+0000 mgr.smithi086.skylwm (mgr.14199) 69 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:05.458 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:05 smithi144 bash[20191]: cluster 2024-04-24T13:04:04.053656+0000 mgr.smithi086.skylwm (mgr.14199) 69 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:05.458 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:05 smithi144 bash[20191]: cephadm 2024-04-24T13:04:04.077945+0000 mgr.smithi086.skylwm (mgr.14199) 70 : cephadm [INF] Reconfiguring crash.smithi144 (monmap changed)... 2024-04-24T13:04:05.459 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:05 smithi144 bash[20191]: cephadm 2024-04-24T13:04:04.077945+0000 mgr.smithi086.skylwm (mgr.14199) 70 : cephadm [INF] Reconfiguring crash.smithi144 (monmap changed)... 2024-04-24T13:04:05.459 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:05 smithi144 bash[20191]: cephadm 2024-04-24T13:04:04.081993+0000 mgr.smithi086.skylwm (mgr.14199) 71 : cephadm [INF] Reconfiguring daemon crash.smithi144 on smithi144 2024-04-24T13:04:05.459 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:05 smithi144 bash[20191]: cephadm 2024-04-24T13:04:04.081993+0000 mgr.smithi086.skylwm (mgr.14199) 71 : cephadm [INF] Reconfiguring daemon crash.smithi144 on smithi144 2024-04-24T13:04:05.619 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:04:07.098 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:06 smithi144 bash[20191]: audit 2024-04-24T13:04:05.823883+0000 mon.smithi086 (mon.0) 329 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:07.098 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:06 smithi144 bash[20191]: audit 2024-04-24T13:04:05.823883+0000 mon.smithi086 (mon.0) 329 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:07.098 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:06 smithi144 bash[20191]: cephadm 2024-04-24T13:04:05.851681+0000 mgr.smithi086.skylwm (mgr.14199) 72 : cephadm [INF] Reconfiguring mgr.smithi144.dkxklc (monmap changed)... 2024-04-24T13:04:07.098 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:06 smithi144 bash[20191]: cephadm 2024-04-24T13:04:05.851681+0000 mgr.smithi086.skylwm (mgr.14199) 72 : cephadm [INF] Reconfiguring mgr.smithi144.dkxklc (monmap changed)... 2024-04-24T13:04:07.098 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:06 smithi144 bash[20191]: audit 2024-04-24T13:04:05.852000+0000 mon.smithi086 (mon.0) 330 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi144.dkxklc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T13:04:07.098 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:06 smithi144 bash[20191]: audit 2024-04-24T13:04:05.852000+0000 mon.smithi086 (mon.0) 330 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi144.dkxklc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T13:04:07.098 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:06 smithi144 bash[20191]: audit 2024-04-24T13:04:05.852860+0000 mon.smithi086 (mon.0) 331 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T13:04:07.099 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:06 smithi144 bash[20191]: audit 2024-04-24T13:04:05.852860+0000 mon.smithi086 (mon.0) 331 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T13:04:07.099 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:06 smithi144 bash[20191]: audit 2024-04-24T13:04:05.853679+0000 mon.smithi086 (mon.0) 332 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:04:07.099 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:06 smithi144 bash[20191]: audit 2024-04-24T13:04:05.853679+0000 mon.smithi086 (mon.0) 332 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:04:07.099 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:06 smithi144 bash[20191]: cephadm 2024-04-24T13:04:05.854794+0000 mgr.smithi086.skylwm (mgr.14199) 73 : cephadm [INF] Reconfiguring daemon mgr.smithi144.dkxklc on smithi144 2024-04-24T13:04:07.099 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:06 smithi144 bash[20191]: cephadm 2024-04-24T13:04:05.854794+0000 mgr.smithi086.skylwm (mgr.14199) 73 : cephadm [INF] Reconfiguring daemon mgr.smithi144.dkxklc on smithi144 2024-04-24T13:04:07.099 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:06 smithi144 bash[20191]: cluster 2024-04-24T13:04:06.054516+0000 mgr.smithi086.skylwm (mgr.14199) 74 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:07.099 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:06 smithi144 bash[20191]: cluster 2024-04-24T13:04:06.054516+0000 mgr.smithi086.skylwm (mgr.14199) 74 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:07.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:06 smithi086 bash[18795]: audit 2024-04-24T13:04:05.823883+0000 mon.smithi086 (mon.0) 329 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:07.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:06 smithi086 bash[18795]: audit 2024-04-24T13:04:05.823883+0000 mon.smithi086 (mon.0) 329 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:07.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:06 smithi086 bash[18795]: cephadm 2024-04-24T13:04:05.851681+0000 mgr.smithi086.skylwm (mgr.14199) 72 : cephadm [INF] Reconfiguring mgr.smithi144.dkxklc (monmap changed)... 2024-04-24T13:04:07.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:06 smithi086 bash[18795]: cephadm 2024-04-24T13:04:05.851681+0000 mgr.smithi086.skylwm (mgr.14199) 72 : cephadm [INF] Reconfiguring mgr.smithi144.dkxklc (monmap changed)... 2024-04-24T13:04:07.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:06 smithi086 bash[18795]: audit 2024-04-24T13:04:05.852000+0000 mon.smithi086 (mon.0) 330 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi144.dkxklc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T13:04:07.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:06 smithi086 bash[18795]: audit 2024-04-24T13:04:05.852000+0000 mon.smithi086 (mon.0) 330 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi144.dkxklc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T13:04:07.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:06 smithi086 bash[18795]: audit 2024-04-24T13:04:05.852860+0000 mon.smithi086 (mon.0) 331 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T13:04:07.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:06 smithi086 bash[18795]: audit 2024-04-24T13:04:05.852860+0000 mon.smithi086 (mon.0) 331 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T13:04:07.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:06 smithi086 bash[18795]: audit 2024-04-24T13:04:05.853679+0000 mon.smithi086 (mon.0) 332 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:04:07.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:06 smithi086 bash[18795]: audit 2024-04-24T13:04:05.853679+0000 mon.smithi086 (mon.0) 332 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:04:07.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:06 smithi086 bash[18795]: cephadm 2024-04-24T13:04:05.854794+0000 mgr.smithi086.skylwm (mgr.14199) 73 : cephadm [INF] Reconfiguring daemon mgr.smithi144.dkxklc on smithi144 2024-04-24T13:04:07.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:06 smithi086 bash[18795]: cephadm 2024-04-24T13:04:05.854794+0000 mgr.smithi086.skylwm (mgr.14199) 73 : cephadm [INF] Reconfiguring daemon mgr.smithi144.dkxklc on smithi144 2024-04-24T13:04:07.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:06 smithi086 bash[18795]: cluster 2024-04-24T13:04:06.054516+0000 mgr.smithi086.skylwm (mgr.14199) 74 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:07.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:06 smithi086 bash[18795]: cluster 2024-04-24T13:04:06.054516+0000 mgr.smithi086.skylwm (mgr.14199) 74 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:08.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:08 smithi086 bash[18795]: audit 2024-04-24T13:04:07.663544+0000 mon.smithi086 (mon.0) 333 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:08.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:08 smithi086 bash[18795]: audit 2024-04-24T13:04:07.663544+0000 mon.smithi086 (mon.0) 333 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:08.964 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:08 smithi086 bash[18795]: cephadm 2024-04-24T13:04:07.673120+0000 mgr.smithi086.skylwm (mgr.14199) 75 : cephadm [INF] Reconfiguring mon.smithi144 (monmap changed)... 2024-04-24T13:04:08.964 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:08 smithi086 bash[18795]: cephadm 2024-04-24T13:04:07.673120+0000 mgr.smithi086.skylwm (mgr.14199) 75 : cephadm [INF] Reconfiguring mon.smithi144 (monmap changed)... 2024-04-24T13:04:08.964 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:08 smithi086 bash[18795]: audit 2024-04-24T13:04:07.673818+0000 mon.smithi086 (mon.0) 334 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T13:04:08.964 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:08 smithi086 bash[18795]: audit 2024-04-24T13:04:07.673818+0000 mon.smithi086 (mon.0) 334 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T13:04:08.964 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:08 smithi086 bash[18795]: audit 2024-04-24T13:04:07.675572+0000 mon.smithi086 (mon.0) 335 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T13:04:08.964 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:08 smithi086 bash[18795]: audit 2024-04-24T13:04:07.675572+0000 mon.smithi086 (mon.0) 335 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T13:04:08.964 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:08 smithi086 bash[18795]: audit 2024-04-24T13:04:07.677270+0000 mon.smithi086 (mon.0) 336 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:04:08.964 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:08 smithi086 bash[18795]: audit 2024-04-24T13:04:07.677270+0000 mon.smithi086 (mon.0) 336 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:04:08.964 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:08 smithi086 bash[18795]: cephadm 2024-04-24T13:04:07.679351+0000 mgr.smithi086.skylwm (mgr.14199) 76 : cephadm [INF] Reconfiguring daemon mon.smithi144 on smithi144 2024-04-24T13:04:08.964 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:08 smithi086 bash[18795]: cephadm 2024-04-24T13:04:07.679351+0000 mgr.smithi086.skylwm (mgr.14199) 76 : cephadm [INF] Reconfiguring daemon mon.smithi144 on smithi144 2024-04-24T13:04:08.964 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:08 smithi086 bash[18795]: cluster 2024-04-24T13:04:08.055460+0000 mgr.smithi086.skylwm (mgr.14199) 77 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:08.964 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:08 smithi086 bash[18795]: cluster 2024-04-24T13:04:08.055460+0000 mgr.smithi086.skylwm (mgr.14199) 77 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:09.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:08 smithi144 bash[20191]: audit 2024-04-24T13:04:07.663544+0000 mon.smithi086 (mon.0) 333 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:09.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:08 smithi144 bash[20191]: audit 2024-04-24T13:04:07.663544+0000 mon.smithi086 (mon.0) 333 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:09.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:08 smithi144 bash[20191]: cephadm 2024-04-24T13:04:07.673120+0000 mgr.smithi086.skylwm (mgr.14199) 75 : cephadm [INF] Reconfiguring mon.smithi144 (monmap changed)... 2024-04-24T13:04:09.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:08 smithi144 bash[20191]: cephadm 2024-04-24T13:04:07.673120+0000 mgr.smithi086.skylwm (mgr.14199) 75 : cephadm [INF] Reconfiguring mon.smithi144 (monmap changed)... 2024-04-24T13:04:09.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:08 smithi144 bash[20191]: audit 2024-04-24T13:04:07.673818+0000 mon.smithi086 (mon.0) 334 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T13:04:09.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:08 smithi144 bash[20191]: audit 2024-04-24T13:04:07.673818+0000 mon.smithi086 (mon.0) 334 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T13:04:09.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:08 smithi144 bash[20191]: audit 2024-04-24T13:04:07.675572+0000 mon.smithi086 (mon.0) 335 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T13:04:09.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:08 smithi144 bash[20191]: audit 2024-04-24T13:04:07.675572+0000 mon.smithi086 (mon.0) 335 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T13:04:09.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:08 smithi144 bash[20191]: audit 2024-04-24T13:04:07.677270+0000 mon.smithi086 (mon.0) 336 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:04:09.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:08 smithi144 bash[20191]: audit 2024-04-24T13:04:07.677270+0000 mon.smithi086 (mon.0) 336 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:04:09.048 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:08 smithi144 bash[20191]: cephadm 2024-04-24T13:04:07.679351+0000 mgr.smithi086.skylwm (mgr.14199) 76 : cephadm [INF] Reconfiguring daemon mon.smithi144 on smithi144 2024-04-24T13:04:09.048 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:08 smithi144 bash[20191]: cephadm 2024-04-24T13:04:07.679351+0000 mgr.smithi086.skylwm (mgr.14199) 76 : cephadm [INF] Reconfiguring daemon mon.smithi144 on smithi144 2024-04-24T13:04:09.048 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:08 smithi144 bash[20191]: cluster 2024-04-24T13:04:08.055460+0000 mgr.smithi086.skylwm (mgr.14199) 77 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:09.048 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:08 smithi144 bash[20191]: cluster 2024-04-24T13:04:08.055460+0000 mgr.smithi086.skylwm (mgr.14199) 77 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:10.384 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:04:10.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:10 smithi086 bash[18795]: audit 2024-04-24T13:04:09.512294+0000 mon.smithi086 (mon.0) 337 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:10.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:10 smithi086 bash[18795]: audit 2024-04-24T13:04:09.512294+0000 mon.smithi086 (mon.0) 337 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:10.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:10 smithi086 bash[18795]: audit 2024-04-24T13:04:09.557115+0000 mon.smithi086 (mon.0) 338 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-24T13:04:10.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:10 smithi086 bash[18795]: audit 2024-04-24T13:04:09.557115+0000 mon.smithi086 (mon.0) 338 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-24T13:04:10.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:10 smithi086 bash[18795]: audit 2024-04-24T13:04:09.560556+0000 mon.smithi086 (mon.0) 339 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi086.front.sepia.ceph.com:9093"}]: dispatch 2024-04-24T13:04:10.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:10 smithi086 bash[18795]: audit 2024-04-24T13:04:09.560556+0000 mon.smithi086 (mon.0) 339 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi086.front.sepia.ceph.com:9093"}]: dispatch 2024-04-24T13:04:10.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:10 smithi086 bash[18795]: audit 2024-04-24T13:04:09.568280+0000 mon.smithi086 (mon.0) 340 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:10.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:10 smithi086 bash[18795]: audit 2024-04-24T13:04:09.568280+0000 mon.smithi086 (mon.0) 340 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:10.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:10 smithi086 bash[18795]: audit 2024-04-24T13:04:09.594621+0000 mon.smithi086 (mon.0) 341 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-24T13:04:10.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:10 smithi086 bash[18795]: audit 2024-04-24T13:04:09.594621+0000 mon.smithi086 (mon.0) 341 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-24T13:04:10.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:10 smithi086 bash[18795]: audit 2024-04-24T13:04:09.598705+0000 mon.smithi086 (mon.0) 342 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi086.front.sepia.ceph.com:3000"}]: dispatch 2024-04-24T13:04:10.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:10 smithi086 bash[18795]: audit 2024-04-24T13:04:09.598705+0000 mon.smithi086 (mon.0) 342 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi086.front.sepia.ceph.com:3000"}]: dispatch 2024-04-24T13:04:10.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:10 smithi086 bash[18795]: audit 2024-04-24T13:04:09.608106+0000 mon.smithi086 (mon.0) 343 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:10.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:10 smithi086 bash[18795]: audit 2024-04-24T13:04:09.608106+0000 mon.smithi086 (mon.0) 343 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:10.715 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:10 smithi086 bash[18795]: audit 2024-04-24T13:04:09.624979+0000 mon.smithi086 (mon.0) 344 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-24T13:04:10.715 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:10 smithi086 bash[18795]: audit 2024-04-24T13:04:09.624979+0000 mon.smithi086 (mon.0) 344 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-24T13:04:10.715 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:10 smithi086 bash[18795]: audit 2024-04-24T13:04:09.628081+0000 mon.smithi086 (mon.0) 345 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi086.front.sepia.ceph.com:9095"}]: dispatch 2024-04-24T13:04:10.715 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:10 smithi086 bash[18795]: audit 2024-04-24T13:04:09.628081+0000 mon.smithi086 (mon.0) 345 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi086.front.sepia.ceph.com:9095"}]: dispatch 2024-04-24T13:04:10.715 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:10 smithi086 bash[18795]: audit 2024-04-24T13:04:09.634829+0000 mon.smithi086 (mon.0) 346 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:10.715 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:10 smithi086 bash[18795]: audit 2024-04-24T13:04:09.634829+0000 mon.smithi086 (mon.0) 346 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:10.715 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:10 smithi086 bash[18795]: audit 2024-04-24T13:04:09.652684+0000 mon.smithi086 (mon.0) 347 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:04:10.715 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:10 smithi086 bash[18795]: audit 2024-04-24T13:04:09.652684+0000 mon.smithi086 (mon.0) 347 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:04:10.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:10 smithi144 bash[20191]: audit 2024-04-24T13:04:09.512294+0000 mon.smithi086 (mon.0) 337 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:10.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:10 smithi144 bash[20191]: audit 2024-04-24T13:04:09.512294+0000 mon.smithi086 (mon.0) 337 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:10.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:10 smithi144 bash[20191]: audit 2024-04-24T13:04:09.557115+0000 mon.smithi086 (mon.0) 338 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-24T13:04:10.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:10 smithi144 bash[20191]: audit 2024-04-24T13:04:09.557115+0000 mon.smithi086 (mon.0) 338 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-24T13:04:10.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:10 smithi144 bash[20191]: audit 2024-04-24T13:04:09.560556+0000 mon.smithi086 (mon.0) 339 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi086.front.sepia.ceph.com:9093"}]: dispatch 2024-04-24T13:04:10.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:10 smithi144 bash[20191]: audit 2024-04-24T13:04:09.560556+0000 mon.smithi086 (mon.0) 339 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi086.front.sepia.ceph.com:9093"}]: dispatch 2024-04-24T13:04:10.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:10 smithi144 bash[20191]: audit 2024-04-24T13:04:09.568280+0000 mon.smithi086 (mon.0) 340 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:10.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:10 smithi144 bash[20191]: audit 2024-04-24T13:04:09.568280+0000 mon.smithi086 (mon.0) 340 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:10.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:10 smithi144 bash[20191]: audit 2024-04-24T13:04:09.594621+0000 mon.smithi086 (mon.0) 341 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-24T13:04:10.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:10 smithi144 bash[20191]: audit 2024-04-24T13:04:09.594621+0000 mon.smithi086 (mon.0) 341 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-24T13:04:10.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:10 smithi144 bash[20191]: audit 2024-04-24T13:04:09.598705+0000 mon.smithi086 (mon.0) 342 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi086.front.sepia.ceph.com:3000"}]: dispatch 2024-04-24T13:04:10.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:10 smithi144 bash[20191]: audit 2024-04-24T13:04:09.598705+0000 mon.smithi086 (mon.0) 342 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi086.front.sepia.ceph.com:3000"}]: dispatch 2024-04-24T13:04:10.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:10 smithi144 bash[20191]: audit 2024-04-24T13:04:09.608106+0000 mon.smithi086 (mon.0) 343 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:10.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:10 smithi144 bash[20191]: audit 2024-04-24T13:04:09.608106+0000 mon.smithi086 (mon.0) 343 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:10.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:10 smithi144 bash[20191]: audit 2024-04-24T13:04:09.624979+0000 mon.smithi086 (mon.0) 344 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-24T13:04:10.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:10 smithi144 bash[20191]: audit 2024-04-24T13:04:09.624979+0000 mon.smithi086 (mon.0) 344 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-24T13:04:10.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:10 smithi144 bash[20191]: audit 2024-04-24T13:04:09.628081+0000 mon.smithi086 (mon.0) 345 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi086.front.sepia.ceph.com:9095"}]: dispatch 2024-04-24T13:04:10.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:10 smithi144 bash[20191]: audit 2024-04-24T13:04:09.628081+0000 mon.smithi086 (mon.0) 345 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi086.front.sepia.ceph.com:9095"}]: dispatch 2024-04-24T13:04:10.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:10 smithi144 bash[20191]: audit 2024-04-24T13:04:09.634829+0000 mon.smithi086 (mon.0) 346 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:10.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:10 smithi144 bash[20191]: audit 2024-04-24T13:04:09.634829+0000 mon.smithi086 (mon.0) 346 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:10.799 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:10 smithi144 bash[20191]: audit 2024-04-24T13:04:09.652684+0000 mon.smithi086 (mon.0) 347 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:04:10.799 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:10 smithi144 bash[20191]: audit 2024-04-24T13:04:09.652684+0000 mon.smithi086 (mon.0) 347 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:04:11.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:11 smithi086 bash[18795]: audit 2024-04-24T13:04:09.558133+0000 mgr.smithi086.skylwm (mgr.14199) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-24T13:04:11.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:11 smithi086 bash[18795]: audit 2024-04-24T13:04:09.558133+0000 mgr.smithi086.skylwm (mgr.14199) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-24T13:04:11.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:11 smithi086 bash[18795]: audit 2024-04-24T13:04:09.561432+0000 mgr.smithi086.skylwm (mgr.14199) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi086.front.sepia.ceph.com:9093"}]: dispatch 2024-04-24T13:04:11.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:11 smithi086 bash[18795]: audit 2024-04-24T13:04:09.561432+0000 mgr.smithi086.skylwm (mgr.14199) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi086.front.sepia.ceph.com:9093"}]: dispatch 2024-04-24T13:04:11.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:11 smithi086 bash[18795]: audit 2024-04-24T13:04:09.595336+0000 mgr.smithi086.skylwm (mgr.14199) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-24T13:04:11.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:11 smithi086 bash[18795]: audit 2024-04-24T13:04:09.595336+0000 mgr.smithi086.skylwm (mgr.14199) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-24T13:04:11.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:11 smithi086 bash[18795]: audit 2024-04-24T13:04:09.599351+0000 mgr.smithi086.skylwm (mgr.14199) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi086.front.sepia.ceph.com:3000"}]: dispatch 2024-04-24T13:04:11.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:11 smithi086 bash[18795]: audit 2024-04-24T13:04:09.599351+0000 mgr.smithi086.skylwm (mgr.14199) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi086.front.sepia.ceph.com:3000"}]: dispatch 2024-04-24T13:04:11.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:11 smithi086 bash[18795]: audit 2024-04-24T13:04:09.625583+0000 mgr.smithi086.skylwm (mgr.14199) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-24T13:04:11.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:11 smithi086 bash[18795]: audit 2024-04-24T13:04:09.625583+0000 mgr.smithi086.skylwm (mgr.14199) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-24T13:04:11.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:11 smithi086 bash[18795]: audit 2024-04-24T13:04:09.628510+0000 mgr.smithi086.skylwm (mgr.14199) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi086.front.sepia.ceph.com:9095"}]: dispatch 2024-04-24T13:04:11.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:11 smithi086 bash[18795]: audit 2024-04-24T13:04:09.628510+0000 mgr.smithi086.skylwm (mgr.14199) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi086.front.sepia.ceph.com:9095"}]: dispatch 2024-04-24T13:04:11.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:11 smithi086 bash[18795]: cluster 2024-04-24T13:04:10.056029+0000 mgr.smithi086.skylwm (mgr.14199) 84 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:11.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:11 smithi086 bash[18795]: cluster 2024-04-24T13:04:10.056029+0000 mgr.smithi086.skylwm (mgr.14199) 84 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:11.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:11 smithi086 bash[18795]: audit 2024-04-24T13:04:10.855519+0000 mon.smithi086 (mon.0) 348 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:04:11.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:11 smithi086 bash[18795]: audit 2024-04-24T13:04:10.855519+0000 mon.smithi086 (mon.0) 348 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:04:11.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:11 smithi144 bash[20191]: audit 2024-04-24T13:04:09.558133+0000 mgr.smithi086.skylwm (mgr.14199) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-24T13:04:11.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:11 smithi144 bash[20191]: audit 2024-04-24T13:04:09.558133+0000 mgr.smithi086.skylwm (mgr.14199) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-24T13:04:11.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:11 smithi144 bash[20191]: audit 2024-04-24T13:04:09.561432+0000 mgr.smithi086.skylwm (mgr.14199) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi086.front.sepia.ceph.com:9093"}]: dispatch 2024-04-24T13:04:11.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:11 smithi144 bash[20191]: audit 2024-04-24T13:04:09.561432+0000 mgr.smithi086.skylwm (mgr.14199) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi086.front.sepia.ceph.com:9093"}]: dispatch 2024-04-24T13:04:11.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:11 smithi144 bash[20191]: audit 2024-04-24T13:04:09.595336+0000 mgr.smithi086.skylwm (mgr.14199) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-24T13:04:11.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:11 smithi144 bash[20191]: audit 2024-04-24T13:04:09.595336+0000 mgr.smithi086.skylwm (mgr.14199) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-24T13:04:11.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:11 smithi144 bash[20191]: audit 2024-04-24T13:04:09.599351+0000 mgr.smithi086.skylwm (mgr.14199) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi086.front.sepia.ceph.com:3000"}]: dispatch 2024-04-24T13:04:11.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:11 smithi144 bash[20191]: audit 2024-04-24T13:04:09.599351+0000 mgr.smithi086.skylwm (mgr.14199) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi086.front.sepia.ceph.com:3000"}]: dispatch 2024-04-24T13:04:11.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:11 smithi144 bash[20191]: audit 2024-04-24T13:04:09.625583+0000 mgr.smithi086.skylwm (mgr.14199) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-24T13:04:11.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:11 smithi144 bash[20191]: audit 2024-04-24T13:04:09.625583+0000 mgr.smithi086.skylwm (mgr.14199) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-24T13:04:11.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:11 smithi144 bash[20191]: audit 2024-04-24T13:04:09.628510+0000 mgr.smithi086.skylwm (mgr.14199) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi086.front.sepia.ceph.com:9095"}]: dispatch 2024-04-24T13:04:11.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:11 smithi144 bash[20191]: audit 2024-04-24T13:04:09.628510+0000 mgr.smithi086.skylwm (mgr.14199) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi086.front.sepia.ceph.com:9095"}]: dispatch 2024-04-24T13:04:11.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:11 smithi144 bash[20191]: cluster 2024-04-24T13:04:10.056029+0000 mgr.smithi086.skylwm (mgr.14199) 84 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:11.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:11 smithi144 bash[20191]: cluster 2024-04-24T13:04:10.056029+0000 mgr.smithi086.skylwm (mgr.14199) 84 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:11.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:11 smithi144 bash[20191]: audit 2024-04-24T13:04:10.855519+0000 mon.smithi086 (mon.0) 348 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:04:11.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:11 smithi144 bash[20191]: audit 2024-04-24T13:04:10.855519+0000 mon.smithi086 (mon.0) 348 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:04:11.825 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:04:12.463 INFO:teuthology.orchestra.run.smithi086.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-24T13:04:12.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:12 smithi086 bash[18795]: audit 2024-04-24T13:04:11.827429+0000 mon.smithi086 (mon.0) 349 : audit [DBG] from='client.? 172.21.15.86:0/3457626807' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:04:12.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:12 smithi086 bash[18795]: audit 2024-04-24T13:04:11.827429+0000 mon.smithi086 (mon.0) 349 : audit [DBG] from='client.? 172.21.15.86:0/3457626807' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:04:12.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:12 smithi144 bash[20191]: audit 2024-04-24T13:04:11.827429+0000 mon.smithi086 (mon.0) 349 : audit [DBG] from='client.? 172.21.15.86:0/3457626807' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:04:12.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:12 smithi144 bash[20191]: audit 2024-04-24T13:04:11.827429+0000 mon.smithi086 (mon.0) 349 : audit [DBG] from='client.? 172.21.15.86:0/3457626807' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:04:13.465 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:04:13.737 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:13 smithi086 bash[18795]: cluster 2024-04-24T13:04:12.056946+0000 mgr.smithi086.skylwm (mgr.14199) 85 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:13.738 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:13 smithi086 bash[18795]: cluster 2024-04-24T13:04:12.056946+0000 mgr.smithi086.skylwm (mgr.14199) 85 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:13.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:13 smithi144 bash[20191]: cluster 2024-04-24T13:04:12.056946+0000 mgr.smithi086.skylwm (mgr.14199) 85 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:13.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:13 smithi144 bash[20191]: cluster 2024-04-24T13:04:12.056946+0000 mgr.smithi086.skylwm (mgr.14199) 85 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:15.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:15 smithi086 bash[18795]: cluster 2024-04-24T13:04:14.057900+0000 mgr.smithi086.skylwm (mgr.14199) 86 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:15.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:15 smithi086 bash[18795]: cluster 2024-04-24T13:04:14.057900+0000 mgr.smithi086.skylwm (mgr.14199) 86 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:15.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:15 smithi086 bash[18795]: audit 2024-04-24T13:04:15.089776+0000 mon.smithi086 (mon.0) 350 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:15.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:15 smithi086 bash[18795]: audit 2024-04-24T13:04:15.089776+0000 mon.smithi086 (mon.0) 350 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:15.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:15 smithi144 bash[20191]: cluster 2024-04-24T13:04:14.057900+0000 mgr.smithi086.skylwm (mgr.14199) 86 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:15.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:15 smithi144 bash[20191]: cluster 2024-04-24T13:04:14.057900+0000 mgr.smithi086.skylwm (mgr.14199) 86 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:15.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:15 smithi144 bash[20191]: audit 2024-04-24T13:04:15.089776+0000 mon.smithi086 (mon.0) 350 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:15.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:15 smithi144 bash[20191]: audit 2024-04-24T13:04:15.089776+0000 mon.smithi086 (mon.0) 350 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:17.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:16 smithi086 bash[18795]: audit 2024-04-24T13:04:15.800630+0000 mon.smithi086 (mon.0) 351 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:17.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:16 smithi086 bash[18795]: audit 2024-04-24T13:04:15.800630+0000 mon.smithi086 (mon.0) 351 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:17.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:16 smithi086 bash[18795]: cluster 2024-04-24T13:04:16.058529+0000 mgr.smithi086.skylwm (mgr.14199) 87 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:17.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:16 smithi086 bash[18795]: cluster 2024-04-24T13:04:16.058529+0000 mgr.smithi086.skylwm (mgr.14199) 87 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:17.296 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:16 smithi144 bash[20191]: audit 2024-04-24T13:04:15.800630+0000 mon.smithi086 (mon.0) 351 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:17.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:16 smithi144 bash[20191]: audit 2024-04-24T13:04:15.800630+0000 mon.smithi086 (mon.0) 351 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:17.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:16 smithi144 bash[20191]: cluster 2024-04-24T13:04:16.058529+0000 mgr.smithi086.skylwm (mgr.14199) 87 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:17.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:16 smithi144 bash[20191]: cluster 2024-04-24T13:04:16.058529+0000 mgr.smithi086.skylwm (mgr.14199) 87 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:18.009 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:04:19.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:19 smithi086 bash[18795]: cluster 2024-04-24T13:04:18.059241+0000 mgr.smithi086.skylwm (mgr.14199) 88 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:19.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:19 smithi086 bash[18795]: cluster 2024-04-24T13:04:18.059241+0000 mgr.smithi086.skylwm (mgr.14199) 88 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:19.265 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:04:19.546 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:19 smithi144 bash[20191]: cluster 2024-04-24T13:04:18.059241+0000 mgr.smithi086.skylwm (mgr.14199) 88 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:19.546 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:19 smithi144 bash[20191]: cluster 2024-04-24T13:04:18.059241+0000 mgr.smithi086.skylwm (mgr.14199) 88 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:19.833 INFO:teuthology.orchestra.run.smithi086.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-24T13:04:20.430 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:20 smithi086 bash[18795]: audit 2024-04-24T13:04:19.267469+0000 mon.smithi086 (mon.0) 352 : audit [DBG] from='client.? 172.21.15.86:0/2985575269' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:04:20.430 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:20 smithi086 bash[18795]: audit 2024-04-24T13:04:19.267469+0000 mon.smithi086 (mon.0) 352 : audit [DBG] from='client.? 172.21.15.86:0/2985575269' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:04:20.458 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:20 smithi144 bash[20191]: audit 2024-04-24T13:04:19.267469+0000 mon.smithi086 (mon.0) 352 : audit [DBG] from='client.? 172.21.15.86:0/2985575269' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:04:20.459 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:20 smithi144 bash[20191]: audit 2024-04-24T13:04:19.267469+0000 mon.smithi086 (mon.0) 352 : audit [DBG] from='client.? 172.21.15.86:0/2985575269' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:04:20.834 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:04:21.402 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:21 smithi144 bash[20191]: cluster 2024-04-24T13:04:20.060152+0000 mgr.smithi086.skylwm (mgr.14199) 89 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:21.402 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:21 smithi144 bash[20191]: cluster 2024-04-24T13:04:20.060152+0000 mgr.smithi086.skylwm (mgr.14199) 89 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:21.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:21 smithi086 bash[18795]: cluster 2024-04-24T13:04:20.060152+0000 mgr.smithi086.skylwm (mgr.14199) 89 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:21.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:21 smithi086 bash[18795]: cluster 2024-04-24T13:04:20.060152+0000 mgr.smithi086.skylwm (mgr.14199) 89 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:23.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:23 smithi086 bash[18795]: cluster 2024-04-24T13:04:22.060725+0000 mgr.smithi086.skylwm (mgr.14199) 90 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:23.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:23 smithi086 bash[18795]: cluster 2024-04-24T13:04:22.060725+0000 mgr.smithi086.skylwm (mgr.14199) 90 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:23.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:23 smithi086 bash[18795]: audit 2024-04-24T13:04:22.405157+0000 mon.smithi086 (mon.0) 353 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:23.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:23 smithi086 bash[18795]: audit 2024-04-24T13:04:22.405157+0000 mon.smithi086 (mon.0) 353 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:23.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:23 smithi086 bash[18795]: audit 2024-04-24T13:04:23.061911+0000 mon.smithi086 (mon.0) 354 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:23.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:23 smithi086 bash[18795]: audit 2024-04-24T13:04:23.061911+0000 mon.smithi086 (mon.0) 354 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:23.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:23 smithi086 bash[18795]: audit 2024-04-24T13:04:23.064211+0000 mon.smithi086 (mon.0) 355 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:04:23.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:23 smithi086 bash[18795]: audit 2024-04-24T13:04:23.064211+0000 mon.smithi086 (mon.0) 355 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:04:23.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:23 smithi086 bash[18795]: audit 2024-04-24T13:04:23.066033+0000 mon.smithi086 (mon.0) 356 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:04:23.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:23 smithi086 bash[18795]: audit 2024-04-24T13:04:23.066033+0000 mon.smithi086 (mon.0) 356 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:04:23.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:23 smithi086 bash[18795]: audit 2024-04-24T13:04:23.074785+0000 mon.smithi086 (mon.0) 357 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:23.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:23 smithi086 bash[18795]: audit 2024-04-24T13:04:23.074785+0000 mon.smithi086 (mon.0) 357 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:23.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:23 smithi086 bash[18795]: audit 2024-04-24T13:04:23.083071+0000 mon.smithi086 (mon.0) 358 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:04:23.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:23 smithi086 bash[18795]: audit 2024-04-24T13:04:23.083071+0000 mon.smithi086 (mon.0) 358 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:04:23.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:23 smithi144 bash[20191]: cluster 2024-04-24T13:04:22.060725+0000 mgr.smithi086.skylwm (mgr.14199) 90 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:23.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:23 smithi144 bash[20191]: cluster 2024-04-24T13:04:22.060725+0000 mgr.smithi086.skylwm (mgr.14199) 90 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:23.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:23 smithi144 bash[20191]: audit 2024-04-24T13:04:22.405157+0000 mon.smithi086 (mon.0) 353 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:23.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:23 smithi144 bash[20191]: audit 2024-04-24T13:04:22.405157+0000 mon.smithi086 (mon.0) 353 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:23.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:23 smithi144 bash[20191]: audit 2024-04-24T13:04:23.061911+0000 mon.smithi086 (mon.0) 354 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:23.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:23 smithi144 bash[20191]: audit 2024-04-24T13:04:23.061911+0000 mon.smithi086 (mon.0) 354 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:23.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:23 smithi144 bash[20191]: audit 2024-04-24T13:04:23.064211+0000 mon.smithi086 (mon.0) 355 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:04:23.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:23 smithi144 bash[20191]: audit 2024-04-24T13:04:23.064211+0000 mon.smithi086 (mon.0) 355 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:04:23.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:23 smithi144 bash[20191]: audit 2024-04-24T13:04:23.066033+0000 mon.smithi086 (mon.0) 356 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:04:23.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:23 smithi144 bash[20191]: audit 2024-04-24T13:04:23.066033+0000 mon.smithi086 (mon.0) 356 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:04:23.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:23 smithi144 bash[20191]: audit 2024-04-24T13:04:23.074785+0000 mon.smithi086 (mon.0) 357 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:23.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:23 smithi144 bash[20191]: audit 2024-04-24T13:04:23.074785+0000 mon.smithi086 (mon.0) 357 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:04:23.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:23 smithi144 bash[20191]: audit 2024-04-24T13:04:23.083071+0000 mon.smithi086 (mon.0) 358 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:04:23.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:23 smithi144 bash[20191]: audit 2024-04-24T13:04:23.083071+0000 mon.smithi086 (mon.0) 358 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:04:24.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:24 smithi086 bash[18795]: cluster 2024-04-24T13:04:23.069012+0000 mgr.smithi086.skylwm (mgr.14199) 91 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:24.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:24 smithi086 bash[18795]: cluster 2024-04-24T13:04:23.069012+0000 mgr.smithi086.skylwm (mgr.14199) 91 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:24.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:24 smithi086 bash[18795]: cluster 2024-04-24T13:04:23.070111+0000 mgr.smithi086.skylwm (mgr.14199) 92 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:24.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:24 smithi086 bash[18795]: cluster 2024-04-24T13:04:23.070111+0000 mgr.smithi086.skylwm (mgr.14199) 92 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:24.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:24 smithi144 bash[20191]: cluster 2024-04-24T13:04:23.069012+0000 mgr.smithi086.skylwm (mgr.14199) 91 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:24.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:24 smithi144 bash[20191]: cluster 2024-04-24T13:04:23.069012+0000 mgr.smithi086.skylwm (mgr.14199) 91 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:24.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:24 smithi144 bash[20191]: cluster 2024-04-24T13:04:23.070111+0000 mgr.smithi086.skylwm (mgr.14199) 92 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:24.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:24 smithi144 bash[20191]: cluster 2024-04-24T13:04:23.070111+0000 mgr.smithi086.skylwm (mgr.14199) 92 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:25.379 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:04:26.533 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:04:26.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:26 smithi086 bash[18795]: cluster 2024-04-24T13:04:25.071148+0000 mgr.smithi086.skylwm (mgr.14199) 93 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:26.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:26 smithi086 bash[18795]: cluster 2024-04-24T13:04:25.071148+0000 mgr.smithi086.skylwm (mgr.14199) 93 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:26.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:26 smithi086 bash[18795]: audit 2024-04-24T13:04:25.855639+0000 mon.smithi086 (mon.0) 359 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:04:26.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:26 smithi086 bash[18795]: audit 2024-04-24T13:04:25.855639+0000 mon.smithi086 (mon.0) 359 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:04:26.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:26 smithi144 bash[20191]: cluster 2024-04-24T13:04:25.071148+0000 mgr.smithi086.skylwm (mgr.14199) 93 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:26.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:26 smithi144 bash[20191]: cluster 2024-04-24T13:04:25.071148+0000 mgr.smithi086.skylwm (mgr.14199) 93 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:26.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:26 smithi144 bash[20191]: audit 2024-04-24T13:04:25.855639+0000 mon.smithi086 (mon.0) 359 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:04:26.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:26 smithi144 bash[20191]: audit 2024-04-24T13:04:25.855639+0000 mon.smithi086 (mon.0) 359 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:04:27.125 INFO:teuthology.orchestra.run.smithi086.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-24T13:04:27.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:27 smithi086 bash[18795]: audit 2024-04-24T13:04:26.535615+0000 mon.smithi086 (mon.0) 360 : audit [DBG] from='client.? 172.21.15.86:0/715803689' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:04:27.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:27 smithi086 bash[18795]: audit 2024-04-24T13:04:26.535615+0000 mon.smithi086 (mon.0) 360 : audit [DBG] from='client.? 172.21.15.86:0/715803689' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:04:27.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:27 smithi144 bash[20191]: audit 2024-04-24T13:04:26.535615+0000 mon.smithi086 (mon.0) 360 : audit [DBG] from='client.? 172.21.15.86:0/715803689' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:04:27.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:27 smithi144 bash[20191]: audit 2024-04-24T13:04:26.535615+0000 mon.smithi086 (mon.0) 360 : audit [DBG] from='client.? 172.21.15.86:0/715803689' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:04:28.126 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:04:28.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:28 smithi086 bash[18795]: cluster 2024-04-24T13:04:27.072173+0000 mgr.smithi086.skylwm (mgr.14199) 94 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:28.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:28 smithi086 bash[18795]: cluster 2024-04-24T13:04:27.072173+0000 mgr.smithi086.skylwm (mgr.14199) 94 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:28.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:28 smithi144 bash[20191]: cluster 2024-04-24T13:04:27.072173+0000 mgr.smithi086.skylwm (mgr.14199) 94 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:28.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:28 smithi144 bash[20191]: cluster 2024-04-24T13:04:27.072173+0000 mgr.smithi086.skylwm (mgr.14199) 94 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:30.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:30 smithi086 bash[18795]: cluster 2024-04-24T13:04:29.073159+0000 mgr.smithi086.skylwm (mgr.14199) 95 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:30.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:30 smithi086 bash[18795]: cluster 2024-04-24T13:04:29.073159+0000 mgr.smithi086.skylwm (mgr.14199) 95 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:30.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:30 smithi144 bash[20191]: cluster 2024-04-24T13:04:29.073159+0000 mgr.smithi086.skylwm (mgr.14199) 95 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:30.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:30 smithi144 bash[20191]: cluster 2024-04-24T13:04:29.073159+0000 mgr.smithi086.skylwm (mgr.14199) 95 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:32.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:32 smithi086 bash[18795]: cluster 2024-04-24T13:04:31.074119+0000 mgr.smithi086.skylwm (mgr.14199) 96 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:32.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:32 smithi086 bash[18795]: cluster 2024-04-24T13:04:31.074119+0000 mgr.smithi086.skylwm (mgr.14199) 96 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:32.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:32 smithi144 bash[20191]: cluster 2024-04-24T13:04:31.074119+0000 mgr.smithi086.skylwm (mgr.14199) 96 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:32.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:32 smithi144 bash[20191]: cluster 2024-04-24T13:04:31.074119+0000 mgr.smithi086.skylwm (mgr.14199) 96 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:32.893 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:04:34.147 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:04:34.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:34 smithi086 bash[18795]: cluster 2024-04-24T13:04:33.075109+0000 mgr.smithi086.skylwm (mgr.14199) 97 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:34.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:34 smithi086 bash[18795]: cluster 2024-04-24T13:04:33.075109+0000 mgr.smithi086.skylwm (mgr.14199) 97 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:34.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:34 smithi086 bash[18795]: audit 2024-04-24T13:04:34.149267+0000 mon.smithi086 (mon.0) 361 : audit [DBG] from='client.? 172.21.15.86:0/3742841804' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:04:34.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:34 smithi086 bash[18795]: audit 2024-04-24T13:04:34.149267+0000 mon.smithi086 (mon.0) 361 : audit [DBG] from='client.? 172.21.15.86:0/3742841804' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:04:34.749 INFO:teuthology.orchestra.run.smithi086.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-24T13:04:34.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:34 smithi144 bash[20191]: cluster 2024-04-24T13:04:33.075109+0000 mgr.smithi086.skylwm (mgr.14199) 97 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:34.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:34 smithi144 bash[20191]: cluster 2024-04-24T13:04:33.075109+0000 mgr.smithi086.skylwm (mgr.14199) 97 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:34.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:34 smithi144 bash[20191]: audit 2024-04-24T13:04:34.149267+0000 mon.smithi086 (mon.0) 361 : audit [DBG] from='client.? 172.21.15.86:0/3742841804' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:04:34.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:34 smithi144 bash[20191]: audit 2024-04-24T13:04:34.149267+0000 mon.smithi086 (mon.0) 361 : audit [DBG] from='client.? 172.21.15.86:0/3742841804' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:04:35.750 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:04:36.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:36 smithi086 bash[18795]: cluster 2024-04-24T13:04:35.076090+0000 mgr.smithi086.skylwm (mgr.14199) 98 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:36.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:36 smithi086 bash[18795]: cluster 2024-04-24T13:04:35.076090+0000 mgr.smithi086.skylwm (mgr.14199) 98 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:36.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:36 smithi144 bash[20191]: cluster 2024-04-24T13:04:35.076090+0000 mgr.smithi086.skylwm (mgr.14199) 98 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:36.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:36 smithi144 bash[20191]: cluster 2024-04-24T13:04:35.076090+0000 mgr.smithi086.skylwm (mgr.14199) 98 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:38.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:38 smithi086 bash[18795]: cluster 2024-04-24T13:04:37.077041+0000 mgr.smithi086.skylwm (mgr.14199) 99 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:38.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:38 smithi086 bash[18795]: cluster 2024-04-24T13:04:37.077041+0000 mgr.smithi086.skylwm (mgr.14199) 99 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:38.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:38 smithi144 bash[20191]: cluster 2024-04-24T13:04:37.077041+0000 mgr.smithi086.skylwm (mgr.14199) 99 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:38.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:38 smithi144 bash[20191]: cluster 2024-04-24T13:04:37.077041+0000 mgr.smithi086.skylwm (mgr.14199) 99 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:40.518 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:04:40.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:40 smithi086 bash[18795]: cluster 2024-04-24T13:04:39.078050+0000 mgr.smithi086.skylwm (mgr.14199) 100 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:40.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:40 smithi086 bash[18795]: cluster 2024-04-24T13:04:39.078050+0000 mgr.smithi086.skylwm (mgr.14199) 100 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:40.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:40 smithi144 bash[20191]: cluster 2024-04-24T13:04:39.078050+0000 mgr.smithi086.skylwm (mgr.14199) 100 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:40.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:40 smithi144 bash[20191]: cluster 2024-04-24T13:04:39.078050+0000 mgr.smithi086.skylwm (mgr.14199) 100 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:41.651 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:04:41.665 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:41 smithi086 bash[18795]: audit 2024-04-24T13:04:40.855980+0000 mon.smithi086 (mon.0) 362 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:04:41.666 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:41 smithi086 bash[18795]: audit 2024-04-24T13:04:40.855980+0000 mon.smithi086 (mon.0) 362 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:04:41.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:41 smithi144 bash[20191]: audit 2024-04-24T13:04:40.855980+0000 mon.smithi086 (mon.0) 362 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:04:41.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:41 smithi144 bash[20191]: audit 2024-04-24T13:04:40.855980+0000 mon.smithi086 (mon.0) 362 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:04:42.234 INFO:teuthology.orchestra.run.smithi086.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-24T13:04:42.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:42 smithi086 bash[18795]: cluster 2024-04-24T13:04:41.078937+0000 mgr.smithi086.skylwm (mgr.14199) 101 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:42.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:42 smithi086 bash[18795]: cluster 2024-04-24T13:04:41.078937+0000 mgr.smithi086.skylwm (mgr.14199) 101 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:42.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:42 smithi086 bash[18795]: audit 2024-04-24T13:04:41.653153+0000 mon.smithi086 (mon.0) 363 : audit [DBG] from='client.? 172.21.15.86:0/954140962' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:04:42.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:42 smithi086 bash[18795]: audit 2024-04-24T13:04:41.653153+0000 mon.smithi086 (mon.0) 363 : audit [DBG] from='client.? 172.21.15.86:0/954140962' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:04:42.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:42 smithi144 bash[20191]: cluster 2024-04-24T13:04:41.078937+0000 mgr.smithi086.skylwm (mgr.14199) 101 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:42.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:42 smithi144 bash[20191]: cluster 2024-04-24T13:04:41.078937+0000 mgr.smithi086.skylwm (mgr.14199) 101 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:42.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:42 smithi144 bash[20191]: audit 2024-04-24T13:04:41.653153+0000 mon.smithi086 (mon.0) 363 : audit [DBG] from='client.? 172.21.15.86:0/954140962' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:04:42.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:42 smithi144 bash[20191]: audit 2024-04-24T13:04:41.653153+0000 mon.smithi086 (mon.0) 363 : audit [DBG] from='client.? 172.21.15.86:0/954140962' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:04:43.235 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:04:44.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:44 smithi086 bash[18795]: cluster 2024-04-24T13:04:43.079884+0000 mgr.smithi086.skylwm (mgr.14199) 102 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:44.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:44 smithi086 bash[18795]: cluster 2024-04-24T13:04:43.079884+0000 mgr.smithi086.skylwm (mgr.14199) 102 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:44.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:44 smithi144 bash[20191]: cluster 2024-04-24T13:04:43.079884+0000 mgr.smithi086.skylwm (mgr.14199) 102 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:44.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:44 smithi144 bash[20191]: cluster 2024-04-24T13:04:43.079884+0000 mgr.smithi086.skylwm (mgr.14199) 102 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:46.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:46 smithi144 bash[20191]: cluster 2024-04-24T13:04:45.080814+0000 mgr.smithi086.skylwm (mgr.14199) 103 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:46.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:46 smithi144 bash[20191]: cluster 2024-04-24T13:04:45.080814+0000 mgr.smithi086.skylwm (mgr.14199) 103 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:46.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:46 smithi086 bash[18795]: cluster 2024-04-24T13:04:45.080814+0000 mgr.smithi086.skylwm (mgr.14199) 103 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:46.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:46 smithi086 bash[18795]: cluster 2024-04-24T13:04:45.080814+0000 mgr.smithi086.skylwm (mgr.14199) 103 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:48.003 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:04:48.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:48 smithi144 bash[20191]: cluster 2024-04-24T13:04:47.081782+0000 mgr.smithi086.skylwm (mgr.14199) 104 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:48.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:48 smithi144 bash[20191]: cluster 2024-04-24T13:04:47.081782+0000 mgr.smithi086.skylwm (mgr.14199) 104 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:48.848 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:48 smithi086 bash[18795]: cluster 2024-04-24T13:04:47.081782+0000 mgr.smithi086.skylwm (mgr.14199) 104 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:48.848 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:48 smithi086 bash[18795]: cluster 2024-04-24T13:04:47.081782+0000 mgr.smithi086.skylwm (mgr.14199) 104 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:49.212 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:04:49.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:49 smithi086 bash[18795]: audit 2024-04-24T13:04:49.214789+0000 mon.smithi086 (mon.0) 364 : audit [DBG] from='client.? 172.21.15.86:0/1014619472' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:04:49.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:49 smithi086 bash[18795]: audit 2024-04-24T13:04:49.214789+0000 mon.smithi086 (mon.0) 364 : audit [DBG] from='client.? 172.21.15.86:0/1014619472' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:04:49.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:49 smithi144 bash[20191]: audit 2024-04-24T13:04:49.214789+0000 mon.smithi086 (mon.0) 364 : audit [DBG] from='client.? 172.21.15.86:0/1014619472' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:04:49.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:49 smithi144 bash[20191]: audit 2024-04-24T13:04:49.214789+0000 mon.smithi086 (mon.0) 364 : audit [DBG] from='client.? 172.21.15.86:0/1014619472' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:04:49.806 INFO:teuthology.orchestra.run.smithi086.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-24T13:04:50.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:50 smithi144 bash[20191]: cluster 2024-04-24T13:04:49.082699+0000 mgr.smithi086.skylwm (mgr.14199) 105 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:50.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:50 smithi144 bash[20191]: cluster 2024-04-24T13:04:49.082699+0000 mgr.smithi086.skylwm (mgr.14199) 105 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:50.807 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:04:50.818 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:50 smithi086 bash[18795]: cluster 2024-04-24T13:04:49.082699+0000 mgr.smithi086.skylwm (mgr.14199) 105 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:50.818 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:50 smithi086 bash[18795]: cluster 2024-04-24T13:04:49.082699+0000 mgr.smithi086.skylwm (mgr.14199) 105 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:52.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:52 smithi144 bash[20191]: cluster 2024-04-24T13:04:51.083613+0000 mgr.smithi086.skylwm (mgr.14199) 106 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:52.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:52 smithi144 bash[20191]: cluster 2024-04-24T13:04:51.083613+0000 mgr.smithi086.skylwm (mgr.14199) 106 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:52.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:52 smithi086 bash[18795]: cluster 2024-04-24T13:04:51.083613+0000 mgr.smithi086.skylwm (mgr.14199) 106 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:52.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:52 smithi086 bash[18795]: cluster 2024-04-24T13:04:51.083613+0000 mgr.smithi086.skylwm (mgr.14199) 106 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:54.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:54 smithi144 bash[20191]: cluster 2024-04-24T13:04:53.084576+0000 mgr.smithi086.skylwm (mgr.14199) 107 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:54.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:54 smithi144 bash[20191]: cluster 2024-04-24T13:04:53.084576+0000 mgr.smithi086.skylwm (mgr.14199) 107 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:54.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:54 smithi086 bash[18795]: cluster 2024-04-24T13:04:53.084576+0000 mgr.smithi086.skylwm (mgr.14199) 107 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:54.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:54 smithi086 bash[18795]: cluster 2024-04-24T13:04:53.084576+0000 mgr.smithi086.skylwm (mgr.14199) 107 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:55.578 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:04:56.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:56 smithi086 bash[18795]: cluster 2024-04-24T13:04:55.085573+0000 mgr.smithi086.skylwm (mgr.14199) 108 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:56.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:56 smithi086 bash[18795]: cluster 2024-04-24T13:04:55.085573+0000 mgr.smithi086.skylwm (mgr.14199) 108 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:56.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:56 smithi086 bash[18795]: audit 2024-04-24T13:04:55.856489+0000 mon.smithi086 (mon.0) 365 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:04:56.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:56 smithi086 bash[18795]: audit 2024-04-24T13:04:55.856489+0000 mon.smithi086 (mon.0) 365 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:04:56.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:56 smithi144 bash[20191]: cluster 2024-04-24T13:04:55.085573+0000 mgr.smithi086.skylwm (mgr.14199) 108 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:56.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:56 smithi144 bash[20191]: cluster 2024-04-24T13:04:55.085573+0000 mgr.smithi086.skylwm (mgr.14199) 108 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:56.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:56 smithi144 bash[20191]: audit 2024-04-24T13:04:55.856489+0000 mon.smithi086 (mon.0) 365 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:04:56.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:56 smithi144 bash[20191]: audit 2024-04-24T13:04:55.856489+0000 mon.smithi086 (mon.0) 365 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:04:56.836 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:04:57.462 INFO:teuthology.orchestra.run.smithi086.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-24T13:04:57.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:57 smithi086 bash[18795]: audit 2024-04-24T13:04:56.839477+0000 mon.smithi086 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.86:0/2852668622' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:04:57.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:57 smithi086 bash[18795]: audit 2024-04-24T13:04:56.839477+0000 mon.smithi086 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.86:0/2852668622' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:04:57.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:57 smithi144 bash[20191]: audit 2024-04-24T13:04:56.839477+0000 mon.smithi086 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.86:0/2852668622' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:04:57.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:57 smithi144 bash[20191]: audit 2024-04-24T13:04:56.839477+0000 mon.smithi086 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.86:0/2852668622' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:04:58.464 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:04:58.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:58 smithi144 bash[20191]: cluster 2024-04-24T13:04:57.086479+0000 mgr.smithi086.skylwm (mgr.14199) 109 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:58.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:04:58 smithi144 bash[20191]: cluster 2024-04-24T13:04:57.086479+0000 mgr.smithi086.skylwm (mgr.14199) 109 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:58.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:58 smithi086 bash[18795]: cluster 2024-04-24T13:04:57.086479+0000 mgr.smithi086.skylwm (mgr.14199) 109 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:04:58.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:04:58 smithi086 bash[18795]: cluster 2024-04-24T13:04:57.086479+0000 mgr.smithi086.skylwm (mgr.14199) 109 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:00.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:00 smithi144 bash[20191]: cluster 2024-04-24T13:04:59.087453+0000 mgr.smithi086.skylwm (mgr.14199) 110 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:00.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:00 smithi144 bash[20191]: cluster 2024-04-24T13:04:59.087453+0000 mgr.smithi086.skylwm (mgr.14199) 110 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:00.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:00 smithi086 bash[18795]: cluster 2024-04-24T13:04:59.087453+0000 mgr.smithi086.skylwm (mgr.14199) 110 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:00.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:00 smithi086 bash[18795]: cluster 2024-04-24T13:04:59.087453+0000 mgr.smithi086.skylwm (mgr.14199) 110 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:02.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:02 smithi144 bash[20191]: cluster 2024-04-24T13:05:01.088407+0000 mgr.smithi086.skylwm (mgr.14199) 111 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:02.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:02 smithi144 bash[20191]: cluster 2024-04-24T13:05:01.088407+0000 mgr.smithi086.skylwm (mgr.14199) 111 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:02.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:02 smithi086 bash[18795]: cluster 2024-04-24T13:05:01.088407+0000 mgr.smithi086.skylwm (mgr.14199) 111 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:02.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:02 smithi086 bash[18795]: cluster 2024-04-24T13:05:01.088407+0000 mgr.smithi086.skylwm (mgr.14199) 111 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:03.223 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:05:04.400 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:05:04.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:04 smithi086 bash[18795]: cluster 2024-04-24T13:05:03.089361+0000 mgr.smithi086.skylwm (mgr.14199) 112 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:04.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:04 smithi086 bash[18795]: cluster 2024-04-24T13:05:03.089361+0000 mgr.smithi086.skylwm (mgr.14199) 112 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:04.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:04 smithi086 bash[18795]: audit 2024-04-24T13:05:04.403067+0000 mon.smithi086 (mon.0) 367 : audit [DBG] from='client.? 172.21.15.86:0/591624505' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:05:04.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:04 smithi086 bash[18795]: audit 2024-04-24T13:05:04.403067+0000 mon.smithi086 (mon.0) 367 : audit [DBG] from='client.? 172.21.15.86:0/591624505' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:05:04.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:04 smithi144 bash[20191]: cluster 2024-04-24T13:05:03.089361+0000 mgr.smithi086.skylwm (mgr.14199) 112 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:04.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:04 smithi144 bash[20191]: cluster 2024-04-24T13:05:03.089361+0000 mgr.smithi086.skylwm (mgr.14199) 112 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:04.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:04 smithi144 bash[20191]: audit 2024-04-24T13:05:04.403067+0000 mon.smithi086 (mon.0) 367 : audit [DBG] from='client.? 172.21.15.86:0/591624505' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:05:04.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:04 smithi144 bash[20191]: audit 2024-04-24T13:05:04.403067+0000 mon.smithi086 (mon.0) 367 : audit [DBG] from='client.? 172.21.15.86:0/591624505' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:05:05.005 INFO:teuthology.orchestra.run.smithi086.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-24T13:05:06.006 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:05:06.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:06 smithi144 bash[20191]: cluster 2024-04-24T13:05:05.090332+0000 mgr.smithi086.skylwm (mgr.14199) 113 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:06.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:06 smithi144 bash[20191]: cluster 2024-04-24T13:05:05.090332+0000 mgr.smithi086.skylwm (mgr.14199) 113 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:06.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:06 smithi086 bash[18795]: cluster 2024-04-24T13:05:05.090332+0000 mgr.smithi086.skylwm (mgr.14199) 113 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:06.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:06 smithi086 bash[18795]: cluster 2024-04-24T13:05:05.090332+0000 mgr.smithi086.skylwm (mgr.14199) 113 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:08.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:08 smithi144 bash[20191]: cluster 2024-04-24T13:05:07.091272+0000 mgr.smithi086.skylwm (mgr.14199) 114 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:08.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:08 smithi144 bash[20191]: cluster 2024-04-24T13:05:07.091272+0000 mgr.smithi086.skylwm (mgr.14199) 114 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:08.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:08 smithi086 bash[18795]: cluster 2024-04-24T13:05:07.091272+0000 mgr.smithi086.skylwm (mgr.14199) 114 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:08.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:08 smithi086 bash[18795]: cluster 2024-04-24T13:05:07.091272+0000 mgr.smithi086.skylwm (mgr.14199) 114 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:10.773 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:05:10.796 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:10 smithi086 bash[18795]: cluster 2024-04-24T13:05:09.092212+0000 mgr.smithi086.skylwm (mgr.14199) 115 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:10.796 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:10 smithi086 bash[18795]: cluster 2024-04-24T13:05:09.092212+0000 mgr.smithi086.skylwm (mgr.14199) 115 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:10.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:10 smithi144 bash[20191]: cluster 2024-04-24T13:05:09.092212+0000 mgr.smithi086.skylwm (mgr.14199) 115 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:10.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:10 smithi144 bash[20191]: cluster 2024-04-24T13:05:09.092212+0000 mgr.smithi086.skylwm (mgr.14199) 115 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:11.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:11 smithi144 bash[20191]: audit 2024-04-24T13:05:10.856284+0000 mon.smithi086 (mon.0) 368 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:05:11.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:11 smithi144 bash[20191]: audit 2024-04-24T13:05:10.856284+0000 mon.smithi086 (mon.0) 368 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:05:11.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:11 smithi086 bash[18795]: audit 2024-04-24T13:05:10.856284+0000 mon.smithi086 (mon.0) 368 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:05:11.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:11 smithi086 bash[18795]: audit 2024-04-24T13:05:10.856284+0000 mon.smithi086 (mon.0) 368 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:05:12.050 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:05:12.697 INFO:teuthology.orchestra.run.smithi086.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-24T13:05:12.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:12 smithi144 bash[20191]: cluster 2024-04-24T13:05:11.093117+0000 mgr.smithi086.skylwm (mgr.14199) 116 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:12.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:12 smithi144 bash[20191]: cluster 2024-04-24T13:05:11.093117+0000 mgr.smithi086.skylwm (mgr.14199) 116 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:12.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:12 smithi144 bash[20191]: audit 2024-04-24T13:05:12.052508+0000 mon.smithi086 (mon.0) 369 : audit [DBG] from='client.? 172.21.15.86:0/1360453981' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:05:12.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:12 smithi144 bash[20191]: audit 2024-04-24T13:05:12.052508+0000 mon.smithi086 (mon.0) 369 : audit [DBG] from='client.? 172.21.15.86:0/1360453981' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:05:12.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:12 smithi086 bash[18795]: cluster 2024-04-24T13:05:11.093117+0000 mgr.smithi086.skylwm (mgr.14199) 116 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:12.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:12 smithi086 bash[18795]: cluster 2024-04-24T13:05:11.093117+0000 mgr.smithi086.skylwm (mgr.14199) 116 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:12.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:12 smithi086 bash[18795]: audit 2024-04-24T13:05:12.052508+0000 mon.smithi086 (mon.0) 369 : audit [DBG] from='client.? 172.21.15.86:0/1360453981' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:05:12.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:12 smithi086 bash[18795]: audit 2024-04-24T13:05:12.052508+0000 mon.smithi086 (mon.0) 369 : audit [DBG] from='client.? 172.21.15.86:0/1360453981' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:05:13.698 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:05:14.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:14 smithi144 bash[20191]: cluster 2024-04-24T13:05:13.094069+0000 mgr.smithi086.skylwm (mgr.14199) 117 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:14.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:14 smithi144 bash[20191]: cluster 2024-04-24T13:05:13.094069+0000 mgr.smithi086.skylwm (mgr.14199) 117 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:14.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:14 smithi086 bash[18795]: cluster 2024-04-24T13:05:13.094069+0000 mgr.smithi086.skylwm (mgr.14199) 117 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:14.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:14 smithi086 bash[18795]: cluster 2024-04-24T13:05:13.094069+0000 mgr.smithi086.skylwm (mgr.14199) 117 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:16.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:16 smithi144 bash[20191]: cluster 2024-04-24T13:05:15.095032+0000 mgr.smithi086.skylwm (mgr.14199) 118 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:16.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:16 smithi144 bash[20191]: cluster 2024-04-24T13:05:15.095032+0000 mgr.smithi086.skylwm (mgr.14199) 118 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:16.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:16 smithi086 bash[18795]: cluster 2024-04-24T13:05:15.095032+0000 mgr.smithi086.skylwm (mgr.14199) 118 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:16.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:16 smithi086 bash[18795]: cluster 2024-04-24T13:05:15.095032+0000 mgr.smithi086.skylwm (mgr.14199) 118 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:18.466 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:05:18.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:18 smithi086 bash[18795]: cluster 2024-04-24T13:05:17.096017+0000 mgr.smithi086.skylwm (mgr.14199) 119 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:18.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:18 smithi086 bash[18795]: cluster 2024-04-24T13:05:17.096017+0000 mgr.smithi086.skylwm (mgr.14199) 119 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:19.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:18 smithi144 bash[20191]: cluster 2024-04-24T13:05:17.096017+0000 mgr.smithi086.skylwm (mgr.14199) 119 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:19.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:18 smithi144 bash[20191]: cluster 2024-04-24T13:05:17.096017+0000 mgr.smithi086.skylwm (mgr.14199) 119 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:19.668 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:05:20.280 INFO:teuthology.orchestra.run.smithi086.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-24T13:05:20.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:20 smithi144 bash[20191]: cluster 2024-04-24T13:05:19.096971+0000 mgr.smithi086.skylwm (mgr.14199) 120 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:20.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:20 smithi144 bash[20191]: cluster 2024-04-24T13:05:19.096971+0000 mgr.smithi086.skylwm (mgr.14199) 120 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:20.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:20 smithi144 bash[20191]: audit 2024-04-24T13:05:19.670801+0000 mon.smithi086 (mon.0) 370 : audit [DBG] from='client.? 172.21.15.86:0/2355102920' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:05:20.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:20 smithi144 bash[20191]: audit 2024-04-24T13:05:19.670801+0000 mon.smithi086 (mon.0) 370 : audit [DBG] from='client.? 172.21.15.86:0/2355102920' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:05:20.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:20 smithi086 bash[18795]: cluster 2024-04-24T13:05:19.096971+0000 mgr.smithi086.skylwm (mgr.14199) 120 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:20.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:20 smithi086 bash[18795]: cluster 2024-04-24T13:05:19.096971+0000 mgr.smithi086.skylwm (mgr.14199) 120 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:20.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:20 smithi086 bash[18795]: audit 2024-04-24T13:05:19.670801+0000 mon.smithi086 (mon.0) 370 : audit [DBG] from='client.? 172.21.15.86:0/2355102920' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:05:20.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:20 smithi086 bash[18795]: audit 2024-04-24T13:05:19.670801+0000 mon.smithi086 (mon.0) 370 : audit [DBG] from='client.? 172.21.15.86:0/2355102920' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:05:21.281 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:05:21.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:21 smithi086 bash[18795]: cluster 2024-04-24T13:05:21.097959+0000 mgr.smithi086.skylwm (mgr.14199) 121 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:21.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:21 smithi086 bash[18795]: cluster 2024-04-24T13:05:21.097959+0000 mgr.smithi086.skylwm (mgr.14199) 121 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:22.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:21 smithi144 bash[20191]: cluster 2024-04-24T13:05:21.097959+0000 mgr.smithi086.skylwm (mgr.14199) 121 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:22.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:21 smithi144 bash[20191]: cluster 2024-04-24T13:05:21.097959+0000 mgr.smithi086.skylwm (mgr.14199) 121 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:24.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:24 smithi086 bash[18795]: cluster 2024-04-24T13:05:23.098943+0000 mgr.smithi086.skylwm (mgr.14199) 122 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:24.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:24 smithi086 bash[18795]: cluster 2024-04-24T13:05:23.098943+0000 mgr.smithi086.skylwm (mgr.14199) 122 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:24.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:24 smithi086 bash[18795]: audit 2024-04-24T13:05:23.177630+0000 mon.smithi086 (mon.0) 371 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:05:24.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:24 smithi086 bash[18795]: audit 2024-04-24T13:05:23.177630+0000 mon.smithi086 (mon.0) 371 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:05:24.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:24 smithi144 bash[20191]: cluster 2024-04-24T13:05:23.098943+0000 mgr.smithi086.skylwm (mgr.14199) 122 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:24.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:24 smithi144 bash[20191]: cluster 2024-04-24T13:05:23.098943+0000 mgr.smithi086.skylwm (mgr.14199) 122 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:24.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:24 smithi144 bash[20191]: audit 2024-04-24T13:05:23.177630+0000 mon.smithi086 (mon.0) 371 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:05:24.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:24 smithi144 bash[20191]: audit 2024-04-24T13:05:23.177630+0000 mon.smithi086 (mon.0) 371 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:05:26.043 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:05:26.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:26 smithi086 bash[18795]: cluster 2024-04-24T13:05:25.099889+0000 mgr.smithi086.skylwm (mgr.14199) 123 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:26.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:26 smithi086 bash[18795]: cluster 2024-04-24T13:05:25.099889+0000 mgr.smithi086.skylwm (mgr.14199) 123 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:26.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:26 smithi086 bash[18795]: audit 2024-04-24T13:05:25.857463+0000 mon.smithi086 (mon.0) 372 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:05:26.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:26 smithi086 bash[18795]: audit 2024-04-24T13:05:25.857463+0000 mon.smithi086 (mon.0) 372 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:05:26.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:26 smithi144 bash[20191]: cluster 2024-04-24T13:05:25.099889+0000 mgr.smithi086.skylwm (mgr.14199) 123 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:26.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:26 smithi144 bash[20191]: cluster 2024-04-24T13:05:25.099889+0000 mgr.smithi086.skylwm (mgr.14199) 123 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:26.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:26 smithi144 bash[20191]: audit 2024-04-24T13:05:25.857463+0000 mon.smithi086 (mon.0) 372 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:05:26.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:26 smithi144 bash[20191]: audit 2024-04-24T13:05:25.857463+0000 mon.smithi086 (mon.0) 372 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:05:27.321 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:05:27.913 INFO:teuthology.orchestra.run.smithi086.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-24T13:05:28.162 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:28 smithi086 bash[18795]: cluster 2024-04-24T13:05:27.100413+0000 mgr.smithi086.skylwm (mgr.14199) 124 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:28.162 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:28 smithi086 bash[18795]: cluster 2024-04-24T13:05:27.100413+0000 mgr.smithi086.skylwm (mgr.14199) 124 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:28.162 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:28 smithi086 bash[18795]: audit 2024-04-24T13:05:27.323732+0000 mon.smithi086 (mon.0) 373 : audit [DBG] from='client.? 172.21.15.86:0/2126843109' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:05:28.162 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:28 smithi086 bash[18795]: audit 2024-04-24T13:05:27.323732+0000 mon.smithi086 (mon.0) 373 : audit [DBG] from='client.? 172.21.15.86:0/2126843109' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:05:28.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:28 smithi144 bash[20191]: cluster 2024-04-24T13:05:27.100413+0000 mgr.smithi086.skylwm (mgr.14199) 124 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:28.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:28 smithi144 bash[20191]: cluster 2024-04-24T13:05:27.100413+0000 mgr.smithi086.skylwm (mgr.14199) 124 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:28.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:28 smithi144 bash[20191]: audit 2024-04-24T13:05:27.323732+0000 mon.smithi086 (mon.0) 373 : audit [DBG] from='client.? 172.21.15.86:0/2126843109' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:05:28.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:28 smithi144 bash[20191]: audit 2024-04-24T13:05:27.323732+0000 mon.smithi086 (mon.0) 373 : audit [DBG] from='client.? 172.21.15.86:0/2126843109' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:05:28.914 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:05:29.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:29 smithi086 bash[18795]: audit 2024-04-24T13:05:28.618458+0000 mon.smithi086 (mon.0) 374 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:05:29.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:29 smithi086 bash[18795]: audit 2024-04-24T13:05:28.618458+0000 mon.smithi086 (mon.0) 374 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:05:29.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:29 smithi086 bash[18795]: cluster 2024-04-24T13:05:29.100933+0000 mgr.smithi086.skylwm (mgr.14199) 125 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:29.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:29 smithi086 bash[18795]: cluster 2024-04-24T13:05:29.100933+0000 mgr.smithi086.skylwm (mgr.14199) 125 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:29.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:29 smithi086 bash[18795]: audit 2024-04-24T13:05:29.231619+0000 mon.smithi086 (mon.0) 375 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:05:29.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:29 smithi086 bash[18795]: audit 2024-04-24T13:05:29.231619+0000 mon.smithi086 (mon.0) 375 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:05:30.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:29 smithi144 bash[20191]: audit 2024-04-24T13:05:28.618458+0000 mon.smithi086 (mon.0) 374 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:05:30.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:29 smithi144 bash[20191]: audit 2024-04-24T13:05:28.618458+0000 mon.smithi086 (mon.0) 374 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:05:30.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:29 smithi144 bash[20191]: cluster 2024-04-24T13:05:29.100933+0000 mgr.smithi086.skylwm (mgr.14199) 125 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:30.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:29 smithi144 bash[20191]: cluster 2024-04-24T13:05:29.100933+0000 mgr.smithi086.skylwm (mgr.14199) 125 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:30.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:29 smithi144 bash[20191]: audit 2024-04-24T13:05:29.231619+0000 mon.smithi086 (mon.0) 375 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:05:30.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:29 smithi144 bash[20191]: audit 2024-04-24T13:05:29.231619+0000 mon.smithi086 (mon.0) 375 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:05:32.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:32 smithi086 bash[18795]: cluster 2024-04-24T13:05:31.101869+0000 mgr.smithi086.skylwm (mgr.14199) 126 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:32.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:32 smithi086 bash[18795]: cluster 2024-04-24T13:05:31.101869+0000 mgr.smithi086.skylwm (mgr.14199) 126 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:32.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:32 smithi144 bash[20191]: cluster 2024-04-24T13:05:31.101869+0000 mgr.smithi086.skylwm (mgr.14199) 126 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:32.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:32 smithi144 bash[20191]: cluster 2024-04-24T13:05:31.101869+0000 mgr.smithi086.skylwm (mgr.14199) 126 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:33.671 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:05:34.419 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:34 smithi086 bash[18795]: cluster 2024-04-24T13:05:33.102826+0000 mgr.smithi086.skylwm (mgr.14199) 127 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:34.419 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:34 smithi086 bash[18795]: cluster 2024-04-24T13:05:33.102826+0000 mgr.smithi086.skylwm (mgr.14199) 127 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:34.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:34 smithi144 bash[20191]: cluster 2024-04-24T13:05:33.102826+0000 mgr.smithi086.skylwm (mgr.14199) 127 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:34.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:34 smithi144 bash[20191]: cluster 2024-04-24T13:05:33.102826+0000 mgr.smithi086.skylwm (mgr.14199) 127 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:34.801 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:05:35.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:35 smithi086 bash[18795]: audit 2024-04-24T13:05:34.804434+0000 mon.smithi086 (mon.0) 376 : audit [DBG] from='client.? 172.21.15.86:0/2941608803' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:05:35.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:35 smithi086 bash[18795]: audit 2024-04-24T13:05:34.804434+0000 mon.smithi086 (mon.0) 376 : audit [DBG] from='client.? 172.21.15.86:0/2941608803' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:05:35.463 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:35 smithi144 bash[20191]: audit 2024-04-24T13:05:34.804434+0000 mon.smithi086 (mon.0) 376 : audit [DBG] from='client.? 172.21.15.86:0/2941608803' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:05:35.464 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:35 smithi144 bash[20191]: audit 2024-04-24T13:05:34.804434+0000 mon.smithi086 (mon.0) 376 : audit [DBG] from='client.? 172.21.15.86:0/2941608803' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:05:35.778 INFO:teuthology.orchestra.run.smithi086.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-24T13:05:36.217 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:36 smithi086 bash[18795]: cluster 2024-04-24T13:05:35.103759+0000 mgr.smithi086.skylwm (mgr.14199) 128 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:36.218 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:36 smithi086 bash[18795]: cluster 2024-04-24T13:05:35.103759+0000 mgr.smithi086.skylwm (mgr.14199) 128 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:36.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:36 smithi144 bash[20191]: cluster 2024-04-24T13:05:35.103759+0000 mgr.smithi086.skylwm (mgr.14199) 128 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:36.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:36 smithi144 bash[20191]: cluster 2024-04-24T13:05:35.103759+0000 mgr.smithi086.skylwm (mgr.14199) 128 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:36.779 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:05:37.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:37 smithi086 bash[18795]: audit 2024-04-24T13:05:37.039589+0000 mon.smithi086 (mon.0) 377 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:05:37.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:37 smithi086 bash[18795]: audit 2024-04-24T13:05:37.039589+0000 mon.smithi086 (mon.0) 377 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:05:37.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:37 smithi086 bash[18795]: audit 2024-04-24T13:05:37.040605+0000 mon.smithi086 (mon.0) 378 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:05:37.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:37 smithi086 bash[18795]: audit 2024-04-24T13:05:37.040605+0000 mon.smithi086 (mon.0) 378 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:05:37.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:37 smithi086 bash[18795]: audit 2024-04-24T13:05:37.049230+0000 mon.smithi086 (mon.0) 379 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:05:37.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:37 smithi086 bash[18795]: audit 2024-04-24T13:05:37.049230+0000 mon.smithi086 (mon.0) 379 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:05:37.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:37 smithi086 bash[18795]: audit 2024-04-24T13:05:37.052878+0000 mon.smithi086 (mon.0) 380 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:05:37.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:37 smithi086 bash[18795]: audit 2024-04-24T13:05:37.052878+0000 mon.smithi086 (mon.0) 380 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:05:37.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:37 smithi144 bash[20191]: audit 2024-04-24T13:05:37.039589+0000 mon.smithi086 (mon.0) 377 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:05:37.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:37 smithi144 bash[20191]: audit 2024-04-24T13:05:37.039589+0000 mon.smithi086 (mon.0) 377 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:05:37.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:37 smithi144 bash[20191]: audit 2024-04-24T13:05:37.040605+0000 mon.smithi086 (mon.0) 378 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:05:37.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:37 smithi144 bash[20191]: audit 2024-04-24T13:05:37.040605+0000 mon.smithi086 (mon.0) 378 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:05:37.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:37 smithi144 bash[20191]: audit 2024-04-24T13:05:37.049230+0000 mon.smithi086 (mon.0) 379 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:05:37.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:37 smithi144 bash[20191]: audit 2024-04-24T13:05:37.049230+0000 mon.smithi086 (mon.0) 379 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:05:37.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:37 smithi144 bash[20191]: audit 2024-04-24T13:05:37.052878+0000 mon.smithi086 (mon.0) 380 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:05:37.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:37 smithi144 bash[20191]: audit 2024-04-24T13:05:37.052878+0000 mon.smithi086 (mon.0) 380 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:05:38.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:38 smithi086 bash[18795]: cluster 2024-04-24T13:05:37.041945+0000 mgr.smithi086.skylwm (mgr.14199) 129 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:38.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:38 smithi086 bash[18795]: cluster 2024-04-24T13:05:37.041945+0000 mgr.smithi086.skylwm (mgr.14199) 129 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:38.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:38 smithi086 bash[18795]: cluster 2024-04-24T13:05:37.042423+0000 mgr.smithi086.skylwm (mgr.14199) 130 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:38.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:38 smithi086 bash[18795]: cluster 2024-04-24T13:05:37.042423+0000 mgr.smithi086.skylwm (mgr.14199) 130 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:38.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:38 smithi144 bash[20191]: cluster 2024-04-24T13:05:37.041945+0000 mgr.smithi086.skylwm (mgr.14199) 129 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:38.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:38 smithi144 bash[20191]: cluster 2024-04-24T13:05:37.041945+0000 mgr.smithi086.skylwm (mgr.14199) 129 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:38.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:38 smithi144 bash[20191]: cluster 2024-04-24T13:05:37.042423+0000 mgr.smithi086.skylwm (mgr.14199) 130 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:38.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:38 smithi144 bash[20191]: cluster 2024-04-24T13:05:37.042423+0000 mgr.smithi086.skylwm (mgr.14199) 130 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:40.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:40 smithi086 bash[18795]: cluster 2024-04-24T13:05:39.043328+0000 mgr.smithi086.skylwm (mgr.14199) 131 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:40.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:40 smithi086 bash[18795]: cluster 2024-04-24T13:05:39.043328+0000 mgr.smithi086.skylwm (mgr.14199) 131 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:40.464 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:40 smithi144 bash[20191]: cluster 2024-04-24T13:05:39.043328+0000 mgr.smithi086.skylwm (mgr.14199) 131 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:40.464 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:40 smithi144 bash[20191]: cluster 2024-04-24T13:05:39.043328+0000 mgr.smithi086.skylwm (mgr.14199) 131 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:41.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:41 smithi086 bash[18795]: audit 2024-04-24T13:05:40.857635+0000 mon.smithi086 (mon.0) 381 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:05:41.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:41 smithi086 bash[18795]: audit 2024-04-24T13:05:40.857635+0000 mon.smithi086 (mon.0) 381 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:05:41.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:41 smithi144 bash[20191]: audit 2024-04-24T13:05:40.857635+0000 mon.smithi086 (mon.0) 381 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:05:41.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:41 smithi144 bash[20191]: audit 2024-04-24T13:05:40.857635+0000 mon.smithi086 (mon.0) 381 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:05:41.547 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:05:42.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:42 smithi086 bash[18795]: cluster 2024-04-24T13:05:41.044103+0000 mgr.smithi086.skylwm (mgr.14199) 132 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:42.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:42 smithi086 bash[18795]: cluster 2024-04-24T13:05:41.044103+0000 mgr.smithi086.skylwm (mgr.14199) 132 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:42.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:42 smithi144 bash[20191]: cluster 2024-04-24T13:05:41.044103+0000 mgr.smithi086.skylwm (mgr.14199) 132 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:42.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:42 smithi144 bash[20191]: cluster 2024-04-24T13:05:41.044103+0000 mgr.smithi086.skylwm (mgr.14199) 132 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:42.749 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:05:43.315 INFO:teuthology.orchestra.run.smithi086.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-24T13:05:43.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:43 smithi086 bash[18795]: audit 2024-04-24T13:05:42.752613+0000 mon.smithi086 (mon.0) 382 : audit [DBG] from='client.? 172.21.15.86:0/996784448' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:05:43.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:43 smithi086 bash[18795]: audit 2024-04-24T13:05:42.752613+0000 mon.smithi086 (mon.0) 382 : audit [DBG] from='client.? 172.21.15.86:0/996784448' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:05:43.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:43 smithi144 bash[20191]: audit 2024-04-24T13:05:42.752613+0000 mon.smithi086 (mon.0) 382 : audit [DBG] from='client.? 172.21.15.86:0/996784448' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:05:43.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:43 smithi144 bash[20191]: audit 2024-04-24T13:05:42.752613+0000 mon.smithi086 (mon.0) 382 : audit [DBG] from='client.? 172.21.15.86:0/996784448' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:05:44.317 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:05:44.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:44 smithi086 bash[18795]: cluster 2024-04-24T13:05:43.045067+0000 mgr.smithi086.skylwm (mgr.14199) 133 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:44.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:44 smithi086 bash[18795]: cluster 2024-04-24T13:05:43.045067+0000 mgr.smithi086.skylwm (mgr.14199) 133 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:44.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:44 smithi144 bash[20191]: cluster 2024-04-24T13:05:43.045067+0000 mgr.smithi086.skylwm (mgr.14199) 133 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:44.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:44 smithi144 bash[20191]: cluster 2024-04-24T13:05:43.045067+0000 mgr.smithi086.skylwm (mgr.14199) 133 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:46.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:46 smithi086 bash[18795]: cluster 2024-04-24T13:05:45.046048+0000 mgr.smithi086.skylwm (mgr.14199) 134 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:46.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:46 smithi086 bash[18795]: cluster 2024-04-24T13:05:45.046048+0000 mgr.smithi086.skylwm (mgr.14199) 134 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:46.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:46 smithi144 bash[20191]: cluster 2024-04-24T13:05:45.046048+0000 mgr.smithi086.skylwm (mgr.14199) 134 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:46.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:46 smithi144 bash[20191]: cluster 2024-04-24T13:05:45.046048+0000 mgr.smithi086.skylwm (mgr.14199) 134 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:48.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:48 smithi144 bash[20191]: cluster 2024-04-24T13:05:47.047139+0000 mgr.smithi086.skylwm (mgr.14199) 135 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:48.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:48 smithi144 bash[20191]: cluster 2024-04-24T13:05:47.047139+0000 mgr.smithi086.skylwm (mgr.14199) 135 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:48.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:48 smithi086 bash[18795]: cluster 2024-04-24T13:05:47.047139+0000 mgr.smithi086.skylwm (mgr.14199) 135 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:48.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:48 smithi086 bash[18795]: cluster 2024-04-24T13:05:47.047139+0000 mgr.smithi086.skylwm (mgr.14199) 135 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:49.086 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:05:50.312 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:05:50.499 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:50 smithi086 bash[18795]: cluster 2024-04-24T13:05:49.048185+0000 mgr.smithi086.skylwm (mgr.14199) 136 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:50.499 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:50 smithi086 bash[18795]: cluster 2024-04-24T13:05:49.048185+0000 mgr.smithi086.skylwm (mgr.14199) 136 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:50.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:50 smithi144 bash[20191]: cluster 2024-04-24T13:05:49.048185+0000 mgr.smithi086.skylwm (mgr.14199) 136 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:50.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:50 smithi144 bash[20191]: cluster 2024-04-24T13:05:49.048185+0000 mgr.smithi086.skylwm (mgr.14199) 136 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:50.930 INFO:teuthology.orchestra.run.smithi086.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-24T13:05:51.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:51 smithi144 bash[20191]: audit 2024-04-24T13:05:50.315431+0000 mon.smithi086 (mon.0) 383 : audit [DBG] from='client.? 172.21.15.86:0/1413942869' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:05:51.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:51 smithi144 bash[20191]: audit 2024-04-24T13:05:50.315431+0000 mon.smithi086 (mon.0) 383 : audit [DBG] from='client.? 172.21.15.86:0/1413942869' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:05:51.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:51 smithi086 bash[18795]: audit 2024-04-24T13:05:50.315431+0000 mon.smithi086 (mon.0) 383 : audit [DBG] from='client.? 172.21.15.86:0/1413942869' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:05:51.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:51 smithi086 bash[18795]: audit 2024-04-24T13:05:50.315431+0000 mon.smithi086 (mon.0) 383 : audit [DBG] from='client.? 172.21.15.86:0/1413942869' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:05:51.931 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:05:52.550 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:52 smithi144 bash[20191]: cluster 2024-04-24T13:05:51.049192+0000 mgr.smithi086.skylwm (mgr.14199) 137 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:52.550 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:52 smithi144 bash[20191]: cluster 2024-04-24T13:05:51.049192+0000 mgr.smithi086.skylwm (mgr.14199) 137 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:52.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:52 smithi086 bash[18795]: cluster 2024-04-24T13:05:51.049192+0000 mgr.smithi086.skylwm (mgr.14199) 137 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:52.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:52 smithi086 bash[18795]: cluster 2024-04-24T13:05:51.049192+0000 mgr.smithi086.skylwm (mgr.14199) 137 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:54.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:54 smithi144 bash[20191]: cluster 2024-04-24T13:05:53.050143+0000 mgr.smithi086.skylwm (mgr.14199) 138 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:54.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:54 smithi144 bash[20191]: cluster 2024-04-24T13:05:53.050143+0000 mgr.smithi086.skylwm (mgr.14199) 138 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:54.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:54 smithi086 bash[18795]: cluster 2024-04-24T13:05:53.050143+0000 mgr.smithi086.skylwm (mgr.14199) 138 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:54.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:54 smithi086 bash[18795]: cluster 2024-04-24T13:05:53.050143+0000 mgr.smithi086.skylwm (mgr.14199) 138 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:56.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:56 smithi144 bash[20191]: cluster 2024-04-24T13:05:55.051094+0000 mgr.smithi086.skylwm (mgr.14199) 139 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:56.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:56 smithi144 bash[20191]: cluster 2024-04-24T13:05:55.051094+0000 mgr.smithi086.skylwm (mgr.14199) 139 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:56.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:56 smithi144 bash[20191]: audit 2024-04-24T13:05:55.857978+0000 mon.smithi086 (mon.0) 384 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:05:56.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:56 smithi144 bash[20191]: audit 2024-04-24T13:05:55.857978+0000 mon.smithi086 (mon.0) 384 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:05:56.698 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:05:56.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:56 smithi086 bash[18795]: cluster 2024-04-24T13:05:55.051094+0000 mgr.smithi086.skylwm (mgr.14199) 139 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:56.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:56 smithi086 bash[18795]: cluster 2024-04-24T13:05:55.051094+0000 mgr.smithi086.skylwm (mgr.14199) 139 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:56.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:56 smithi086 bash[18795]: audit 2024-04-24T13:05:55.857978+0000 mon.smithi086 (mon.0) 384 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:05:56.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:56 smithi086 bash[18795]: audit 2024-04-24T13:05:55.857978+0000 mon.smithi086 (mon.0) 384 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:05:57.928 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:05:58.538 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:58 smithi086 bash[18795]: cluster 2024-04-24T13:05:57.052042+0000 mgr.smithi086.skylwm (mgr.14199) 140 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:58.538 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:58 smithi086 bash[18795]: cluster 2024-04-24T13:05:57.052042+0000 mgr.smithi086.skylwm (mgr.14199) 140 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:58.538 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:58 smithi086 bash[18795]: audit 2024-04-24T13:05:57.930592+0000 mon.smithi086 (mon.0) 385 : audit [DBG] from='client.? 172.21.15.86:0/883360759' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:05:58.539 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:05:58 smithi086 bash[18795]: audit 2024-04-24T13:05:57.930592+0000 mon.smithi086 (mon.0) 385 : audit [DBG] from='client.? 172.21.15.86:0/883360759' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:05:58.540 INFO:teuthology.orchestra.run.smithi086.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-24T13:05:58.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:58 smithi144 bash[20191]: cluster 2024-04-24T13:05:57.052042+0000 mgr.smithi086.skylwm (mgr.14199) 140 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:58.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:58 smithi144 bash[20191]: cluster 2024-04-24T13:05:57.052042+0000 mgr.smithi086.skylwm (mgr.14199) 140 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:05:58.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:58 smithi144 bash[20191]: audit 2024-04-24T13:05:57.930592+0000 mon.smithi086 (mon.0) 385 : audit [DBG] from='client.? 172.21.15.86:0/883360759' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:05:58.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:05:58 smithi144 bash[20191]: audit 2024-04-24T13:05:57.930592+0000 mon.smithi086 (mon.0) 385 : audit [DBG] from='client.? 172.21.15.86:0/883360759' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:05:59.541 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:06:00.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:00 smithi144 bash[20191]: cluster 2024-04-24T13:05:59.053022+0000 mgr.smithi086.skylwm (mgr.14199) 141 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:00.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:00 smithi144 bash[20191]: cluster 2024-04-24T13:05:59.053022+0000 mgr.smithi086.skylwm (mgr.14199) 141 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:00.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:00 smithi086 bash[18795]: cluster 2024-04-24T13:05:59.053022+0000 mgr.smithi086.skylwm (mgr.14199) 141 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:00.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:00 smithi086 bash[18795]: cluster 2024-04-24T13:05:59.053022+0000 mgr.smithi086.skylwm (mgr.14199) 141 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:02.532 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:02 smithi086 bash[18795]: cluster 2024-04-24T13:06:01.054000+0000 mgr.smithi086.skylwm (mgr.14199) 142 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:02.532 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:02 smithi086 bash[18795]: cluster 2024-04-24T13:06:01.054000+0000 mgr.smithi086.skylwm (mgr.14199) 142 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:02.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:02 smithi144 bash[20191]: cluster 2024-04-24T13:06:01.054000+0000 mgr.smithi086.skylwm (mgr.14199) 142 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:02.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:02 smithi144 bash[20191]: cluster 2024-04-24T13:06:01.054000+0000 mgr.smithi086.skylwm (mgr.14199) 142 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:04.304 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:06:04.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:04 smithi144 bash[20191]: cluster 2024-04-24T13:06:03.054972+0000 mgr.smithi086.skylwm (mgr.14199) 143 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:04.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:04 smithi144 bash[20191]: cluster 2024-04-24T13:06:03.054972+0000 mgr.smithi086.skylwm (mgr.14199) 143 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:04.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:04 smithi086 bash[18795]: cluster 2024-04-24T13:06:03.054972+0000 mgr.smithi086.skylwm (mgr.14199) 143 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:04.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:04 smithi086 bash[18795]: cluster 2024-04-24T13:06:03.054972+0000 mgr.smithi086.skylwm (mgr.14199) 143 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:05.497 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:06:06.132 INFO:teuthology.orchestra.run.smithi086.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-24T13:06:06.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:06 smithi086 bash[18795]: cluster 2024-04-24T13:06:05.055939+0000 mgr.smithi086.skylwm (mgr.14199) 144 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:06.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:06 smithi086 bash[18795]: cluster 2024-04-24T13:06:05.055939+0000 mgr.smithi086.skylwm (mgr.14199) 144 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:06.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:06 smithi086 bash[18795]: audit 2024-04-24T13:06:05.500825+0000 mon.smithi086 (mon.0) 386 : audit [DBG] from='client.? 172.21.15.86:0/2310791571' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:06:06.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:06 smithi086 bash[18795]: audit 2024-04-24T13:06:05.500825+0000 mon.smithi086 (mon.0) 386 : audit [DBG] from='client.? 172.21.15.86:0/2310791571' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:06:06.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:06 smithi144 bash[20191]: cluster 2024-04-24T13:06:05.055939+0000 mgr.smithi086.skylwm (mgr.14199) 144 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:06.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:06 smithi144 bash[20191]: cluster 2024-04-24T13:06:05.055939+0000 mgr.smithi086.skylwm (mgr.14199) 144 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:06.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:06 smithi144 bash[20191]: audit 2024-04-24T13:06:05.500825+0000 mon.smithi086 (mon.0) 386 : audit [DBG] from='client.? 172.21.15.86:0/2310791571' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:06:06.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:06 smithi144 bash[20191]: audit 2024-04-24T13:06:05.500825+0000 mon.smithi086 (mon.0) 386 : audit [DBG] from='client.? 172.21.15.86:0/2310791571' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:06:07.133 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:06:08.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:08 smithi144 bash[20191]: cluster 2024-04-24T13:06:07.056880+0000 mgr.smithi086.skylwm (mgr.14199) 145 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:08.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:08 smithi144 bash[20191]: cluster 2024-04-24T13:06:07.056880+0000 mgr.smithi086.skylwm (mgr.14199) 145 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:08.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:08 smithi086 bash[18795]: cluster 2024-04-24T13:06:07.056880+0000 mgr.smithi086.skylwm (mgr.14199) 145 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:08.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:08 smithi086 bash[18795]: cluster 2024-04-24T13:06:07.056880+0000 mgr.smithi086.skylwm (mgr.14199) 145 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:10.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:10 smithi144 bash[20191]: cluster 2024-04-24T13:06:09.057834+0000 mgr.smithi086.skylwm (mgr.14199) 146 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:10.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:10 smithi144 bash[20191]: cluster 2024-04-24T13:06:09.057834+0000 mgr.smithi086.skylwm (mgr.14199) 146 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:10.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:10 smithi086 bash[18795]: cluster 2024-04-24T13:06:09.057834+0000 mgr.smithi086.skylwm (mgr.14199) 146 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:10.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:10 smithi086 bash[18795]: cluster 2024-04-24T13:06:09.057834+0000 mgr.smithi086.skylwm (mgr.14199) 146 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:11.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:11 smithi144 bash[20191]: audit 2024-04-24T13:06:10.858644+0000 mon.smithi086 (mon.0) 387 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:06:11.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:11 smithi144 bash[20191]: audit 2024-04-24T13:06:10.858644+0000 mon.smithi086 (mon.0) 387 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:06:11.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:11 smithi086 bash[18795]: audit 2024-04-24T13:06:10.858644+0000 mon.smithi086 (mon.0) 387 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:06:11.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:11 smithi086 bash[18795]: audit 2024-04-24T13:06:10.858644+0000 mon.smithi086 (mon.0) 387 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:06:11.894 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:06:12.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:12 smithi144 bash[20191]: cluster 2024-04-24T13:06:11.058723+0000 mgr.smithi086.skylwm (mgr.14199) 147 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:12.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:12 smithi144 bash[20191]: cluster 2024-04-24T13:06:11.058723+0000 mgr.smithi086.skylwm (mgr.14199) 147 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:12.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:12 smithi086 bash[18795]: cluster 2024-04-24T13:06:11.058723+0000 mgr.smithi086.skylwm (mgr.14199) 147 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:12.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:12 smithi086 bash[18795]: cluster 2024-04-24T13:06:11.058723+0000 mgr.smithi086.skylwm (mgr.14199) 147 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:13.167 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:06:13.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:13 smithi086 bash[18795]: audit 2024-04-24T13:06:13.170317+0000 mon.smithi086 (mon.0) 388 : audit [DBG] from='client.? 172.21.15.86:0/2658622066' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:06:13.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:13 smithi086 bash[18795]: audit 2024-04-24T13:06:13.170317+0000 mon.smithi086 (mon.0) 388 : audit [DBG] from='client.? 172.21.15.86:0/2658622066' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:06:13.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:13 smithi144 bash[20191]: audit 2024-04-24T13:06:13.170317+0000 mon.smithi086 (mon.0) 388 : audit [DBG] from='client.? 172.21.15.86:0/2658622066' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:06:13.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:13 smithi144 bash[20191]: audit 2024-04-24T13:06:13.170317+0000 mon.smithi086 (mon.0) 388 : audit [DBG] from='client.? 172.21.15.86:0/2658622066' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:06:13.836 INFO:teuthology.orchestra.run.smithi086.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-24T13:06:14.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:14 smithi144 bash[20191]: cluster 2024-04-24T13:06:13.059651+0000 mgr.smithi086.skylwm (mgr.14199) 148 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:14.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:14 smithi144 bash[20191]: cluster 2024-04-24T13:06:13.059651+0000 mgr.smithi086.skylwm (mgr.14199) 148 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:14.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:14 smithi086 bash[18795]: cluster 2024-04-24T13:06:13.059651+0000 mgr.smithi086.skylwm (mgr.14199) 148 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:14.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:14 smithi086 bash[18795]: cluster 2024-04-24T13:06:13.059651+0000 mgr.smithi086.skylwm (mgr.14199) 148 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:14.837 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:06:16.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:16 smithi086 bash[18795]: cluster 2024-04-24T13:06:15.060316+0000 mgr.smithi086.skylwm (mgr.14199) 149 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:16.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:16 smithi086 bash[18795]: cluster 2024-04-24T13:06:15.060316+0000 mgr.smithi086.skylwm (mgr.14199) 149 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:16.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:16 smithi144 bash[20191]: cluster 2024-04-24T13:06:15.060316+0000 mgr.smithi086.skylwm (mgr.14199) 149 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:16.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:16 smithi144 bash[20191]: cluster 2024-04-24T13:06:15.060316+0000 mgr.smithi086.skylwm (mgr.14199) 149 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:18.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:18 smithi086 bash[18795]: cluster 2024-04-24T13:06:17.061217+0000 mgr.smithi086.skylwm (mgr.14199) 150 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:18.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:18 smithi086 bash[18795]: cluster 2024-04-24T13:06:17.061217+0000 mgr.smithi086.skylwm (mgr.14199) 150 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:18.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:18 smithi144 bash[20191]: cluster 2024-04-24T13:06:17.061217+0000 mgr.smithi086.skylwm (mgr.14199) 150 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:18.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:18 smithi144 bash[20191]: cluster 2024-04-24T13:06:17.061217+0000 mgr.smithi086.skylwm (mgr.14199) 150 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:19.595 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:06:20.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:20 smithi086 bash[18795]: cluster 2024-04-24T13:06:19.062202+0000 mgr.smithi086.skylwm (mgr.14199) 151 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:20.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:20 smithi086 bash[18795]: cluster 2024-04-24T13:06:19.062202+0000 mgr.smithi086.skylwm (mgr.14199) 151 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:20.737 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:06:20.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:20 smithi144 bash[20191]: cluster 2024-04-24T13:06:19.062202+0000 mgr.smithi086.skylwm (mgr.14199) 151 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:20.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:20 smithi144 bash[20191]: cluster 2024-04-24T13:06:19.062202+0000 mgr.smithi086.skylwm (mgr.14199) 151 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:21.359 INFO:teuthology.orchestra.run.smithi086.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-24T13:06:21.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:21 smithi086 bash[18795]: audit 2024-04-24T13:06:20.740746+0000 mon.smithi086 (mon.0) 389 : audit [DBG] from='client.? 172.21.15.86:0/1768230221' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:06:21.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:21 smithi086 bash[18795]: audit 2024-04-24T13:06:20.740746+0000 mon.smithi086 (mon.0) 389 : audit [DBG] from='client.? 172.21.15.86:0/1768230221' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:06:21.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:21 smithi144 bash[20191]: audit 2024-04-24T13:06:20.740746+0000 mon.smithi086 (mon.0) 389 : audit [DBG] from='client.? 172.21.15.86:0/1768230221' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:06:21.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:21 smithi144 bash[20191]: audit 2024-04-24T13:06:20.740746+0000 mon.smithi086 (mon.0) 389 : audit [DBG] from='client.? 172.21.15.86:0/1768230221' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:06:22.360 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:06:22.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:22 smithi086 bash[18795]: cluster 2024-04-24T13:06:21.063186+0000 mgr.smithi086.skylwm (mgr.14199) 152 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:22.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:22 smithi086 bash[18795]: cluster 2024-04-24T13:06:21.063186+0000 mgr.smithi086.skylwm (mgr.14199) 152 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:22.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:22 smithi144 bash[20191]: cluster 2024-04-24T13:06:21.063186+0000 mgr.smithi086.skylwm (mgr.14199) 152 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:22.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:22 smithi144 bash[20191]: cluster 2024-04-24T13:06:21.063186+0000 mgr.smithi086.skylwm (mgr.14199) 152 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:24.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:24 smithi086 bash[18795]: cluster 2024-04-24T13:06:23.064146+0000 mgr.smithi086.skylwm (mgr.14199) 153 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:24.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:24 smithi086 bash[18795]: cluster 2024-04-24T13:06:23.064146+0000 mgr.smithi086.skylwm (mgr.14199) 153 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:24.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:24 smithi144 bash[20191]: cluster 2024-04-24T13:06:23.064146+0000 mgr.smithi086.skylwm (mgr.14199) 153 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:24.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:24 smithi144 bash[20191]: cluster 2024-04-24T13:06:23.064146+0000 mgr.smithi086.skylwm (mgr.14199) 153 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:26.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:26 smithi086 bash[18795]: cluster 2024-04-24T13:06:25.065114+0000 mgr.smithi086.skylwm (mgr.14199) 154 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:26.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:26 smithi086 bash[18795]: cluster 2024-04-24T13:06:25.065114+0000 mgr.smithi086.skylwm (mgr.14199) 154 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:26.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:26 smithi086 bash[18795]: audit 2024-04-24T13:06:25.858935+0000 mon.smithi086 (mon.0) 390 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:06:26.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:26 smithi086 bash[18795]: audit 2024-04-24T13:06:25.858935+0000 mon.smithi086 (mon.0) 390 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:06:26.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:26 smithi144 bash[20191]: cluster 2024-04-24T13:06:25.065114+0000 mgr.smithi086.skylwm (mgr.14199) 154 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:26.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:26 smithi144 bash[20191]: cluster 2024-04-24T13:06:25.065114+0000 mgr.smithi086.skylwm (mgr.14199) 154 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:26.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:26 smithi144 bash[20191]: audit 2024-04-24T13:06:25.858935+0000 mon.smithi086 (mon.0) 390 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:06:26.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:26 smithi144 bash[20191]: audit 2024-04-24T13:06:25.858935+0000 mon.smithi086 (mon.0) 390 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:06:27.127 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:06:28.246 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:06:28.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:28 smithi086 bash[18795]: cluster 2024-04-24T13:06:27.066064+0000 mgr.smithi086.skylwm (mgr.14199) 155 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:28.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:28 smithi086 bash[18795]: cluster 2024-04-24T13:06:27.066064+0000 mgr.smithi086.skylwm (mgr.14199) 155 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:28.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:28 smithi086 bash[18795]: audit 2024-04-24T13:06:28.249350+0000 mon.smithi086 (mon.0) 391 : audit [DBG] from='client.? 172.21.15.86:0/1774412390' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:06:28.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:28 smithi086 bash[18795]: audit 2024-04-24T13:06:28.249350+0000 mon.smithi086 (mon.0) 391 : audit [DBG] from='client.? 172.21.15.86:0/1774412390' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:06:28.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:28 smithi144 bash[20191]: cluster 2024-04-24T13:06:27.066064+0000 mgr.smithi086.skylwm (mgr.14199) 155 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:28.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:28 smithi144 bash[20191]: cluster 2024-04-24T13:06:27.066064+0000 mgr.smithi086.skylwm (mgr.14199) 155 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:28.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:28 smithi144 bash[20191]: audit 2024-04-24T13:06:28.249350+0000 mon.smithi086 (mon.0) 391 : audit [DBG] from='client.? 172.21.15.86:0/1774412390' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:06:28.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:28 smithi144 bash[20191]: audit 2024-04-24T13:06:28.249350+0000 mon.smithi086 (mon.0) 391 : audit [DBG] from='client.? 172.21.15.86:0/1774412390' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:06:28.854 INFO:teuthology.orchestra.run.smithi086.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-24T13:06:29.855 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:06:30.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:30 smithi086 bash[18795]: cluster 2024-04-24T13:06:29.067029+0000 mgr.smithi086.skylwm (mgr.14199) 156 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:30.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:30 smithi086 bash[18795]: cluster 2024-04-24T13:06:29.067029+0000 mgr.smithi086.skylwm (mgr.14199) 156 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:30.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:30 smithi144 bash[20191]: cluster 2024-04-24T13:06:29.067029+0000 mgr.smithi086.skylwm (mgr.14199) 156 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:30.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:30 smithi144 bash[20191]: cluster 2024-04-24T13:06:29.067029+0000 mgr.smithi086.skylwm (mgr.14199) 156 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:32.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:32 smithi086 bash[18795]: cluster 2024-04-24T13:06:31.067636+0000 mgr.smithi086.skylwm (mgr.14199) 157 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:32.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:32 smithi086 bash[18795]: cluster 2024-04-24T13:06:31.067636+0000 mgr.smithi086.skylwm (mgr.14199) 157 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:32.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:32 smithi144 bash[20191]: cluster 2024-04-24T13:06:31.067636+0000 mgr.smithi086.skylwm (mgr.14199) 157 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:32.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:32 smithi144 bash[20191]: cluster 2024-04-24T13:06:31.067636+0000 mgr.smithi086.skylwm (mgr.14199) 157 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:34.622 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:06:34.642 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:34 smithi086 bash[18795]: cluster 2024-04-24T13:06:33.068566+0000 mgr.smithi086.skylwm (mgr.14199) 158 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:34.642 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:34 smithi086 bash[18795]: cluster 2024-04-24T13:06:33.068566+0000 mgr.smithi086.skylwm (mgr.14199) 158 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:34.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:34 smithi144 bash[20191]: cluster 2024-04-24T13:06:33.068566+0000 mgr.smithi086.skylwm (mgr.14199) 158 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:34.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:34 smithi144 bash[20191]: cluster 2024-04-24T13:06:33.068566+0000 mgr.smithi086.skylwm (mgr.14199) 158 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:35.907 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:06:36.502 INFO:teuthology.orchestra.run.smithi086.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-24T13:06:36.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:36 smithi086 bash[18795]: cluster 2024-04-24T13:06:35.069548+0000 mgr.smithi086.skylwm (mgr.14199) 159 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:36.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:36 smithi086 bash[18795]: cluster 2024-04-24T13:06:35.069548+0000 mgr.smithi086.skylwm (mgr.14199) 159 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:36.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:36 smithi086 bash[18795]: audit 2024-04-24T13:06:35.910245+0000 mon.smithi086 (mon.0) 392 : audit [DBG] from='client.? 172.21.15.86:0/1539587464' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:06:36.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:36 smithi086 bash[18795]: audit 2024-04-24T13:06:35.910245+0000 mon.smithi086 (mon.0) 392 : audit [DBG] from='client.? 172.21.15.86:0/1539587464' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:06:36.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:36 smithi144 bash[20191]: cluster 2024-04-24T13:06:35.069548+0000 mgr.smithi086.skylwm (mgr.14199) 159 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:36.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:36 smithi144 bash[20191]: cluster 2024-04-24T13:06:35.069548+0000 mgr.smithi086.skylwm (mgr.14199) 159 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:36.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:36 smithi144 bash[20191]: audit 2024-04-24T13:06:35.910245+0000 mon.smithi086 (mon.0) 392 : audit [DBG] from='client.? 172.21.15.86:0/1539587464' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:06:36.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:36 smithi144 bash[20191]: audit 2024-04-24T13:06:35.910245+0000 mon.smithi086 (mon.0) 392 : audit [DBG] from='client.? 172.21.15.86:0/1539587464' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:06:37.503 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:06:37.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:37 smithi086 bash[18795]: audit 2024-04-24T13:06:37.141518+0000 mon.smithi086 (mon.0) 393 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:06:37.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:37 smithi086 bash[18795]: audit 2024-04-24T13:06:37.141518+0000 mon.smithi086 (mon.0) 393 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:06:37.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:37 smithi144 bash[20191]: audit 2024-04-24T13:06:37.141518+0000 mon.smithi086 (mon.0) 393 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:06:37.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:37 smithi144 bash[20191]: audit 2024-04-24T13:06:37.141518+0000 mon.smithi086 (mon.0) 393 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:06:38.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:38 smithi086 bash[18795]: cluster 2024-04-24T13:06:37.070445+0000 mgr.smithi086.skylwm (mgr.14199) 160 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:38.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:38 smithi086 bash[18795]: cluster 2024-04-24T13:06:37.070445+0000 mgr.smithi086.skylwm (mgr.14199) 160 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:38.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:38 smithi144 bash[20191]: cluster 2024-04-24T13:06:37.070445+0000 mgr.smithi086.skylwm (mgr.14199) 160 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:38.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:38 smithi144 bash[20191]: cluster 2024-04-24T13:06:37.070445+0000 mgr.smithi086.skylwm (mgr.14199) 160 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:40.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:40 smithi086 bash[18795]: cluster 2024-04-24T13:06:39.071396+0000 mgr.smithi086.skylwm (mgr.14199) 161 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:40.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:40 smithi086 bash[18795]: cluster 2024-04-24T13:06:39.071396+0000 mgr.smithi086.skylwm (mgr.14199) 161 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:40.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:40 smithi144 bash[20191]: cluster 2024-04-24T13:06:39.071396+0000 mgr.smithi086.skylwm (mgr.14199) 161 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:40.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:40 smithi144 bash[20191]: cluster 2024-04-24T13:06:39.071396+0000 mgr.smithi086.skylwm (mgr.14199) 161 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:41.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:41 smithi086 bash[18795]: audit 2024-04-24T13:06:40.859454+0000 mon.smithi086 (mon.0) 394 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:06:41.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:41 smithi086 bash[18795]: audit 2024-04-24T13:06:40.859454+0000 mon.smithi086 (mon.0) 394 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:06:41.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:41 smithi144 bash[20191]: audit 2024-04-24T13:06:40.859454+0000 mon.smithi086 (mon.0) 394 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:06:41.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:41 smithi144 bash[20191]: audit 2024-04-24T13:06:40.859454+0000 mon.smithi086 (mon.0) 394 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:06:42.186 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:06:42.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:42 smithi086 bash[18795]: cluster 2024-04-24T13:06:41.072324+0000 mgr.smithi086.skylwm (mgr.14199) 162 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:42.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:42 smithi086 bash[18795]: cluster 2024-04-24T13:06:41.072324+0000 mgr.smithi086.skylwm (mgr.14199) 162 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:42.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:42 smithi144 bash[20191]: cluster 2024-04-24T13:06:41.072324+0000 mgr.smithi086.skylwm (mgr.14199) 162 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:42.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:42 smithi144 bash[20191]: cluster 2024-04-24T13:06:41.072324+0000 mgr.smithi086.skylwm (mgr.14199) 162 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:43.312 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:06:43.934 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:43 smithi086 bash[18795]: audit 2024-04-24T13:06:42.582952+0000 mon.smithi086 (mon.0) 395 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:06:43.934 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:43 smithi086 bash[18795]: audit 2024-04-24T13:06:42.582952+0000 mon.smithi086 (mon.0) 395 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:06:43.934 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:43 smithi086 bash[18795]: audit 2024-04-24T13:06:43.035898+0000 mon.smithi086 (mon.0) 396 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:06:43.935 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:43 smithi086 bash[18795]: audit 2024-04-24T13:06:43.035898+0000 mon.smithi086 (mon.0) 396 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:06:43.935 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:43 smithi086 bash[18795]: cluster 2024-04-24T13:06:43.072833+0000 mgr.smithi086.skylwm (mgr.14199) 163 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:43.935 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:43 smithi086 bash[18795]: cluster 2024-04-24T13:06:43.072833+0000 mgr.smithi086.skylwm (mgr.14199) 163 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:43.935 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:43 smithi086 bash[18795]: audit 2024-04-24T13:06:43.315702+0000 mon.smithi086 (mon.0) 397 : audit [DBG] from='client.? 172.21.15.86:0/3743728168' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:06:43.935 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:43 smithi086 bash[18795]: audit 2024-04-24T13:06:43.315702+0000 mon.smithi086 (mon.0) 397 : audit [DBG] from='client.? 172.21.15.86:0/3743728168' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:06:43.936 INFO:teuthology.orchestra.run.smithi086.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-24T13:06:44.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:43 smithi144 bash[20191]: audit 2024-04-24T13:06:42.582952+0000 mon.smithi086 (mon.0) 395 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:06:44.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:43 smithi144 bash[20191]: audit 2024-04-24T13:06:42.582952+0000 mon.smithi086 (mon.0) 395 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:06:44.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:43 smithi144 bash[20191]: audit 2024-04-24T13:06:43.035898+0000 mon.smithi086 (mon.0) 396 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:06:44.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:43 smithi144 bash[20191]: audit 2024-04-24T13:06:43.035898+0000 mon.smithi086 (mon.0) 396 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:06:44.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:43 smithi144 bash[20191]: cluster 2024-04-24T13:06:43.072833+0000 mgr.smithi086.skylwm (mgr.14199) 163 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:44.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:43 smithi144 bash[20191]: cluster 2024-04-24T13:06:43.072833+0000 mgr.smithi086.skylwm (mgr.14199) 163 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:44.048 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:43 smithi144 bash[20191]: audit 2024-04-24T13:06:43.315702+0000 mon.smithi086 (mon.0) 397 : audit [DBG] from='client.? 172.21.15.86:0/3743728168' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:06:44.048 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:43 smithi144 bash[20191]: audit 2024-04-24T13:06:43.315702+0000 mon.smithi086 (mon.0) 397 : audit [DBG] from='client.? 172.21.15.86:0/3743728168' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:06:44.937 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:06:46.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:46 smithi086 bash[18795]: cluster 2024-04-24T13:06:45.073780+0000 mgr.smithi086.skylwm (mgr.14199) 164 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:46.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:46 smithi086 bash[18795]: cluster 2024-04-24T13:06:45.073780+0000 mgr.smithi086.skylwm (mgr.14199) 164 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:46.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:46 smithi144 bash[20191]: cluster 2024-04-24T13:06:45.073780+0000 mgr.smithi086.skylwm (mgr.14199) 164 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:46.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:46 smithi144 bash[20191]: cluster 2024-04-24T13:06:45.073780+0000 mgr.smithi086.skylwm (mgr.14199) 164 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:48.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:48 smithi086 bash[18795]: cluster 2024-04-24T13:06:47.074765+0000 mgr.smithi086.skylwm (mgr.14199) 165 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:48.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:48 smithi086 bash[18795]: cluster 2024-04-24T13:06:47.074765+0000 mgr.smithi086.skylwm (mgr.14199) 165 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:48.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:48 smithi144 bash[20191]: cluster 2024-04-24T13:06:47.074765+0000 mgr.smithi086.skylwm (mgr.14199) 165 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:48.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:48 smithi144 bash[20191]: cluster 2024-04-24T13:06:47.074765+0000 mgr.smithi086.skylwm (mgr.14199) 165 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:49.673 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:06:50.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:50 smithi086 bash[18795]: cluster 2024-04-24T13:06:49.075362+0000 mgr.smithi086.skylwm (mgr.14199) 166 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:50.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:50 smithi086 bash[18795]: cluster 2024-04-24T13:06:49.075362+0000 mgr.smithi086.skylwm (mgr.14199) 166 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:50.468 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:50 smithi144 bash[20191]: cluster 2024-04-24T13:06:49.075362+0000 mgr.smithi086.skylwm (mgr.14199) 166 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:50.468 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:50 smithi144 bash[20191]: cluster 2024-04-24T13:06:49.075362+0000 mgr.smithi086.skylwm (mgr.14199) 166 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:51.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:51 smithi086 bash[18795]: audit 2024-04-24T13:06:51.000575+0000 mon.smithi086 (mon.0) 398 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:06:51.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:51 smithi086 bash[18795]: audit 2024-04-24T13:06:51.000575+0000 mon.smithi086 (mon.0) 398 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:06:51.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:51 smithi086 bash[18795]: audit 2024-04-24T13:06:51.001701+0000 mon.smithi086 (mon.0) 399 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:06:51.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:51 smithi086 bash[18795]: audit 2024-04-24T13:06:51.001701+0000 mon.smithi086 (mon.0) 399 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:06:51.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:51 smithi086 bash[18795]: audit 2024-04-24T13:06:51.007961+0000 mon.smithi086 (mon.0) 400 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:06:51.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:51 smithi086 bash[18795]: audit 2024-04-24T13:06:51.007961+0000 mon.smithi086 (mon.0) 400 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:06:51.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:51 smithi086 bash[18795]: audit 2024-04-24T13:06:51.011542+0000 mon.smithi086 (mon.0) 401 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:06:51.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:51 smithi086 bash[18795]: audit 2024-04-24T13:06:51.011542+0000 mon.smithi086 (mon.0) 401 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:06:51.374 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:06:51.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:51 smithi144 bash[20191]: audit 2024-04-24T13:06:51.000575+0000 mon.smithi086 (mon.0) 398 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:06:51.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:51 smithi144 bash[20191]: audit 2024-04-24T13:06:51.000575+0000 mon.smithi086 (mon.0) 398 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:06:51.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:51 smithi144 bash[20191]: audit 2024-04-24T13:06:51.001701+0000 mon.smithi086 (mon.0) 399 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:06:51.548 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:51 smithi144 bash[20191]: audit 2024-04-24T13:06:51.001701+0000 mon.smithi086 (mon.0) 399 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:06:51.548 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:51 smithi144 bash[20191]: audit 2024-04-24T13:06:51.007961+0000 mon.smithi086 (mon.0) 400 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:06:51.548 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:51 smithi144 bash[20191]: audit 2024-04-24T13:06:51.007961+0000 mon.smithi086 (mon.0) 400 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:06:51.548 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:51 smithi144 bash[20191]: audit 2024-04-24T13:06:51.011542+0000 mon.smithi086 (mon.0) 401 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:06:51.548 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:51 smithi144 bash[20191]: audit 2024-04-24T13:06:51.011542+0000 mon.smithi086 (mon.0) 401 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:06:52.092 INFO:teuthology.orchestra.run.smithi086.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-24T13:06:52.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:52 smithi086 bash[18795]: cluster 2024-04-24T13:06:51.003303+0000 mgr.smithi086.skylwm (mgr.14199) 167 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:52.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:52 smithi086 bash[18795]: cluster 2024-04-24T13:06:51.003303+0000 mgr.smithi086.skylwm (mgr.14199) 167 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:52.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:52 smithi086 bash[18795]: cluster 2024-04-24T13:06:51.003717+0000 mgr.smithi086.skylwm (mgr.14199) 168 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:52.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:52 smithi086 bash[18795]: cluster 2024-04-24T13:06:51.003717+0000 mgr.smithi086.skylwm (mgr.14199) 168 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:52.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:52 smithi086 bash[18795]: audit 2024-04-24T13:06:51.377429+0000 mon.smithi086 (mon.0) 402 : audit [DBG] from='client.? 172.21.15.86:0/4243514974' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:06:52.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:52 smithi086 bash[18795]: audit 2024-04-24T13:06:51.377429+0000 mon.smithi086 (mon.0) 402 : audit [DBG] from='client.? 172.21.15.86:0/4243514974' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:06:52.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:52 smithi144 bash[20191]: cluster 2024-04-24T13:06:51.003303+0000 mgr.smithi086.skylwm (mgr.14199) 167 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:52.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:52 smithi144 bash[20191]: cluster 2024-04-24T13:06:51.003303+0000 mgr.smithi086.skylwm (mgr.14199) 167 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:52.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:52 smithi144 bash[20191]: cluster 2024-04-24T13:06:51.003717+0000 mgr.smithi086.skylwm (mgr.14199) 168 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:52.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:52 smithi144 bash[20191]: cluster 2024-04-24T13:06:51.003717+0000 mgr.smithi086.skylwm (mgr.14199) 168 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:52.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:52 smithi144 bash[20191]: audit 2024-04-24T13:06:51.377429+0000 mon.smithi086 (mon.0) 402 : audit [DBG] from='client.? 172.21.15.86:0/4243514974' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:06:52.548 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:52 smithi144 bash[20191]: audit 2024-04-24T13:06:51.377429+0000 mon.smithi086 (mon.0) 402 : audit [DBG] from='client.? 172.21.15.86:0/4243514974' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:06:53.094 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:06:54.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:54 smithi086 bash[18795]: cluster 2024-04-24T13:06:53.004731+0000 mgr.smithi086.skylwm (mgr.14199) 169 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:54.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:54 smithi086 bash[18795]: cluster 2024-04-24T13:06:53.004731+0000 mgr.smithi086.skylwm (mgr.14199) 169 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:54.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:54 smithi144 bash[20191]: cluster 2024-04-24T13:06:53.004731+0000 mgr.smithi086.skylwm (mgr.14199) 169 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:54.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:54 smithi144 bash[20191]: cluster 2024-04-24T13:06:53.004731+0000 mgr.smithi086.skylwm (mgr.14199) 169 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:56.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:56 smithi086 bash[18795]: cluster 2024-04-24T13:06:55.005826+0000 mgr.smithi086.skylwm (mgr.14199) 170 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:56.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:56 smithi086 bash[18795]: cluster 2024-04-24T13:06:55.005826+0000 mgr.smithi086.skylwm (mgr.14199) 170 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:56.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:56 smithi086 bash[18795]: audit 2024-04-24T13:06:55.859074+0000 mon.smithi086 (mon.0) 403 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:06:56.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:56 smithi086 bash[18795]: audit 2024-04-24T13:06:55.859074+0000 mon.smithi086 (mon.0) 403 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:06:56.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:56 smithi144 bash[20191]: cluster 2024-04-24T13:06:55.005826+0000 mgr.smithi086.skylwm (mgr.14199) 170 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:56.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:56 smithi144 bash[20191]: cluster 2024-04-24T13:06:55.005826+0000 mgr.smithi086.skylwm (mgr.14199) 170 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:56.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:56 smithi144 bash[20191]: audit 2024-04-24T13:06:55.859074+0000 mon.smithi086 (mon.0) 403 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:06:56.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:56 smithi144 bash[20191]: audit 2024-04-24T13:06:55.859074+0000 mon.smithi086 (mon.0) 403 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:06:57.856 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:06:58.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:58 smithi086 bash[18795]: cluster 2024-04-24T13:06:57.006784+0000 mgr.smithi086.skylwm (mgr.14199) 171 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:58.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:58 smithi086 bash[18795]: cluster 2024-04-24T13:06:57.006784+0000 mgr.smithi086.skylwm (mgr.14199) 171 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:58.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:58 smithi144 bash[20191]: cluster 2024-04-24T13:06:57.006784+0000 mgr.smithi086.skylwm (mgr.14199) 171 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:58.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:58 smithi144 bash[20191]: cluster 2024-04-24T13:06:57.006784+0000 mgr.smithi086.skylwm (mgr.14199) 171 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:06:58.982 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:06:59.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:59 smithi086 bash[18795]: audit 2024-04-24T13:06:58.985467+0000 mon.smithi086 (mon.0) 404 : audit [DBG] from='client.? 172.21.15.86:0/970236110' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:06:59.471 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:06:59 smithi086 bash[18795]: audit 2024-04-24T13:06:58.985467+0000 mon.smithi086 (mon.0) 404 : audit [DBG] from='client.? 172.21.15.86:0/970236110' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:06:59.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:59 smithi144 bash[20191]: audit 2024-04-24T13:06:58.985467+0000 mon.smithi086 (mon.0) 404 : audit [DBG] from='client.? 172.21.15.86:0/970236110' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:06:59.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:06:59 smithi144 bash[20191]: audit 2024-04-24T13:06:58.985467+0000 mon.smithi086 (mon.0) 404 : audit [DBG] from='client.? 172.21.15.86:0/970236110' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:06:59.624 INFO:teuthology.orchestra.run.smithi086.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-24T13:07:00.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:00 smithi086 bash[18795]: cluster 2024-04-24T13:06:59.007316+0000 mgr.smithi086.skylwm (mgr.14199) 172 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:00.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:00 smithi086 bash[18795]: cluster 2024-04-24T13:06:59.007316+0000 mgr.smithi086.skylwm (mgr.14199) 172 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:00.469 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:00 smithi144 bash[20191]: cluster 2024-04-24T13:06:59.007316+0000 mgr.smithi086.skylwm (mgr.14199) 172 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:00.469 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:00 smithi144 bash[20191]: cluster 2024-04-24T13:06:59.007316+0000 mgr.smithi086.skylwm (mgr.14199) 172 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:00.626 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:07:02.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:02 smithi086 bash[18795]: cluster 2024-04-24T13:07:01.008247+0000 mgr.smithi086.skylwm (mgr.14199) 173 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:02.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:02 smithi086 bash[18795]: cluster 2024-04-24T13:07:01.008247+0000 mgr.smithi086.skylwm (mgr.14199) 173 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:02.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:02 smithi144 bash[20191]: cluster 2024-04-24T13:07:01.008247+0000 mgr.smithi086.skylwm (mgr.14199) 173 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:02.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:02 smithi144 bash[20191]: cluster 2024-04-24T13:07:01.008247+0000 mgr.smithi086.skylwm (mgr.14199) 173 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:04.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:04 smithi086 bash[18795]: cluster 2024-04-24T13:07:03.009315+0000 mgr.smithi086.skylwm (mgr.14199) 174 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:04.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:04 smithi086 bash[18795]: cluster 2024-04-24T13:07:03.009315+0000 mgr.smithi086.skylwm (mgr.14199) 174 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:04.548 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:04 smithi144 bash[20191]: cluster 2024-04-24T13:07:03.009315+0000 mgr.smithi086.skylwm (mgr.14199) 174 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:04.548 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:04 smithi144 bash[20191]: cluster 2024-04-24T13:07:03.009315+0000 mgr.smithi086.skylwm (mgr.14199) 174 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:05.392 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:07:06.262 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:06 smithi086 bash[18795]: cluster 2024-04-24T13:07:05.010344+0000 mgr.smithi086.skylwm (mgr.14199) 175 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:06.262 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:06 smithi086 bash[18795]: cluster 2024-04-24T13:07:05.010344+0000 mgr.smithi086.skylwm (mgr.14199) 175 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:06.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:06 smithi144 bash[20191]: cluster 2024-04-24T13:07:05.010344+0000 mgr.smithi086.skylwm (mgr.14199) 175 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:06.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:06 smithi144 bash[20191]: cluster 2024-04-24T13:07:05.010344+0000 mgr.smithi086.skylwm (mgr.14199) 175 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:06.617 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:07:07.206 INFO:teuthology.orchestra.run.smithi086.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-24T13:07:07.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:07 smithi086 bash[18795]: audit 2024-04-24T13:07:06.620548+0000 mon.smithi086 (mon.0) 405 : audit [DBG] from='client.? 172.21.15.86:0/3782761606' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:07:07.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:07 smithi086 bash[18795]: audit 2024-04-24T13:07:06.620548+0000 mon.smithi086 (mon.0) 405 : audit [DBG] from='client.? 172.21.15.86:0/3782761606' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:07:07.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:07 smithi144 bash[20191]: audit 2024-04-24T13:07:06.620548+0000 mon.smithi086 (mon.0) 405 : audit [DBG] from='client.? 172.21.15.86:0/3782761606' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:07:07.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:07 smithi144 bash[20191]: audit 2024-04-24T13:07:06.620548+0000 mon.smithi086 (mon.0) 405 : audit [DBG] from='client.? 172.21.15.86:0/3782761606' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:07:08.208 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:07:08.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:08 smithi086 bash[18795]: cluster 2024-04-24T13:07:07.011342+0000 mgr.smithi086.skylwm (mgr.14199) 176 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:08.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:08 smithi086 bash[18795]: cluster 2024-04-24T13:07:07.011342+0000 mgr.smithi086.skylwm (mgr.14199) 176 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:08.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:08 smithi144 bash[20191]: cluster 2024-04-24T13:07:07.011342+0000 mgr.smithi086.skylwm (mgr.14199) 176 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:08.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:08 smithi144 bash[20191]: cluster 2024-04-24T13:07:07.011342+0000 mgr.smithi086.skylwm (mgr.14199) 176 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:10.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:10 smithi086 bash[18795]: cluster 2024-04-24T13:07:09.012292+0000 mgr.smithi086.skylwm (mgr.14199) 177 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:10.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:10 smithi086 bash[18795]: cluster 2024-04-24T13:07:09.012292+0000 mgr.smithi086.skylwm (mgr.14199) 177 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:10.470 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:10 smithi144 bash[20191]: cluster 2024-04-24T13:07:09.012292+0000 mgr.smithi086.skylwm (mgr.14199) 177 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:10.470 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:10 smithi144 bash[20191]: cluster 2024-04-24T13:07:09.012292+0000 mgr.smithi086.skylwm (mgr.14199) 177 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:11.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:11 smithi086 bash[18795]: audit 2024-04-24T13:07:10.860058+0000 mon.smithi086 (mon.0) 406 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:07:11.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:11 smithi086 bash[18795]: audit 2024-04-24T13:07:10.860058+0000 mon.smithi086 (mon.0) 406 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:07:11.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:11 smithi144 bash[20191]: audit 2024-04-24T13:07:10.860058+0000 mon.smithi086 (mon.0) 406 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:07:11.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:11 smithi144 bash[20191]: audit 2024-04-24T13:07:10.860058+0000 mon.smithi086 (mon.0) 406 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:07:12.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:12 smithi086 bash[18795]: cluster 2024-04-24T13:07:11.013339+0000 mgr.smithi086.skylwm (mgr.14199) 178 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:12.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:12 smithi086 bash[18795]: cluster 2024-04-24T13:07:11.013339+0000 mgr.smithi086.skylwm (mgr.14199) 178 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:12.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:12 smithi144 bash[20191]: cluster 2024-04-24T13:07:11.013339+0000 mgr.smithi086.skylwm (mgr.14199) 178 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:12.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:12 smithi144 bash[20191]: cluster 2024-04-24T13:07:11.013339+0000 mgr.smithi086.skylwm (mgr.14199) 178 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:12.970 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:07:14.202 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:07:14.549 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:14 smithi144 bash[20191]: cluster 2024-04-24T13:07:13.014030+0000 mgr.smithi086.skylwm (mgr.14199) 179 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:14.550 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:14 smithi144 bash[20191]: cluster 2024-04-24T13:07:13.014030+0000 mgr.smithi086.skylwm (mgr.14199) 179 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:14.550 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:14 smithi144 bash[20191]: audit 2024-04-24T13:07:14.205916+0000 mon.smithi086 (mon.0) 407 : audit [DBG] from='client.? 172.21.15.86:0/1097681512' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:07:14.550 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:14 smithi144 bash[20191]: audit 2024-04-24T13:07:14.205916+0000 mon.smithi086 (mon.0) 407 : audit [DBG] from='client.? 172.21.15.86:0/1097681512' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:07:14.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:14 smithi086 bash[18795]: cluster 2024-04-24T13:07:13.014030+0000 mgr.smithi086.skylwm (mgr.14199) 179 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:14.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:14 smithi086 bash[18795]: cluster 2024-04-24T13:07:13.014030+0000 mgr.smithi086.skylwm (mgr.14199) 179 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:14.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:14 smithi086 bash[18795]: audit 2024-04-24T13:07:14.205916+0000 mon.smithi086 (mon.0) 407 : audit [DBG] from='client.? 172.21.15.86:0/1097681512' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:07:14.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:14 smithi086 bash[18795]: audit 2024-04-24T13:07:14.205916+0000 mon.smithi086 (mon.0) 407 : audit [DBG] from='client.? 172.21.15.86:0/1097681512' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:07:14.801 INFO:teuthology.orchestra.run.smithi086.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-24T13:07:15.802 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:07:16.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:16 smithi086 bash[18795]: cluster 2024-04-24T13:07:15.014988+0000 mgr.smithi086.skylwm (mgr.14199) 180 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:16.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:16 smithi086 bash[18795]: cluster 2024-04-24T13:07:15.014988+0000 mgr.smithi086.skylwm (mgr.14199) 180 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:16.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:16 smithi144 bash[20191]: cluster 2024-04-24T13:07:15.014988+0000 mgr.smithi086.skylwm (mgr.14199) 180 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:16.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:16 smithi144 bash[20191]: cluster 2024-04-24T13:07:15.014988+0000 mgr.smithi086.skylwm (mgr.14199) 180 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:18.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:18 smithi144 bash[20191]: cluster 2024-04-24T13:07:17.015593+0000 mgr.smithi086.skylwm (mgr.14199) 181 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:18.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:18 smithi144 bash[20191]: cluster 2024-04-24T13:07:17.015593+0000 mgr.smithi086.skylwm (mgr.14199) 181 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:18.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:18 smithi086 bash[18795]: cluster 2024-04-24T13:07:17.015593+0000 mgr.smithi086.skylwm (mgr.14199) 181 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:18.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:18 smithi086 bash[18795]: cluster 2024-04-24T13:07:17.015593+0000 mgr.smithi086.skylwm (mgr.14199) 181 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:20.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:20 smithi144 bash[20191]: cluster 2024-04-24T13:07:19.016577+0000 mgr.smithi086.skylwm (mgr.14199) 182 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:20.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:20 smithi144 bash[20191]: cluster 2024-04-24T13:07:19.016577+0000 mgr.smithi086.skylwm (mgr.14199) 182 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:20.566 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:07:20.588 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:20 smithi086 bash[18795]: cluster 2024-04-24T13:07:19.016577+0000 mgr.smithi086.skylwm (mgr.14199) 182 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:20.588 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:20 smithi086 bash[18795]: cluster 2024-04-24T13:07:19.016577+0000 mgr.smithi086.skylwm (mgr.14199) 182 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:21.721 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:07:22.328 INFO:teuthology.orchestra.run.smithi086.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-24T13:07:22.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:22 smithi144 bash[20191]: cluster 2024-04-24T13:07:21.017602+0000 mgr.smithi086.skylwm (mgr.14199) 183 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:22.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:22 smithi144 bash[20191]: cluster 2024-04-24T13:07:21.017602+0000 mgr.smithi086.skylwm (mgr.14199) 183 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:22.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:22 smithi144 bash[20191]: audit 2024-04-24T13:07:21.724364+0000 mon.smithi086 (mon.0) 408 : audit [DBG] from='client.? 172.21.15.86:0/4117103558' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:07:22.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:22 smithi144 bash[20191]: audit 2024-04-24T13:07:21.724364+0000 mon.smithi086 (mon.0) 408 : audit [DBG] from='client.? 172.21.15.86:0/4117103558' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:07:22.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:22 smithi086 bash[18795]: cluster 2024-04-24T13:07:21.017602+0000 mgr.smithi086.skylwm (mgr.14199) 183 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:22.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:22 smithi086 bash[18795]: cluster 2024-04-24T13:07:21.017602+0000 mgr.smithi086.skylwm (mgr.14199) 183 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:22.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:22 smithi086 bash[18795]: audit 2024-04-24T13:07:21.724364+0000 mon.smithi086 (mon.0) 408 : audit [DBG] from='client.? 172.21.15.86:0/4117103558' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:07:22.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:22 smithi086 bash[18795]: audit 2024-04-24T13:07:21.724364+0000 mon.smithi086 (mon.0) 408 : audit [DBG] from='client.? 172.21.15.86:0/4117103558' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:07:23.329 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:07:24.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:24 smithi144 bash[20191]: cluster 2024-04-24T13:07:23.018588+0000 mgr.smithi086.skylwm (mgr.14199) 184 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:24.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:24 smithi144 bash[20191]: cluster 2024-04-24T13:07:23.018588+0000 mgr.smithi086.skylwm (mgr.14199) 184 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:24.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:24 smithi086 bash[18795]: cluster 2024-04-24T13:07:23.018588+0000 mgr.smithi086.skylwm (mgr.14199) 184 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:24.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:24 smithi086 bash[18795]: cluster 2024-04-24T13:07:23.018588+0000 mgr.smithi086.skylwm (mgr.14199) 184 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:26.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:26 smithi086 bash[18795]: cluster 2024-04-24T13:07:25.019598+0000 mgr.smithi086.skylwm (mgr.14199) 185 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:26.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:26 smithi086 bash[18795]: cluster 2024-04-24T13:07:25.019598+0000 mgr.smithi086.skylwm (mgr.14199) 185 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:26.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:26 smithi086 bash[18795]: audit 2024-04-24T13:07:25.860564+0000 mon.smithi086 (mon.0) 409 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:07:26.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:26 smithi086 bash[18795]: audit 2024-04-24T13:07:25.860564+0000 mon.smithi086 (mon.0) 409 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:07:26.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:26 smithi144 bash[20191]: cluster 2024-04-24T13:07:25.019598+0000 mgr.smithi086.skylwm (mgr.14199) 185 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:26.548 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:26 smithi144 bash[20191]: cluster 2024-04-24T13:07:25.019598+0000 mgr.smithi086.skylwm (mgr.14199) 185 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:26.548 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:26 smithi144 bash[20191]: audit 2024-04-24T13:07:25.860564+0000 mon.smithi086 (mon.0) 409 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:07:26.548 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:26 smithi144 bash[20191]: audit 2024-04-24T13:07:25.860564+0000 mon.smithi086 (mon.0) 409 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:07:28.092 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:07:28.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:28 smithi086 bash[18795]: cluster 2024-04-24T13:07:27.020561+0000 mgr.smithi086.skylwm (mgr.14199) 186 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:28.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:28 smithi086 bash[18795]: cluster 2024-04-24T13:07:27.020561+0000 mgr.smithi086.skylwm (mgr.14199) 186 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:28.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:28 smithi144 bash[20191]: cluster 2024-04-24T13:07:27.020561+0000 mgr.smithi086.skylwm (mgr.14199) 186 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:28.548 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:28 smithi144 bash[20191]: cluster 2024-04-24T13:07:27.020561+0000 mgr.smithi086.skylwm (mgr.14199) 186 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:29.359 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:07:29.961 INFO:teuthology.orchestra.run.smithi086.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-24T13:07:30.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:30 smithi144 bash[20191]: cluster 2024-04-24T13:07:29.021088+0000 mgr.smithi086.skylwm (mgr.14199) 187 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:30.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:30 smithi144 bash[20191]: cluster 2024-04-24T13:07:29.021088+0000 mgr.smithi086.skylwm (mgr.14199) 187 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:30.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:30 smithi144 bash[20191]: audit 2024-04-24T13:07:29.362603+0000 mon.smithi086 (mon.0) 410 : audit [DBG] from='client.? 172.21.15.86:0/3218088604' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:07:30.548 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:30 smithi144 bash[20191]: audit 2024-04-24T13:07:29.362603+0000 mon.smithi086 (mon.0) 410 : audit [DBG] from='client.? 172.21.15.86:0/3218088604' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:07:30.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:30 smithi086 bash[18795]: cluster 2024-04-24T13:07:29.021088+0000 mgr.smithi086.skylwm (mgr.14199) 187 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:30.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:30 smithi086 bash[18795]: cluster 2024-04-24T13:07:29.021088+0000 mgr.smithi086.skylwm (mgr.14199) 187 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:30.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:30 smithi086 bash[18795]: audit 2024-04-24T13:07:29.362603+0000 mon.smithi086 (mon.0) 410 : audit [DBG] from='client.? 172.21.15.86:0/3218088604' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:07:30.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:30 smithi086 bash[18795]: audit 2024-04-24T13:07:29.362603+0000 mon.smithi086 (mon.0) 410 : audit [DBG] from='client.? 172.21.15.86:0/3218088604' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:07:30.962 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:07:32.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:32 smithi144 bash[20191]: cluster 2024-04-24T13:07:31.021691+0000 mgr.smithi086.skylwm (mgr.14199) 188 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:32.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:32 smithi144 bash[20191]: cluster 2024-04-24T13:07:31.021691+0000 mgr.smithi086.skylwm (mgr.14199) 188 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:32.593 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:32 smithi086 bash[18795]: cluster 2024-04-24T13:07:31.021691+0000 mgr.smithi086.skylwm (mgr.14199) 188 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:32.593 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:32 smithi086 bash[18795]: cluster 2024-04-24T13:07:31.021691+0000 mgr.smithi086.skylwm (mgr.14199) 188 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:34.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:34 smithi144 bash[20191]: cluster 2024-04-24T13:07:33.022570+0000 mgr.smithi086.skylwm (mgr.14199) 189 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:34.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:34 smithi144 bash[20191]: cluster 2024-04-24T13:07:33.022570+0000 mgr.smithi086.skylwm (mgr.14199) 189 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:34.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:34 smithi086 bash[18795]: cluster 2024-04-24T13:07:33.022570+0000 mgr.smithi086.skylwm (mgr.14199) 189 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:34.924 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:34 smithi086 bash[18795]: cluster 2024-04-24T13:07:33.022570+0000 mgr.smithi086.skylwm (mgr.14199) 189 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:35.728 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:07:36.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:36 smithi086 bash[18795]: cluster 2024-04-24T13:07:35.023480+0000 mgr.smithi086.skylwm (mgr.14199) 190 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:36.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:36 smithi086 bash[18795]: cluster 2024-04-24T13:07:35.023480+0000 mgr.smithi086.skylwm (mgr.14199) 190 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:36.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:36 smithi144 bash[20191]: cluster 2024-04-24T13:07:35.023480+0000 mgr.smithi086.skylwm (mgr.14199) 190 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:36.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:36 smithi144 bash[20191]: cluster 2024-04-24T13:07:35.023480+0000 mgr.smithi086.skylwm (mgr.14199) 190 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:36.888 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:07:37.500 INFO:teuthology.orchestra.run.smithi086.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-24T13:07:37.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:37 smithi144 bash[20191]: audit 2024-04-24T13:07:36.891886+0000 mon.smithi086 (mon.0) 411 : audit [DBG] from='client.? 172.21.15.86:0/219944436' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:07:37.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:37 smithi144 bash[20191]: audit 2024-04-24T13:07:36.891886+0000 mon.smithi086 (mon.0) 411 : audit [DBG] from='client.? 172.21.15.86:0/219944436' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:07:37.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:37 smithi086 bash[18795]: audit 2024-04-24T13:07:36.891886+0000 mon.smithi086 (mon.0) 411 : audit [DBG] from='client.? 172.21.15.86:0/219944436' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:07:37.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:37 smithi086 bash[18795]: audit 2024-04-24T13:07:36.891886+0000 mon.smithi086 (mon.0) 411 : audit [DBG] from='client.? 172.21.15.86:0/219944436' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:07:38.501 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:07:38.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:38 smithi144 bash[20191]: cluster 2024-04-24T13:07:37.024387+0000 mgr.smithi086.skylwm (mgr.14199) 191 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:38.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:38 smithi144 bash[20191]: cluster 2024-04-24T13:07:37.024387+0000 mgr.smithi086.skylwm (mgr.14199) 191 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:38.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:38 smithi086 bash[18795]: cluster 2024-04-24T13:07:37.024387+0000 mgr.smithi086.skylwm (mgr.14199) 191 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:38.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:38 smithi086 bash[18795]: cluster 2024-04-24T13:07:37.024387+0000 mgr.smithi086.skylwm (mgr.14199) 191 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:40.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:40 smithi144 bash[20191]: cluster 2024-04-24T13:07:39.025313+0000 mgr.smithi086.skylwm (mgr.14199) 192 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:40.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:40 smithi144 bash[20191]: cluster 2024-04-24T13:07:39.025313+0000 mgr.smithi086.skylwm (mgr.14199) 192 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:40.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:40 smithi086 bash[18795]: cluster 2024-04-24T13:07:39.025313+0000 mgr.smithi086.skylwm (mgr.14199) 192 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:40.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:40 smithi086 bash[18795]: cluster 2024-04-24T13:07:39.025313+0000 mgr.smithi086.skylwm (mgr.14199) 192 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:41.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:41 smithi086 bash[18795]: audit 2024-04-24T13:07:40.861190+0000 mon.smithi086 (mon.0) 412 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:07:41.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:41 smithi086 bash[18795]: audit 2024-04-24T13:07:40.861190+0000 mon.smithi086 (mon.0) 412 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:07:41.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:41 smithi144 bash[20191]: audit 2024-04-24T13:07:40.861190+0000 mon.smithi086 (mon.0) 412 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:07:41.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:41 smithi144 bash[20191]: audit 2024-04-24T13:07:40.861190+0000 mon.smithi086 (mon.0) 412 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:07:42.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:42 smithi144 bash[20191]: cluster 2024-04-24T13:07:41.026225+0000 mgr.smithi086.skylwm (mgr.14199) 193 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:42.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:42 smithi144 bash[20191]: cluster 2024-04-24T13:07:41.026225+0000 mgr.smithi086.skylwm (mgr.14199) 193 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:42.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:42 smithi086 bash[18795]: cluster 2024-04-24T13:07:41.026225+0000 mgr.smithi086.skylwm (mgr.14199) 193 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:42.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:42 smithi086 bash[18795]: cluster 2024-04-24T13:07:41.026225+0000 mgr.smithi086.skylwm (mgr.14199) 193 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:43.271 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:07:44.447 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:07:44.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:44 smithi086 bash[18795]: cluster 2024-04-24T13:07:43.027188+0000 mgr.smithi086.skylwm (mgr.14199) 194 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:44.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:44 smithi086 bash[18795]: cluster 2024-04-24T13:07:43.027188+0000 mgr.smithi086.skylwm (mgr.14199) 194 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:44.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:44 smithi144 bash[20191]: cluster 2024-04-24T13:07:43.027188+0000 mgr.smithi086.skylwm (mgr.14199) 194 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:44.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:44 smithi144 bash[20191]: cluster 2024-04-24T13:07:43.027188+0000 mgr.smithi086.skylwm (mgr.14199) 194 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:45.046 INFO:teuthology.orchestra.run.smithi086.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-24T13:07:45.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:45 smithi086 bash[18795]: audit 2024-04-24T13:07:44.451067+0000 mon.smithi086 (mon.0) 413 : audit [DBG] from='client.? 172.21.15.86:0/3552055019' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:07:45.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:45 smithi086 bash[18795]: audit 2024-04-24T13:07:44.451067+0000 mon.smithi086 (mon.0) 413 : audit [DBG] from='client.? 172.21.15.86:0/3552055019' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:07:45.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:45 smithi144 bash[20191]: audit 2024-04-24T13:07:44.451067+0000 mon.smithi086 (mon.0) 413 : audit [DBG] from='client.? 172.21.15.86:0/3552055019' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:07:45.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:45 smithi144 bash[20191]: audit 2024-04-24T13:07:44.451067+0000 mon.smithi086 (mon.0) 413 : audit [DBG] from='client.? 172.21.15.86:0/3552055019' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:07:46.047 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:07:46.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:46 smithi086 bash[18795]: cluster 2024-04-24T13:07:45.028160+0000 mgr.smithi086.skylwm (mgr.14199) 195 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:46.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:46 smithi086 bash[18795]: cluster 2024-04-24T13:07:45.028160+0000 mgr.smithi086.skylwm (mgr.14199) 195 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:46.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:46 smithi144 bash[20191]: cluster 2024-04-24T13:07:45.028160+0000 mgr.smithi086.skylwm (mgr.14199) 195 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:46.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:46 smithi144 bash[20191]: cluster 2024-04-24T13:07:45.028160+0000 mgr.smithi086.skylwm (mgr.14199) 195 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:48.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:48 smithi086 bash[18795]: cluster 2024-04-24T13:07:47.029136+0000 mgr.smithi086.skylwm (mgr.14199) 196 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:48.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:48 smithi086 bash[18795]: cluster 2024-04-24T13:07:47.029136+0000 mgr.smithi086.skylwm (mgr.14199) 196 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:48.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:48 smithi144 bash[20191]: cluster 2024-04-24T13:07:47.029136+0000 mgr.smithi086.skylwm (mgr.14199) 196 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:48.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:48 smithi144 bash[20191]: cluster 2024-04-24T13:07:47.029136+0000 mgr.smithi086.skylwm (mgr.14199) 196 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:50.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:50 smithi086 bash[18795]: cluster 2024-04-24T13:07:49.030122+0000 mgr.smithi086.skylwm (mgr.14199) 197 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:50.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:50 smithi086 bash[18795]: cluster 2024-04-24T13:07:49.030122+0000 mgr.smithi086.skylwm (mgr.14199) 197 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:50.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:50 smithi144 bash[20191]: cluster 2024-04-24T13:07:49.030122+0000 mgr.smithi086.skylwm (mgr.14199) 197 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:50.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:50 smithi144 bash[20191]: cluster 2024-04-24T13:07:49.030122+0000 mgr.smithi086.skylwm (mgr.14199) 197 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:50.810 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:07:51.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:51 smithi086 bash[18795]: audit 2024-04-24T13:07:51.088523+0000 mon.smithi086 (mon.0) 414 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:07:51.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:51 smithi086 bash[18795]: audit 2024-04-24T13:07:51.088523+0000 mon.smithi086 (mon.0) 414 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:07:51.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:51 smithi144 bash[20191]: audit 2024-04-24T13:07:51.088523+0000 mon.smithi086 (mon.0) 414 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:07:51.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:51 smithi144 bash[20191]: audit 2024-04-24T13:07:51.088523+0000 mon.smithi086 (mon.0) 414 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:07:51.898 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:07:52.568 INFO:teuthology.orchestra.run.smithi086.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-24T13:07:52.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:52 smithi086 bash[18795]: cluster 2024-04-24T13:07:51.030694+0000 mgr.smithi086.skylwm (mgr.14199) 198 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:52.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:52 smithi086 bash[18795]: cluster 2024-04-24T13:07:51.030694+0000 mgr.smithi086.skylwm (mgr.14199) 198 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:52.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:52 smithi086 bash[18795]: audit 2024-04-24T13:07:51.902607+0000 mon.smithi086 (mon.0) 415 : audit [DBG] from='client.? 172.21.15.86:0/2082371611' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:07:52.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:52 smithi086 bash[18795]: audit 2024-04-24T13:07:51.902607+0000 mon.smithi086 (mon.0) 415 : audit [DBG] from='client.? 172.21.15.86:0/2082371611' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:07:52.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:52 smithi144 bash[20191]: cluster 2024-04-24T13:07:51.030694+0000 mgr.smithi086.skylwm (mgr.14199) 198 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:52.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:52 smithi144 bash[20191]: cluster 2024-04-24T13:07:51.030694+0000 mgr.smithi086.skylwm (mgr.14199) 198 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:52.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:52 smithi144 bash[20191]: audit 2024-04-24T13:07:51.902607+0000 mon.smithi086 (mon.0) 415 : audit [DBG] from='client.? 172.21.15.86:0/2082371611' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:07:52.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:52 smithi144 bash[20191]: audit 2024-04-24T13:07:51.902607+0000 mon.smithi086 (mon.0) 415 : audit [DBG] from='client.? 172.21.15.86:0/2082371611' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:07:53.569 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:07:54.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:54 smithi086 bash[18795]: cluster 2024-04-24T13:07:53.031611+0000 mgr.smithi086.skylwm (mgr.14199) 199 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:54.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:54 smithi086 bash[18795]: cluster 2024-04-24T13:07:53.031611+0000 mgr.smithi086.skylwm (mgr.14199) 199 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:54.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:54 smithi144 bash[20191]: cluster 2024-04-24T13:07:53.031611+0000 mgr.smithi086.skylwm (mgr.14199) 199 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:54.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:54 smithi144 bash[20191]: cluster 2024-04-24T13:07:53.031611+0000 mgr.smithi086.skylwm (mgr.14199) 199 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:56.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:56 smithi086 bash[18795]: cluster 2024-04-24T13:07:55.032634+0000 mgr.smithi086.skylwm (mgr.14199) 200 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:56.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:56 smithi086 bash[18795]: cluster 2024-04-24T13:07:55.032634+0000 mgr.smithi086.skylwm (mgr.14199) 200 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:56.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:56 smithi086 bash[18795]: audit 2024-04-24T13:07:55.861407+0000 mon.smithi086 (mon.0) 416 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:07:56.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:56 smithi086 bash[18795]: audit 2024-04-24T13:07:55.861407+0000 mon.smithi086 (mon.0) 416 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:07:56.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:56 smithi144 bash[20191]: cluster 2024-04-24T13:07:55.032634+0000 mgr.smithi086.skylwm (mgr.14199) 200 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:56.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:56 smithi144 bash[20191]: cluster 2024-04-24T13:07:55.032634+0000 mgr.smithi086.skylwm (mgr.14199) 200 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:56.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:56 smithi144 bash[20191]: audit 2024-04-24T13:07:55.861407+0000 mon.smithi086 (mon.0) 416 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:07:56.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:56 smithi144 bash[20191]: audit 2024-04-24T13:07:55.861407+0000 mon.smithi086 (mon.0) 416 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:07:57.704 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:07:57.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:57 smithi144 bash[20191]: audit 2024-04-24T13:07:56.551221+0000 mon.smithi086 (mon.0) 417 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:07:57.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:57 smithi144 bash[20191]: audit 2024-04-24T13:07:56.551221+0000 mon.smithi086 (mon.0) 417 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:07:57.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:57 smithi086 bash[18795]: audit 2024-04-24T13:07:56.551221+0000 mon.smithi086 (mon.0) 417 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:07:57.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:57 smithi086 bash[18795]: audit 2024-04-24T13:07:56.551221+0000 mon.smithi086 (mon.0) 417 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:07:58.903 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:58 smithi086 bash[18795]: cluster 2024-04-24T13:07:57.033644+0000 mgr.smithi086.skylwm (mgr.14199) 201 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:58.903 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:58 smithi086 bash[18795]: cluster 2024-04-24T13:07:57.033644+0000 mgr.smithi086.skylwm (mgr.14199) 201 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:59.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:58 smithi144 bash[20191]: cluster 2024-04-24T13:07:57.033644+0000 mgr.smithi086.skylwm (mgr.14199) 201 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:59.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:58 smithi144 bash[20191]: cluster 2024-04-24T13:07:57.033644+0000 mgr.smithi086.skylwm (mgr.14199) 201 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:07:59.258 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:07:59.839 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:59 smithi086 bash[18795]: audit 2024-04-24T13:07:59.261957+0000 mon.smithi086 (mon.0) 418 : audit [DBG] from='client.? 172.21.15.86:0/4161886916' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:07:59.839 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:07:59 smithi086 bash[18795]: audit 2024-04-24T13:07:59.261957+0000 mon.smithi086 (mon.0) 418 : audit [DBG] from='client.? 172.21.15.86:0/4161886916' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:07:59.840 INFO:teuthology.orchestra.run.smithi086.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-24T13:08:00.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:59 smithi144 bash[20191]: audit 2024-04-24T13:07:59.261957+0000 mon.smithi086 (mon.0) 418 : audit [DBG] from='client.? 172.21.15.86:0/4161886916' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:08:00.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:07:59 smithi144 bash[20191]: audit 2024-04-24T13:07:59.261957+0000 mon.smithi086 (mon.0) 418 : audit [DBG] from='client.? 172.21.15.86:0/4161886916' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:08:00.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:00 smithi144 bash[20191]: cluster 2024-04-24T13:07:59.034657+0000 mgr.smithi086.skylwm (mgr.14199) 202 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:00.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:00 smithi144 bash[20191]: cluster 2024-04-24T13:07:59.034657+0000 mgr.smithi086.skylwm (mgr.14199) 202 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:00.841 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:08:00.852 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:00 smithi086 bash[18795]: cluster 2024-04-24T13:07:59.034657+0000 mgr.smithi086.skylwm (mgr.14199) 202 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:00.852 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:00 smithi086 bash[18795]: cluster 2024-04-24T13:07:59.034657+0000 mgr.smithi086.skylwm (mgr.14199) 202 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:02.959 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:02 smithi144 bash[20191]: cluster 2024-04-24T13:08:01.035177+0000 mgr.smithi086.skylwm (mgr.14199) 203 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:02.960 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:02 smithi144 bash[20191]: cluster 2024-04-24T13:08:01.035177+0000 mgr.smithi086.skylwm (mgr.14199) 203 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:02.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:02 smithi086 bash[18795]: cluster 2024-04-24T13:08:01.035177+0000 mgr.smithi086.skylwm (mgr.14199) 203 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:02.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:02 smithi086 bash[18795]: cluster 2024-04-24T13:08:01.035177+0000 mgr.smithi086.skylwm (mgr.14199) 203 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:04.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:04 smithi086 bash[18795]: cluster 2024-04-24T13:08:03.036138+0000 mgr.smithi086.skylwm (mgr.14199) 204 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:04.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:04 smithi086 bash[18795]: cluster 2024-04-24T13:08:03.036138+0000 mgr.smithi086.skylwm (mgr.14199) 204 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:04.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:04 smithi086 bash[18795]: audit 2024-04-24T13:08:03.960540+0000 mon.smithi086 (mon.0) 419 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:08:04.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:04 smithi086 bash[18795]: audit 2024-04-24T13:08:03.960540+0000 mon.smithi086 (mon.0) 419 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:08:04.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:04 smithi086 bash[18795]: audit 2024-04-24T13:08:03.962569+0000 mon.smithi086 (mon.0) 420 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:08:04.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:04 smithi086 bash[18795]: audit 2024-04-24T13:08:03.962569+0000 mon.smithi086 (mon.0) 420 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:08:04.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:04 smithi086 bash[18795]: audit 2024-04-24T13:08:03.973560+0000 mon.smithi086 (mon.0) 421 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:08:04.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:04 smithi086 bash[18795]: audit 2024-04-24T13:08:03.973560+0000 mon.smithi086 (mon.0) 421 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:08:04.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:04 smithi086 bash[18795]: audit 2024-04-24T13:08:03.981427+0000 mon.smithi086 (mon.0) 422 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:08:04.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:04 smithi086 bash[18795]: audit 2024-04-24T13:08:03.981427+0000 mon.smithi086 (mon.0) 422 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:08:05.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:04 smithi144 bash[20191]: cluster 2024-04-24T13:08:03.036138+0000 mgr.smithi086.skylwm (mgr.14199) 204 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:05.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:04 smithi144 bash[20191]: cluster 2024-04-24T13:08:03.036138+0000 mgr.smithi086.skylwm (mgr.14199) 204 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:05.048 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:04 smithi144 bash[20191]: audit 2024-04-24T13:08:03.960540+0000 mon.smithi086 (mon.0) 419 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:08:05.048 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:04 smithi144 bash[20191]: audit 2024-04-24T13:08:03.960540+0000 mon.smithi086 (mon.0) 419 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:08:05.048 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:04 smithi144 bash[20191]: audit 2024-04-24T13:08:03.962569+0000 mon.smithi086 (mon.0) 420 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:08:05.048 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:04 smithi144 bash[20191]: audit 2024-04-24T13:08:03.962569+0000 mon.smithi086 (mon.0) 420 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:08:05.048 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:04 smithi144 bash[20191]: audit 2024-04-24T13:08:03.973560+0000 mon.smithi086 (mon.0) 421 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:08:05.048 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:04 smithi144 bash[20191]: audit 2024-04-24T13:08:03.973560+0000 mon.smithi086 (mon.0) 421 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:08:05.048 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:04 smithi144 bash[20191]: audit 2024-04-24T13:08:03.981427+0000 mon.smithi086 (mon.0) 422 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:08:05.048 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:04 smithi144 bash[20191]: audit 2024-04-24T13:08:03.981427+0000 mon.smithi086 (mon.0) 422 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:08:05.607 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:08:05.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:05 smithi144 bash[20191]: cluster 2024-04-24T13:08:03.965685+0000 mgr.smithi086.skylwm (mgr.14199) 205 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:05.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:05 smithi144 bash[20191]: cluster 2024-04-24T13:08:03.965685+0000 mgr.smithi086.skylwm (mgr.14199) 205 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:05.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:05 smithi144 bash[20191]: cluster 2024-04-24T13:08:03.966918+0000 mgr.smithi086.skylwm (mgr.14199) 206 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:05.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:05 smithi144 bash[20191]: cluster 2024-04-24T13:08:03.966918+0000 mgr.smithi086.skylwm (mgr.14199) 206 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:05.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:05 smithi086 bash[18795]: cluster 2024-04-24T13:08:03.965685+0000 mgr.smithi086.skylwm (mgr.14199) 205 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:05.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:05 smithi086 bash[18795]: cluster 2024-04-24T13:08:03.965685+0000 mgr.smithi086.skylwm (mgr.14199) 205 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:05.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:05 smithi086 bash[18795]: cluster 2024-04-24T13:08:03.966918+0000 mgr.smithi086.skylwm (mgr.14199) 206 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:05.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:05 smithi086 bash[18795]: cluster 2024-04-24T13:08:03.966918+0000 mgr.smithi086.skylwm (mgr.14199) 206 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:06.856 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:08:07.448 INFO:teuthology.orchestra.run.smithi086.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-24T13:08:07.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:07 smithi086 bash[18795]: cluster 2024-04-24T13:08:05.967913+0000 mgr.smithi086.skylwm (mgr.14199) 207 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:07.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:07 smithi086 bash[18795]: cluster 2024-04-24T13:08:05.967913+0000 mgr.smithi086.skylwm (mgr.14199) 207 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:07.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:07 smithi086 bash[18795]: audit 2024-04-24T13:08:06.859587+0000 mon.smithi086 (mon.0) 423 : audit [DBG] from='client.? 172.21.15.86:0/4166521200' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:08:07.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:07 smithi086 bash[18795]: audit 2024-04-24T13:08:06.859587+0000 mon.smithi086 (mon.0) 423 : audit [DBG] from='client.? 172.21.15.86:0/4166521200' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:08:08.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:07 smithi144 bash[20191]: cluster 2024-04-24T13:08:05.967913+0000 mgr.smithi086.skylwm (mgr.14199) 207 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:08.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:07 smithi144 bash[20191]: cluster 2024-04-24T13:08:05.967913+0000 mgr.smithi086.skylwm (mgr.14199) 207 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:08.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:07 smithi144 bash[20191]: audit 2024-04-24T13:08:06.859587+0000 mon.smithi086 (mon.0) 423 : audit [DBG] from='client.? 172.21.15.86:0/4166521200' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:08:08.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:07 smithi144 bash[20191]: audit 2024-04-24T13:08:06.859587+0000 mon.smithi086 (mon.0) 423 : audit [DBG] from='client.? 172.21.15.86:0/4166521200' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:08:08.449 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:08:08.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:08 smithi086 bash[18795]: cluster 2024-04-24T13:08:07.968887+0000 mgr.smithi086.skylwm (mgr.14199) 208 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:08.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:08 smithi086 bash[18795]: cluster 2024-04-24T13:08:07.968887+0000 mgr.smithi086.skylwm (mgr.14199) 208 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:09.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:08 smithi144 bash[20191]: cluster 2024-04-24T13:08:07.968887+0000 mgr.smithi086.skylwm (mgr.14199) 208 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:09.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:08 smithi144 bash[20191]: cluster 2024-04-24T13:08:07.968887+0000 mgr.smithi086.skylwm (mgr.14199) 208 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:11.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:11 smithi144 bash[20191]: cluster 2024-04-24T13:08:09.969895+0000 mgr.smithi086.skylwm (mgr.14199) 209 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:11.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:11 smithi144 bash[20191]: cluster 2024-04-24T13:08:09.969895+0000 mgr.smithi086.skylwm (mgr.14199) 209 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:11.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:11 smithi144 bash[20191]: audit 2024-04-24T13:08:10.861931+0000 mon.smithi086 (mon.0) 424 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:08:11.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:11 smithi144 bash[20191]: audit 2024-04-24T13:08:10.861931+0000 mon.smithi086 (mon.0) 424 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:08:11.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:11 smithi086 bash[18795]: cluster 2024-04-24T13:08:09.969895+0000 mgr.smithi086.skylwm (mgr.14199) 209 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:11.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:11 smithi086 bash[18795]: cluster 2024-04-24T13:08:09.969895+0000 mgr.smithi086.skylwm (mgr.14199) 209 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:11.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:11 smithi086 bash[18795]: audit 2024-04-24T13:08:10.861931+0000 mon.smithi086 (mon.0) 424 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:08:11.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:11 smithi086 bash[18795]: audit 2024-04-24T13:08:10.861931+0000 mon.smithi086 (mon.0) 424 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:08:13.206 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:08:13.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:13 smithi144 bash[20191]: cluster 2024-04-24T13:08:11.970870+0000 mgr.smithi086.skylwm (mgr.14199) 210 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:13.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:13 smithi144 bash[20191]: cluster 2024-04-24T13:08:11.970870+0000 mgr.smithi086.skylwm (mgr.14199) 210 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:13.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:13 smithi086 bash[18795]: cluster 2024-04-24T13:08:11.970870+0000 mgr.smithi086.skylwm (mgr.14199) 210 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:13.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:13 smithi086 bash[18795]: cluster 2024-04-24T13:08:11.970870+0000 mgr.smithi086.skylwm (mgr.14199) 210 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:14.440 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:08:15.051 INFO:teuthology.orchestra.run.smithi086.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-24T13:08:15.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:15 smithi144 bash[20191]: cluster 2024-04-24T13:08:13.971812+0000 mgr.smithi086.skylwm (mgr.14199) 211 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:15.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:15 smithi144 bash[20191]: cluster 2024-04-24T13:08:13.971812+0000 mgr.smithi086.skylwm (mgr.14199) 211 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:15.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:15 smithi144 bash[20191]: audit 2024-04-24T13:08:14.444461+0000 mon.smithi086 (mon.0) 425 : audit [DBG] from='client.? 172.21.15.86:0/4127573254' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:08:15.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:15 smithi144 bash[20191]: audit 2024-04-24T13:08:14.444461+0000 mon.smithi086 (mon.0) 425 : audit [DBG] from='client.? 172.21.15.86:0/4127573254' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:08:15.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:15 smithi086 bash[18795]: cluster 2024-04-24T13:08:13.971812+0000 mgr.smithi086.skylwm (mgr.14199) 211 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:15.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:15 smithi086 bash[18795]: cluster 2024-04-24T13:08:13.971812+0000 mgr.smithi086.skylwm (mgr.14199) 211 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:15.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:15 smithi086 bash[18795]: audit 2024-04-24T13:08:14.444461+0000 mon.smithi086 (mon.0) 425 : audit [DBG] from='client.? 172.21.15.86:0/4127573254' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:08:15.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:15 smithi086 bash[18795]: audit 2024-04-24T13:08:14.444461+0000 mon.smithi086 (mon.0) 425 : audit [DBG] from='client.? 172.21.15.86:0/4127573254' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:08:16.052 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:08:17.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:17 smithi144 bash[20191]: cluster 2024-04-24T13:08:15.972855+0000 mgr.smithi086.skylwm (mgr.14199) 212 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:17.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:17 smithi144 bash[20191]: cluster 2024-04-24T13:08:15.972855+0000 mgr.smithi086.skylwm (mgr.14199) 212 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:17.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:17 smithi086 bash[18795]: cluster 2024-04-24T13:08:15.972855+0000 mgr.smithi086.skylwm (mgr.14199) 212 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:17.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:17 smithi086 bash[18795]: cluster 2024-04-24T13:08:15.972855+0000 mgr.smithi086.skylwm (mgr.14199) 212 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:19.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:19 smithi144 bash[20191]: cluster 2024-04-24T13:08:17.973900+0000 mgr.smithi086.skylwm (mgr.14199) 213 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:19.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:19 smithi144 bash[20191]: cluster 2024-04-24T13:08:17.973900+0000 mgr.smithi086.skylwm (mgr.14199) 213 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:19.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:19 smithi086 bash[18795]: cluster 2024-04-24T13:08:17.973900+0000 mgr.smithi086.skylwm (mgr.14199) 213 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:19.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:19 smithi086 bash[18795]: cluster 2024-04-24T13:08:17.973900+0000 mgr.smithi086.skylwm (mgr.14199) 213 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:20.815 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:08:21.211 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:21 smithi086 bash[18795]: cluster 2024-04-24T13:08:19.974869+0000 mgr.smithi086.skylwm (mgr.14199) 214 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:21.211 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:21 smithi086 bash[18795]: cluster 2024-04-24T13:08:19.974869+0000 mgr.smithi086.skylwm (mgr.14199) 214 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:21.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:21 smithi144 bash[20191]: cluster 2024-04-24T13:08:19.974869+0000 mgr.smithi086.skylwm (mgr.14199) 214 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:21.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:21 smithi144 bash[20191]: cluster 2024-04-24T13:08:19.974869+0000 mgr.smithi086.skylwm (mgr.14199) 214 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:22.027 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:08:22.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:22 smithi144 bash[20191]: audit 2024-04-24T13:08:22.031069+0000 mon.smithi086 (mon.0) 426 : audit [DBG] from='client.? 172.21.15.86:0/4083064710' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:08:22.297 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:22 smithi144 bash[20191]: audit 2024-04-24T13:08:22.031069+0000 mon.smithi086 (mon.0) 426 : audit [DBG] from='client.? 172.21.15.86:0/4083064710' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:08:22.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:22 smithi086 bash[18795]: audit 2024-04-24T13:08:22.031069+0000 mon.smithi086 (mon.0) 426 : audit [DBG] from='client.? 172.21.15.86:0/4083064710' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:08:22.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:22 smithi086 bash[18795]: audit 2024-04-24T13:08:22.031069+0000 mon.smithi086 (mon.0) 426 : audit [DBG] from='client.? 172.21.15.86:0/4083064710' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:08:22.689 INFO:teuthology.orchestra.run.smithi086.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-24T13:08:23.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:23 smithi086 bash[18795]: cluster 2024-04-24T13:08:21.975802+0000 mgr.smithi086.skylwm (mgr.14199) 215 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:23.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:23 smithi086 bash[18795]: cluster 2024-04-24T13:08:21.975802+0000 mgr.smithi086.skylwm (mgr.14199) 215 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:23.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:23 smithi144 bash[20191]: cluster 2024-04-24T13:08:21.975802+0000 mgr.smithi086.skylwm (mgr.14199) 215 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:23.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:23 smithi144 bash[20191]: cluster 2024-04-24T13:08:21.975802+0000 mgr.smithi086.skylwm (mgr.14199) 215 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:23.690 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:08:25.475 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:25 smithi144 bash[20191]: cluster 2024-04-24T13:08:23.976787+0000 mgr.smithi086.skylwm (mgr.14199) 216 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:25.475 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:25 smithi144 bash[20191]: cluster 2024-04-24T13:08:23.976787+0000 mgr.smithi086.skylwm (mgr.14199) 216 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:25.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:25 smithi086 bash[18795]: cluster 2024-04-24T13:08:23.976787+0000 mgr.smithi086.skylwm (mgr.14199) 216 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:25.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:25 smithi086 bash[18795]: cluster 2024-04-24T13:08:23.976787+0000 mgr.smithi086.skylwm (mgr.14199) 216 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:26.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:26 smithi144 bash[20191]: audit 2024-04-24T13:08:25.862250+0000 mon.smithi086 (mon.0) 427 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:08:26.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:26 smithi144 bash[20191]: audit 2024-04-24T13:08:25.862250+0000 mon.smithi086 (mon.0) 427 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:08:26.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:26 smithi086 bash[18795]: audit 2024-04-24T13:08:25.862250+0000 mon.smithi086 (mon.0) 427 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:08:26.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:26 smithi086 bash[18795]: audit 2024-04-24T13:08:25.862250+0000 mon.smithi086 (mon.0) 427 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:08:27.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:27 smithi144 bash[20191]: cluster 2024-04-24T13:08:25.977737+0000 mgr.smithi086.skylwm (mgr.14199) 217 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:27.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:27 smithi144 bash[20191]: cluster 2024-04-24T13:08:25.977737+0000 mgr.smithi086.skylwm (mgr.14199) 217 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:27.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:27 smithi086 bash[18795]: cluster 2024-04-24T13:08:25.977737+0000 mgr.smithi086.skylwm (mgr.14199) 217 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:27.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:27 smithi086 bash[18795]: cluster 2024-04-24T13:08:25.977737+0000 mgr.smithi086.skylwm (mgr.14199) 217 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:28.457 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:08:29.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:29 smithi144 bash[20191]: cluster 2024-04-24T13:08:27.978515+0000 mgr.smithi086.skylwm (mgr.14199) 218 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:29.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:29 smithi144 bash[20191]: cluster 2024-04-24T13:08:27.978515+0000 mgr.smithi086.skylwm (mgr.14199) 218 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:29.632 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:08:29.646 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:29 smithi086 bash[18795]: cluster 2024-04-24T13:08:27.978515+0000 mgr.smithi086.skylwm (mgr.14199) 218 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:29.646 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:29 smithi086 bash[18795]: cluster 2024-04-24T13:08:27.978515+0000 mgr.smithi086.skylwm (mgr.14199) 218 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:30.260 INFO:teuthology.orchestra.run.smithi086.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-24T13:08:30.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:30 smithi144 bash[20191]: audit 2024-04-24T13:08:29.636807+0000 mon.smithi086 (mon.0) 428 : audit [DBG] from='client.? 172.21.15.86:0/4156410608' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:08:30.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:30 smithi144 bash[20191]: audit 2024-04-24T13:08:29.636807+0000 mon.smithi086 (mon.0) 428 : audit [DBG] from='client.? 172.21.15.86:0/4156410608' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:08:30.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:30 smithi086 bash[18795]: audit 2024-04-24T13:08:29.636807+0000 mon.smithi086 (mon.0) 428 : audit [DBG] from='client.? 172.21.15.86:0/4156410608' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:08:30.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:30 smithi086 bash[18795]: audit 2024-04-24T13:08:29.636807+0000 mon.smithi086 (mon.0) 428 : audit [DBG] from='client.? 172.21.15.86:0/4156410608' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:08:31.261 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:08:31.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:31 smithi144 bash[20191]: cluster 2024-04-24T13:08:29.979492+0000 mgr.smithi086.skylwm (mgr.14199) 219 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:31.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:31 smithi144 bash[20191]: cluster 2024-04-24T13:08:29.979492+0000 mgr.smithi086.skylwm (mgr.14199) 219 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:31.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:31 smithi086 bash[18795]: cluster 2024-04-24T13:08:29.979492+0000 mgr.smithi086.skylwm (mgr.14199) 219 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:31.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:31 smithi086 bash[18795]: cluster 2024-04-24T13:08:29.979492+0000 mgr.smithi086.skylwm (mgr.14199) 219 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:33.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:33 smithi144 bash[20191]: cluster 2024-04-24T13:08:31.980453+0000 mgr.smithi086.skylwm (mgr.14199) 220 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:33.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:33 smithi144 bash[20191]: cluster 2024-04-24T13:08:31.980453+0000 mgr.smithi086.skylwm (mgr.14199) 220 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:33.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:33 smithi086 bash[18795]: cluster 2024-04-24T13:08:31.980453+0000 mgr.smithi086.skylwm (mgr.14199) 220 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:33.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:33 smithi086 bash[18795]: cluster 2024-04-24T13:08:31.980453+0000 mgr.smithi086.skylwm (mgr.14199) 220 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:35.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:35 smithi144 bash[20191]: cluster 2024-04-24T13:08:33.981459+0000 mgr.smithi086.skylwm (mgr.14199) 221 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:35.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:35 smithi144 bash[20191]: cluster 2024-04-24T13:08:33.981459+0000 mgr.smithi086.skylwm (mgr.14199) 221 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:35.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:35 smithi086 bash[18795]: cluster 2024-04-24T13:08:33.981459+0000 mgr.smithi086.skylwm (mgr.14199) 221 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:35.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:35 smithi086 bash[18795]: cluster 2024-04-24T13:08:33.981459+0000 mgr.smithi086.skylwm (mgr.14199) 221 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:36.023 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:08:37.243 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:08:37.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:37 smithi144 bash[20191]: cluster 2024-04-24T13:08:35.982382+0000 mgr.smithi086.skylwm (mgr.14199) 222 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:37.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:37 smithi144 bash[20191]: cluster 2024-04-24T13:08:35.982382+0000 mgr.smithi086.skylwm (mgr.14199) 222 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:37.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:37 smithi144 bash[20191]: audit 2024-04-24T13:08:37.247035+0000 mon.smithi086 (mon.0) 429 : audit [DBG] from='client.? 172.21.15.86:0/830348067' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:08:37.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:37 smithi144 bash[20191]: audit 2024-04-24T13:08:37.247035+0000 mon.smithi086 (mon.0) 429 : audit [DBG] from='client.? 172.21.15.86:0/830348067' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:08:37.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:37 smithi086 bash[18795]: cluster 2024-04-24T13:08:35.982382+0000 mgr.smithi086.skylwm (mgr.14199) 222 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:37.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:37 smithi086 bash[18795]: cluster 2024-04-24T13:08:35.982382+0000 mgr.smithi086.skylwm (mgr.14199) 222 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:37.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:37 smithi086 bash[18795]: audit 2024-04-24T13:08:37.247035+0000 mon.smithi086 (mon.0) 429 : audit [DBG] from='client.? 172.21.15.86:0/830348067' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:08:37.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:37 smithi086 bash[18795]: audit 2024-04-24T13:08:37.247035+0000 mon.smithi086 (mon.0) 429 : audit [DBG] from='client.? 172.21.15.86:0/830348067' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:08:37.883 INFO:teuthology.orchestra.run.smithi086.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-24T13:08:38.884 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:08:39.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:39 smithi144 bash[20191]: cluster 2024-04-24T13:08:37.983366+0000 mgr.smithi086.skylwm (mgr.14199) 223 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:39.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:39 smithi144 bash[20191]: cluster 2024-04-24T13:08:37.983366+0000 mgr.smithi086.skylwm (mgr.14199) 223 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:39.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:39 smithi086 bash[18795]: cluster 2024-04-24T13:08:37.983366+0000 mgr.smithi086.skylwm (mgr.14199) 223 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:39.787 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:39 smithi086 bash[18795]: cluster 2024-04-24T13:08:37.983366+0000 mgr.smithi086.skylwm (mgr.14199) 223 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:41.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:41 smithi144 bash[20191]: cluster 2024-04-24T13:08:39.984273+0000 mgr.smithi086.skylwm (mgr.14199) 224 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:41.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:41 smithi144 bash[20191]: cluster 2024-04-24T13:08:39.984273+0000 mgr.smithi086.skylwm (mgr.14199) 224 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:41.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:41 smithi144 bash[20191]: audit 2024-04-24T13:08:40.862663+0000 mon.smithi086 (mon.0) 430 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:08:41.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:41 smithi144 bash[20191]: audit 2024-04-24T13:08:40.862663+0000 mon.smithi086 (mon.0) 430 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:08:41.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:41 smithi086 bash[18795]: cluster 2024-04-24T13:08:39.984273+0000 mgr.smithi086.skylwm (mgr.14199) 224 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:41.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:41 smithi086 bash[18795]: cluster 2024-04-24T13:08:39.984273+0000 mgr.smithi086.skylwm (mgr.14199) 224 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:41.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:41 smithi086 bash[18795]: audit 2024-04-24T13:08:40.862663+0000 mon.smithi086 (mon.0) 430 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:08:41.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:41 smithi086 bash[18795]: audit 2024-04-24T13:08:40.862663+0000 mon.smithi086 (mon.0) 430 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:08:43.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:43 smithi144 bash[20191]: cluster 2024-04-24T13:08:41.985244+0000 mgr.smithi086.skylwm (mgr.14199) 225 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:43.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:43 smithi144 bash[20191]: cluster 2024-04-24T13:08:41.985244+0000 mgr.smithi086.skylwm (mgr.14199) 225 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:43.645 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:08:43.667 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:43 smithi086 bash[18795]: cluster 2024-04-24T13:08:41.985244+0000 mgr.smithi086.skylwm (mgr.14199) 225 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:43.668 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:43 smithi086 bash[18795]: cluster 2024-04-24T13:08:41.985244+0000 mgr.smithi086.skylwm (mgr.14199) 225 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:44.943 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:08:45.537 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:45 smithi086 bash[18795]: cluster 2024-04-24T13:08:43.986182+0000 mgr.smithi086.skylwm (mgr.14199) 226 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:45.537 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:45 smithi086 bash[18795]: cluster 2024-04-24T13:08:43.986182+0000 mgr.smithi086.skylwm (mgr.14199) 226 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:45.537 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:45 smithi086 bash[18795]: audit 2024-04-24T13:08:44.947632+0000 mon.smithi086 (mon.0) 431 : audit [DBG] from='client.? 172.21.15.86:0/3050097817' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:08:45.537 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:45 smithi086 bash[18795]: audit 2024-04-24T13:08:44.947632+0000 mon.smithi086 (mon.0) 431 : audit [DBG] from='client.? 172.21.15.86:0/3050097817' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:08:45.538 INFO:teuthology.orchestra.run.smithi086.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-24T13:08:45.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:45 smithi144 bash[20191]: cluster 2024-04-24T13:08:43.986182+0000 mgr.smithi086.skylwm (mgr.14199) 226 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:45.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:45 smithi144 bash[20191]: cluster 2024-04-24T13:08:43.986182+0000 mgr.smithi086.skylwm (mgr.14199) 226 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:45.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:45 smithi144 bash[20191]: audit 2024-04-24T13:08:44.947632+0000 mon.smithi086 (mon.0) 431 : audit [DBG] from='client.? 172.21.15.86:0/3050097817' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:08:45.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:45 smithi144 bash[20191]: audit 2024-04-24T13:08:44.947632+0000 mon.smithi086 (mon.0) 431 : audit [DBG] from='client.? 172.21.15.86:0/3050097817' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:08:46.539 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:08:47.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:47 smithi144 bash[20191]: cluster 2024-04-24T13:08:45.987177+0000 mgr.smithi086.skylwm (mgr.14199) 227 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:47.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:47 smithi144 bash[20191]: cluster 2024-04-24T13:08:45.987177+0000 mgr.smithi086.skylwm (mgr.14199) 227 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:47.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:47 smithi086 bash[18795]: cluster 2024-04-24T13:08:45.987177+0000 mgr.smithi086.skylwm (mgr.14199) 227 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:47.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:47 smithi086 bash[18795]: cluster 2024-04-24T13:08:45.987177+0000 mgr.smithi086.skylwm (mgr.14199) 227 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:49.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:49 smithi144 bash[20191]: cluster 2024-04-24T13:08:47.988163+0000 mgr.smithi086.skylwm (mgr.14199) 228 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:49.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:49 smithi144 bash[20191]: cluster 2024-04-24T13:08:47.988163+0000 mgr.smithi086.skylwm (mgr.14199) 228 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:49.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:49 smithi086 bash[18795]: cluster 2024-04-24T13:08:47.988163+0000 mgr.smithi086.skylwm (mgr.14199) 228 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:49.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:49 smithi086 bash[18795]: cluster 2024-04-24T13:08:47.988163+0000 mgr.smithi086.skylwm (mgr.14199) 228 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:51.303 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:08:51.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:51 smithi144 bash[20191]: cluster 2024-04-24T13:08:49.989205+0000 mgr.smithi086.skylwm (mgr.14199) 229 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:51.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:51 smithi144 bash[20191]: cluster 2024-04-24T13:08:49.989205+0000 mgr.smithi086.skylwm (mgr.14199) 229 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:51.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:51 smithi086 bash[18795]: cluster 2024-04-24T13:08:49.989205+0000 mgr.smithi086.skylwm (mgr.14199) 229 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:51.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:51 smithi086 bash[18795]: cluster 2024-04-24T13:08:49.989205+0000 mgr.smithi086.skylwm (mgr.14199) 229 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:52.591 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:08:53.235 INFO:teuthology.orchestra.run.smithi086.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-24T13:08:53.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:53 smithi144 bash[20191]: cluster 2024-04-24T13:08:51.990146+0000 mgr.smithi086.skylwm (mgr.14199) 230 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:53.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:53 smithi144 bash[20191]: cluster 2024-04-24T13:08:51.990146+0000 mgr.smithi086.skylwm (mgr.14199) 230 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:53.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:53 smithi144 bash[20191]: audit 2024-04-24T13:08:52.595912+0000 mon.smithi086 (mon.0) 432 : audit [DBG] from='client.? 172.21.15.86:0/996799658' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:08:53.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:53 smithi144 bash[20191]: audit 2024-04-24T13:08:52.595912+0000 mon.smithi086 (mon.0) 432 : audit [DBG] from='client.? 172.21.15.86:0/996799658' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:08:53.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:53 smithi086 bash[18795]: cluster 2024-04-24T13:08:51.990146+0000 mgr.smithi086.skylwm (mgr.14199) 230 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:53.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:53 smithi086 bash[18795]: cluster 2024-04-24T13:08:51.990146+0000 mgr.smithi086.skylwm (mgr.14199) 230 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:53.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:53 smithi086 bash[18795]: audit 2024-04-24T13:08:52.595912+0000 mon.smithi086 (mon.0) 432 : audit [DBG] from='client.? 172.21.15.86:0/996799658' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:08:53.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:53 smithi086 bash[18795]: audit 2024-04-24T13:08:52.595912+0000 mon.smithi086 (mon.0) 432 : audit [DBG] from='client.? 172.21.15.86:0/996799658' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:08:54.235 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:08:55.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:55 smithi086 bash[18795]: cluster 2024-04-24T13:08:53.991109+0000 mgr.smithi086.skylwm (mgr.14199) 231 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:55.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:55 smithi086 bash[18795]: cluster 2024-04-24T13:08:53.991109+0000 mgr.smithi086.skylwm (mgr.14199) 231 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:55.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:55 smithi144 bash[20191]: cluster 2024-04-24T13:08:53.991109+0000 mgr.smithi086.skylwm (mgr.14199) 231 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:55.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:55 smithi144 bash[20191]: cluster 2024-04-24T13:08:53.991109+0000 mgr.smithi086.skylwm (mgr.14199) 231 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:56.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:56 smithi086 bash[18795]: audit 2024-04-24T13:08:55.863046+0000 mon.smithi086 (mon.0) 433 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:08:56.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:56 smithi086 bash[18795]: audit 2024-04-24T13:08:55.863046+0000 mon.smithi086 (mon.0) 433 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:08:56.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:56 smithi144 bash[20191]: audit 2024-04-24T13:08:55.863046+0000 mon.smithi086 (mon.0) 433 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:08:56.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:56 smithi144 bash[20191]: audit 2024-04-24T13:08:55.863046+0000 mon.smithi086 (mon.0) 433 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:08:57.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:57 smithi086 bash[18795]: cluster 2024-04-24T13:08:55.992090+0000 mgr.smithi086.skylwm (mgr.14199) 232 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:57.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:57 smithi086 bash[18795]: cluster 2024-04-24T13:08:55.992090+0000 mgr.smithi086.skylwm (mgr.14199) 232 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:57.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:57 smithi144 bash[20191]: cluster 2024-04-24T13:08:55.992090+0000 mgr.smithi086.skylwm (mgr.14199) 232 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:57.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:57 smithi144 bash[20191]: cluster 2024-04-24T13:08:55.992090+0000 mgr.smithi086.skylwm (mgr.14199) 232 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:58.999 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:08:59.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:59 smithi086 bash[18795]: cluster 2024-04-24T13:08:57.993088+0000 mgr.smithi086.skylwm (mgr.14199) 233 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:59.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:08:59 smithi086 bash[18795]: cluster 2024-04-24T13:08:57.993088+0000 mgr.smithi086.skylwm (mgr.14199) 233 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:59.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:59 smithi144 bash[20191]: cluster 2024-04-24T13:08:57.993088+0000 mgr.smithi086.skylwm (mgr.14199) 233 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:08:59.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:08:59 smithi144 bash[20191]: cluster 2024-04-24T13:08:57.993088+0000 mgr.smithi086.skylwm (mgr.14199) 233 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:00.386 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:09:01.022 INFO:teuthology.orchestra.run.smithi086.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-24T13:09:01.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:01 smithi086 bash[18795]: cluster 2024-04-24T13:08:59.993740+0000 mgr.smithi086.skylwm (mgr.14199) 234 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:01.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:01 smithi086 bash[18795]: cluster 2024-04-24T13:08:59.993740+0000 mgr.smithi086.skylwm (mgr.14199) 234 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:01.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:01 smithi086 bash[18795]: audit 2024-04-24T13:09:00.390332+0000 mon.smithi086 (mon.0) 434 : audit [DBG] from='client.? 172.21.15.86:0/1317073002' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:09:01.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:01 smithi086 bash[18795]: audit 2024-04-24T13:09:00.390332+0000 mon.smithi086 (mon.0) 434 : audit [DBG] from='client.? 172.21.15.86:0/1317073002' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:09:01.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:01 smithi144 bash[20191]: cluster 2024-04-24T13:08:59.993740+0000 mgr.smithi086.skylwm (mgr.14199) 234 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:01.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:01 smithi144 bash[20191]: cluster 2024-04-24T13:08:59.993740+0000 mgr.smithi086.skylwm (mgr.14199) 234 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:01.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:01 smithi144 bash[20191]: audit 2024-04-24T13:09:00.390332+0000 mon.smithi086 (mon.0) 434 : audit [DBG] from='client.? 172.21.15.86:0/1317073002' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:09:01.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:01 smithi144 bash[20191]: audit 2024-04-24T13:09:00.390332+0000 mon.smithi086 (mon.0) 434 : audit [DBG] from='client.? 172.21.15.86:0/1317073002' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:09:02.023 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:09:03.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:03 smithi086 bash[18795]: cluster 2024-04-24T13:09:01.994689+0000 mgr.smithi086.skylwm (mgr.14199) 235 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:03.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:03 smithi086 bash[18795]: cluster 2024-04-24T13:09:01.994689+0000 mgr.smithi086.skylwm (mgr.14199) 235 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:03.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:03 smithi144 bash[20191]: cluster 2024-04-24T13:09:01.994689+0000 mgr.smithi086.skylwm (mgr.14199) 235 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:03.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:03 smithi144 bash[20191]: cluster 2024-04-24T13:09:01.994689+0000 mgr.smithi086.skylwm (mgr.14199) 235 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:04.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:04 smithi086 bash[18795]: audit 2024-04-24T13:09:04.082674+0000 mon.smithi086 (mon.0) 435 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:09:04.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:04 smithi086 bash[18795]: audit 2024-04-24T13:09:04.082674+0000 mon.smithi086 (mon.0) 435 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:09:04.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:04 smithi144 bash[20191]: audit 2024-04-24T13:09:04.082674+0000 mon.smithi086 (mon.0) 435 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:09:04.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:04 smithi144 bash[20191]: audit 2024-04-24T13:09:04.082674+0000 mon.smithi086 (mon.0) 435 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:09:05.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:05 smithi086 bash[18795]: cluster 2024-04-24T13:09:03.995654+0000 mgr.smithi086.skylwm (mgr.14199) 236 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:05.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:05 smithi086 bash[18795]: cluster 2024-04-24T13:09:03.995654+0000 mgr.smithi086.skylwm (mgr.14199) 236 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:05.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:05 smithi144 bash[20191]: cluster 2024-04-24T13:09:03.995654+0000 mgr.smithi086.skylwm (mgr.14199) 236 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:05.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:05 smithi144 bash[20191]: cluster 2024-04-24T13:09:03.995654+0000 mgr.smithi086.skylwm (mgr.14199) 236 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:06.773 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:09:07.618 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:07 smithi086 bash[18795]: cluster 2024-04-24T13:09:05.996666+0000 mgr.smithi086.skylwm (mgr.14199) 237 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:07.618 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:07 smithi086 bash[18795]: cluster 2024-04-24T13:09:05.996666+0000 mgr.smithi086.skylwm (mgr.14199) 237 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:07.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:07 smithi144 bash[20191]: cluster 2024-04-24T13:09:05.996666+0000 mgr.smithi086.skylwm (mgr.14199) 237 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:07.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:07 smithi144 bash[20191]: cluster 2024-04-24T13:09:05.996666+0000 mgr.smithi086.skylwm (mgr.14199) 237 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:08.002 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:09:08.606 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:08 smithi086 bash[18795]: audit 2024-04-24T13:09:08.006335+0000 mon.smithi086 (mon.0) 436 : audit [DBG] from='client.? 172.21.15.86:0/1172246832' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:09:08.606 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:08 smithi086 bash[18795]: audit 2024-04-24T13:09:08.006335+0000 mon.smithi086 (mon.0) 436 : audit [DBG] from='client.? 172.21.15.86:0/1172246832' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:09:08.607 INFO:teuthology.orchestra.run.smithi086.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-24T13:09:08.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:08 smithi144 bash[20191]: audit 2024-04-24T13:09:08.006335+0000 mon.smithi086 (mon.0) 436 : audit [DBG] from='client.? 172.21.15.86:0/1172246832' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:09:08.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:08 smithi144 bash[20191]: audit 2024-04-24T13:09:08.006335+0000 mon.smithi086 (mon.0) 436 : audit [DBG] from='client.? 172.21.15.86:0/1172246832' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:09:09.608 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:09:09.619 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:09 smithi086 bash[18795]: cluster 2024-04-24T13:09:07.997890+0000 mgr.smithi086.skylwm (mgr.14199) 238 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:09.619 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:09 smithi086 bash[18795]: cluster 2024-04-24T13:09:07.997890+0000 mgr.smithi086.skylwm (mgr.14199) 238 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:09.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:09 smithi144 bash[20191]: cluster 2024-04-24T13:09:07.997890+0000 mgr.smithi086.skylwm (mgr.14199) 238 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:09.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:09 smithi144 bash[20191]: cluster 2024-04-24T13:09:07.997890+0000 mgr.smithi086.skylwm (mgr.14199) 238 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:11.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:11 smithi086 bash[18795]: cluster 2024-04-24T13:09:09.999009+0000 mgr.smithi086.skylwm (mgr.14199) 239 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:11.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:11 smithi086 bash[18795]: cluster 2024-04-24T13:09:09.999009+0000 mgr.smithi086.skylwm (mgr.14199) 239 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:11.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:11 smithi086 bash[18795]: audit 2024-04-24T13:09:10.863474+0000 mon.smithi086 (mon.0) 437 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:09:11.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:11 smithi086 bash[18795]: audit 2024-04-24T13:09:10.863474+0000 mon.smithi086 (mon.0) 437 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:09:11.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:11 smithi144 bash[20191]: cluster 2024-04-24T13:09:09.999009+0000 mgr.smithi086.skylwm (mgr.14199) 239 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:11.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:11 smithi144 bash[20191]: cluster 2024-04-24T13:09:09.999009+0000 mgr.smithi086.skylwm (mgr.14199) 239 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:11.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:11 smithi144 bash[20191]: audit 2024-04-24T13:09:10.863474+0000 mon.smithi086 (mon.0) 437 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:09:11.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:11 smithi144 bash[20191]: audit 2024-04-24T13:09:10.863474+0000 mon.smithi086 (mon.0) 437 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:09:12.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:12 smithi086 bash[18795]: audit 2024-04-24T13:09:11.891674+0000 mon.smithi086 (mon.0) 438 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:09:12.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:12 smithi086 bash[18795]: audit 2024-04-24T13:09:11.891674+0000 mon.smithi086 (mon.0) 438 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:09:12.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:12 smithi086 bash[18795]: audit 2024-04-24T13:09:11.893854+0000 mon.smithi086 (mon.0) 439 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:09:12.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:12 smithi086 bash[18795]: audit 2024-04-24T13:09:11.893854+0000 mon.smithi086 (mon.0) 439 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:09:12.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:12 smithi086 bash[18795]: audit 2024-04-24T13:09:11.905582+0000 mon.smithi086 (mon.0) 440 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:09:12.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:12 smithi086 bash[18795]: audit 2024-04-24T13:09:11.905582+0000 mon.smithi086 (mon.0) 440 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:09:12.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:12 smithi086 bash[18795]: audit 2024-04-24T13:09:11.913564+0000 mon.smithi086 (mon.0) 441 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:09:12.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:12 smithi086 bash[18795]: audit 2024-04-24T13:09:11.913564+0000 mon.smithi086 (mon.0) 441 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:09:12.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:12 smithi144 bash[20191]: audit 2024-04-24T13:09:11.891674+0000 mon.smithi086 (mon.0) 438 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:09:12.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:12 smithi144 bash[20191]: audit 2024-04-24T13:09:11.891674+0000 mon.smithi086 (mon.0) 438 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:09:12.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:12 smithi144 bash[20191]: audit 2024-04-24T13:09:11.893854+0000 mon.smithi086 (mon.0) 439 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:09:12.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:12 smithi144 bash[20191]: audit 2024-04-24T13:09:11.893854+0000 mon.smithi086 (mon.0) 439 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:09:12.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:12 smithi144 bash[20191]: audit 2024-04-24T13:09:11.905582+0000 mon.smithi086 (mon.0) 440 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:09:12.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:12 smithi144 bash[20191]: audit 2024-04-24T13:09:11.905582+0000 mon.smithi086 (mon.0) 440 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:09:12.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:12 smithi144 bash[20191]: audit 2024-04-24T13:09:11.913564+0000 mon.smithi086 (mon.0) 441 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:09:12.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:12 smithi144 bash[20191]: audit 2024-04-24T13:09:11.913564+0000 mon.smithi086 (mon.0) 441 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:09:13.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:13 smithi086 bash[18795]: cluster 2024-04-24T13:09:11.896941+0000 mgr.smithi086.skylwm (mgr.14199) 240 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:13.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:13 smithi086 bash[18795]: cluster 2024-04-24T13:09:11.896941+0000 mgr.smithi086.skylwm (mgr.14199) 240 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:13.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:13 smithi086 bash[18795]: cluster 2024-04-24T13:09:11.898166+0000 mgr.smithi086.skylwm (mgr.14199) 241 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:13.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:13 smithi086 bash[18795]: cluster 2024-04-24T13:09:11.898166+0000 mgr.smithi086.skylwm (mgr.14199) 241 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:13.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:13 smithi144 bash[20191]: cluster 2024-04-24T13:09:11.896941+0000 mgr.smithi086.skylwm (mgr.14199) 240 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:13.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:13 smithi144 bash[20191]: cluster 2024-04-24T13:09:11.896941+0000 mgr.smithi086.skylwm (mgr.14199) 240 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:13.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:13 smithi144 bash[20191]: cluster 2024-04-24T13:09:11.898166+0000 mgr.smithi086.skylwm (mgr.14199) 241 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:13.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:13 smithi144 bash[20191]: cluster 2024-04-24T13:09:11.898166+0000 mgr.smithi086.skylwm (mgr.14199) 241 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:14.381 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:09:15.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:15 smithi086 bash[18795]: cluster 2024-04-24T13:09:13.898845+0000 mgr.smithi086.skylwm (mgr.14199) 242 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:15.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:15 smithi086 bash[18795]: cluster 2024-04-24T13:09:13.898845+0000 mgr.smithi086.skylwm (mgr.14199) 242 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:15.541 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:09:15.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:15 smithi144 bash[20191]: cluster 2024-04-24T13:09:13.898845+0000 mgr.smithi086.skylwm (mgr.14199) 242 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:15.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:15 smithi144 bash[20191]: cluster 2024-04-24T13:09:13.898845+0000 mgr.smithi086.skylwm (mgr.14199) 242 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:16.165 INFO:teuthology.orchestra.run.smithi086.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-24T13:09:16.418 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:16 smithi086 bash[18795]: audit 2024-04-24T13:09:15.545841+0000 mon.smithi086 (mon.0) 442 : audit [DBG] from='client.? 172.21.15.86:0/2336544243' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:09:16.418 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:16 smithi086 bash[18795]: audit 2024-04-24T13:09:15.545841+0000 mon.smithi086 (mon.0) 442 : audit [DBG] from='client.? 172.21.15.86:0/2336544243' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:09:16.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:16 smithi144 bash[20191]: audit 2024-04-24T13:09:15.545841+0000 mon.smithi086 (mon.0) 442 : audit [DBG] from='client.? 172.21.15.86:0/2336544243' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:09:16.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:16 smithi144 bash[20191]: audit 2024-04-24T13:09:15.545841+0000 mon.smithi086 (mon.0) 442 : audit [DBG] from='client.? 172.21.15.86:0/2336544243' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:09:17.165 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:09:17.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:17 smithi086 bash[18795]: cluster 2024-04-24T13:09:15.899795+0000 mgr.smithi086.skylwm (mgr.14199) 243 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:17.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:17 smithi086 bash[18795]: cluster 2024-04-24T13:09:15.899795+0000 mgr.smithi086.skylwm (mgr.14199) 243 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:17.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:17 smithi144 bash[20191]: cluster 2024-04-24T13:09:15.899795+0000 mgr.smithi086.skylwm (mgr.14199) 243 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:17.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:17 smithi144 bash[20191]: cluster 2024-04-24T13:09:15.899795+0000 mgr.smithi086.skylwm (mgr.14199) 243 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:19.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:19 smithi086 bash[18795]: cluster 2024-04-24T13:09:17.900861+0000 mgr.smithi086.skylwm (mgr.14199) 244 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:19.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:19 smithi086 bash[18795]: cluster 2024-04-24T13:09:17.900861+0000 mgr.smithi086.skylwm (mgr.14199) 244 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:19.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:19 smithi144 bash[20191]: cluster 2024-04-24T13:09:17.900861+0000 mgr.smithi086.skylwm (mgr.14199) 244 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:19.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:19 smithi144 bash[20191]: cluster 2024-04-24T13:09:17.900861+0000 mgr.smithi086.skylwm (mgr.14199) 244 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:21.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:21 smithi086 bash[18795]: cluster 2024-04-24T13:09:19.901549+0000 mgr.smithi086.skylwm (mgr.14199) 245 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:21.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:21 smithi086 bash[18795]: cluster 2024-04-24T13:09:19.901549+0000 mgr.smithi086.skylwm (mgr.14199) 245 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:21.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:21 smithi144 bash[20191]: cluster 2024-04-24T13:09:19.901549+0000 mgr.smithi086.skylwm (mgr.14199) 245 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:21.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:21 smithi144 bash[20191]: cluster 2024-04-24T13:09:19.901549+0000 mgr.smithi086.skylwm (mgr.14199) 245 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:21.934 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:09:23.135 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:09:23.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:23 smithi086 bash[18795]: cluster 2024-04-24T13:09:21.902464+0000 mgr.smithi086.skylwm (mgr.14199) 246 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:23.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:23 smithi086 bash[18795]: cluster 2024-04-24T13:09:21.902464+0000 mgr.smithi086.skylwm (mgr.14199) 246 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:23.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:23 smithi086 bash[18795]: audit 2024-04-24T13:09:23.140045+0000 mon.smithi086 (mon.0) 443 : audit [DBG] from='client.? 172.21.15.86:0/2443151915' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:09:23.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:23 smithi086 bash[18795]: audit 2024-04-24T13:09:23.140045+0000 mon.smithi086 (mon.0) 443 : audit [DBG] from='client.? 172.21.15.86:0/2443151915' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:09:23.748 INFO:teuthology.orchestra.run.smithi086.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-24T13:09:23.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:23 smithi144 bash[20191]: cluster 2024-04-24T13:09:21.902464+0000 mgr.smithi086.skylwm (mgr.14199) 246 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:23.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:23 smithi144 bash[20191]: cluster 2024-04-24T13:09:21.902464+0000 mgr.smithi086.skylwm (mgr.14199) 246 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:23.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:23 smithi144 bash[20191]: audit 2024-04-24T13:09:23.140045+0000 mon.smithi086 (mon.0) 443 : audit [DBG] from='client.? 172.21.15.86:0/2443151915' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:09:23.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:23 smithi144 bash[20191]: audit 2024-04-24T13:09:23.140045+0000 mon.smithi086 (mon.0) 443 : audit [DBG] from='client.? 172.21.15.86:0/2443151915' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:09:24.749 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:09:25.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:25 smithi086 bash[18795]: cluster 2024-04-24T13:09:23.903480+0000 mgr.smithi086.skylwm (mgr.14199) 247 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:25.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:25 smithi086 bash[18795]: cluster 2024-04-24T13:09:23.903480+0000 mgr.smithi086.skylwm (mgr.14199) 247 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:25.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:25 smithi144 bash[20191]: cluster 2024-04-24T13:09:23.903480+0000 mgr.smithi086.skylwm (mgr.14199) 247 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:25.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:25 smithi144 bash[20191]: cluster 2024-04-24T13:09:23.903480+0000 mgr.smithi086.skylwm (mgr.14199) 247 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:26.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:26 smithi086 bash[18795]: audit 2024-04-24T13:09:25.864014+0000 mon.smithi086 (mon.0) 444 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:09:26.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:26 smithi086 bash[18795]: audit 2024-04-24T13:09:25.864014+0000 mon.smithi086 (mon.0) 444 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:09:26.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:26 smithi144 bash[20191]: audit 2024-04-24T13:09:25.864014+0000 mon.smithi086 (mon.0) 444 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:09:26.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:26 smithi144 bash[20191]: audit 2024-04-24T13:09:25.864014+0000 mon.smithi086 (mon.0) 444 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:09:27.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:27 smithi086 bash[18795]: cluster 2024-04-24T13:09:25.904429+0000 mgr.smithi086.skylwm (mgr.14199) 248 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:27.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:27 smithi086 bash[18795]: cluster 2024-04-24T13:09:25.904429+0000 mgr.smithi086.skylwm (mgr.14199) 248 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:27.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:27 smithi144 bash[20191]: cluster 2024-04-24T13:09:25.904429+0000 mgr.smithi086.skylwm (mgr.14199) 248 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:27.832 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:27 smithi144 bash[20191]: cluster 2024-04-24T13:09:25.904429+0000 mgr.smithi086.skylwm (mgr.14199) 248 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:29.520 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:09:29.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:29 smithi086 bash[18795]: cluster 2024-04-24T13:09:27.905419+0000 mgr.smithi086.skylwm (mgr.14199) 249 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:29.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:29 smithi086 bash[18795]: cluster 2024-04-24T13:09:27.905419+0000 mgr.smithi086.skylwm (mgr.14199) 249 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:29.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:29 smithi144 bash[20191]: cluster 2024-04-24T13:09:27.905419+0000 mgr.smithi086.skylwm (mgr.14199) 249 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:29.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:29 smithi144 bash[20191]: cluster 2024-04-24T13:09:27.905419+0000 mgr.smithi086.skylwm (mgr.14199) 249 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:30.692 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:09:31.275 INFO:teuthology.orchestra.run.smithi086.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-24T13:09:31.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:31 smithi086 bash[18795]: cluster 2024-04-24T13:09:29.906432+0000 mgr.smithi086.skylwm (mgr.14199) 250 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:31.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:31 smithi086 bash[18795]: cluster 2024-04-24T13:09:29.906432+0000 mgr.smithi086.skylwm (mgr.14199) 250 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:31.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:31 smithi086 bash[18795]: audit 2024-04-24T13:09:30.697487+0000 mon.smithi086 (mon.0) 445 : audit [DBG] from='client.? 172.21.15.86:0/2041355195' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:09:31.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:31 smithi086 bash[18795]: audit 2024-04-24T13:09:30.697487+0000 mon.smithi086 (mon.0) 445 : audit [DBG] from='client.? 172.21.15.86:0/2041355195' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:09:31.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:31 smithi144 bash[20191]: cluster 2024-04-24T13:09:29.906432+0000 mgr.smithi086.skylwm (mgr.14199) 250 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:31.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:31 smithi144 bash[20191]: cluster 2024-04-24T13:09:29.906432+0000 mgr.smithi086.skylwm (mgr.14199) 250 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:31.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:31 smithi144 bash[20191]: audit 2024-04-24T13:09:30.697487+0000 mon.smithi086 (mon.0) 445 : audit [DBG] from='client.? 172.21.15.86:0/2041355195' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:09:31.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:31 smithi144 bash[20191]: audit 2024-04-24T13:09:30.697487+0000 mon.smithi086 (mon.0) 445 : audit [DBG] from='client.? 172.21.15.86:0/2041355195' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:09:32.276 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:09:33.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:33 smithi086 bash[18795]: cluster 2024-04-24T13:09:31.907410+0000 mgr.smithi086.skylwm (mgr.14199) 251 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:33.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:33 smithi086 bash[18795]: cluster 2024-04-24T13:09:31.907410+0000 mgr.smithi086.skylwm (mgr.14199) 251 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:33.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:33 smithi144 bash[20191]: cluster 2024-04-24T13:09:31.907410+0000 mgr.smithi086.skylwm (mgr.14199) 251 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:33.799 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:33 smithi144 bash[20191]: cluster 2024-04-24T13:09:31.907410+0000 mgr.smithi086.skylwm (mgr.14199) 251 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:35.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:35 smithi086 bash[18795]: cluster 2024-04-24T13:09:33.908381+0000 mgr.smithi086.skylwm (mgr.14199) 252 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:35.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:35 smithi086 bash[18795]: cluster 2024-04-24T13:09:33.908381+0000 mgr.smithi086.skylwm (mgr.14199) 252 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:35.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:35 smithi144 bash[20191]: cluster 2024-04-24T13:09:33.908381+0000 mgr.smithi086.skylwm (mgr.14199) 252 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:35.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:35 smithi144 bash[20191]: cluster 2024-04-24T13:09:33.908381+0000 mgr.smithi086.skylwm (mgr.14199) 252 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:37.038 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:09:37.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:37 smithi086 bash[18795]: cluster 2024-04-24T13:09:35.909355+0000 mgr.smithi086.skylwm (mgr.14199) 253 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:37.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:37 smithi086 bash[18795]: cluster 2024-04-24T13:09:35.909355+0000 mgr.smithi086.skylwm (mgr.14199) 253 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:37.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:37 smithi144 bash[20191]: cluster 2024-04-24T13:09:35.909355+0000 mgr.smithi086.skylwm (mgr.14199) 253 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:37.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:37 smithi144 bash[20191]: cluster 2024-04-24T13:09:35.909355+0000 mgr.smithi086.skylwm (mgr.14199) 253 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:38.162 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:09:38.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:38 smithi086 bash[18795]: audit 2024-04-24T13:09:38.167167+0000 mon.smithi086 (mon.0) 446 : audit [DBG] from='client.? 172.21.15.86:0/3733512090' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:09:38.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:38 smithi086 bash[18795]: audit 2024-04-24T13:09:38.167167+0000 mon.smithi086 (mon.0) 446 : audit [DBG] from='client.? 172.21.15.86:0/3733512090' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:09:38.748 INFO:teuthology.orchestra.run.smithi086.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-24T13:09:38.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:38 smithi144 bash[20191]: audit 2024-04-24T13:09:38.167167+0000 mon.smithi086 (mon.0) 446 : audit [DBG] from='client.? 172.21.15.86:0/3733512090' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:09:38.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:38 smithi144 bash[20191]: audit 2024-04-24T13:09:38.167167+0000 mon.smithi086 (mon.0) 446 : audit [DBG] from='client.? 172.21.15.86:0/3733512090' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:09:39.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:39 smithi086 bash[18795]: cluster 2024-04-24T13:09:37.910305+0000 mgr.smithi086.skylwm (mgr.14199) 254 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:39.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:39 smithi086 bash[18795]: cluster 2024-04-24T13:09:37.910305+0000 mgr.smithi086.skylwm (mgr.14199) 254 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:39.749 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:09:39.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:39 smithi144 bash[20191]: cluster 2024-04-24T13:09:37.910305+0000 mgr.smithi086.skylwm (mgr.14199) 254 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:39.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:39 smithi144 bash[20191]: cluster 2024-04-24T13:09:37.910305+0000 mgr.smithi086.skylwm (mgr.14199) 254 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:41.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:41 smithi086 bash[18795]: cluster 2024-04-24T13:09:39.911315+0000 mgr.smithi086.skylwm (mgr.14199) 255 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:41.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:41 smithi086 bash[18795]: cluster 2024-04-24T13:09:39.911315+0000 mgr.smithi086.skylwm (mgr.14199) 255 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:41.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:41 smithi086 bash[18795]: audit 2024-04-24T13:09:40.864350+0000 mon.smithi086 (mon.0) 447 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:09:41.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:41 smithi086 bash[18795]: audit 2024-04-24T13:09:40.864350+0000 mon.smithi086 (mon.0) 447 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:09:41.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:41 smithi144 bash[20191]: cluster 2024-04-24T13:09:39.911315+0000 mgr.smithi086.skylwm (mgr.14199) 255 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:41.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:41 smithi144 bash[20191]: cluster 2024-04-24T13:09:39.911315+0000 mgr.smithi086.skylwm (mgr.14199) 255 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:41.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:41 smithi144 bash[20191]: audit 2024-04-24T13:09:40.864350+0000 mon.smithi086 (mon.0) 447 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:09:41.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:41 smithi144 bash[20191]: audit 2024-04-24T13:09:40.864350+0000 mon.smithi086 (mon.0) 447 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:09:43.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:43 smithi086 bash[18795]: cluster 2024-04-24T13:09:41.912312+0000 mgr.smithi086.skylwm (mgr.14199) 256 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:43.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:43 smithi086 bash[18795]: cluster 2024-04-24T13:09:41.912312+0000 mgr.smithi086.skylwm (mgr.14199) 256 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:43.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:43 smithi144 bash[20191]: cluster 2024-04-24T13:09:41.912312+0000 mgr.smithi086.skylwm (mgr.14199) 256 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:43.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:43 smithi144 bash[20191]: cluster 2024-04-24T13:09:41.912312+0000 mgr.smithi086.skylwm (mgr.14199) 256 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:44.514 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:09:45.650 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:09:45.664 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:45 smithi086 bash[18795]: cluster 2024-04-24T13:09:43.913365+0000 mgr.smithi086.skylwm (mgr.14199) 257 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:45.664 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:45 smithi086 bash[18795]: cluster 2024-04-24T13:09:43.913365+0000 mgr.smithi086.skylwm (mgr.14199) 257 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:45.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:45 smithi144 bash[20191]: cluster 2024-04-24T13:09:43.913365+0000 mgr.smithi086.skylwm (mgr.14199) 257 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:45.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:45 smithi144 bash[20191]: cluster 2024-04-24T13:09:43.913365+0000 mgr.smithi086.skylwm (mgr.14199) 257 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:46.215 INFO:teuthology.orchestra.run.smithi086.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-24T13:09:46.519 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:46 smithi086 bash[18795]: audit 2024-04-24T13:09:45.655398+0000 mon.smithi086 (mon.0) 448 : audit [DBG] from='client.? 172.21.15.86:0/2587690473' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:09:46.519 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:46 smithi086 bash[18795]: audit 2024-04-24T13:09:45.655398+0000 mon.smithi086 (mon.0) 448 : audit [DBG] from='client.? 172.21.15.86:0/2587690473' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:09:46.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:46 smithi144 bash[20191]: audit 2024-04-24T13:09:45.655398+0000 mon.smithi086 (mon.0) 448 : audit [DBG] from='client.? 172.21.15.86:0/2587690473' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:09:46.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:46 smithi144 bash[20191]: audit 2024-04-24T13:09:45.655398+0000 mon.smithi086 (mon.0) 448 : audit [DBG] from='client.? 172.21.15.86:0/2587690473' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:09:47.217 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:09:47.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:47 smithi086 bash[18795]: cluster 2024-04-24T13:09:45.914366+0000 mgr.smithi086.skylwm (mgr.14199) 258 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:47.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:47 smithi086 bash[18795]: cluster 2024-04-24T13:09:45.914366+0000 mgr.smithi086.skylwm (mgr.14199) 258 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:47.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:47 smithi144 bash[20191]: cluster 2024-04-24T13:09:45.914366+0000 mgr.smithi086.skylwm (mgr.14199) 258 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:47.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:47 smithi144 bash[20191]: cluster 2024-04-24T13:09:45.914366+0000 mgr.smithi086.skylwm (mgr.14199) 258 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:49.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:49 smithi144 bash[20191]: cluster 2024-04-24T13:09:47.915342+0000 mgr.smithi086.skylwm (mgr.14199) 259 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:49.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:49 smithi144 bash[20191]: cluster 2024-04-24T13:09:47.915342+0000 mgr.smithi086.skylwm (mgr.14199) 259 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:49.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:49 smithi086 bash[18795]: cluster 2024-04-24T13:09:47.915342+0000 mgr.smithi086.skylwm (mgr.14199) 259 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:49.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:49 smithi086 bash[18795]: cluster 2024-04-24T13:09:47.915342+0000 mgr.smithi086.skylwm (mgr.14199) 259 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:51.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:51 smithi144 bash[20191]: cluster 2024-04-24T13:09:49.916316+0000 mgr.smithi086.skylwm (mgr.14199) 260 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:51.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:51 smithi144 bash[20191]: cluster 2024-04-24T13:09:49.916316+0000 mgr.smithi086.skylwm (mgr.14199) 260 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:51.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:51 smithi086 bash[18795]: cluster 2024-04-24T13:09:49.916316+0000 mgr.smithi086.skylwm (mgr.14199) 260 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:51.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:51 smithi086 bash[18795]: cluster 2024-04-24T13:09:49.916316+0000 mgr.smithi086.skylwm (mgr.14199) 260 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:51.989 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:09:53.138 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:09:53.734 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:53 smithi086 bash[18795]: cluster 2024-04-24T13:09:51.917263+0000 mgr.smithi086.skylwm (mgr.14199) 261 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:53.735 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:53 smithi086 bash[18795]: cluster 2024-04-24T13:09:51.917263+0000 mgr.smithi086.skylwm (mgr.14199) 261 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:53.735 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:53 smithi086 bash[18795]: audit 2024-04-24T13:09:53.142479+0000 mon.smithi086 (mon.0) 449 : audit [DBG] from='client.? 172.21.15.86:0/3952163422' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:09:53.735 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:53 smithi086 bash[18795]: audit 2024-04-24T13:09:53.142479+0000 mon.smithi086 (mon.0) 449 : audit [DBG] from='client.? 172.21.15.86:0/3952163422' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:09:53.768 INFO:teuthology.orchestra.run.smithi086.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-24T13:09:53.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:53 smithi144 bash[20191]: cluster 2024-04-24T13:09:51.917263+0000 mgr.smithi086.skylwm (mgr.14199) 261 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:53.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:53 smithi144 bash[20191]: cluster 2024-04-24T13:09:51.917263+0000 mgr.smithi086.skylwm (mgr.14199) 261 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:53.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:53 smithi144 bash[20191]: audit 2024-04-24T13:09:53.142479+0000 mon.smithi086 (mon.0) 449 : audit [DBG] from='client.? 172.21.15.86:0/3952163422' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:09:53.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:53 smithi144 bash[20191]: audit 2024-04-24T13:09:53.142479+0000 mon.smithi086 (mon.0) 449 : audit [DBG] from='client.? 172.21.15.86:0/3952163422' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:09:54.770 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:09:55.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:55 smithi144 bash[20191]: cluster 2024-04-24T13:09:53.918283+0000 mgr.smithi086.skylwm (mgr.14199) 262 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:55.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:55 smithi144 bash[20191]: cluster 2024-04-24T13:09:53.918283+0000 mgr.smithi086.skylwm (mgr.14199) 262 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:55.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:55 smithi086 bash[18795]: cluster 2024-04-24T13:09:53.918283+0000 mgr.smithi086.skylwm (mgr.14199) 262 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:55.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:55 smithi086 bash[18795]: cluster 2024-04-24T13:09:53.918283+0000 mgr.smithi086.skylwm (mgr.14199) 262 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:56.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:56 smithi144 bash[20191]: audit 2024-04-24T13:09:55.864701+0000 mon.smithi086 (mon.0) 450 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:09:56.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:56 smithi144 bash[20191]: audit 2024-04-24T13:09:55.864701+0000 mon.smithi086 (mon.0) 450 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:09:56.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:56 smithi086 bash[18795]: audit 2024-04-24T13:09:55.864701+0000 mon.smithi086 (mon.0) 450 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:09:56.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:56 smithi086 bash[18795]: audit 2024-04-24T13:09:55.864701+0000 mon.smithi086 (mon.0) 450 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:09:57.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:57 smithi144 bash[20191]: cluster 2024-04-24T13:09:55.919212+0000 mgr.smithi086.skylwm (mgr.14199) 263 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:57.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:57 smithi144 bash[20191]: cluster 2024-04-24T13:09:55.919212+0000 mgr.smithi086.skylwm (mgr.14199) 263 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:57.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:57 smithi086 bash[18795]: cluster 2024-04-24T13:09:55.919212+0000 mgr.smithi086.skylwm (mgr.14199) 263 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:57.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:57 smithi086 bash[18795]: cluster 2024-04-24T13:09:55.919212+0000 mgr.smithi086.skylwm (mgr.14199) 263 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:59.534 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:09:59.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:59 smithi144 bash[20191]: cluster 2024-04-24T13:09:57.920177+0000 mgr.smithi086.skylwm (mgr.14199) 264 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:59.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:09:59 smithi144 bash[20191]: cluster 2024-04-24T13:09:57.920177+0000 mgr.smithi086.skylwm (mgr.14199) 264 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:59.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:59 smithi086 bash[18795]: cluster 2024-04-24T13:09:57.920177+0000 mgr.smithi086.skylwm (mgr.14199) 264 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:09:59.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:09:59 smithi086 bash[18795]: cluster 2024-04-24T13:09:57.920177+0000 mgr.smithi086.skylwm (mgr.14199) 264 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:00.645 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:10:00.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:00 smithi144 bash[20191]: cluster 2024-04-24T13:10:00.000177+0000 mon.smithi086 (mon.0) 451 : cluster [WRN] overall HEALTH_WARN failed to probe daemons or devices 2024-04-24T13:10:00.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:00 smithi144 bash[20191]: cluster 2024-04-24T13:10:00.000177+0000 mon.smithi086 (mon.0) 451 : cluster [WRN] overall HEALTH_WARN failed to probe daemons or devices 2024-04-24T13:10:00.841 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:00 smithi086 bash[18795]: cluster 2024-04-24T13:10:00.000177+0000 mon.smithi086 (mon.0) 451 : cluster [WRN] overall HEALTH_WARN failed to probe daemons or devices 2024-04-24T13:10:00.841 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:00 smithi086 bash[18795]: cluster 2024-04-24T13:10:00.000177+0000 mon.smithi086 (mon.0) 451 : cluster [WRN] overall HEALTH_WARN failed to probe daemons or devices 2024-04-24T13:10:01.291 INFO:teuthology.orchestra.run.smithi086.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-24T13:10:01.568 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:01 smithi086 bash[18795]: cluster 2024-04-24T13:09:59.920732+0000 mgr.smithi086.skylwm (mgr.14199) 265 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:01.568 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:01 smithi086 bash[18795]: cluster 2024-04-24T13:09:59.920732+0000 mgr.smithi086.skylwm (mgr.14199) 265 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:01.568 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:01 smithi086 bash[18795]: audit 2024-04-24T13:10:00.650113+0000 mon.smithi086 (mon.0) 452 : audit [DBG] from='client.? 172.21.15.86:0/2600529466' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:10:01.568 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:01 smithi086 bash[18795]: audit 2024-04-24T13:10:00.650113+0000 mon.smithi086 (mon.0) 452 : audit [DBG] from='client.? 172.21.15.86:0/2600529466' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:10:01.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:01 smithi144 bash[20191]: cluster 2024-04-24T13:09:59.920732+0000 mgr.smithi086.skylwm (mgr.14199) 265 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:01.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:01 smithi144 bash[20191]: cluster 2024-04-24T13:09:59.920732+0000 mgr.smithi086.skylwm (mgr.14199) 265 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:01.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:01 smithi144 bash[20191]: audit 2024-04-24T13:10:00.650113+0000 mon.smithi086 (mon.0) 452 : audit [DBG] from='client.? 172.21.15.86:0/2600529466' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:10:01.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:01 smithi144 bash[20191]: audit 2024-04-24T13:10:00.650113+0000 mon.smithi086 (mon.0) 452 : audit [DBG] from='client.? 172.21.15.86:0/2600529466' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:10:02.293 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:10:03.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:03 smithi144 bash[20191]: cluster 2024-04-24T13:10:01.921710+0000 mgr.smithi086.skylwm (mgr.14199) 266 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:03.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:03 smithi144 bash[20191]: cluster 2024-04-24T13:10:01.921710+0000 mgr.smithi086.skylwm (mgr.14199) 266 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:03.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:03 smithi086 bash[18795]: cluster 2024-04-24T13:10:01.921710+0000 mgr.smithi086.skylwm (mgr.14199) 266 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:03.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:03 smithi086 bash[18795]: cluster 2024-04-24T13:10:01.921710+0000 mgr.smithi086.skylwm (mgr.14199) 266 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:05.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:05 smithi144 bash[20191]: cluster 2024-04-24T13:10:03.922701+0000 mgr.smithi086.skylwm (mgr.14199) 267 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:05.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:05 smithi144 bash[20191]: cluster 2024-04-24T13:10:03.922701+0000 mgr.smithi086.skylwm (mgr.14199) 267 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:05.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:05 smithi086 bash[18795]: cluster 2024-04-24T13:10:03.922701+0000 mgr.smithi086.skylwm (mgr.14199) 267 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:05.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:05 smithi086 bash[18795]: cluster 2024-04-24T13:10:03.922701+0000 mgr.smithi086.skylwm (mgr.14199) 267 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:07.053 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:10:07.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:07 smithi144 bash[20191]: cluster 2024-04-24T13:10:05.923659+0000 mgr.smithi086.skylwm (mgr.14199) 268 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:07.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:07 smithi144 bash[20191]: cluster 2024-04-24T13:10:05.923659+0000 mgr.smithi086.skylwm (mgr.14199) 268 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:07.872 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:07 smithi086 bash[18795]: cluster 2024-04-24T13:10:05.923659+0000 mgr.smithi086.skylwm (mgr.14199) 268 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:07.872 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:07 smithi086 bash[18795]: cluster 2024-04-24T13:10:05.923659+0000 mgr.smithi086.skylwm (mgr.14199) 268 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:08.269 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:10:08.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:08 smithi144 bash[20191]: audit 2024-04-24T13:10:08.270999+0000 mon.smithi086 (mon.0) 453 : audit [DBG] from='client.? 172.21.15.86:0/120857378' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:10:08.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:08 smithi144 bash[20191]: audit 2024-04-24T13:10:08.270999+0000 mon.smithi086 (mon.0) 453 : audit [DBG] from='client.? 172.21.15.86:0/120857378' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:10:08.926 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:08 smithi086 bash[18795]: audit 2024-04-24T13:10:08.270999+0000 mon.smithi086 (mon.0) 453 : audit [DBG] from='client.? 172.21.15.86:0/120857378' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:10:08.926 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:08 smithi086 bash[18795]: audit 2024-04-24T13:10:08.270999+0000 mon.smithi086 (mon.0) 453 : audit [DBG] from='client.? 172.21.15.86:0/120857378' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:10:08.927 INFO:teuthology.orchestra.run.smithi086.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-24T13:10:09.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:09 smithi144 bash[20191]: cluster 2024-04-24T13:10:07.924157+0000 mgr.smithi086.skylwm (mgr.14199) 269 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:09.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:09 smithi144 bash[20191]: cluster 2024-04-24T13:10:07.924157+0000 mgr.smithi086.skylwm (mgr.14199) 269 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:09.929 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:10:09.940 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:09 smithi086 bash[18795]: cluster 2024-04-24T13:10:07.924157+0000 mgr.smithi086.skylwm (mgr.14199) 269 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:09.940 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:09 smithi086 bash[18795]: cluster 2024-04-24T13:10:07.924157+0000 mgr.smithi086.skylwm (mgr.14199) 269 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:11.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:11 smithi144 bash[20191]: cluster 2024-04-24T13:10:09.925143+0000 mgr.smithi086.skylwm (mgr.14199) 270 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:11.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:11 smithi144 bash[20191]: cluster 2024-04-24T13:10:09.925143+0000 mgr.smithi086.skylwm (mgr.14199) 270 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:11.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:11 smithi144 bash[20191]: audit 2024-04-24T13:10:10.865120+0000 mon.smithi086 (mon.0) 454 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:10:11.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:11 smithi144 bash[20191]: audit 2024-04-24T13:10:10.865120+0000 mon.smithi086 (mon.0) 454 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:10:11.964 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:11 smithi086 bash[18795]: cluster 2024-04-24T13:10:09.925143+0000 mgr.smithi086.skylwm (mgr.14199) 270 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:11.964 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:11 smithi086 bash[18795]: cluster 2024-04-24T13:10:09.925143+0000 mgr.smithi086.skylwm (mgr.14199) 270 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:11.964 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:11 smithi086 bash[18795]: audit 2024-04-24T13:10:10.865120+0000 mon.smithi086 (mon.0) 454 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:10:11.964 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:11 smithi086 bash[18795]: audit 2024-04-24T13:10:10.865120+0000 mon.smithi086 (mon.0) 454 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:10:12.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:12 smithi086 bash[18795]: audit 2024-04-24T13:10:12.013261+0000 mon.smithi086 (mon.0) 455 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:10:12.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:12 smithi086 bash[18795]: audit 2024-04-24T13:10:12.013261+0000 mon.smithi086 (mon.0) 455 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:10:13.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:12 smithi144 bash[20191]: audit 2024-04-24T13:10:12.013261+0000 mon.smithi086 (mon.0) 455 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:10:13.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:12 smithi144 bash[20191]: audit 2024-04-24T13:10:12.013261+0000 mon.smithi086 (mon.0) 455 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:10:13.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:13 smithi086 bash[18795]: cluster 2024-04-24T13:10:11.926152+0000 mgr.smithi086.skylwm (mgr.14199) 271 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:13.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:13 smithi086 bash[18795]: cluster 2024-04-24T13:10:11.926152+0000 mgr.smithi086.skylwm (mgr.14199) 271 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:14.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:13 smithi144 bash[20191]: cluster 2024-04-24T13:10:11.926152+0000 mgr.smithi086.skylwm (mgr.14199) 271 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:14.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:13 smithi144 bash[20191]: cluster 2024-04-24T13:10:11.926152+0000 mgr.smithi086.skylwm (mgr.14199) 271 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:14.683 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:10:15.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:15 smithi144 bash[20191]: cluster 2024-04-24T13:10:13.927106+0000 mgr.smithi086.skylwm (mgr.14199) 272 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:15.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:15 smithi144 bash[20191]: cluster 2024-04-24T13:10:13.927106+0000 mgr.smithi086.skylwm (mgr.14199) 272 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:15.913 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:10:15.926 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:15 smithi086 bash[18795]: cluster 2024-04-24T13:10:13.927106+0000 mgr.smithi086.skylwm (mgr.14199) 272 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:15.926 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:15 smithi086 bash[18795]: cluster 2024-04-24T13:10:13.927106+0000 mgr.smithi086.skylwm (mgr.14199) 272 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:16.519 INFO:teuthology.orchestra.run.smithi086.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-24T13:10:16.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:16 smithi086 bash[18795]: audit 2024-04-24T13:10:15.918023+0000 mon.smithi086 (mon.0) 456 : audit [DBG] from='client.? 172.21.15.86:0/1898655289' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:10:16.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:16 smithi086 bash[18795]: audit 2024-04-24T13:10:15.918023+0000 mon.smithi086 (mon.0) 456 : audit [DBG] from='client.? 172.21.15.86:0/1898655289' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:10:17.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:16 smithi144 bash[20191]: audit 2024-04-24T13:10:15.918023+0000 mon.smithi086 (mon.0) 456 : audit [DBG] from='client.? 172.21.15.86:0/1898655289' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:10:17.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:16 smithi144 bash[20191]: audit 2024-04-24T13:10:15.918023+0000 mon.smithi086 (mon.0) 456 : audit [DBG] from='client.? 172.21.15.86:0/1898655289' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:10:17.520 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:10:17.804 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:17 smithi086 bash[18795]: cluster 2024-04-24T13:10:15.927561+0000 mgr.smithi086.skylwm (mgr.14199) 273 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:17.804 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:17 smithi086 bash[18795]: cluster 2024-04-24T13:10:15.927561+0000 mgr.smithi086.skylwm (mgr.14199) 273 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:18.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:17 smithi144 bash[20191]: cluster 2024-04-24T13:10:15.927561+0000 mgr.smithi086.skylwm (mgr.14199) 273 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:18.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:17 smithi144 bash[20191]: cluster 2024-04-24T13:10:15.927561+0000 mgr.smithi086.skylwm (mgr.14199) 273 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:19.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:19 smithi086 bash[18795]: cluster 2024-04-24T13:10:17.928123+0000 mgr.smithi086.skylwm (mgr.14199) 274 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:19.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:19 smithi086 bash[18795]: cluster 2024-04-24T13:10:17.928123+0000 mgr.smithi086.skylwm (mgr.14199) 274 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:19.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:19 smithi086 bash[18795]: audit 2024-04-24T13:10:19.499990+0000 mon.smithi086 (mon.0) 457 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:10:19.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:19 smithi086 bash[18795]: audit 2024-04-24T13:10:19.499990+0000 mon.smithi086 (mon.0) 457 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:10:19.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:19 smithi086 bash[18795]: audit 2024-04-24T13:10:19.501737+0000 mon.smithi086 (mon.0) 458 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:10:19.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:19 smithi086 bash[18795]: audit 2024-04-24T13:10:19.501737+0000 mon.smithi086 (mon.0) 458 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:10:19.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:19 smithi086 bash[18795]: audit 2024-04-24T13:10:19.511951+0000 mon.smithi086 (mon.0) 459 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:10:19.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:19 smithi086 bash[18795]: audit 2024-04-24T13:10:19.511951+0000 mon.smithi086 (mon.0) 459 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:10:19.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:19 smithi086 bash[18795]: audit 2024-04-24T13:10:19.519695+0000 mon.smithi086 (mon.0) 460 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:10:19.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:19 smithi086 bash[18795]: audit 2024-04-24T13:10:19.519695+0000 mon.smithi086 (mon.0) 460 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:10:20.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:19 smithi144 bash[20191]: cluster 2024-04-24T13:10:17.928123+0000 mgr.smithi086.skylwm (mgr.14199) 274 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:20.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:19 smithi144 bash[20191]: cluster 2024-04-24T13:10:17.928123+0000 mgr.smithi086.skylwm (mgr.14199) 274 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:20.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:19 smithi144 bash[20191]: audit 2024-04-24T13:10:19.499990+0000 mon.smithi086 (mon.0) 457 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:10:20.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:19 smithi144 bash[20191]: audit 2024-04-24T13:10:19.499990+0000 mon.smithi086 (mon.0) 457 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:10:20.048 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:19 smithi144 bash[20191]: audit 2024-04-24T13:10:19.501737+0000 mon.smithi086 (mon.0) 458 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:10:20.048 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:19 smithi144 bash[20191]: audit 2024-04-24T13:10:19.501737+0000 mon.smithi086 (mon.0) 458 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:10:20.048 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:19 smithi144 bash[20191]: audit 2024-04-24T13:10:19.511951+0000 mon.smithi086 (mon.0) 459 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:10:20.048 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:19 smithi144 bash[20191]: audit 2024-04-24T13:10:19.511951+0000 mon.smithi086 (mon.0) 459 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:10:20.048 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:19 smithi144 bash[20191]: audit 2024-04-24T13:10:19.519695+0000 mon.smithi086 (mon.0) 460 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:10:20.048 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:19 smithi144 bash[20191]: audit 2024-04-24T13:10:19.519695+0000 mon.smithi086 (mon.0) 460 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:10:20.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:20 smithi144 bash[20191]: cluster 2024-04-24T13:10:19.504316+0000 mgr.smithi086.skylwm (mgr.14199) 275 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:20.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:20 smithi144 bash[20191]: cluster 2024-04-24T13:10:19.504316+0000 mgr.smithi086.skylwm (mgr.14199) 275 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:20.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:20 smithi144 bash[20191]: cluster 2024-04-24T13:10:19.505521+0000 mgr.smithi086.skylwm (mgr.14199) 276 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:20.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:20 smithi144 bash[20191]: cluster 2024-04-24T13:10:19.505521+0000 mgr.smithi086.skylwm (mgr.14199) 276 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:20.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:20 smithi086 bash[18795]: cluster 2024-04-24T13:10:19.504316+0000 mgr.smithi086.skylwm (mgr.14199) 275 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:20.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:20 smithi086 bash[18795]: cluster 2024-04-24T13:10:19.504316+0000 mgr.smithi086.skylwm (mgr.14199) 275 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:20.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:20 smithi086 bash[18795]: cluster 2024-04-24T13:10:19.505521+0000 mgr.smithi086.skylwm (mgr.14199) 276 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:20.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:20 smithi086 bash[18795]: cluster 2024-04-24T13:10:19.505521+0000 mgr.smithi086.skylwm (mgr.14199) 276 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:22.296 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:10:22.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:22 smithi086 bash[18795]: cluster 2024-04-24T13:10:21.506556+0000 mgr.smithi086.skylwm (mgr.14199) 277 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:22.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:22 smithi086 bash[18795]: cluster 2024-04-24T13:10:21.506556+0000 mgr.smithi086.skylwm (mgr.14199) 277 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:23.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:22 smithi144 bash[20191]: cluster 2024-04-24T13:10:21.506556+0000 mgr.smithi086.skylwm (mgr.14199) 277 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:23.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:22 smithi144 bash[20191]: cluster 2024-04-24T13:10:21.506556+0000 mgr.smithi086.skylwm (mgr.14199) 277 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:23.436 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:10:23.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:23 smithi086 bash[18795]: audit 2024-04-24T13:10:23.441402+0000 mon.smithi086 (mon.0) 461 : audit [DBG] from='client.? 172.21.15.86:0/3264945016' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:10:23.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:23 smithi086 bash[18795]: audit 2024-04-24T13:10:23.441402+0000 mon.smithi086 (mon.0) 461 : audit [DBG] from='client.? 172.21.15.86:0/3264945016' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:10:24.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:23 smithi144 bash[20191]: audit 2024-04-24T13:10:23.441402+0000 mon.smithi086 (mon.0) 461 : audit [DBG] from='client.? 172.21.15.86:0/3264945016' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:10:24.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:23 smithi144 bash[20191]: audit 2024-04-24T13:10:23.441402+0000 mon.smithi086 (mon.0) 461 : audit [DBG] from='client.? 172.21.15.86:0/3264945016' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:10:24.103 INFO:teuthology.orchestra.run.smithi086.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-24T13:10:24.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:24 smithi086 bash[18795]: cluster 2024-04-24T13:10:23.507010+0000 mgr.smithi086.skylwm (mgr.14199) 278 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:24.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:24 smithi086 bash[18795]: cluster 2024-04-24T13:10:23.507010+0000 mgr.smithi086.skylwm (mgr.14199) 278 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:25.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:24 smithi144 bash[20191]: cluster 2024-04-24T13:10:23.507010+0000 mgr.smithi086.skylwm (mgr.14199) 278 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:25.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:24 smithi144 bash[20191]: cluster 2024-04-24T13:10:23.507010+0000 mgr.smithi086.skylwm (mgr.14199) 278 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:25.104 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:10:26.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:26 smithi086 bash[18795]: cluster 2024-04-24T13:10:25.508015+0000 mgr.smithi086.skylwm (mgr.14199) 279 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:26.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:26 smithi086 bash[18795]: cluster 2024-04-24T13:10:25.508015+0000 mgr.smithi086.skylwm (mgr.14199) 279 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:26.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:26 smithi086 bash[18795]: audit 2024-04-24T13:10:25.865580+0000 mon.smithi086 (mon.0) 462 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:10:26.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:26 smithi086 bash[18795]: audit 2024-04-24T13:10:25.865580+0000 mon.smithi086 (mon.0) 462 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:10:27.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:26 smithi144 bash[20191]: cluster 2024-04-24T13:10:25.508015+0000 mgr.smithi086.skylwm (mgr.14199) 279 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:27.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:26 smithi144 bash[20191]: cluster 2024-04-24T13:10:25.508015+0000 mgr.smithi086.skylwm (mgr.14199) 279 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:27.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:26 smithi144 bash[20191]: audit 2024-04-24T13:10:25.865580+0000 mon.smithi086 (mon.0) 462 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:10:27.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:26 smithi144 bash[20191]: audit 2024-04-24T13:10:25.865580+0000 mon.smithi086 (mon.0) 462 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:10:28.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:28 smithi086 bash[18795]: cluster 2024-04-24T13:10:27.509144+0000 mgr.smithi086.skylwm (mgr.14199) 280 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:28.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:28 smithi086 bash[18795]: cluster 2024-04-24T13:10:27.509144+0000 mgr.smithi086.skylwm (mgr.14199) 280 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:29.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:28 smithi144 bash[20191]: cluster 2024-04-24T13:10:27.509144+0000 mgr.smithi086.skylwm (mgr.14199) 280 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:29.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:28 smithi144 bash[20191]: cluster 2024-04-24T13:10:27.509144+0000 mgr.smithi086.skylwm (mgr.14199) 280 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:29.870 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:10:30.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:30 smithi144 bash[20191]: cluster 2024-04-24T13:10:29.510164+0000 mgr.smithi086.skylwm (mgr.14199) 281 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:30.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:30 smithi144 bash[20191]: cluster 2024-04-24T13:10:29.510164+0000 mgr.smithi086.skylwm (mgr.14199) 281 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:30.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:30 smithi086 bash[18795]: cluster 2024-04-24T13:10:29.510164+0000 mgr.smithi086.skylwm (mgr.14199) 281 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:30.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:30 smithi086 bash[18795]: cluster 2024-04-24T13:10:29.510164+0000 mgr.smithi086.skylwm (mgr.14199) 281 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:31.028 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:10:31.636 INFO:teuthology.orchestra.run.smithi086.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-24T13:10:31.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:31 smithi086 bash[18795]: audit 2024-04-24T13:10:31.033801+0000 mon.smithi086 (mon.0) 463 : audit [DBG] from='client.? 172.21.15.86:0/1058192695' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:10:31.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:31 smithi086 bash[18795]: audit 2024-04-24T13:10:31.033801+0000 mon.smithi086 (mon.0) 463 : audit [DBG] from='client.? 172.21.15.86:0/1058192695' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:10:32.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:31 smithi144 bash[20191]: audit 2024-04-24T13:10:31.033801+0000 mon.smithi086 (mon.0) 463 : audit [DBG] from='client.? 172.21.15.86:0/1058192695' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:10:32.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:31 smithi144 bash[20191]: audit 2024-04-24T13:10:31.033801+0000 mon.smithi086 (mon.0) 463 : audit [DBG] from='client.? 172.21.15.86:0/1058192695' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:10:32.637 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:10:32.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:32 smithi086 bash[18795]: cluster 2024-04-24T13:10:31.511212+0000 mgr.smithi086.skylwm (mgr.14199) 282 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:32.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:32 smithi086 bash[18795]: cluster 2024-04-24T13:10:31.511212+0000 mgr.smithi086.skylwm (mgr.14199) 282 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:33.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:32 smithi144 bash[20191]: cluster 2024-04-24T13:10:31.511212+0000 mgr.smithi086.skylwm (mgr.14199) 282 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:33.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:32 smithi144 bash[20191]: cluster 2024-04-24T13:10:31.511212+0000 mgr.smithi086.skylwm (mgr.14199) 282 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:33.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:33 smithi086 bash[18795]: cluster 2024-04-24T13:10:33.512204+0000 mgr.smithi086.skylwm (mgr.14199) 283 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:33.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:33 smithi086 bash[18795]: cluster 2024-04-24T13:10:33.512204+0000 mgr.smithi086.skylwm (mgr.14199) 283 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:34.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:33 smithi144 bash[20191]: cluster 2024-04-24T13:10:33.512204+0000 mgr.smithi086.skylwm (mgr.14199) 283 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:34.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:33 smithi144 bash[20191]: cluster 2024-04-24T13:10:33.512204+0000 mgr.smithi086.skylwm (mgr.14199) 283 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:36.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:36 smithi086 bash[18795]: cluster 2024-04-24T13:10:35.513290+0000 mgr.smithi086.skylwm (mgr.14199) 284 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:36.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:36 smithi086 bash[18795]: cluster 2024-04-24T13:10:35.513290+0000 mgr.smithi086.skylwm (mgr.14199) 284 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:37.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:36 smithi144 bash[20191]: cluster 2024-04-24T13:10:35.513290+0000 mgr.smithi086.skylwm (mgr.14199) 284 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:37.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:36 smithi144 bash[20191]: cluster 2024-04-24T13:10:35.513290+0000 mgr.smithi086.skylwm (mgr.14199) 284 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:37.400 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:10:38.472 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:10:38.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:38 smithi086 bash[18795]: cluster 2024-04-24T13:10:37.514424+0000 mgr.smithi086.skylwm (mgr.14199) 285 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:38.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:38 smithi086 bash[18795]: cluster 2024-04-24T13:10:37.514424+0000 mgr.smithi086.skylwm (mgr.14199) 285 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:38.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:38 smithi086 bash[18795]: audit 2024-04-24T13:10:38.477639+0000 mon.smithi086 (mon.0) 464 : audit [DBG] from='client.? 172.21.15.86:0/3525623633' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:10:38.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:38 smithi086 bash[18795]: audit 2024-04-24T13:10:38.477639+0000 mon.smithi086 (mon.0) 464 : audit [DBG] from='client.? 172.21.15.86:0/3525623633' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:10:39.045 INFO:teuthology.orchestra.run.smithi086.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-24T13:10:39.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:38 smithi144 bash[20191]: cluster 2024-04-24T13:10:37.514424+0000 mgr.smithi086.skylwm (mgr.14199) 285 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:39.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:38 smithi144 bash[20191]: cluster 2024-04-24T13:10:37.514424+0000 mgr.smithi086.skylwm (mgr.14199) 285 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:39.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:38 smithi144 bash[20191]: audit 2024-04-24T13:10:38.477639+0000 mon.smithi086 (mon.0) 464 : audit [DBG] from='client.? 172.21.15.86:0/3525623633' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:10:39.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:38 smithi144 bash[20191]: audit 2024-04-24T13:10:38.477639+0000 mon.smithi086 (mon.0) 464 : audit [DBG] from='client.? 172.21.15.86:0/3525623633' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:10:40.046 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:10:40.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:40 smithi144 bash[20191]: cluster 2024-04-24T13:10:39.515453+0000 mgr.smithi086.skylwm (mgr.14199) 286 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:40.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:40 smithi144 bash[20191]: cluster 2024-04-24T13:10:39.515453+0000 mgr.smithi086.skylwm (mgr.14199) 286 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:40.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:40 smithi086 bash[18795]: cluster 2024-04-24T13:10:39.515453+0000 mgr.smithi086.skylwm (mgr.14199) 286 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:40.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:40 smithi086 bash[18795]: cluster 2024-04-24T13:10:39.515453+0000 mgr.smithi086.skylwm (mgr.14199) 286 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:41.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:41 smithi086 bash[18795]: audit 2024-04-24T13:10:40.866129+0000 mon.smithi086 (mon.0) 465 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:10:41.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:41 smithi086 bash[18795]: audit 2024-04-24T13:10:40.866129+0000 mon.smithi086 (mon.0) 465 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:10:42.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:41 smithi144 bash[20191]: audit 2024-04-24T13:10:40.866129+0000 mon.smithi086 (mon.0) 465 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:10:42.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:41 smithi144 bash[20191]: audit 2024-04-24T13:10:40.866129+0000 mon.smithi086 (mon.0) 465 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:10:42.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:42 smithi086 bash[18795]: cluster 2024-04-24T13:10:41.516432+0000 mgr.smithi086.skylwm (mgr.14199) 287 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:42.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:42 smithi086 bash[18795]: cluster 2024-04-24T13:10:41.516432+0000 mgr.smithi086.skylwm (mgr.14199) 287 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:43.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:42 smithi144 bash[20191]: cluster 2024-04-24T13:10:41.516432+0000 mgr.smithi086.skylwm (mgr.14199) 287 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:43.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:42 smithi144 bash[20191]: cluster 2024-04-24T13:10:41.516432+0000 mgr.smithi086.skylwm (mgr.14199) 287 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:44.809 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:10:44.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:44 smithi086 bash[18795]: cluster 2024-04-24T13:10:43.517493+0000 mgr.smithi086.skylwm (mgr.14199) 288 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:44.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:44 smithi086 bash[18795]: cluster 2024-04-24T13:10:43.517493+0000 mgr.smithi086.skylwm (mgr.14199) 288 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:45.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:44 smithi144 bash[20191]: cluster 2024-04-24T13:10:43.517493+0000 mgr.smithi086.skylwm (mgr.14199) 288 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:45.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:44 smithi144 bash[20191]: cluster 2024-04-24T13:10:43.517493+0000 mgr.smithi086.skylwm (mgr.14199) 288 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:46.045 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:10:46.685 INFO:teuthology.orchestra.run.smithi086.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-24T13:10:46.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:46 smithi086 bash[18795]: cluster 2024-04-24T13:10:45.518503+0000 mgr.smithi086.skylwm (mgr.14199) 289 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:46.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:46 smithi086 bash[18795]: cluster 2024-04-24T13:10:45.518503+0000 mgr.smithi086.skylwm (mgr.14199) 289 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:46.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:46 smithi086 bash[18795]: audit 2024-04-24T13:10:46.050462+0000 mon.smithi086 (mon.0) 466 : audit [DBG] from='client.? 172.21.15.86:0/3096509264' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:10:46.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:46 smithi086 bash[18795]: audit 2024-04-24T13:10:46.050462+0000 mon.smithi086 (mon.0) 466 : audit [DBG] from='client.? 172.21.15.86:0/3096509264' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:10:47.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:46 smithi144 bash[20191]: cluster 2024-04-24T13:10:45.518503+0000 mgr.smithi086.skylwm (mgr.14199) 289 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:47.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:46 smithi144 bash[20191]: cluster 2024-04-24T13:10:45.518503+0000 mgr.smithi086.skylwm (mgr.14199) 289 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:47.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:46 smithi144 bash[20191]: audit 2024-04-24T13:10:46.050462+0000 mon.smithi086 (mon.0) 466 : audit [DBG] from='client.? 172.21.15.86:0/3096509264' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:10:47.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:46 smithi144 bash[20191]: audit 2024-04-24T13:10:46.050462+0000 mon.smithi086 (mon.0) 466 : audit [DBG] from='client.? 172.21.15.86:0/3096509264' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:10:47.685 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:10:48.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:48 smithi086 bash[18795]: cluster 2024-04-24T13:10:47.519470+0000 mgr.smithi086.skylwm (mgr.14199) 290 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:48.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:48 smithi086 bash[18795]: cluster 2024-04-24T13:10:47.519470+0000 mgr.smithi086.skylwm (mgr.14199) 290 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:49.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:48 smithi144 bash[20191]: cluster 2024-04-24T13:10:47.519470+0000 mgr.smithi086.skylwm (mgr.14199) 290 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:49.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:48 smithi144 bash[20191]: cluster 2024-04-24T13:10:47.519470+0000 mgr.smithi086.skylwm (mgr.14199) 290 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:50.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:50 smithi144 bash[20191]: cluster 2024-04-24T13:10:49.520427+0000 mgr.smithi086.skylwm (mgr.14199) 291 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:50.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:50 smithi144 bash[20191]: cluster 2024-04-24T13:10:49.520427+0000 mgr.smithi086.skylwm (mgr.14199) 291 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:50.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:50 smithi086 bash[18795]: cluster 2024-04-24T13:10:49.520427+0000 mgr.smithi086.skylwm (mgr.14199) 291 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:50.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:50 smithi086 bash[18795]: cluster 2024-04-24T13:10:49.520427+0000 mgr.smithi086.skylwm (mgr.14199) 291 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:52.447 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:10:52.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:52 smithi086 bash[18795]: cluster 2024-04-24T13:10:51.521459+0000 mgr.smithi086.skylwm (mgr.14199) 292 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:52.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:52 smithi086 bash[18795]: cluster 2024-04-24T13:10:51.521459+0000 mgr.smithi086.skylwm (mgr.14199) 292 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:53.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:52 smithi144 bash[20191]: cluster 2024-04-24T13:10:51.521459+0000 mgr.smithi086.skylwm (mgr.14199) 292 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:53.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:52 smithi144 bash[20191]: cluster 2024-04-24T13:10:51.521459+0000 mgr.smithi086.skylwm (mgr.14199) 292 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:53.704 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:10:54.316 INFO:teuthology.orchestra.run.smithi086.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-24T13:10:54.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:54 smithi086 bash[18795]: cluster 2024-04-24T13:10:53.522349+0000 mgr.smithi086.skylwm (mgr.14199) 293 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:54.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:54 smithi086 bash[18795]: cluster 2024-04-24T13:10:53.522349+0000 mgr.smithi086.skylwm (mgr.14199) 293 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:54.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:54 smithi086 bash[18795]: audit 2024-04-24T13:10:53.709711+0000 mon.smithi086 (mon.0) 467 : audit [DBG] from='client.? 172.21.15.86:0/1101863298' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:10:54.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:54 smithi086 bash[18795]: audit 2024-04-24T13:10:53.709711+0000 mon.smithi086 (mon.0) 467 : audit [DBG] from='client.? 172.21.15.86:0/1101863298' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:10:55.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:54 smithi144 bash[20191]: cluster 2024-04-24T13:10:53.522349+0000 mgr.smithi086.skylwm (mgr.14199) 293 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:55.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:54 smithi144 bash[20191]: cluster 2024-04-24T13:10:53.522349+0000 mgr.smithi086.skylwm (mgr.14199) 293 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:55.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:54 smithi144 bash[20191]: audit 2024-04-24T13:10:53.709711+0000 mon.smithi086 (mon.0) 467 : audit [DBG] from='client.? 172.21.15.86:0/1101863298' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:10:55.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:54 smithi144 bash[20191]: audit 2024-04-24T13:10:53.709711+0000 mon.smithi086 (mon.0) 467 : audit [DBG] from='client.? 172.21.15.86:0/1101863298' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:10:55.318 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:10:56.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:56 smithi086 bash[18795]: cluster 2024-04-24T13:10:55.522866+0000 mgr.smithi086.skylwm (mgr.14199) 294 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:56.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:56 smithi086 bash[18795]: cluster 2024-04-24T13:10:55.522866+0000 mgr.smithi086.skylwm (mgr.14199) 294 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:56.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:56 smithi086 bash[18795]: audit 2024-04-24T13:10:55.866434+0000 mon.smithi086 (mon.0) 468 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:10:56.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:56 smithi086 bash[18795]: audit 2024-04-24T13:10:55.866434+0000 mon.smithi086 (mon.0) 468 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:10:57.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:56 smithi144 bash[20191]: cluster 2024-04-24T13:10:55.522866+0000 mgr.smithi086.skylwm (mgr.14199) 294 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:57.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:56 smithi144 bash[20191]: cluster 2024-04-24T13:10:55.522866+0000 mgr.smithi086.skylwm (mgr.14199) 294 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:57.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:56 smithi144 bash[20191]: audit 2024-04-24T13:10:55.866434+0000 mon.smithi086 (mon.0) 468 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:10:57.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:56 smithi144 bash[20191]: audit 2024-04-24T13:10:55.866434+0000 mon.smithi086 (mon.0) 468 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:10:58.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:58 smithi086 bash[18795]: cluster 2024-04-24T13:10:57.523844+0000 mgr.smithi086.skylwm (mgr.14199) 295 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:58.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:58 smithi086 bash[18795]: cluster 2024-04-24T13:10:57.523844+0000 mgr.smithi086.skylwm (mgr.14199) 295 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:59.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:58 smithi144 bash[20191]: cluster 2024-04-24T13:10:57.523844+0000 mgr.smithi086.skylwm (mgr.14199) 295 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:59.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:58 smithi144 bash[20191]: cluster 2024-04-24T13:10:57.523844+0000 mgr.smithi086.skylwm (mgr.14199) 295 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:59.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:59 smithi086 bash[18795]: cluster 2024-04-24T13:10:59.524848+0000 mgr.smithi086.skylwm (mgr.14199) 296 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:10:59.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:10:59 smithi086 bash[18795]: cluster 2024-04-24T13:10:59.524848+0000 mgr.smithi086.skylwm (mgr.14199) 296 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:00.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:59 smithi144 bash[20191]: cluster 2024-04-24T13:10:59.524848+0000 mgr.smithi086.skylwm (mgr.14199) 296 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:00.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:10:59 smithi144 bash[20191]: cluster 2024-04-24T13:10:59.524848+0000 mgr.smithi086.skylwm (mgr.14199) 296 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:00.080 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:11:01.250 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:11:01.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:01 smithi086 bash[18795]: audit 2024-04-24T13:11:01.255276+0000 mon.smithi086 (mon.0) 469 : audit [DBG] from='client.? 172.21.15.86:0/1081668491' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:11:01.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:01 smithi086 bash[18795]: audit 2024-04-24T13:11:01.255276+0000 mon.smithi086 (mon.0) 469 : audit [DBG] from='client.? 172.21.15.86:0/1081668491' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:11:01.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:01 smithi144 bash[20191]: audit 2024-04-24T13:11:01.255276+0000 mon.smithi086 (mon.0) 469 : audit [DBG] from='client.? 172.21.15.86:0/1081668491' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:11:01.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:01 smithi144 bash[20191]: audit 2024-04-24T13:11:01.255276+0000 mon.smithi086 (mon.0) 469 : audit [DBG] from='client.? 172.21.15.86:0/1081668491' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:11:01.864 INFO:teuthology.orchestra.run.smithi086.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-24T13:11:02.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:02 smithi086 bash[18795]: cluster 2024-04-24T13:11:01.525832+0000 mgr.smithi086.skylwm (mgr.14199) 297 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:02.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:02 smithi086 bash[18795]: cluster 2024-04-24T13:11:01.525832+0000 mgr.smithi086.skylwm (mgr.14199) 297 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:02.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:02 smithi144 bash[20191]: cluster 2024-04-24T13:11:01.525832+0000 mgr.smithi086.skylwm (mgr.14199) 297 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:02.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:02 smithi144 bash[20191]: cluster 2024-04-24T13:11:01.525832+0000 mgr.smithi086.skylwm (mgr.14199) 297 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:02.866 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:11:04.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:04 smithi086 bash[18795]: cluster 2024-04-24T13:11:03.526816+0000 mgr.smithi086.skylwm (mgr.14199) 298 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:04.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:04 smithi086 bash[18795]: cluster 2024-04-24T13:11:03.526816+0000 mgr.smithi086.skylwm (mgr.14199) 298 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:05.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:04 smithi144 bash[20191]: cluster 2024-04-24T13:11:03.526816+0000 mgr.smithi086.skylwm (mgr.14199) 298 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:05.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:04 smithi144 bash[20191]: cluster 2024-04-24T13:11:03.526816+0000 mgr.smithi086.skylwm (mgr.14199) 298 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:06.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:06 smithi086 bash[18795]: cluster 2024-04-24T13:11:05.527834+0000 mgr.smithi086.skylwm (mgr.14199) 299 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:06.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:06 smithi086 bash[18795]: cluster 2024-04-24T13:11:05.527834+0000 mgr.smithi086.skylwm (mgr.14199) 299 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:07.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:06 smithi144 bash[20191]: cluster 2024-04-24T13:11:05.527834+0000 mgr.smithi086.skylwm (mgr.14199) 299 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:07.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:06 smithi144 bash[20191]: cluster 2024-04-24T13:11:05.527834+0000 mgr.smithi086.skylwm (mgr.14199) 299 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:07.629 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:11:08.861 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:11:08.876 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:08 smithi086 bash[18795]: cluster 2024-04-24T13:11:07.528907+0000 mgr.smithi086.skylwm (mgr.14199) 300 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:08.876 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:08 smithi086 bash[18795]: cluster 2024-04-24T13:11:07.528907+0000 mgr.smithi086.skylwm (mgr.14199) 300 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:09.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:08 smithi144 bash[20191]: cluster 2024-04-24T13:11:07.528907+0000 mgr.smithi086.skylwm (mgr.14199) 300 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:09.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:08 smithi144 bash[20191]: cluster 2024-04-24T13:11:07.528907+0000 mgr.smithi086.skylwm (mgr.14199) 300 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:09.486 INFO:teuthology.orchestra.run.smithi086.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-24T13:11:09.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:09 smithi086 bash[18795]: audit 2024-04-24T13:11:08.867353+0000 mon.smithi086 (mon.0) 470 : audit [DBG] from='client.? 172.21.15.86:0/2211861343' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:11:09.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:09 smithi086 bash[18795]: audit 2024-04-24T13:11:08.867353+0000 mon.smithi086 (mon.0) 470 : audit [DBG] from='client.? 172.21.15.86:0/2211861343' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:11:10.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:09 smithi144 bash[20191]: audit 2024-04-24T13:11:08.867353+0000 mon.smithi086 (mon.0) 470 : audit [DBG] from='client.? 172.21.15.86:0/2211861343' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:11:10.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:09 smithi144 bash[20191]: audit 2024-04-24T13:11:08.867353+0000 mon.smithi086 (mon.0) 470 : audit [DBG] from='client.? 172.21.15.86:0/2211861343' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:11:10.487 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:11:10.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:10 smithi144 bash[20191]: cluster 2024-04-24T13:11:09.529934+0000 mgr.smithi086.skylwm (mgr.14199) 301 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:10.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:10 smithi144 bash[20191]: cluster 2024-04-24T13:11:09.529934+0000 mgr.smithi086.skylwm (mgr.14199) 301 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:10.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:10 smithi086 bash[18795]: cluster 2024-04-24T13:11:09.529934+0000 mgr.smithi086.skylwm (mgr.14199) 301 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:10.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:10 smithi086 bash[18795]: cluster 2024-04-24T13:11:09.529934+0000 mgr.smithi086.skylwm (mgr.14199) 301 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:11.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:11 smithi086 bash[18795]: audit 2024-04-24T13:11:10.866872+0000 mon.smithi086 (mon.0) 471 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:11:11.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:11 smithi086 bash[18795]: audit 2024-04-24T13:11:10.866872+0000 mon.smithi086 (mon.0) 471 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:11:12.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:11 smithi144 bash[20191]: audit 2024-04-24T13:11:10.866872+0000 mon.smithi086 (mon.0) 471 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:11:12.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:11 smithi144 bash[20191]: audit 2024-04-24T13:11:10.866872+0000 mon.smithi086 (mon.0) 471 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:11:12.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:12 smithi086 bash[18795]: cluster 2024-04-24T13:11:11.530894+0000 mgr.smithi086.skylwm (mgr.14199) 302 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:12.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:12 smithi086 bash[18795]: cluster 2024-04-24T13:11:11.530894+0000 mgr.smithi086.skylwm (mgr.14199) 302 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:13.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:12 smithi144 bash[20191]: cluster 2024-04-24T13:11:11.530894+0000 mgr.smithi086.skylwm (mgr.14199) 302 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:13.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:12 smithi144 bash[20191]: cluster 2024-04-24T13:11:11.530894+0000 mgr.smithi086.skylwm (mgr.14199) 302 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:14.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:14 smithi086 bash[18795]: cluster 2024-04-24T13:11:13.531883+0000 mgr.smithi086.skylwm (mgr.14199) 303 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:14.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:14 smithi086 bash[18795]: cluster 2024-04-24T13:11:13.531883+0000 mgr.smithi086.skylwm (mgr.14199) 303 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:15.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:14 smithi144 bash[20191]: cluster 2024-04-24T13:11:13.531883+0000 mgr.smithi086.skylwm (mgr.14199) 303 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:15.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:14 smithi144 bash[20191]: cluster 2024-04-24T13:11:13.531883+0000 mgr.smithi086.skylwm (mgr.14199) 303 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:15.251 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:11:16.452 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:11:16.823 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:16 smithi086 bash[18795]: cluster 2024-04-24T13:11:15.532874+0000 mgr.smithi086.skylwm (mgr.14199) 304 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:16.823 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:16 smithi086 bash[18795]: cluster 2024-04-24T13:11:15.532874+0000 mgr.smithi086.skylwm (mgr.14199) 304 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:16.823 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:16 smithi086 bash[18795]: audit 2024-04-24T13:11:16.458146+0000 mon.smithi086 (mon.0) 472 : audit [DBG] from='client.? 172.21.15.86:0/1387832007' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:11:16.823 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:16 smithi086 bash[18795]: audit 2024-04-24T13:11:16.458146+0000 mon.smithi086 (mon.0) 472 : audit [DBG] from='client.? 172.21.15.86:0/1387832007' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:11:17.034 INFO:teuthology.orchestra.run.smithi086.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-24T13:11:17.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:16 smithi144 bash[20191]: cluster 2024-04-24T13:11:15.532874+0000 mgr.smithi086.skylwm (mgr.14199) 304 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:17.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:16 smithi144 bash[20191]: cluster 2024-04-24T13:11:15.532874+0000 mgr.smithi086.skylwm (mgr.14199) 304 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:17.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:16 smithi144 bash[20191]: audit 2024-04-24T13:11:16.458146+0000 mon.smithi086 (mon.0) 472 : audit [DBG] from='client.? 172.21.15.86:0/1387832007' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:11:17.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:16 smithi144 bash[20191]: audit 2024-04-24T13:11:16.458146+0000 mon.smithi086 (mon.0) 472 : audit [DBG] from='client.? 172.21.15.86:0/1387832007' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:11:18.035 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:11:18.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:18 smithi086 bash[18795]: cluster 2024-04-24T13:11:17.533839+0000 mgr.smithi086.skylwm (mgr.14199) 305 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:18.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:18 smithi086 bash[18795]: cluster 2024-04-24T13:11:17.533839+0000 mgr.smithi086.skylwm (mgr.14199) 305 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:19.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:18 smithi144 bash[20191]: cluster 2024-04-24T13:11:17.533839+0000 mgr.smithi086.skylwm (mgr.14199) 305 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:19.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:18 smithi144 bash[20191]: cluster 2024-04-24T13:11:17.533839+0000 mgr.smithi086.skylwm (mgr.14199) 305 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:19.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:19 smithi086 bash[18795]: audit 2024-04-24T13:11:19.617789+0000 mon.smithi086 (mon.0) 473 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:11:19.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:19 smithi086 bash[18795]: audit 2024-04-24T13:11:19.617789+0000 mon.smithi086 (mon.0) 473 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:11:20.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:19 smithi144 bash[20191]: audit 2024-04-24T13:11:19.617789+0000 mon.smithi086 (mon.0) 473 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:11:20.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:19 smithi144 bash[20191]: audit 2024-04-24T13:11:19.617789+0000 mon.smithi086 (mon.0) 473 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:11:20.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:20 smithi144 bash[20191]: cluster 2024-04-24T13:11:19.534770+0000 mgr.smithi086.skylwm (mgr.14199) 306 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:20.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:20 smithi144 bash[20191]: cluster 2024-04-24T13:11:19.534770+0000 mgr.smithi086.skylwm (mgr.14199) 306 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:20.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:20 smithi144 bash[20191]: audit 2024-04-24T13:11:20.146242+0000 mon.smithi086 (mon.0) 474 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:11:20.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:20 smithi144 bash[20191]: audit 2024-04-24T13:11:20.146242+0000 mon.smithi086 (mon.0) 474 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:11:20.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:20 smithi086 bash[18795]: cluster 2024-04-24T13:11:19.534770+0000 mgr.smithi086.skylwm (mgr.14199) 306 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:20.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:20 smithi086 bash[18795]: cluster 2024-04-24T13:11:19.534770+0000 mgr.smithi086.skylwm (mgr.14199) 306 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:20.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:20 smithi086 bash[18795]: audit 2024-04-24T13:11:20.146242+0000 mon.smithi086 (mon.0) 474 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:11:20.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:20 smithi086 bash[18795]: audit 2024-04-24T13:11:20.146242+0000 mon.smithi086 (mon.0) 474 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:11:21.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:21 smithi086 bash[18795]: cluster 2024-04-24T13:11:21.535767+0000 mgr.smithi086.skylwm (mgr.14199) 307 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:21.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:21 smithi086 bash[18795]: cluster 2024-04-24T13:11:21.535767+0000 mgr.smithi086.skylwm (mgr.14199) 307 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:22.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:21 smithi144 bash[20191]: cluster 2024-04-24T13:11:21.535767+0000 mgr.smithi086.skylwm (mgr.14199) 307 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:22.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:21 smithi144 bash[20191]: cluster 2024-04-24T13:11:21.535767+0000 mgr.smithi086.skylwm (mgr.14199) 307 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:22.807 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:11:24.014 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:11:24.658 INFO:teuthology.orchestra.run.smithi086.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-24T13:11:24.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:24 smithi086 bash[18795]: cluster 2024-04-24T13:11:23.536720+0000 mgr.smithi086.skylwm (mgr.14199) 308 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:24.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:24 smithi086 bash[18795]: cluster 2024-04-24T13:11:23.536720+0000 mgr.smithi086.skylwm (mgr.14199) 308 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:24.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:24 smithi086 bash[18795]: audit 2024-04-24T13:11:24.019799+0000 mon.smithi086 (mon.0) 475 : audit [DBG] from='client.? 172.21.15.86:0/838911261' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:11:24.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:24 smithi086 bash[18795]: audit 2024-04-24T13:11:24.019799+0000 mon.smithi086 (mon.0) 475 : audit [DBG] from='client.? 172.21.15.86:0/838911261' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:11:25.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:24 smithi144 bash[20191]: cluster 2024-04-24T13:11:23.536720+0000 mgr.smithi086.skylwm (mgr.14199) 308 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:25.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:24 smithi144 bash[20191]: cluster 2024-04-24T13:11:23.536720+0000 mgr.smithi086.skylwm (mgr.14199) 308 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:25.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:24 smithi144 bash[20191]: audit 2024-04-24T13:11:24.019799+0000 mon.smithi086 (mon.0) 475 : audit [DBG] from='client.? 172.21.15.86:0/838911261' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:11:25.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:24 smithi144 bash[20191]: audit 2024-04-24T13:11:24.019799+0000 mon.smithi086 (mon.0) 475 : audit [DBG] from='client.? 172.21.15.86:0/838911261' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:11:25.659 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:11:26.856 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:26 smithi086 bash[18795]: cluster 2024-04-24T13:11:25.537716+0000 mgr.smithi086.skylwm (mgr.14199) 309 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:26.856 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:26 smithi086 bash[18795]: cluster 2024-04-24T13:11:25.537716+0000 mgr.smithi086.skylwm (mgr.14199) 309 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:26.856 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:26 smithi086 bash[18795]: audit 2024-04-24T13:11:25.866410+0000 mon.smithi086 (mon.0) 476 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:11:26.856 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:26 smithi086 bash[18795]: audit 2024-04-24T13:11:25.866410+0000 mon.smithi086 (mon.0) 476 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:11:27.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:26 smithi144 bash[20191]: cluster 2024-04-24T13:11:25.537716+0000 mgr.smithi086.skylwm (mgr.14199) 309 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:27.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:26 smithi144 bash[20191]: cluster 2024-04-24T13:11:25.537716+0000 mgr.smithi086.skylwm (mgr.14199) 309 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:27.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:26 smithi144 bash[20191]: audit 2024-04-24T13:11:25.866410+0000 mon.smithi086 (mon.0) 476 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:11:27.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:26 smithi144 bash[20191]: audit 2024-04-24T13:11:25.866410+0000 mon.smithi086 (mon.0) 476 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:11:27.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:27 smithi086 bash[18795]: audit 2024-04-24T13:11:27.214272+0000 mon.smithi086 (mon.0) 477 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:11:27.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:27 smithi086 bash[18795]: audit 2024-04-24T13:11:27.214272+0000 mon.smithi086 (mon.0) 477 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:11:27.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:27 smithi086 bash[18795]: audit 2024-04-24T13:11:27.215976+0000 mon.smithi086 (mon.0) 478 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:11:27.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:27 smithi086 bash[18795]: audit 2024-04-24T13:11:27.215976+0000 mon.smithi086 (mon.0) 478 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:11:27.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:27 smithi086 bash[18795]: audit 2024-04-24T13:11:27.226296+0000 mon.smithi086 (mon.0) 479 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:11:27.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:27 smithi086 bash[18795]: audit 2024-04-24T13:11:27.226296+0000 mon.smithi086 (mon.0) 479 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:11:27.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:27 smithi086 bash[18795]: audit 2024-04-24T13:11:27.234079+0000 mon.smithi086 (mon.0) 480 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:11:27.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:27 smithi086 bash[18795]: audit 2024-04-24T13:11:27.234079+0000 mon.smithi086 (mon.0) 480 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:11:28.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:27 smithi144 bash[20191]: audit 2024-04-24T13:11:27.214272+0000 mon.smithi086 (mon.0) 477 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:11:28.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:27 smithi144 bash[20191]: audit 2024-04-24T13:11:27.214272+0000 mon.smithi086 (mon.0) 477 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:11:28.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:27 smithi144 bash[20191]: audit 2024-04-24T13:11:27.215976+0000 mon.smithi086 (mon.0) 478 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:11:28.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:27 smithi144 bash[20191]: audit 2024-04-24T13:11:27.215976+0000 mon.smithi086 (mon.0) 478 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:11:28.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:27 smithi144 bash[20191]: audit 2024-04-24T13:11:27.226296+0000 mon.smithi086 (mon.0) 479 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:11:28.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:27 smithi144 bash[20191]: audit 2024-04-24T13:11:27.226296+0000 mon.smithi086 (mon.0) 479 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:11:28.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:27 smithi144 bash[20191]: audit 2024-04-24T13:11:27.234079+0000 mon.smithi086 (mon.0) 480 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:11:28.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:27 smithi144 bash[20191]: audit 2024-04-24T13:11:27.234079+0000 mon.smithi086 (mon.0) 480 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:11:28.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:28 smithi086 bash[18795]: cluster 2024-04-24T13:11:27.218832+0000 mgr.smithi086.skylwm (mgr.14199) 310 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:28.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:28 smithi086 bash[18795]: cluster 2024-04-24T13:11:27.218832+0000 mgr.smithi086.skylwm (mgr.14199) 310 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:28.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:28 smithi086 bash[18795]: cluster 2024-04-24T13:11:27.220381+0000 mgr.smithi086.skylwm (mgr.14199) 311 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:28.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:28 smithi086 bash[18795]: cluster 2024-04-24T13:11:27.220381+0000 mgr.smithi086.skylwm (mgr.14199) 311 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:29.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:28 smithi144 bash[20191]: cluster 2024-04-24T13:11:27.218832+0000 mgr.smithi086.skylwm (mgr.14199) 310 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:29.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:28 smithi144 bash[20191]: cluster 2024-04-24T13:11:27.218832+0000 mgr.smithi086.skylwm (mgr.14199) 310 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:29.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:28 smithi144 bash[20191]: cluster 2024-04-24T13:11:27.220381+0000 mgr.smithi086.skylwm (mgr.14199) 311 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:29.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:28 smithi144 bash[20191]: cluster 2024-04-24T13:11:27.220381+0000 mgr.smithi086.skylwm (mgr.14199) 311 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:30.426 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:11:30.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:30 smithi086 bash[18795]: cluster 2024-04-24T13:11:29.221495+0000 mgr.smithi086.skylwm (mgr.14199) 312 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:30.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:30 smithi086 bash[18795]: cluster 2024-04-24T13:11:29.221495+0000 mgr.smithi086.skylwm (mgr.14199) 312 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:30.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:30 smithi144 bash[20191]: cluster 2024-04-24T13:11:29.221495+0000 mgr.smithi086.skylwm (mgr.14199) 312 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:30.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:30 smithi144 bash[20191]: cluster 2024-04-24T13:11:29.221495+0000 mgr.smithi086.skylwm (mgr.14199) 312 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:31.656 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:11:32.243 INFO:teuthology.orchestra.run.smithi086.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-24T13:11:32.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:32 smithi086 bash[18795]: cluster 2024-04-24T13:11:31.222445+0000 mgr.smithi086.skylwm (mgr.14199) 313 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:32.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:32 smithi086 bash[18795]: cluster 2024-04-24T13:11:31.222445+0000 mgr.smithi086.skylwm (mgr.14199) 313 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:32.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:32 smithi086 bash[18795]: audit 2024-04-24T13:11:31.662070+0000 mon.smithi086 (mon.0) 481 : audit [DBG] from='client.? 172.21.15.86:0/1053429573' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:11:32.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:32 smithi086 bash[18795]: audit 2024-04-24T13:11:31.662070+0000 mon.smithi086 (mon.0) 481 : audit [DBG] from='client.? 172.21.15.86:0/1053429573' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:11:33.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:32 smithi144 bash[20191]: cluster 2024-04-24T13:11:31.222445+0000 mgr.smithi086.skylwm (mgr.14199) 313 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:33.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:32 smithi144 bash[20191]: cluster 2024-04-24T13:11:31.222445+0000 mgr.smithi086.skylwm (mgr.14199) 313 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:33.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:32 smithi144 bash[20191]: audit 2024-04-24T13:11:31.662070+0000 mon.smithi086 (mon.0) 481 : audit [DBG] from='client.? 172.21.15.86:0/1053429573' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:11:33.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:32 smithi144 bash[20191]: audit 2024-04-24T13:11:31.662070+0000 mon.smithi086 (mon.0) 481 : audit [DBG] from='client.? 172.21.15.86:0/1053429573' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:11:33.245 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:11:34.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:34 smithi086 bash[18795]: cluster 2024-04-24T13:11:33.223532+0000 mgr.smithi086.skylwm (mgr.14199) 314 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:34.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:34 smithi086 bash[18795]: cluster 2024-04-24T13:11:33.223532+0000 mgr.smithi086.skylwm (mgr.14199) 314 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:35.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:34 smithi144 bash[20191]: cluster 2024-04-24T13:11:33.223532+0000 mgr.smithi086.skylwm (mgr.14199) 314 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:35.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:34 smithi144 bash[20191]: cluster 2024-04-24T13:11:33.223532+0000 mgr.smithi086.skylwm (mgr.14199) 314 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:36.892 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:36 smithi086 bash[18795]: cluster 2024-04-24T13:11:35.224615+0000 mgr.smithi086.skylwm (mgr.14199) 315 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:36.893 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:36 smithi086 bash[18795]: cluster 2024-04-24T13:11:35.224615+0000 mgr.smithi086.skylwm (mgr.14199) 315 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:37.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:36 smithi144 bash[20191]: cluster 2024-04-24T13:11:35.224615+0000 mgr.smithi086.skylwm (mgr.14199) 315 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:37.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:36 smithi144 bash[20191]: cluster 2024-04-24T13:11:35.224615+0000 mgr.smithi086.skylwm (mgr.14199) 315 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:38.010 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:11:38.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:38 smithi086 bash[18795]: cluster 2024-04-24T13:11:37.225726+0000 mgr.smithi086.skylwm (mgr.14199) 316 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:38.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:38 smithi086 bash[18795]: cluster 2024-04-24T13:11:37.225726+0000 mgr.smithi086.skylwm (mgr.14199) 316 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:39.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:38 smithi144 bash[20191]: cluster 2024-04-24T13:11:37.225726+0000 mgr.smithi086.skylwm (mgr.14199) 316 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:39.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:38 smithi144 bash[20191]: cluster 2024-04-24T13:11:37.225726+0000 mgr.smithi086.skylwm (mgr.14199) 316 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:39.197 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:11:39.782 INFO:teuthology.orchestra.run.smithi086.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-24T13:11:39.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:39 smithi086 bash[18795]: audit 2024-04-24T13:11:39.202828+0000 mon.smithi086 (mon.0) 482 : audit [DBG] from='client.? 172.21.15.86:0/594930885' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:11:39.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:39 smithi086 bash[18795]: audit 2024-04-24T13:11:39.202828+0000 mon.smithi086 (mon.0) 482 : audit [DBG] from='client.? 172.21.15.86:0/594930885' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:11:40.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:39 smithi144 bash[20191]: audit 2024-04-24T13:11:39.202828+0000 mon.smithi086 (mon.0) 482 : audit [DBG] from='client.? 172.21.15.86:0/594930885' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:11:40.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:39 smithi144 bash[20191]: audit 2024-04-24T13:11:39.202828+0000 mon.smithi086 (mon.0) 482 : audit [DBG] from='client.? 172.21.15.86:0/594930885' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:11:40.784 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:11:40.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:40 smithi144 bash[20191]: cluster 2024-04-24T13:11:39.226312+0000 mgr.smithi086.skylwm (mgr.14199) 317 : cluster [DBG] pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:40.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:40 smithi144 bash[20191]: cluster 2024-04-24T13:11:39.226312+0000 mgr.smithi086.skylwm (mgr.14199) 317 : cluster [DBG] pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:40.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:40 smithi086 bash[18795]: cluster 2024-04-24T13:11:39.226312+0000 mgr.smithi086.skylwm (mgr.14199) 317 : cluster [DBG] pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:40.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:40 smithi086 bash[18795]: cluster 2024-04-24T13:11:39.226312+0000 mgr.smithi086.skylwm (mgr.14199) 317 : cluster [DBG] pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:41.911 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:41 smithi086 bash[18795]: audit 2024-04-24T13:11:40.867154+0000 mon.smithi086 (mon.0) 483 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:11:41.911 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:41 smithi086 bash[18795]: audit 2024-04-24T13:11:40.867154+0000 mon.smithi086 (mon.0) 483 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:11:41.911 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:41 smithi086 bash[18795]: cluster 2024-04-24T13:11:41.227283+0000 mgr.smithi086.skylwm (mgr.14199) 318 : cluster [DBG] pgmap v265: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:41.911 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:41 smithi086 bash[18795]: cluster 2024-04-24T13:11:41.227283+0000 mgr.smithi086.skylwm (mgr.14199) 318 : cluster [DBG] pgmap v265: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:42.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:41 smithi144 bash[20191]: audit 2024-04-24T13:11:40.867154+0000 mon.smithi086 (mon.0) 483 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:11:42.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:41 smithi144 bash[20191]: audit 2024-04-24T13:11:40.867154+0000 mon.smithi086 (mon.0) 483 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:11:42.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:41 smithi144 bash[20191]: cluster 2024-04-24T13:11:41.227283+0000 mgr.smithi086.skylwm (mgr.14199) 318 : cluster [DBG] pgmap v265: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:42.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:41 smithi144 bash[20191]: cluster 2024-04-24T13:11:41.227283+0000 mgr.smithi086.skylwm (mgr.14199) 318 : cluster [DBG] pgmap v265: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:44.546 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:44 smithi144 bash[20191]: cluster 2024-04-24T13:11:43.228295+0000 mgr.smithi086.skylwm (mgr.14199) 319 : cluster [DBG] pgmap v266: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:44.546 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:44 smithi144 bash[20191]: cluster 2024-04-24T13:11:43.228295+0000 mgr.smithi086.skylwm (mgr.14199) 319 : cluster [DBG] pgmap v266: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:44.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:44 smithi086 bash[18795]: cluster 2024-04-24T13:11:43.228295+0000 mgr.smithi086.skylwm (mgr.14199) 319 : cluster [DBG] pgmap v266: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:44.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:44 smithi086 bash[18795]: cluster 2024-04-24T13:11:43.228295+0000 mgr.smithi086.skylwm (mgr.14199) 319 : cluster [DBG] pgmap v266: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:45.552 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:11:46.546 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:46 smithi144 bash[20191]: cluster 2024-04-24T13:11:45.229253+0000 mgr.smithi086.skylwm (mgr.14199) 320 : cluster [DBG] pgmap v267: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:46.546 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:46 smithi144 bash[20191]: cluster 2024-04-24T13:11:45.229253+0000 mgr.smithi086.skylwm (mgr.14199) 320 : cluster [DBG] pgmap v267: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:46.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:46 smithi086 bash[18795]: cluster 2024-04-24T13:11:45.229253+0000 mgr.smithi086.skylwm (mgr.14199) 320 : cluster [DBG] pgmap v267: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:46.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:46 smithi086 bash[18795]: cluster 2024-04-24T13:11:45.229253+0000 mgr.smithi086.skylwm (mgr.14199) 320 : cluster [DBG] pgmap v267: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:46.728 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:11:47.297 INFO:teuthology.orchestra.run.smithi086.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-24T13:11:47.546 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:47 smithi144 bash[20191]: audit 2024-04-24T13:11:46.734296+0000 mon.smithi086 (mon.0) 484 : audit [DBG] from='client.? 172.21.15.86:0/2752148575' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:11:47.546 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:47 smithi144 bash[20191]: audit 2024-04-24T13:11:46.734296+0000 mon.smithi086 (mon.0) 484 : audit [DBG] from='client.? 172.21.15.86:0/2752148575' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:11:47.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:47 smithi086 bash[18795]: audit 2024-04-24T13:11:46.734296+0000 mon.smithi086 (mon.0) 484 : audit [DBG] from='client.? 172.21.15.86:0/2752148575' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:11:47.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:47 smithi086 bash[18795]: audit 2024-04-24T13:11:46.734296+0000 mon.smithi086 (mon.0) 484 : audit [DBG] from='client.? 172.21.15.86:0/2752148575' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:11:48.299 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:11:48.546 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:48 smithi144 bash[20191]: cluster 2024-04-24T13:11:47.230258+0000 mgr.smithi086.skylwm (mgr.14199) 321 : cluster [DBG] pgmap v268: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:48.546 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:48 smithi144 bash[20191]: cluster 2024-04-24T13:11:47.230258+0000 mgr.smithi086.skylwm (mgr.14199) 321 : cluster [DBG] pgmap v268: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:48.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:48 smithi086 bash[18795]: cluster 2024-04-24T13:11:47.230258+0000 mgr.smithi086.skylwm (mgr.14199) 321 : cluster [DBG] pgmap v268: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:48.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:48 smithi086 bash[18795]: cluster 2024-04-24T13:11:47.230258+0000 mgr.smithi086.skylwm (mgr.14199) 321 : cluster [DBG] pgmap v268: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:50.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:50 smithi086 bash[18795]: cluster 2024-04-24T13:11:49.231255+0000 mgr.smithi086.skylwm (mgr.14199) 322 : cluster [DBG] pgmap v269: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:50.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:50 smithi086 bash[18795]: cluster 2024-04-24T13:11:49.231255+0000 mgr.smithi086.skylwm (mgr.14199) 322 : cluster [DBG] pgmap v269: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:50.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:50 smithi144 bash[20191]: cluster 2024-04-24T13:11:49.231255+0000 mgr.smithi086.skylwm (mgr.14199) 322 : cluster [DBG] pgmap v269: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:50.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:50 smithi144 bash[20191]: cluster 2024-04-24T13:11:49.231255+0000 mgr.smithi086.skylwm (mgr.14199) 322 : cluster [DBG] pgmap v269: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:52.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:52 smithi086 bash[18795]: cluster 2024-04-24T13:11:51.232281+0000 mgr.smithi086.skylwm (mgr.14199) 323 : cluster [DBG] pgmap v270: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:52.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:52 smithi086 bash[18795]: cluster 2024-04-24T13:11:51.232281+0000 mgr.smithi086.skylwm (mgr.14199) 323 : cluster [DBG] pgmap v270: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:52.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:52 smithi144 bash[20191]: cluster 2024-04-24T13:11:51.232281+0000 mgr.smithi086.skylwm (mgr.14199) 323 : cluster [DBG] pgmap v270: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:52.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:52 smithi144 bash[20191]: cluster 2024-04-24T13:11:51.232281+0000 mgr.smithi086.skylwm (mgr.14199) 323 : cluster [DBG] pgmap v270: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:53.067 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:11:54.302 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:11:54.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:54 smithi086 bash[18795]: cluster 2024-04-24T13:11:53.233454+0000 mgr.smithi086.skylwm (mgr.14199) 324 : cluster [DBG] pgmap v271: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:54.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:54 smithi086 bash[18795]: cluster 2024-04-24T13:11:53.233454+0000 mgr.smithi086.skylwm (mgr.14199) 324 : cluster [DBG] pgmap v271: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:54.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:54 smithi144 bash[20191]: cluster 2024-04-24T13:11:53.233454+0000 mgr.smithi086.skylwm (mgr.14199) 324 : cluster [DBG] pgmap v271: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:54.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:54 smithi144 bash[20191]: cluster 2024-04-24T13:11:53.233454+0000 mgr.smithi086.skylwm (mgr.14199) 324 : cluster [DBG] pgmap v271: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:54.968 INFO:teuthology.orchestra.run.smithi086.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-24T13:11:55.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:55 smithi086 bash[18795]: audit 2024-04-24T13:11:54.308622+0000 mon.smithi086 (mon.0) 485 : audit [DBG] from='client.? 172.21.15.86:0/6827148' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:11:55.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:55 smithi086 bash[18795]: audit 2024-04-24T13:11:54.308622+0000 mon.smithi086 (mon.0) 485 : audit [DBG] from='client.? 172.21.15.86:0/6827148' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:11:55.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:55 smithi144 bash[20191]: audit 2024-04-24T13:11:54.308622+0000 mon.smithi086 (mon.0) 485 : audit [DBG] from='client.? 172.21.15.86:0/6827148' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:11:55.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:55 smithi144 bash[20191]: audit 2024-04-24T13:11:54.308622+0000 mon.smithi086 (mon.0) 485 : audit [DBG] from='client.? 172.21.15.86:0/6827148' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:11:55.969 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:11:56.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:56 smithi086 bash[18795]: cluster 2024-04-24T13:11:55.234506+0000 mgr.smithi086.skylwm (mgr.14199) 325 : cluster [DBG] pgmap v272: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:56.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:56 smithi086 bash[18795]: cluster 2024-04-24T13:11:55.234506+0000 mgr.smithi086.skylwm (mgr.14199) 325 : cluster [DBG] pgmap v272: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:56.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:56 smithi086 bash[18795]: audit 2024-04-24T13:11:55.867692+0000 mon.smithi086 (mon.0) 486 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:11:56.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:56 smithi086 bash[18795]: audit 2024-04-24T13:11:55.867692+0000 mon.smithi086 (mon.0) 486 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:11:56.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:56 smithi144 bash[20191]: cluster 2024-04-24T13:11:55.234506+0000 mgr.smithi086.skylwm (mgr.14199) 325 : cluster [DBG] pgmap v272: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:56.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:56 smithi144 bash[20191]: cluster 2024-04-24T13:11:55.234506+0000 mgr.smithi086.skylwm (mgr.14199) 325 : cluster [DBG] pgmap v272: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:56.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:56 smithi144 bash[20191]: audit 2024-04-24T13:11:55.867692+0000 mon.smithi086 (mon.0) 486 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:11:56.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:56 smithi144 bash[20191]: audit 2024-04-24T13:11:55.867692+0000 mon.smithi086 (mon.0) 486 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:11:58.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:58 smithi086 bash[18795]: cluster 2024-04-24T13:11:57.235670+0000 mgr.smithi086.skylwm (mgr.14199) 326 : cluster [DBG] pgmap v273: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:58.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:11:58 smithi086 bash[18795]: cluster 2024-04-24T13:11:57.235670+0000 mgr.smithi086.skylwm (mgr.14199) 326 : cluster [DBG] pgmap v273: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:58.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:58 smithi144 bash[20191]: cluster 2024-04-24T13:11:57.235670+0000 mgr.smithi086.skylwm (mgr.14199) 326 : cluster [DBG] pgmap v273: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:11:58.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:11:58 smithi144 bash[20191]: cluster 2024-04-24T13:11:57.235670+0000 mgr.smithi086.skylwm (mgr.14199) 326 : cluster [DBG] pgmap v273: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:00.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:00 smithi086 bash[18795]: cluster 2024-04-24T13:11:59.236705+0000 mgr.smithi086.skylwm (mgr.14199) 327 : cluster [DBG] pgmap v274: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:00.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:00 smithi086 bash[18795]: cluster 2024-04-24T13:11:59.236705+0000 mgr.smithi086.skylwm (mgr.14199) 327 : cluster [DBG] pgmap v274: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:00.727 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:12:00.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:00 smithi144 bash[20191]: cluster 2024-04-24T13:11:59.236705+0000 mgr.smithi086.skylwm (mgr.14199) 327 : cluster [DBG] pgmap v274: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:00.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:00 smithi144 bash[20191]: cluster 2024-04-24T13:11:59.236705+0000 mgr.smithi086.skylwm (mgr.14199) 327 : cluster [DBG] pgmap v274: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:01.916 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:12:02.581 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:02 smithi086 bash[18795]: cluster 2024-04-24T13:12:01.237809+0000 mgr.smithi086.skylwm (mgr.14199) 328 : cluster [DBG] pgmap v275: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:02.581 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:02 smithi086 bash[18795]: cluster 2024-04-24T13:12:01.237809+0000 mgr.smithi086.skylwm (mgr.14199) 328 : cluster [DBG] pgmap v275: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:02.581 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:02 smithi086 bash[18795]: audit 2024-04-24T13:12:01.922463+0000 mon.smithi086 (mon.0) 487 : audit [DBG] from='client.? 172.21.15.86:0/1522040666' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:12:02.581 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:02 smithi086 bash[18795]: audit 2024-04-24T13:12:01.922463+0000 mon.smithi086 (mon.0) 487 : audit [DBG] from='client.? 172.21.15.86:0/1522040666' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:12:02.582 INFO:teuthology.orchestra.run.smithi086.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-24T13:12:02.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:02 smithi144 bash[20191]: cluster 2024-04-24T13:12:01.237809+0000 mgr.smithi086.skylwm (mgr.14199) 328 : cluster [DBG] pgmap v275: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:02.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:02 smithi144 bash[20191]: cluster 2024-04-24T13:12:01.237809+0000 mgr.smithi086.skylwm (mgr.14199) 328 : cluster [DBG] pgmap v275: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:02.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:02 smithi144 bash[20191]: audit 2024-04-24T13:12:01.922463+0000 mon.smithi086 (mon.0) 487 : audit [DBG] from='client.? 172.21.15.86:0/1522040666' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:12:02.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:02 smithi144 bash[20191]: audit 2024-04-24T13:12:01.922463+0000 mon.smithi086 (mon.0) 487 : audit [DBG] from='client.? 172.21.15.86:0/1522040666' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:12:03.582 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:12:04.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:04 smithi086 bash[18795]: cluster 2024-04-24T13:12:03.238949+0000 mgr.smithi086.skylwm (mgr.14199) 329 : cluster [DBG] pgmap v276: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:04.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:04 smithi086 bash[18795]: cluster 2024-04-24T13:12:03.238949+0000 mgr.smithi086.skylwm (mgr.14199) 329 : cluster [DBG] pgmap v276: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:04.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:04 smithi144 bash[20191]: cluster 2024-04-24T13:12:03.238949+0000 mgr.smithi086.skylwm (mgr.14199) 329 : cluster [DBG] pgmap v276: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:04.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:04 smithi144 bash[20191]: cluster 2024-04-24T13:12:03.238949+0000 mgr.smithi086.skylwm (mgr.14199) 329 : cluster [DBG] pgmap v276: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:06.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:06 smithi086 bash[18795]: cluster 2024-04-24T13:12:05.240001+0000 mgr.smithi086.skylwm (mgr.14199) 330 : cluster [DBG] pgmap v277: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:06.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:06 smithi086 bash[18795]: cluster 2024-04-24T13:12:05.240001+0000 mgr.smithi086.skylwm (mgr.14199) 330 : cluster [DBG] pgmap v277: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:06.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:06 smithi144 bash[20191]: cluster 2024-04-24T13:12:05.240001+0000 mgr.smithi086.skylwm (mgr.14199) 330 : cluster [DBG] pgmap v277: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:06.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:06 smithi144 bash[20191]: cluster 2024-04-24T13:12:05.240001+0000 mgr.smithi086.skylwm (mgr.14199) 330 : cluster [DBG] pgmap v277: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:08.346 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:12:08.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:08 smithi086 bash[18795]: cluster 2024-04-24T13:12:07.240997+0000 mgr.smithi086.skylwm (mgr.14199) 331 : cluster [DBG] pgmap v278: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:08.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:08 smithi086 bash[18795]: cluster 2024-04-24T13:12:07.240997+0000 mgr.smithi086.skylwm (mgr.14199) 331 : cluster [DBG] pgmap v278: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:08.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:08 smithi144 bash[20191]: cluster 2024-04-24T13:12:07.240997+0000 mgr.smithi086.skylwm (mgr.14199) 331 : cluster [DBG] pgmap v278: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:08.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:08 smithi144 bash[20191]: cluster 2024-04-24T13:12:07.240997+0000 mgr.smithi086.skylwm (mgr.14199) 331 : cluster [DBG] pgmap v278: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:09.586 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:12:10.172 INFO:teuthology.orchestra.run.smithi086.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-24T13:12:10.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:10 smithi086 bash[18795]: cluster 2024-04-24T13:12:09.241496+0000 mgr.smithi086.skylwm (mgr.14199) 332 : cluster [DBG] pgmap v279: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:10.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:10 smithi086 bash[18795]: cluster 2024-04-24T13:12:09.241496+0000 mgr.smithi086.skylwm (mgr.14199) 332 : cluster [DBG] pgmap v279: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:10.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:10 smithi086 bash[18795]: audit 2024-04-24T13:12:09.592831+0000 mon.smithi086 (mon.0) 488 : audit [DBG] from='client.? 172.21.15.86:0/689639134' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:12:10.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:10 smithi086 bash[18795]: audit 2024-04-24T13:12:09.592831+0000 mon.smithi086 (mon.0) 488 : audit [DBG] from='client.? 172.21.15.86:0/689639134' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:12:10.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:10 smithi144 bash[20191]: cluster 2024-04-24T13:12:09.241496+0000 mgr.smithi086.skylwm (mgr.14199) 332 : cluster [DBG] pgmap v279: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:10.816 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:10 smithi144 bash[20191]: cluster 2024-04-24T13:12:09.241496+0000 mgr.smithi086.skylwm (mgr.14199) 332 : cluster [DBG] pgmap v279: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:10.816 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:10 smithi144 bash[20191]: audit 2024-04-24T13:12:09.592831+0000 mon.smithi086 (mon.0) 488 : audit [DBG] from='client.? 172.21.15.86:0/689639134' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:12:10.816 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:10 smithi144 bash[20191]: audit 2024-04-24T13:12:09.592831+0000 mon.smithi086 (mon.0) 488 : audit [DBG] from='client.? 172.21.15.86:0/689639134' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:12:11.174 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:12:11.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:11 smithi086 bash[18795]: audit 2024-04-24T13:12:10.868144+0000 mon.smithi086 (mon.0) 489 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:12:11.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:11 smithi086 bash[18795]: audit 2024-04-24T13:12:10.868144+0000 mon.smithi086 (mon.0) 489 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:12:11.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:11 smithi144 bash[20191]: audit 2024-04-24T13:12:10.868144+0000 mon.smithi086 (mon.0) 489 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:12:11.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:11 smithi144 bash[20191]: audit 2024-04-24T13:12:10.868144+0000 mon.smithi086 (mon.0) 489 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:12:12.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:12 smithi086 bash[18795]: cluster 2024-04-24T13:12:11.242010+0000 mgr.smithi086.skylwm (mgr.14199) 333 : cluster [DBG] pgmap v280: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:12.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:12 smithi086 bash[18795]: cluster 2024-04-24T13:12:11.242010+0000 mgr.smithi086.skylwm (mgr.14199) 333 : cluster [DBG] pgmap v280: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:12.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:12 smithi144 bash[20191]: cluster 2024-04-24T13:12:11.242010+0000 mgr.smithi086.skylwm (mgr.14199) 333 : cluster [DBG] pgmap v280: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:12.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:12 smithi144 bash[20191]: cluster 2024-04-24T13:12:11.242010+0000 mgr.smithi086.skylwm (mgr.14199) 333 : cluster [DBG] pgmap v280: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:14.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:14 smithi086 bash[18795]: cluster 2024-04-24T13:12:13.242952+0000 mgr.smithi086.skylwm (mgr.14199) 334 : cluster [DBG] pgmap v281: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:14.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:14 smithi086 bash[18795]: cluster 2024-04-24T13:12:13.242952+0000 mgr.smithi086.skylwm (mgr.14199) 334 : cluster [DBG] pgmap v281: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:14.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:14 smithi144 bash[20191]: cluster 2024-04-24T13:12:13.242952+0000 mgr.smithi086.skylwm (mgr.14199) 334 : cluster [DBG] pgmap v281: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:14.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:14 smithi144 bash[20191]: cluster 2024-04-24T13:12:13.242952+0000 mgr.smithi086.skylwm (mgr.14199) 334 : cluster [DBG] pgmap v281: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:15.941 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:12:16.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:16 smithi086 bash[18795]: cluster 2024-04-24T13:12:15.244060+0000 mgr.smithi086.skylwm (mgr.14199) 335 : cluster [DBG] pgmap v282: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:16.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:16 smithi086 bash[18795]: cluster 2024-04-24T13:12:15.244060+0000 mgr.smithi086.skylwm (mgr.14199) 335 : cluster [DBG] pgmap v282: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:16.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:16 smithi144 bash[20191]: cluster 2024-04-24T13:12:15.244060+0000 mgr.smithi086.skylwm (mgr.14199) 335 : cluster [DBG] pgmap v282: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:16.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:16 smithi144 bash[20191]: cluster 2024-04-24T13:12:15.244060+0000 mgr.smithi086.skylwm (mgr.14199) 335 : cluster [DBG] pgmap v282: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:17.173 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:12:17.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:17 smithi086 bash[18795]: audit 2024-04-24T13:12:17.179037+0000 mon.smithi086 (mon.0) 490 : audit [DBG] from='client.? 172.21.15.86:0/465255130' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:12:17.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:17 smithi086 bash[18795]: audit 2024-04-24T13:12:17.179037+0000 mon.smithi086 (mon.0) 490 : audit [DBG] from='client.? 172.21.15.86:0/465255130' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:12:17.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:17 smithi144 bash[20191]: audit 2024-04-24T13:12:17.179037+0000 mon.smithi086 (mon.0) 490 : audit [DBG] from='client.? 172.21.15.86:0/465255130' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:12:17.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:17 smithi144 bash[20191]: audit 2024-04-24T13:12:17.179037+0000 mon.smithi086 (mon.0) 490 : audit [DBG] from='client.? 172.21.15.86:0/465255130' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:12:17.810 INFO:teuthology.orchestra.run.smithi086.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-24T13:12:18.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:18 smithi086 bash[18795]: cluster 2024-04-24T13:12:17.244598+0000 mgr.smithi086.skylwm (mgr.14199) 336 : cluster [DBG] pgmap v283: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:18.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:18 smithi086 bash[18795]: cluster 2024-04-24T13:12:17.244598+0000 mgr.smithi086.skylwm (mgr.14199) 336 : cluster [DBG] pgmap v283: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:18.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:18 smithi144 bash[20191]: cluster 2024-04-24T13:12:17.244598+0000 mgr.smithi086.skylwm (mgr.14199) 336 : cluster [DBG] pgmap v283: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:18.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:18 smithi144 bash[20191]: cluster 2024-04-24T13:12:17.244598+0000 mgr.smithi086.skylwm (mgr.14199) 336 : cluster [DBG] pgmap v283: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:18.812 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:12:20.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:20 smithi086 bash[18795]: cluster 2024-04-24T13:12:19.245568+0000 mgr.smithi086.skylwm (mgr.14199) 337 : cluster [DBG] pgmap v284: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:20.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:20 smithi086 bash[18795]: cluster 2024-04-24T13:12:19.245568+0000 mgr.smithi086.skylwm (mgr.14199) 337 : cluster [DBG] pgmap v284: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:20.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:20 smithi144 bash[20191]: cluster 2024-04-24T13:12:19.245568+0000 mgr.smithi086.skylwm (mgr.14199) 337 : cluster [DBG] pgmap v284: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:20.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:20 smithi144 bash[20191]: cluster 2024-04-24T13:12:19.245568+0000 mgr.smithi086.skylwm (mgr.14199) 337 : cluster [DBG] pgmap v284: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:22.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:22 smithi086 bash[18795]: cluster 2024-04-24T13:12:21.246631+0000 mgr.smithi086.skylwm (mgr.14199) 338 : cluster [DBG] pgmap v285: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:22.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:22 smithi086 bash[18795]: cluster 2024-04-24T13:12:21.246631+0000 mgr.smithi086.skylwm (mgr.14199) 338 : cluster [DBG] pgmap v285: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:22.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:22 smithi144 bash[20191]: cluster 2024-04-24T13:12:21.246631+0000 mgr.smithi086.skylwm (mgr.14199) 338 : cluster [DBG] pgmap v285: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:22.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:22 smithi144 bash[20191]: cluster 2024-04-24T13:12:21.246631+0000 mgr.smithi086.skylwm (mgr.14199) 338 : cluster [DBG] pgmap v285: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:23.578 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:12:24.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:24 smithi086 bash[18795]: cluster 2024-04-24T13:12:23.247670+0000 mgr.smithi086.skylwm (mgr.14199) 339 : cluster [DBG] pgmap v286: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:24.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:24 smithi086 bash[18795]: cluster 2024-04-24T13:12:23.247670+0000 mgr.smithi086.skylwm (mgr.14199) 339 : cluster [DBG] pgmap v286: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:24.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:24 smithi144 bash[20191]: cluster 2024-04-24T13:12:23.247670+0000 mgr.smithi086.skylwm (mgr.14199) 339 : cluster [DBG] pgmap v286: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:24.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:24 smithi144 bash[20191]: cluster 2024-04-24T13:12:23.247670+0000 mgr.smithi086.skylwm (mgr.14199) 339 : cluster [DBG] pgmap v286: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:24.852 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:12:25.483 INFO:teuthology.orchestra.run.smithi086.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-24T13:12:25.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:25 smithi086 bash[18795]: audit 2024-04-24T13:12:24.858576+0000 mon.smithi086 (mon.0) 491 : audit [DBG] from='client.? 172.21.15.86:0/3423433884' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:12:25.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:25 smithi086 bash[18795]: audit 2024-04-24T13:12:24.858576+0000 mon.smithi086 (mon.0) 491 : audit [DBG] from='client.? 172.21.15.86:0/3423433884' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:12:25.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:25 smithi144 bash[20191]: audit 2024-04-24T13:12:24.858576+0000 mon.smithi086 (mon.0) 491 : audit [DBG] from='client.? 172.21.15.86:0/3423433884' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:12:25.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:25 smithi144 bash[20191]: audit 2024-04-24T13:12:24.858576+0000 mon.smithi086 (mon.0) 491 : audit [DBG] from='client.? 172.21.15.86:0/3423433884' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:12:26.485 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:12:26.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:26 smithi086 bash[18795]: cluster 2024-04-24T13:12:25.248648+0000 mgr.smithi086.skylwm (mgr.14199) 340 : cluster [DBG] pgmap v287: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:26.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:26 smithi086 bash[18795]: cluster 2024-04-24T13:12:25.248648+0000 mgr.smithi086.skylwm (mgr.14199) 340 : cluster [DBG] pgmap v287: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:26.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:26 smithi086 bash[18795]: audit 2024-04-24T13:12:25.868820+0000 mon.smithi086 (mon.0) 492 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:12:26.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:26 smithi086 bash[18795]: audit 2024-04-24T13:12:25.868820+0000 mon.smithi086 (mon.0) 492 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:12:26.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:26 smithi144 bash[20191]: cluster 2024-04-24T13:12:25.248648+0000 mgr.smithi086.skylwm (mgr.14199) 340 : cluster [DBG] pgmap v287: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:26.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:26 smithi144 bash[20191]: cluster 2024-04-24T13:12:25.248648+0000 mgr.smithi086.skylwm (mgr.14199) 340 : cluster [DBG] pgmap v287: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:26.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:26 smithi144 bash[20191]: audit 2024-04-24T13:12:25.868820+0000 mon.smithi086 (mon.0) 492 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:12:26.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:26 smithi144 bash[20191]: audit 2024-04-24T13:12:25.868820+0000 mon.smithi086 (mon.0) 492 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:12:27.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:27 smithi086 bash[18795]: audit 2024-04-24T13:12:27.332233+0000 mon.smithi086 (mon.0) 493 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:12:27.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:27 smithi086 bash[18795]: audit 2024-04-24T13:12:27.332233+0000 mon.smithi086 (mon.0) 493 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:12:27.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:27 smithi144 bash[20191]: audit 2024-04-24T13:12:27.332233+0000 mon.smithi086 (mon.0) 493 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:12:27.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:27 smithi144 bash[20191]: audit 2024-04-24T13:12:27.332233+0000 mon.smithi086 (mon.0) 493 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:12:28.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:28 smithi086 bash[18795]: cluster 2024-04-24T13:12:27.249658+0000 mgr.smithi086.skylwm (mgr.14199) 341 : cluster [DBG] pgmap v288: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:28.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:28 smithi086 bash[18795]: cluster 2024-04-24T13:12:27.249658+0000 mgr.smithi086.skylwm (mgr.14199) 341 : cluster [DBG] pgmap v288: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:28.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:28 smithi144 bash[20191]: cluster 2024-04-24T13:12:27.249658+0000 mgr.smithi086.skylwm (mgr.14199) 341 : cluster [DBG] pgmap v288: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:28.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:28 smithi144 bash[20191]: cluster 2024-04-24T13:12:27.249658+0000 mgr.smithi086.skylwm (mgr.14199) 341 : cluster [DBG] pgmap v288: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:30.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:30 smithi086 bash[18795]: cluster 2024-04-24T13:12:29.250396+0000 mgr.smithi086.skylwm (mgr.14199) 342 : cluster [DBG] pgmap v289: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:30.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:30 smithi086 bash[18795]: cluster 2024-04-24T13:12:29.250396+0000 mgr.smithi086.skylwm (mgr.14199) 342 : cluster [DBG] pgmap v289: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:30.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:30 smithi144 bash[20191]: cluster 2024-04-24T13:12:29.250396+0000 mgr.smithi086.skylwm (mgr.14199) 342 : cluster [DBG] pgmap v289: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:30.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:30 smithi144 bash[20191]: cluster 2024-04-24T13:12:29.250396+0000 mgr.smithi086.skylwm (mgr.14199) 342 : cluster [DBG] pgmap v289: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:31.250 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:12:32.545 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:12:32.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:32 smithi086 bash[18795]: cluster 2024-04-24T13:12:31.251340+0000 mgr.smithi086.skylwm (mgr.14199) 343 : cluster [DBG] pgmap v290: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:32.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:32 smithi086 bash[18795]: cluster 2024-04-24T13:12:31.251340+0000 mgr.smithi086.skylwm (mgr.14199) 343 : cluster [DBG] pgmap v290: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:32.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:32 smithi144 bash[20191]: cluster 2024-04-24T13:12:31.251340+0000 mgr.smithi086.skylwm (mgr.14199) 343 : cluster [DBG] pgmap v290: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:32.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:32 smithi144 bash[20191]: cluster 2024-04-24T13:12:31.251340+0000 mgr.smithi086.skylwm (mgr.14199) 343 : cluster [DBG] pgmap v290: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:33.574 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:33 smithi086 bash[18795]: audit 2024-04-24T13:12:32.551320+0000 mon.smithi086 (mon.0) 494 : audit [DBG] from='client.? 172.21.15.86:0/661155103' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:12:33.574 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:33 smithi086 bash[18795]: audit 2024-04-24T13:12:32.551320+0000 mon.smithi086 (mon.0) 494 : audit [DBG] from='client.? 172.21.15.86:0/661155103' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:12:33.575 INFO:teuthology.orchestra.run.smithi086.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-24T13:12:33.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:33 smithi144 bash[20191]: audit 2024-04-24T13:12:32.551320+0000 mon.smithi086 (mon.0) 494 : audit [DBG] from='client.? 172.21.15.86:0/661155103' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:12:33.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:33 smithi144 bash[20191]: audit 2024-04-24T13:12:32.551320+0000 mon.smithi086 (mon.0) 494 : audit [DBG] from='client.? 172.21.15.86:0/661155103' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:12:34.576 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:12:34.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:34 smithi086 bash[18795]: cluster 2024-04-24T13:12:33.252339+0000 mgr.smithi086.skylwm (mgr.14199) 344 : cluster [DBG] pgmap v291: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:34.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:34 smithi086 bash[18795]: cluster 2024-04-24T13:12:33.252339+0000 mgr.smithi086.skylwm (mgr.14199) 344 : cluster [DBG] pgmap v291: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:34.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:34 smithi144 bash[20191]: cluster 2024-04-24T13:12:33.252339+0000 mgr.smithi086.skylwm (mgr.14199) 344 : cluster [DBG] pgmap v291: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:34.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:34 smithi144 bash[20191]: cluster 2024-04-24T13:12:33.252339+0000 mgr.smithi086.skylwm (mgr.14199) 344 : cluster [DBG] pgmap v291: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:35.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:35 smithi086 bash[18795]: audit 2024-04-24T13:12:34.950323+0000 mon.smithi086 (mon.0) 495 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:12:35.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:35 smithi086 bash[18795]: audit 2024-04-24T13:12:34.950323+0000 mon.smithi086 (mon.0) 495 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:12:35.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:35 smithi086 bash[18795]: audit 2024-04-24T13:12:34.952296+0000 mon.smithi086 (mon.0) 496 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:12:35.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:35 smithi086 bash[18795]: audit 2024-04-24T13:12:34.952296+0000 mon.smithi086 (mon.0) 496 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:12:35.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:35 smithi086 bash[18795]: audit 2024-04-24T13:12:34.964133+0000 mon.smithi086 (mon.0) 497 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:12:35.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:35 smithi086 bash[18795]: audit 2024-04-24T13:12:34.964133+0000 mon.smithi086 (mon.0) 497 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:12:35.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:35 smithi086 bash[18795]: audit 2024-04-24T13:12:34.972568+0000 mon.smithi086 (mon.0) 498 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:12:35.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:35 smithi086 bash[18795]: audit 2024-04-24T13:12:34.972568+0000 mon.smithi086 (mon.0) 498 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:12:35.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:35 smithi144 bash[20191]: audit 2024-04-24T13:12:34.950323+0000 mon.smithi086 (mon.0) 495 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:12:35.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:35 smithi144 bash[20191]: audit 2024-04-24T13:12:34.950323+0000 mon.smithi086 (mon.0) 495 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:12:35.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:35 smithi144 bash[20191]: audit 2024-04-24T13:12:34.952296+0000 mon.smithi086 (mon.0) 496 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:12:35.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:35 smithi144 bash[20191]: audit 2024-04-24T13:12:34.952296+0000 mon.smithi086 (mon.0) 496 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:12:35.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:35 smithi144 bash[20191]: audit 2024-04-24T13:12:34.964133+0000 mon.smithi086 (mon.0) 497 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:12:35.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:35 smithi144 bash[20191]: audit 2024-04-24T13:12:34.964133+0000 mon.smithi086 (mon.0) 497 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:12:35.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:35 smithi144 bash[20191]: audit 2024-04-24T13:12:34.972568+0000 mon.smithi086 (mon.0) 498 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:12:35.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:35 smithi144 bash[20191]: audit 2024-04-24T13:12:34.972568+0000 mon.smithi086 (mon.0) 498 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:12:36.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:36 smithi086 bash[18795]: cluster 2024-04-24T13:12:34.955289+0000 mgr.smithi086.skylwm (mgr.14199) 345 : cluster [DBG] pgmap v292: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:36.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:36 smithi086 bash[18795]: cluster 2024-04-24T13:12:34.955289+0000 mgr.smithi086.skylwm (mgr.14199) 345 : cluster [DBG] pgmap v292: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:36.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:36 smithi086 bash[18795]: cluster 2024-04-24T13:12:34.956595+0000 mgr.smithi086.skylwm (mgr.14199) 346 : cluster [DBG] pgmap v293: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:36.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:36 smithi086 bash[18795]: cluster 2024-04-24T13:12:34.956595+0000 mgr.smithi086.skylwm (mgr.14199) 346 : cluster [DBG] pgmap v293: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:36.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:36 smithi144 bash[20191]: cluster 2024-04-24T13:12:34.955289+0000 mgr.smithi086.skylwm (mgr.14199) 345 : cluster [DBG] pgmap v292: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:36.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:36 smithi144 bash[20191]: cluster 2024-04-24T13:12:34.955289+0000 mgr.smithi086.skylwm (mgr.14199) 345 : cluster [DBG] pgmap v292: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:36.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:36 smithi144 bash[20191]: cluster 2024-04-24T13:12:34.956595+0000 mgr.smithi086.skylwm (mgr.14199) 346 : cluster [DBG] pgmap v293: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:36.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:36 smithi144 bash[20191]: cluster 2024-04-24T13:12:34.956595+0000 mgr.smithi086.skylwm (mgr.14199) 346 : cluster [DBG] pgmap v293: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:38.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:38 smithi086 bash[18795]: cluster 2024-04-24T13:12:36.957602+0000 mgr.smithi086.skylwm (mgr.14199) 347 : cluster [DBG] pgmap v294: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:38.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:38 smithi086 bash[18795]: cluster 2024-04-24T13:12:36.957602+0000 mgr.smithi086.skylwm (mgr.14199) 347 : cluster [DBG] pgmap v294: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:38.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:38 smithi144 bash[20191]: cluster 2024-04-24T13:12:36.957602+0000 mgr.smithi086.skylwm (mgr.14199) 347 : cluster [DBG] pgmap v294: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:38.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:38 smithi144 bash[20191]: cluster 2024-04-24T13:12:36.957602+0000 mgr.smithi086.skylwm (mgr.14199) 347 : cluster [DBG] pgmap v294: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:39.345 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:12:40.636 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:12:40.650 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:40 smithi086 bash[18795]: cluster 2024-04-24T13:12:38.958547+0000 mgr.smithi086.skylwm (mgr.14199) 348 : cluster [DBG] pgmap v295: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:40.650 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:40 smithi086 bash[18795]: cluster 2024-04-24T13:12:38.958547+0000 mgr.smithi086.skylwm (mgr.14199) 348 : cluster [DBG] pgmap v295: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:40.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:40 smithi144 bash[20191]: cluster 2024-04-24T13:12:38.958547+0000 mgr.smithi086.skylwm (mgr.14199) 348 : cluster [DBG] pgmap v295: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:40.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:40 smithi144 bash[20191]: cluster 2024-04-24T13:12:38.958547+0000 mgr.smithi086.skylwm (mgr.14199) 348 : cluster [DBG] pgmap v295: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:41.293 INFO:teuthology.orchestra.run.smithi086.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-24T13:12:41.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:41 smithi086 bash[18795]: audit 2024-04-24T13:12:40.642936+0000 mon.smithi086 (mon.0) 499 : audit [DBG] from='client.? 172.21.15.86:0/1326238140' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:12:41.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:41 smithi086 bash[18795]: audit 2024-04-24T13:12:40.642936+0000 mon.smithi086 (mon.0) 499 : audit [DBG] from='client.? 172.21.15.86:0/1326238140' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:12:41.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:41 smithi086 bash[18795]: audit 2024-04-24T13:12:40.868996+0000 mon.smithi086 (mon.0) 500 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:12:41.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:41 smithi086 bash[18795]: audit 2024-04-24T13:12:40.868996+0000 mon.smithi086 (mon.0) 500 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:12:41.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:41 smithi144 bash[20191]: audit 2024-04-24T13:12:40.642936+0000 mon.smithi086 (mon.0) 499 : audit [DBG] from='client.? 172.21.15.86:0/1326238140' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:12:41.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:41 smithi144 bash[20191]: audit 2024-04-24T13:12:40.642936+0000 mon.smithi086 (mon.0) 499 : audit [DBG] from='client.? 172.21.15.86:0/1326238140' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:12:41.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:41 smithi144 bash[20191]: audit 2024-04-24T13:12:40.868996+0000 mon.smithi086 (mon.0) 500 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:12:41.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:41 smithi144 bash[20191]: audit 2024-04-24T13:12:40.868996+0000 mon.smithi086 (mon.0) 500 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:12:42.294 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:12:42.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:42 smithi086 bash[18795]: cluster 2024-04-24T13:12:40.959439+0000 mgr.smithi086.skylwm (mgr.14199) 349 : cluster [DBG] pgmap v296: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:42.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:42 smithi086 bash[18795]: cluster 2024-04-24T13:12:40.959439+0000 mgr.smithi086.skylwm (mgr.14199) 349 : cluster [DBG] pgmap v296: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:42.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:42 smithi144 bash[20191]: cluster 2024-04-24T13:12:40.959439+0000 mgr.smithi086.skylwm (mgr.14199) 349 : cluster [DBG] pgmap v296: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:42.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:42 smithi144 bash[20191]: cluster 2024-04-24T13:12:40.959439+0000 mgr.smithi086.skylwm (mgr.14199) 349 : cluster [DBG] pgmap v296: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:44.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:44 smithi144 bash[20191]: cluster 2024-04-24T13:12:42.960431+0000 mgr.smithi086.skylwm (mgr.14199) 350 : cluster [DBG] pgmap v297: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:44.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:44 smithi144 bash[20191]: cluster 2024-04-24T13:12:42.960431+0000 mgr.smithi086.skylwm (mgr.14199) 350 : cluster [DBG] pgmap v297: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:44.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:44 smithi086 bash[18795]: cluster 2024-04-24T13:12:42.960431+0000 mgr.smithi086.skylwm (mgr.14199) 350 : cluster [DBG] pgmap v297: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:44.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:44 smithi086 bash[18795]: cluster 2024-04-24T13:12:42.960431+0000 mgr.smithi086.skylwm (mgr.14199) 350 : cluster [DBG] pgmap v297: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:46.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:46 smithi144 bash[20191]: cluster 2024-04-24T13:12:44.961518+0000 mgr.smithi086.skylwm (mgr.14199) 351 : cluster [DBG] pgmap v298: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:46.799 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:46 smithi144 bash[20191]: cluster 2024-04-24T13:12:44.961518+0000 mgr.smithi086.skylwm (mgr.14199) 351 : cluster [DBG] pgmap v298: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:46.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:46 smithi086 bash[18795]: cluster 2024-04-24T13:12:44.961518+0000 mgr.smithi086.skylwm (mgr.14199) 351 : cluster [DBG] pgmap v298: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:46.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:46 smithi086 bash[18795]: cluster 2024-04-24T13:12:44.961518+0000 mgr.smithi086.skylwm (mgr.14199) 351 : cluster [DBG] pgmap v298: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:47.057 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:12:48.331 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:12:48.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:48 smithi086 bash[18795]: cluster 2024-04-24T13:12:46.962575+0000 mgr.smithi086.skylwm (mgr.14199) 352 : cluster [DBG] pgmap v299: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:48.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:48 smithi086 bash[18795]: cluster 2024-04-24T13:12:46.962575+0000 mgr.smithi086.skylwm (mgr.14199) 352 : cluster [DBG] pgmap v299: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:48.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:48 smithi086 bash[18795]: audit 2024-04-24T13:12:48.337478+0000 mon.smithi086 (mon.0) 501 : audit [DBG] from='client.? 172.21.15.86:0/747400202' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:12:48.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:48 smithi086 bash[18795]: audit 2024-04-24T13:12:48.337478+0000 mon.smithi086 (mon.0) 501 : audit [DBG] from='client.? 172.21.15.86:0/747400202' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:12:48.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:48 smithi144 bash[20191]: cluster 2024-04-24T13:12:46.962575+0000 mgr.smithi086.skylwm (mgr.14199) 352 : cluster [DBG] pgmap v299: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:48.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:48 smithi144 bash[20191]: cluster 2024-04-24T13:12:46.962575+0000 mgr.smithi086.skylwm (mgr.14199) 352 : cluster [DBG] pgmap v299: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:48.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:48 smithi144 bash[20191]: audit 2024-04-24T13:12:48.337478+0000 mon.smithi086 (mon.0) 501 : audit [DBG] from='client.? 172.21.15.86:0/747400202' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:12:48.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:48 smithi144 bash[20191]: audit 2024-04-24T13:12:48.337478+0000 mon.smithi086 (mon.0) 501 : audit [DBG] from='client.? 172.21.15.86:0/747400202' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:12:48.941 INFO:teuthology.orchestra.run.smithi086.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-24T13:12:49.942 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:12:50.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:50 smithi144 bash[20191]: cluster 2024-04-24T13:12:48.963629+0000 mgr.smithi086.skylwm (mgr.14199) 353 : cluster [DBG] pgmap v300: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:50.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:50 smithi144 bash[20191]: cluster 2024-04-24T13:12:48.963629+0000 mgr.smithi086.skylwm (mgr.14199) 353 : cluster [DBG] pgmap v300: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:50.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:50 smithi086 bash[18795]: cluster 2024-04-24T13:12:48.963629+0000 mgr.smithi086.skylwm (mgr.14199) 353 : cluster [DBG] pgmap v300: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:50.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:50 smithi086 bash[18795]: cluster 2024-04-24T13:12:48.963629+0000 mgr.smithi086.skylwm (mgr.14199) 353 : cluster [DBG] pgmap v300: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:52.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:52 smithi144 bash[20191]: cluster 2024-04-24T13:12:50.964688+0000 mgr.smithi086.skylwm (mgr.14199) 354 : cluster [DBG] pgmap v301: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:52.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:52 smithi144 bash[20191]: cluster 2024-04-24T13:12:50.964688+0000 mgr.smithi086.skylwm (mgr.14199) 354 : cluster [DBG] pgmap v301: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:52.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:52 smithi086 bash[18795]: cluster 2024-04-24T13:12:50.964688+0000 mgr.smithi086.skylwm (mgr.14199) 354 : cluster [DBG] pgmap v301: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:52.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:52 smithi086 bash[18795]: cluster 2024-04-24T13:12:50.964688+0000 mgr.smithi086.skylwm (mgr.14199) 354 : cluster [DBG] pgmap v301: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:54.713 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:12:54.735 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:54 smithi086 bash[18795]: cluster 2024-04-24T13:12:52.965672+0000 mgr.smithi086.skylwm (mgr.14199) 355 : cluster [DBG] pgmap v302: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:54.735 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:54 smithi086 bash[18795]: cluster 2024-04-24T13:12:52.965672+0000 mgr.smithi086.skylwm (mgr.14199) 355 : cluster [DBG] pgmap v302: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:54.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:54 smithi144 bash[20191]: cluster 2024-04-24T13:12:52.965672+0000 mgr.smithi086.skylwm (mgr.14199) 355 : cluster [DBG] pgmap v302: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:54.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:54 smithi144 bash[20191]: cluster 2024-04-24T13:12:52.965672+0000 mgr.smithi086.skylwm (mgr.14199) 355 : cluster [DBG] pgmap v302: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:56.046 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:12:56.660 INFO:teuthology.orchestra.run.smithi086.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-24T13:12:56.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:56 smithi144 bash[20191]: cluster 2024-04-24T13:12:54.966599+0000 mgr.smithi086.skylwm (mgr.14199) 356 : cluster [DBG] pgmap v303: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:56.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:56 smithi144 bash[20191]: cluster 2024-04-24T13:12:54.966599+0000 mgr.smithi086.skylwm (mgr.14199) 356 : cluster [DBG] pgmap v303: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:56.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:56 smithi144 bash[20191]: audit 2024-04-24T13:12:55.868720+0000 mon.smithi086 (mon.0) 502 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:12:56.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:56 smithi144 bash[20191]: audit 2024-04-24T13:12:55.868720+0000 mon.smithi086 (mon.0) 502 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:12:56.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:56 smithi144 bash[20191]: audit 2024-04-24T13:12:56.051987+0000 mon.smithi086 (mon.0) 503 : audit [DBG] from='client.? 172.21.15.86:0/217017486' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:12:56.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:56 smithi144 bash[20191]: audit 2024-04-24T13:12:56.051987+0000 mon.smithi086 (mon.0) 503 : audit [DBG] from='client.? 172.21.15.86:0/217017486' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:12:56.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:56 smithi086 bash[18795]: cluster 2024-04-24T13:12:54.966599+0000 mgr.smithi086.skylwm (mgr.14199) 356 : cluster [DBG] pgmap v303: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:56.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:56 smithi086 bash[18795]: cluster 2024-04-24T13:12:54.966599+0000 mgr.smithi086.skylwm (mgr.14199) 356 : cluster [DBG] pgmap v303: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:56.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:56 smithi086 bash[18795]: audit 2024-04-24T13:12:55.868720+0000 mon.smithi086 (mon.0) 502 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:12:56.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:56 smithi086 bash[18795]: audit 2024-04-24T13:12:55.868720+0000 mon.smithi086 (mon.0) 502 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:12:56.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:56 smithi086 bash[18795]: audit 2024-04-24T13:12:56.051987+0000 mon.smithi086 (mon.0) 503 : audit [DBG] from='client.? 172.21.15.86:0/217017486' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:12:56.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:56 smithi086 bash[18795]: audit 2024-04-24T13:12:56.051987+0000 mon.smithi086 (mon.0) 503 : audit [DBG] from='client.? 172.21.15.86:0/217017486' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:12:57.662 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:12:58.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:58 smithi144 bash[20191]: cluster 2024-04-24T13:12:56.967562+0000 mgr.smithi086.skylwm (mgr.14199) 357 : cluster [DBG] pgmap v304: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:58.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:12:58 smithi144 bash[20191]: cluster 2024-04-24T13:12:56.967562+0000 mgr.smithi086.skylwm (mgr.14199) 357 : cluster [DBG] pgmap v304: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:58.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:58 smithi086 bash[18795]: cluster 2024-04-24T13:12:56.967562+0000 mgr.smithi086.skylwm (mgr.14199) 357 : cluster [DBG] pgmap v304: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:12:58.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:12:58 smithi086 bash[18795]: cluster 2024-04-24T13:12:56.967562+0000 mgr.smithi086.skylwm (mgr.14199) 357 : cluster [DBG] pgmap v304: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:00.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:00 smithi144 bash[20191]: cluster 2024-04-24T13:12:58.968496+0000 mgr.smithi086.skylwm (mgr.14199) 358 : cluster [DBG] pgmap v305: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:00.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:00 smithi144 bash[20191]: cluster 2024-04-24T13:12:58.968496+0000 mgr.smithi086.skylwm (mgr.14199) 358 : cluster [DBG] pgmap v305: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:00.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:00 smithi086 bash[18795]: cluster 2024-04-24T13:12:58.968496+0000 mgr.smithi086.skylwm (mgr.14199) 358 : cluster [DBG] pgmap v305: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:00.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:00 smithi086 bash[18795]: cluster 2024-04-24T13:12:58.968496+0000 mgr.smithi086.skylwm (mgr.14199) 358 : cluster [DBG] pgmap v305: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:02.426 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:13:02.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:02 smithi086 bash[18795]: cluster 2024-04-24T13:13:00.969536+0000 mgr.smithi086.skylwm (mgr.14199) 359 : cluster [DBG] pgmap v306: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:02.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:02 smithi086 bash[18795]: cluster 2024-04-24T13:13:00.969536+0000 mgr.smithi086.skylwm (mgr.14199) 359 : cluster [DBG] pgmap v306: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:02.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:02 smithi144 bash[20191]: cluster 2024-04-24T13:13:00.969536+0000 mgr.smithi086.skylwm (mgr.14199) 359 : cluster [DBG] pgmap v306: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:02.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:02 smithi144 bash[20191]: cluster 2024-04-24T13:13:00.969536+0000 mgr.smithi086.skylwm (mgr.14199) 359 : cluster [DBG] pgmap v306: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:03.688 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:13:04.343 INFO:teuthology.orchestra.run.smithi086.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-24T13:13:04.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:04 smithi086 bash[18795]: cluster 2024-04-24T13:13:02.970441+0000 mgr.smithi086.skylwm (mgr.14199) 360 : cluster [DBG] pgmap v307: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:04.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:04 smithi086 bash[18795]: cluster 2024-04-24T13:13:02.970441+0000 mgr.smithi086.skylwm (mgr.14199) 360 : cluster [DBG] pgmap v307: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:04.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:04 smithi086 bash[18795]: audit 2024-04-24T13:13:03.694938+0000 mon.smithi086 (mon.0) 504 : audit [DBG] from='client.? 172.21.15.86:0/154239254' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:13:04.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:04 smithi086 bash[18795]: audit 2024-04-24T13:13:03.694938+0000 mon.smithi086 (mon.0) 504 : audit [DBG] from='client.? 172.21.15.86:0/154239254' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:13:04.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:04 smithi144 bash[20191]: cluster 2024-04-24T13:13:02.970441+0000 mgr.smithi086.skylwm (mgr.14199) 360 : cluster [DBG] pgmap v307: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:04.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:04 smithi144 bash[20191]: cluster 2024-04-24T13:13:02.970441+0000 mgr.smithi086.skylwm (mgr.14199) 360 : cluster [DBG] pgmap v307: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:04.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:04 smithi144 bash[20191]: audit 2024-04-24T13:13:03.694938+0000 mon.smithi086 (mon.0) 504 : audit [DBG] from='client.? 172.21.15.86:0/154239254' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:13:04.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:04 smithi144 bash[20191]: audit 2024-04-24T13:13:03.694938+0000 mon.smithi086 (mon.0) 504 : audit [DBG] from='client.? 172.21.15.86:0/154239254' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:13:05.345 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:13:06.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:06 smithi144 bash[20191]: cluster 2024-04-24T13:13:04.971380+0000 mgr.smithi086.skylwm (mgr.14199) 361 : cluster [DBG] pgmap v308: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:06.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:06 smithi144 bash[20191]: cluster 2024-04-24T13:13:04.971380+0000 mgr.smithi086.skylwm (mgr.14199) 361 : cluster [DBG] pgmap v308: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:06.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:06 smithi086 bash[18795]: cluster 2024-04-24T13:13:04.971380+0000 mgr.smithi086.skylwm (mgr.14199) 361 : cluster [DBG] pgmap v308: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:06.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:06 smithi086 bash[18795]: cluster 2024-04-24T13:13:04.971380+0000 mgr.smithi086.skylwm (mgr.14199) 361 : cluster [DBG] pgmap v308: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:08.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:08 smithi144 bash[20191]: cluster 2024-04-24T13:13:06.972333+0000 mgr.smithi086.skylwm (mgr.14199) 362 : cluster [DBG] pgmap v309: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:08.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:08 smithi144 bash[20191]: cluster 2024-04-24T13:13:06.972333+0000 mgr.smithi086.skylwm (mgr.14199) 362 : cluster [DBG] pgmap v309: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:08.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:08 smithi086 bash[18795]: cluster 2024-04-24T13:13:06.972333+0000 mgr.smithi086.skylwm (mgr.14199) 362 : cluster [DBG] pgmap v309: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:08.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:08 smithi086 bash[18795]: cluster 2024-04-24T13:13:06.972333+0000 mgr.smithi086.skylwm (mgr.14199) 362 : cluster [DBG] pgmap v309: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:10.108 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:13:10.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:10 smithi144 bash[20191]: cluster 2024-04-24T13:13:08.973269+0000 mgr.smithi086.skylwm (mgr.14199) 363 : cluster [DBG] pgmap v310: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:10.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:10 smithi144 bash[20191]: cluster 2024-04-24T13:13:08.973269+0000 mgr.smithi086.skylwm (mgr.14199) 363 : cluster [DBG] pgmap v310: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:10.912 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:10 smithi086 bash[18795]: cluster 2024-04-24T13:13:08.973269+0000 mgr.smithi086.skylwm (mgr.14199) 363 : cluster [DBG] pgmap v310: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:10.912 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:10 smithi086 bash[18795]: cluster 2024-04-24T13:13:08.973269+0000 mgr.smithi086.skylwm (mgr.14199) 363 : cluster [DBG] pgmap v310: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:11.285 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:13:11.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:11 smithi086 bash[18795]: audit 2024-04-24T13:13:10.869720+0000 mon.smithi086 (mon.0) 505 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:13:11.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:11 smithi086 bash[18795]: audit 2024-04-24T13:13:10.869720+0000 mon.smithi086 (mon.0) 505 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:13:11.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:11 smithi086 bash[18795]: audit 2024-04-24T13:13:11.291967+0000 mon.smithi086 (mon.0) 506 : audit [DBG] from='client.? 172.21.15.86:0/226358876' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:13:11.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:11 smithi086 bash[18795]: audit 2024-04-24T13:13:11.291967+0000 mon.smithi086 (mon.0) 506 : audit [DBG] from='client.? 172.21.15.86:0/226358876' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:13:11.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:11 smithi144 bash[20191]: audit 2024-04-24T13:13:10.869720+0000 mon.smithi086 (mon.0) 505 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:13:11.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:11 smithi144 bash[20191]: audit 2024-04-24T13:13:10.869720+0000 mon.smithi086 (mon.0) 505 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:13:11.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:11 smithi144 bash[20191]: audit 2024-04-24T13:13:11.291967+0000 mon.smithi086 (mon.0) 506 : audit [DBG] from='client.? 172.21.15.86:0/226358876' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:13:11.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:11 smithi144 bash[20191]: audit 2024-04-24T13:13:11.291967+0000 mon.smithi086 (mon.0) 506 : audit [DBG] from='client.? 172.21.15.86:0/226358876' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:13:11.939 INFO:teuthology.orchestra.run.smithi086.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-24T13:13:12.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:12 smithi144 bash[20191]: cluster 2024-04-24T13:13:10.973767+0000 mgr.smithi086.skylwm (mgr.14199) 364 : cluster [DBG] pgmap v311: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:12.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:12 smithi144 bash[20191]: cluster 2024-04-24T13:13:10.973767+0000 mgr.smithi086.skylwm (mgr.14199) 364 : cluster [DBG] pgmap v311: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:12.940 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:13:12.951 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:12 smithi086 bash[18795]: cluster 2024-04-24T13:13:10.973767+0000 mgr.smithi086.skylwm (mgr.14199) 364 : cluster [DBG] pgmap v311: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:12.951 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:12 smithi086 bash[18795]: cluster 2024-04-24T13:13:10.973767+0000 mgr.smithi086.skylwm (mgr.14199) 364 : cluster [DBG] pgmap v311: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:14.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:14 smithi144 bash[20191]: cluster 2024-04-24T13:13:12.974709+0000 mgr.smithi086.skylwm (mgr.14199) 365 : cluster [DBG] pgmap v312: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:14.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:14 smithi144 bash[20191]: cluster 2024-04-24T13:13:12.974709+0000 mgr.smithi086.skylwm (mgr.14199) 365 : cluster [DBG] pgmap v312: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:14.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:14 smithi086 bash[18795]: cluster 2024-04-24T13:13:12.974709+0000 mgr.smithi086.skylwm (mgr.14199) 365 : cluster [DBG] pgmap v312: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:14.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:14 smithi086 bash[18795]: cluster 2024-04-24T13:13:12.974709+0000 mgr.smithi086.skylwm (mgr.14199) 365 : cluster [DBG] pgmap v312: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:16.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:16 smithi144 bash[20191]: cluster 2024-04-24T13:13:14.975691+0000 mgr.smithi086.skylwm (mgr.14199) 366 : cluster [DBG] pgmap v313: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:16.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:16 smithi144 bash[20191]: cluster 2024-04-24T13:13:14.975691+0000 mgr.smithi086.skylwm (mgr.14199) 366 : cluster [DBG] pgmap v313: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:16.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:16 smithi086 bash[18795]: cluster 2024-04-24T13:13:14.975691+0000 mgr.smithi086.skylwm (mgr.14199) 366 : cluster [DBG] pgmap v313: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:16.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:16 smithi086 bash[18795]: cluster 2024-04-24T13:13:14.975691+0000 mgr.smithi086.skylwm (mgr.14199) 366 : cluster [DBG] pgmap v313: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:17.713 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:13:18.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:18 smithi086 bash[18795]: cluster 2024-04-24T13:13:16.976627+0000 mgr.smithi086.skylwm (mgr.14199) 367 : cluster [DBG] pgmap v314: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:18.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:18 smithi086 bash[18795]: cluster 2024-04-24T13:13:16.976627+0000 mgr.smithi086.skylwm (mgr.14199) 367 : cluster [DBG] pgmap v314: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:18.786 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:13:18.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:18 smithi144 bash[20191]: cluster 2024-04-24T13:13:16.976627+0000 mgr.smithi086.skylwm (mgr.14199) 367 : cluster [DBG] pgmap v314: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:18.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:18 smithi144 bash[20191]: cluster 2024-04-24T13:13:16.976627+0000 mgr.smithi086.skylwm (mgr.14199) 367 : cluster [DBG] pgmap v314: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:19.373 INFO:teuthology.orchestra.run.smithi086.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-24T13:13:19.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:19 smithi086 bash[18795]: audit 2024-04-24T13:13:18.791969+0000 mon.smithi086 (mon.0) 507 : audit [DBG] from='client.? 172.21.15.86:0/1138845682' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:13:19.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:19 smithi086 bash[18795]: audit 2024-04-24T13:13:18.791969+0000 mon.smithi086 (mon.0) 507 : audit [DBG] from='client.? 172.21.15.86:0/1138845682' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:13:20.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:19 smithi144 bash[20191]: audit 2024-04-24T13:13:18.791969+0000 mon.smithi086 (mon.0) 507 : audit [DBG] from='client.? 172.21.15.86:0/1138845682' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:13:20.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:19 smithi144 bash[20191]: audit 2024-04-24T13:13:18.791969+0000 mon.smithi086 (mon.0) 507 : audit [DBG] from='client.? 172.21.15.86:0/1138845682' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:13:20.375 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:13:20.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:20 smithi086 bash[18795]: cluster 2024-04-24T13:13:18.977586+0000 mgr.smithi086.skylwm (mgr.14199) 368 : cluster [DBG] pgmap v315: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:20.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:20 smithi086 bash[18795]: cluster 2024-04-24T13:13:18.977586+0000 mgr.smithi086.skylwm (mgr.14199) 368 : cluster [DBG] pgmap v315: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:20.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:20 smithi144 bash[20191]: cluster 2024-04-24T13:13:18.977586+0000 mgr.smithi086.skylwm (mgr.14199) 368 : cluster [DBG] pgmap v315: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:20.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:20 smithi144 bash[20191]: cluster 2024-04-24T13:13:18.977586+0000 mgr.smithi086.skylwm (mgr.14199) 368 : cluster [DBG] pgmap v315: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:22.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:22 smithi086 bash[18795]: cluster 2024-04-24T13:13:20.978488+0000 mgr.smithi086.skylwm (mgr.14199) 369 : cluster [DBG] pgmap v316: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:22.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:22 smithi086 bash[18795]: cluster 2024-04-24T13:13:20.978488+0000 mgr.smithi086.skylwm (mgr.14199) 369 : cluster [DBG] pgmap v316: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:23.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:22 smithi144 bash[20191]: cluster 2024-04-24T13:13:20.978488+0000 mgr.smithi086.skylwm (mgr.14199) 369 : cluster [DBG] pgmap v316: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:23.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:22 smithi144 bash[20191]: cluster 2024-04-24T13:13:20.978488+0000 mgr.smithi086.skylwm (mgr.14199) 369 : cluster [DBG] pgmap v316: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:24.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:24 smithi086 bash[18795]: cluster 2024-04-24T13:13:22.979555+0000 mgr.smithi086.skylwm (mgr.14199) 370 : cluster [DBG] pgmap v317: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:24.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:24 smithi086 bash[18795]: cluster 2024-04-24T13:13:22.979555+0000 mgr.smithi086.skylwm (mgr.14199) 370 : cluster [DBG] pgmap v317: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:25.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:24 smithi144 bash[20191]: cluster 2024-04-24T13:13:22.979555+0000 mgr.smithi086.skylwm (mgr.14199) 370 : cluster [DBG] pgmap v317: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:25.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:24 smithi144 bash[20191]: cluster 2024-04-24T13:13:22.979555+0000 mgr.smithi086.skylwm (mgr.14199) 370 : cluster [DBG] pgmap v317: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:25.141 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:13:26.331 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:13:26.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:26 smithi086 bash[18795]: cluster 2024-04-24T13:13:24.980534+0000 mgr.smithi086.skylwm (mgr.14199) 371 : cluster [DBG] pgmap v318: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:26.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:26 smithi086 bash[18795]: cluster 2024-04-24T13:13:24.980534+0000 mgr.smithi086.skylwm (mgr.14199) 371 : cluster [DBG] pgmap v318: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:26.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:26 smithi086 bash[18795]: audit 2024-04-24T13:13:25.870168+0000 mon.smithi086 (mon.0) 508 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:13:26.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:26 smithi086 bash[18795]: audit 2024-04-24T13:13:25.870168+0000 mon.smithi086 (mon.0) 508 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:13:26.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:26 smithi086 bash[18795]: audit 2024-04-24T13:13:26.337483+0000 mon.smithi086 (mon.0) 509 : audit [DBG] from='client.? 172.21.15.86:0/1665060281' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:13:26.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:26 smithi086 bash[18795]: audit 2024-04-24T13:13:26.337483+0000 mon.smithi086 (mon.0) 509 : audit [DBG] from='client.? 172.21.15.86:0/1665060281' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:13:26.942 INFO:teuthology.orchestra.run.smithi086.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-24T13:13:27.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:26 smithi144 bash[20191]: cluster 2024-04-24T13:13:24.980534+0000 mgr.smithi086.skylwm (mgr.14199) 371 : cluster [DBG] pgmap v318: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:27.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:26 smithi144 bash[20191]: cluster 2024-04-24T13:13:24.980534+0000 mgr.smithi086.skylwm (mgr.14199) 371 : cluster [DBG] pgmap v318: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:27.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:26 smithi144 bash[20191]: audit 2024-04-24T13:13:25.870168+0000 mon.smithi086 (mon.0) 508 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:13:27.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:26 smithi144 bash[20191]: audit 2024-04-24T13:13:25.870168+0000 mon.smithi086 (mon.0) 508 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:13:27.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:26 smithi144 bash[20191]: audit 2024-04-24T13:13:26.337483+0000 mon.smithi086 (mon.0) 509 : audit [DBG] from='client.? 172.21.15.86:0/1665060281' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:13:27.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:26 smithi144 bash[20191]: audit 2024-04-24T13:13:26.337483+0000 mon.smithi086 (mon.0) 509 : audit [DBG] from='client.? 172.21.15.86:0/1665060281' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:13:27.943 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:13:28.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:28 smithi086 bash[18795]: cluster 2024-04-24T13:13:26.981319+0000 mgr.smithi086.skylwm (mgr.14199) 372 : cluster [DBG] pgmap v319: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:28.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:28 smithi086 bash[18795]: cluster 2024-04-24T13:13:26.981319+0000 mgr.smithi086.skylwm (mgr.14199) 372 : cluster [DBG] pgmap v319: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:29.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:28 smithi144 bash[20191]: cluster 2024-04-24T13:13:26.981319+0000 mgr.smithi086.skylwm (mgr.14199) 372 : cluster [DBG] pgmap v319: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:29.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:28 smithi144 bash[20191]: cluster 2024-04-24T13:13:26.981319+0000 mgr.smithi086.skylwm (mgr.14199) 372 : cluster [DBG] pgmap v319: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:30.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:30 smithi144 bash[20191]: cluster 2024-04-24T13:13:28.982237+0000 mgr.smithi086.skylwm (mgr.14199) 373 : cluster [DBG] pgmap v320: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:30.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:30 smithi144 bash[20191]: cluster 2024-04-24T13:13:28.982237+0000 mgr.smithi086.skylwm (mgr.14199) 373 : cluster [DBG] pgmap v320: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:30.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:30 smithi086 bash[18795]: cluster 2024-04-24T13:13:28.982237+0000 mgr.smithi086.skylwm (mgr.14199) 373 : cluster [DBG] pgmap v320: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:30.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:30 smithi086 bash[18795]: cluster 2024-04-24T13:13:28.982237+0000 mgr.smithi086.skylwm (mgr.14199) 373 : cluster [DBG] pgmap v320: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:32.715 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:13:32.896 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:32 smithi086 bash[18795]: cluster 2024-04-24T13:13:30.983252+0000 mgr.smithi086.skylwm (mgr.14199) 374 : cluster [DBG] pgmap v321: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:32.896 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:32 smithi086 bash[18795]: cluster 2024-04-24T13:13:30.983252+0000 mgr.smithi086.skylwm (mgr.14199) 374 : cluster [DBG] pgmap v321: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:33.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:32 smithi144 bash[20191]: cluster 2024-04-24T13:13:30.983252+0000 mgr.smithi086.skylwm (mgr.14199) 374 : cluster [DBG] pgmap v321: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:33.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:32 smithi144 bash[20191]: cluster 2024-04-24T13:13:30.983252+0000 mgr.smithi086.skylwm (mgr.14199) 374 : cluster [DBG] pgmap v321: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:33.985 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:13:34.582 INFO:teuthology.orchestra.run.smithi086.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-24T13:13:34.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:34 smithi086 bash[18795]: cluster 2024-04-24T13:13:32.984025+0000 mgr.smithi086.skylwm (mgr.14199) 375 : cluster [DBG] pgmap v322: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:34.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:34 smithi086 bash[18795]: cluster 2024-04-24T13:13:32.984025+0000 mgr.smithi086.skylwm (mgr.14199) 375 : cluster [DBG] pgmap v322: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:34.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:34 smithi086 bash[18795]: audit 2024-04-24T13:13:33.991464+0000 mon.smithi086 (mon.0) 510 : audit [DBG] from='client.? 172.21.15.86:0/4002311001' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:13:34.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:34 smithi086 bash[18795]: audit 2024-04-24T13:13:33.991464+0000 mon.smithi086 (mon.0) 510 : audit [DBG] from='client.? 172.21.15.86:0/4002311001' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:13:35.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:34 smithi144 bash[20191]: cluster 2024-04-24T13:13:32.984025+0000 mgr.smithi086.skylwm (mgr.14199) 375 : cluster [DBG] pgmap v322: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:35.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:34 smithi144 bash[20191]: cluster 2024-04-24T13:13:32.984025+0000 mgr.smithi086.skylwm (mgr.14199) 375 : cluster [DBG] pgmap v322: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:35.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:34 smithi144 bash[20191]: audit 2024-04-24T13:13:33.991464+0000 mon.smithi086 (mon.0) 510 : audit [DBG] from='client.? 172.21.15.86:0/4002311001' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:13:35.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:34 smithi144 bash[20191]: audit 2024-04-24T13:13:33.991464+0000 mon.smithi086 (mon.0) 510 : audit [DBG] from='client.? 172.21.15.86:0/4002311001' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:13:35.583 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:13:35.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:35 smithi144 bash[20191]: audit 2024-04-24T13:13:35.070673+0000 mon.smithi086 (mon.0) 511 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:13:35.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:35 smithi144 bash[20191]: audit 2024-04-24T13:13:35.070673+0000 mon.smithi086 (mon.0) 511 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:13:35.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:35 smithi086 bash[18795]: audit 2024-04-24T13:13:35.070673+0000 mon.smithi086 (mon.0) 511 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:13:35.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:35 smithi086 bash[18795]: audit 2024-04-24T13:13:35.070673+0000 mon.smithi086 (mon.0) 511 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:13:36.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:36 smithi086 bash[18795]: cluster 2024-04-24T13:13:34.984965+0000 mgr.smithi086.skylwm (mgr.14199) 376 : cluster [DBG] pgmap v323: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:36.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:36 smithi086 bash[18795]: cluster 2024-04-24T13:13:34.984965+0000 mgr.smithi086.skylwm (mgr.14199) 376 : cluster [DBG] pgmap v323: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:36.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:36 smithi086 bash[18795]: audit 2024-04-24T13:13:35.610685+0000 mon.smithi086 (mon.0) 512 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:13:36.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:36 smithi086 bash[18795]: audit 2024-04-24T13:13:35.610685+0000 mon.smithi086 (mon.0) 512 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:13:37.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:36 smithi144 bash[20191]: cluster 2024-04-24T13:13:34.984965+0000 mgr.smithi086.skylwm (mgr.14199) 376 : cluster [DBG] pgmap v323: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:37.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:36 smithi144 bash[20191]: cluster 2024-04-24T13:13:34.984965+0000 mgr.smithi086.skylwm (mgr.14199) 376 : cluster [DBG] pgmap v323: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:37.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:36 smithi144 bash[20191]: audit 2024-04-24T13:13:35.610685+0000 mon.smithi086 (mon.0) 512 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:13:37.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:36 smithi144 bash[20191]: audit 2024-04-24T13:13:35.610685+0000 mon.smithi086 (mon.0) 512 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:13:38.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:38 smithi086 bash[18795]: cluster 2024-04-24T13:13:36.986043+0000 mgr.smithi086.skylwm (mgr.14199) 377 : cluster [DBG] pgmap v324: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:38.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:38 smithi086 bash[18795]: cluster 2024-04-24T13:13:36.986043+0000 mgr.smithi086.skylwm (mgr.14199) 377 : cluster [DBG] pgmap v324: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:39.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:38 smithi144 bash[20191]: cluster 2024-04-24T13:13:36.986043+0000 mgr.smithi086.skylwm (mgr.14199) 377 : cluster [DBG] pgmap v324: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:39.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:38 smithi144 bash[20191]: cluster 2024-04-24T13:13:36.986043+0000 mgr.smithi086.skylwm (mgr.14199) 377 : cluster [DBG] pgmap v324: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:40.339 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:13:40.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:40 smithi144 bash[20191]: cluster 2024-04-24T13:13:38.987065+0000 mgr.smithi086.skylwm (mgr.14199) 378 : cluster [DBG] pgmap v325: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:40.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:40 smithi144 bash[20191]: cluster 2024-04-24T13:13:38.987065+0000 mgr.smithi086.skylwm (mgr.14199) 378 : cluster [DBG] pgmap v325: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:40.958 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:40 smithi086 bash[18795]: cluster 2024-04-24T13:13:38.987065+0000 mgr.smithi086.skylwm (mgr.14199) 378 : cluster [DBG] pgmap v325: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:40.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:40 smithi086 bash[18795]: cluster 2024-04-24T13:13:38.987065+0000 mgr.smithi086.skylwm (mgr.14199) 378 : cluster [DBG] pgmap v325: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:41.946 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:13:41.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:41 smithi086 bash[18795]: audit 2024-04-24T13:13:40.870630+0000 mon.smithi086 (mon.0) 513 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:13:41.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:41 smithi086 bash[18795]: audit 2024-04-24T13:13:40.870630+0000 mon.smithi086 (mon.0) 513 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:13:41.992 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:41 smithi144 bash[20191]: audit 2024-04-24T13:13:40.870630+0000 mon.smithi086 (mon.0) 513 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:13:41.992 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:41 smithi144 bash[20191]: audit 2024-04-24T13:13:40.870630+0000 mon.smithi086 (mon.0) 513 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:13:42.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:42 smithi086 bash[18795]: cluster 2024-04-24T13:13:40.988009+0000 mgr.smithi086.skylwm (mgr.14199) 379 : cluster [DBG] pgmap v326: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:42.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:42 smithi086 bash[18795]: cluster 2024-04-24T13:13:40.988009+0000 mgr.smithi086.skylwm (mgr.14199) 379 : cluster [DBG] pgmap v326: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:42.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:42 smithi086 bash[18795]: audit 2024-04-24T13:13:41.952203+0000 mon.smithi086 (mon.0) 514 : audit [DBG] from='client.? 172.21.15.86:0/1875863167' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:13:42.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:42 smithi086 bash[18795]: audit 2024-04-24T13:13:41.952203+0000 mon.smithi086 (mon.0) 514 : audit [DBG] from='client.? 172.21.15.86:0/1875863167' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:13:43.038 INFO:teuthology.orchestra.run.smithi086.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-24T13:13:43.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:42 smithi144 bash[20191]: cluster 2024-04-24T13:13:40.988009+0000 mgr.smithi086.skylwm (mgr.14199) 379 : cluster [DBG] pgmap v326: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:43.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:42 smithi144 bash[20191]: cluster 2024-04-24T13:13:40.988009+0000 mgr.smithi086.skylwm (mgr.14199) 379 : cluster [DBG] pgmap v326: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:43.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:42 smithi144 bash[20191]: audit 2024-04-24T13:13:41.952203+0000 mon.smithi086 (mon.0) 514 : audit [DBG] from='client.? 172.21.15.86:0/1875863167' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:13:43.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:42 smithi144 bash[20191]: audit 2024-04-24T13:13:41.952203+0000 mon.smithi086 (mon.0) 514 : audit [DBG] from='client.? 172.21.15.86:0/1875863167' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:13:43.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:43 smithi086 bash[18795]: audit 2024-04-24T13:13:43.037991+0000 mon.smithi086 (mon.0) 515 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config rm", "who": "osd/host:smithi086", "name": "osd_memory_target"}]: dispatch 2024-04-24T13:13:43.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:43 smithi086 bash[18795]: audit 2024-04-24T13:13:43.037991+0000 mon.smithi086 (mon.0) 515 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config rm", "who": "osd/host:smithi086", "name": "osd_memory_target"}]: dispatch 2024-04-24T13:13:43.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:43 smithi086 bash[18795]: audit 2024-04-24T13:13:43.122487+0000 mon.smithi086 (mon.0) 516 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config rm", "who": "osd/host:smithi144", "name": "osd_memory_target"}]: dispatch 2024-04-24T13:13:43.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:43 smithi086 bash[18795]: audit 2024-04-24T13:13:43.122487+0000 mon.smithi086 (mon.0) 516 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config rm", "who": "osd/host:smithi144", "name": "osd_memory_target"}]: dispatch 2024-04-24T13:13:43.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:43 smithi086 bash[18795]: audit 2024-04-24T13:13:43.124558+0000 mon.smithi086 (mon.0) 517 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:13:43.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:43 smithi086 bash[18795]: audit 2024-04-24T13:13:43.124558+0000 mon.smithi086 (mon.0) 517 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:13:43.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:43 smithi086 bash[18795]: audit 2024-04-24T13:13:43.126447+0000 mon.smithi086 (mon.0) 518 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:13:43.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:43 smithi086 bash[18795]: audit 2024-04-24T13:13:43.126447+0000 mon.smithi086 (mon.0) 518 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:13:43.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:43 smithi086 bash[18795]: audit 2024-04-24T13:13:43.138088+0000 mon.smithi086 (mon.0) 519 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:13:43.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:43 smithi086 bash[18795]: audit 2024-04-24T13:13:43.138088+0000 mon.smithi086 (mon.0) 519 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:13:43.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:43 smithi086 bash[18795]: audit 2024-04-24T13:13:43.146052+0000 mon.smithi086 (mon.0) 520 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:13:43.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:43 smithi086 bash[18795]: audit 2024-04-24T13:13:43.146052+0000 mon.smithi086 (mon.0) 520 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:13:44.039 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:13:44.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:43 smithi144 bash[20191]: audit 2024-04-24T13:13:43.037991+0000 mon.smithi086 (mon.0) 515 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config rm", "who": "osd/host:smithi086", "name": "osd_memory_target"}]: dispatch 2024-04-24T13:13:44.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:43 smithi144 bash[20191]: audit 2024-04-24T13:13:43.037991+0000 mon.smithi086 (mon.0) 515 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config rm", "who": "osd/host:smithi086", "name": "osd_memory_target"}]: dispatch 2024-04-24T13:13:44.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:43 smithi144 bash[20191]: audit 2024-04-24T13:13:43.122487+0000 mon.smithi086 (mon.0) 516 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config rm", "who": "osd/host:smithi144", "name": "osd_memory_target"}]: dispatch 2024-04-24T13:13:44.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:43 smithi144 bash[20191]: audit 2024-04-24T13:13:43.122487+0000 mon.smithi086 (mon.0) 516 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config rm", "who": "osd/host:smithi144", "name": "osd_memory_target"}]: dispatch 2024-04-24T13:13:44.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:43 smithi144 bash[20191]: audit 2024-04-24T13:13:43.124558+0000 mon.smithi086 (mon.0) 517 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:13:44.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:43 smithi144 bash[20191]: audit 2024-04-24T13:13:43.124558+0000 mon.smithi086 (mon.0) 517 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:13:44.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:43 smithi144 bash[20191]: audit 2024-04-24T13:13:43.126447+0000 mon.smithi086 (mon.0) 518 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:13:44.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:43 smithi144 bash[20191]: audit 2024-04-24T13:13:43.126447+0000 mon.smithi086 (mon.0) 518 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:13:44.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:43 smithi144 bash[20191]: audit 2024-04-24T13:13:43.138088+0000 mon.smithi086 (mon.0) 519 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:13:44.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:43 smithi144 bash[20191]: audit 2024-04-24T13:13:43.138088+0000 mon.smithi086 (mon.0) 519 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:13:44.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:43 smithi144 bash[20191]: audit 2024-04-24T13:13:43.146052+0000 mon.smithi086 (mon.0) 520 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:13:44.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:43 smithi144 bash[20191]: audit 2024-04-24T13:13:43.146052+0000 mon.smithi086 (mon.0) 520 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:13:44.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:44 smithi086 bash[18795]: cluster 2024-04-24T13:13:42.988658+0000 mgr.smithi086.skylwm (mgr.14199) 380 : cluster [DBG] pgmap v327: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:44.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:44 smithi086 bash[18795]: cluster 2024-04-24T13:13:42.988658+0000 mgr.smithi086.skylwm (mgr.14199) 380 : cluster [DBG] pgmap v327: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:44.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:44 smithi086 bash[18795]: cluster 2024-04-24T13:13:43.129424+0000 mgr.smithi086.skylwm (mgr.14199) 381 : cluster [DBG] pgmap v328: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:44.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:44 smithi086 bash[18795]: cluster 2024-04-24T13:13:43.129424+0000 mgr.smithi086.skylwm (mgr.14199) 381 : cluster [DBG] pgmap v328: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:44.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:44 smithi086 bash[18795]: cluster 2024-04-24T13:13:43.130696+0000 mgr.smithi086.skylwm (mgr.14199) 382 : cluster [DBG] pgmap v329: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:44.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:44 smithi086 bash[18795]: cluster 2024-04-24T13:13:43.130696+0000 mgr.smithi086.skylwm (mgr.14199) 382 : cluster [DBG] pgmap v329: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:45.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:44 smithi144 bash[20191]: cluster 2024-04-24T13:13:42.988658+0000 mgr.smithi086.skylwm (mgr.14199) 380 : cluster [DBG] pgmap v327: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:45.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:44 smithi144 bash[20191]: cluster 2024-04-24T13:13:42.988658+0000 mgr.smithi086.skylwm (mgr.14199) 380 : cluster [DBG] pgmap v327: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:45.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:44 smithi144 bash[20191]: cluster 2024-04-24T13:13:43.129424+0000 mgr.smithi086.skylwm (mgr.14199) 381 : cluster [DBG] pgmap v328: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:45.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:44 smithi144 bash[20191]: cluster 2024-04-24T13:13:43.129424+0000 mgr.smithi086.skylwm (mgr.14199) 381 : cluster [DBG] pgmap v328: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:45.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:44 smithi144 bash[20191]: cluster 2024-04-24T13:13:43.130696+0000 mgr.smithi086.skylwm (mgr.14199) 382 : cluster [DBG] pgmap v329: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:45.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:44 smithi144 bash[20191]: cluster 2024-04-24T13:13:43.130696+0000 mgr.smithi086.skylwm (mgr.14199) 382 : cluster [DBG] pgmap v329: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:46.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:46 smithi086 bash[18795]: cluster 2024-04-24T13:13:45.131718+0000 mgr.smithi086.skylwm (mgr.14199) 383 : cluster [DBG] pgmap v330: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:46.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:46 smithi086 bash[18795]: cluster 2024-04-24T13:13:45.131718+0000 mgr.smithi086.skylwm (mgr.14199) 383 : cluster [DBG] pgmap v330: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:47.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:46 smithi144 bash[20191]: cluster 2024-04-24T13:13:45.131718+0000 mgr.smithi086.skylwm (mgr.14199) 383 : cluster [DBG] pgmap v330: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:47.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:46 smithi144 bash[20191]: cluster 2024-04-24T13:13:45.131718+0000 mgr.smithi086.skylwm (mgr.14199) 383 : cluster [DBG] pgmap v330: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:48.805 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:13:48.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:48 smithi086 bash[18795]: cluster 2024-04-24T13:13:47.132709+0000 mgr.smithi086.skylwm (mgr.14199) 384 : cluster [DBG] pgmap v331: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:48.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:48 smithi086 bash[18795]: cluster 2024-04-24T13:13:47.132709+0000 mgr.smithi086.skylwm (mgr.14199) 384 : cluster [DBG] pgmap v331: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:49.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:48 smithi144 bash[20191]: cluster 2024-04-24T13:13:47.132709+0000 mgr.smithi086.skylwm (mgr.14199) 384 : cluster [DBG] pgmap v331: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:49.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:48 smithi144 bash[20191]: cluster 2024-04-24T13:13:47.132709+0000 mgr.smithi086.skylwm (mgr.14199) 384 : cluster [DBG] pgmap v331: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:50.033 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:13:50.634 INFO:teuthology.orchestra.run.smithi086.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-24T13:13:50.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:50 smithi144 bash[20191]: cluster 2024-04-24T13:13:49.133663+0000 mgr.smithi086.skylwm (mgr.14199) 385 : cluster [DBG] pgmap v332: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:50.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:50 smithi144 bash[20191]: cluster 2024-04-24T13:13:49.133663+0000 mgr.smithi086.skylwm (mgr.14199) 385 : cluster [DBG] pgmap v332: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:50.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:50 smithi144 bash[20191]: audit 2024-04-24T13:13:50.039390+0000 mon.smithi086 (mon.0) 521 : audit [DBG] from='client.? 172.21.15.86:0/1716711171' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:13:50.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:50 smithi144 bash[20191]: audit 2024-04-24T13:13:50.039390+0000 mon.smithi086 (mon.0) 521 : audit [DBG] from='client.? 172.21.15.86:0/1716711171' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:13:50.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:50 smithi086 bash[18795]: cluster 2024-04-24T13:13:49.133663+0000 mgr.smithi086.skylwm (mgr.14199) 385 : cluster [DBG] pgmap v332: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:50.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:50 smithi086 bash[18795]: cluster 2024-04-24T13:13:49.133663+0000 mgr.smithi086.skylwm (mgr.14199) 385 : cluster [DBG] pgmap v332: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:50.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:50 smithi086 bash[18795]: audit 2024-04-24T13:13:50.039390+0000 mon.smithi086 (mon.0) 521 : audit [DBG] from='client.? 172.21.15.86:0/1716711171' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:13:50.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:50 smithi086 bash[18795]: audit 2024-04-24T13:13:50.039390+0000 mon.smithi086 (mon.0) 521 : audit [DBG] from='client.? 172.21.15.86:0/1716711171' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:13:51.635 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:13:51.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:51 smithi086 bash[18795]: cluster 2024-04-24T13:13:51.134649+0000 mgr.smithi086.skylwm (mgr.14199) 386 : cluster [DBG] pgmap v333: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:51.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:51 smithi086 bash[18795]: cluster 2024-04-24T13:13:51.134649+0000 mgr.smithi086.skylwm (mgr.14199) 386 : cluster [DBG] pgmap v333: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:52.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:51 smithi144 bash[20191]: cluster 2024-04-24T13:13:51.134649+0000 mgr.smithi086.skylwm (mgr.14199) 386 : cluster [DBG] pgmap v333: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:52.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:51 smithi144 bash[20191]: cluster 2024-04-24T13:13:51.134649+0000 mgr.smithi086.skylwm (mgr.14199) 386 : cluster [DBG] pgmap v333: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:54.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:54 smithi086 bash[18795]: cluster 2024-04-24T13:13:53.135645+0000 mgr.smithi086.skylwm (mgr.14199) 387 : cluster [DBG] pgmap v334: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:54.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:54 smithi086 bash[18795]: cluster 2024-04-24T13:13:53.135645+0000 mgr.smithi086.skylwm (mgr.14199) 387 : cluster [DBG] pgmap v334: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:54.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:54 smithi144 bash[20191]: cluster 2024-04-24T13:13:53.135645+0000 mgr.smithi086.skylwm (mgr.14199) 387 : cluster [DBG] pgmap v334: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:54.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:54 smithi144 bash[20191]: cluster 2024-04-24T13:13:53.135645+0000 mgr.smithi086.skylwm (mgr.14199) 387 : cluster [DBG] pgmap v334: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:56.401 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:13:56.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:56 smithi086 bash[18795]: cluster 2024-04-24T13:13:55.136604+0000 mgr.smithi086.skylwm (mgr.14199) 388 : cluster [DBG] pgmap v335: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:56.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:56 smithi086 bash[18795]: cluster 2024-04-24T13:13:55.136604+0000 mgr.smithi086.skylwm (mgr.14199) 388 : cluster [DBG] pgmap v335: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:56.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:56 smithi086 bash[18795]: audit 2024-04-24T13:13:55.870917+0000 mon.smithi086 (mon.0) 522 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:13:56.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:56 smithi086 bash[18795]: audit 2024-04-24T13:13:55.870917+0000 mon.smithi086 (mon.0) 522 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:13:56.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:56 smithi144 bash[20191]: cluster 2024-04-24T13:13:55.136604+0000 mgr.smithi086.skylwm (mgr.14199) 388 : cluster [DBG] pgmap v335: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:56.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:56 smithi144 bash[20191]: cluster 2024-04-24T13:13:55.136604+0000 mgr.smithi086.skylwm (mgr.14199) 388 : cluster [DBG] pgmap v335: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:56.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:56 smithi144 bash[20191]: audit 2024-04-24T13:13:55.870917+0000 mon.smithi086 (mon.0) 522 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:13:56.546 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:56 smithi144 bash[20191]: audit 2024-04-24T13:13:55.870917+0000 mon.smithi086 (mon.0) 522 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:13:57.609 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:13:58.264 INFO:teuthology.orchestra.run.smithi086.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-24T13:13:58.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:58 smithi086 bash[18795]: cluster 2024-04-24T13:13:57.137555+0000 mgr.smithi086.skylwm (mgr.14199) 389 : cluster [DBG] pgmap v336: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:58.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:58 smithi086 bash[18795]: cluster 2024-04-24T13:13:57.137555+0000 mgr.smithi086.skylwm (mgr.14199) 389 : cluster [DBG] pgmap v336: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:58.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:58 smithi086 bash[18795]: audit 2024-04-24T13:13:57.614938+0000 mon.smithi086 (mon.0) 523 : audit [DBG] from='client.? 172.21.15.86:0/3386224034' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:13:58.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:13:58 smithi086 bash[18795]: audit 2024-04-24T13:13:57.614938+0000 mon.smithi086 (mon.0) 523 : audit [DBG] from='client.? 172.21.15.86:0/3386224034' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:13:58.546 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:58 smithi144 bash[20191]: cluster 2024-04-24T13:13:57.137555+0000 mgr.smithi086.skylwm (mgr.14199) 389 : cluster [DBG] pgmap v336: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:58.546 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:58 smithi144 bash[20191]: cluster 2024-04-24T13:13:57.137555+0000 mgr.smithi086.skylwm (mgr.14199) 389 : cluster [DBG] pgmap v336: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:13:58.546 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:58 smithi144 bash[20191]: audit 2024-04-24T13:13:57.614938+0000 mon.smithi086 (mon.0) 523 : audit [DBG] from='client.? 172.21.15.86:0/3386224034' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:13:58.546 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:13:58 smithi144 bash[20191]: audit 2024-04-24T13:13:57.614938+0000 mon.smithi086 (mon.0) 523 : audit [DBG] from='client.? 172.21.15.86:0/3386224034' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:13:59.264 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:14:00.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:00 smithi086 bash[18795]: cluster 2024-04-24T13:13:59.138517+0000 mgr.smithi086.skylwm (mgr.14199) 390 : cluster [DBG] pgmap v337: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:00.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:00 smithi086 bash[18795]: cluster 2024-04-24T13:13:59.138517+0000 mgr.smithi086.skylwm (mgr.14199) 390 : cluster [DBG] pgmap v337: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:00.494 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:00 smithi144 bash[20191]: cluster 2024-04-24T13:13:59.138517+0000 mgr.smithi086.skylwm (mgr.14199) 390 : cluster [DBG] pgmap v337: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:00.494 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:00 smithi144 bash[20191]: cluster 2024-04-24T13:13:59.138517+0000 mgr.smithi086.skylwm (mgr.14199) 390 : cluster [DBG] pgmap v337: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:02.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:02 smithi086 bash[18795]: cluster 2024-04-24T13:14:01.139515+0000 mgr.smithi086.skylwm (mgr.14199) 391 : cluster [DBG] pgmap v338: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:02.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:02 smithi086 bash[18795]: cluster 2024-04-24T13:14:01.139515+0000 mgr.smithi086.skylwm (mgr.14199) 391 : cluster [DBG] pgmap v338: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:02.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:02 smithi144 bash[20191]: cluster 2024-04-24T13:14:01.139515+0000 mgr.smithi086.skylwm (mgr.14199) 391 : cluster [DBG] pgmap v338: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:02.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:02 smithi144 bash[20191]: cluster 2024-04-24T13:14:01.139515+0000 mgr.smithi086.skylwm (mgr.14199) 391 : cluster [DBG] pgmap v338: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:04.029 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:14:04.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:04 smithi086 bash[18795]: cluster 2024-04-24T13:14:03.140568+0000 mgr.smithi086.skylwm (mgr.14199) 392 : cluster [DBG] pgmap v339: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:04.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:04 smithi086 bash[18795]: cluster 2024-04-24T13:14:03.140568+0000 mgr.smithi086.skylwm (mgr.14199) 392 : cluster [DBG] pgmap v339: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:04.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:04 smithi144 bash[20191]: cluster 2024-04-24T13:14:03.140568+0000 mgr.smithi086.skylwm (mgr.14199) 392 : cluster [DBG] pgmap v339: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:04.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:04 smithi144 bash[20191]: cluster 2024-04-24T13:14:03.140568+0000 mgr.smithi086.skylwm (mgr.14199) 392 : cluster [DBG] pgmap v339: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:05.363 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:14:06.010 INFO:teuthology.orchestra.run.smithi086.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-24T13:14:06.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:06 smithi086 bash[18795]: cluster 2024-04-24T13:14:05.141175+0000 mgr.smithi086.skylwm (mgr.14199) 393 : cluster [DBG] pgmap v340: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:06.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:06 smithi086 bash[18795]: cluster 2024-04-24T13:14:05.141175+0000 mgr.smithi086.skylwm (mgr.14199) 393 : cluster [DBG] pgmap v340: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:06.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:06 smithi086 bash[18795]: audit 2024-04-24T13:14:05.369313+0000 mon.smithi086 (mon.0) 524 : audit [DBG] from='client.? 172.21.15.86:0/225806837' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:14:06.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:06 smithi086 bash[18795]: audit 2024-04-24T13:14:05.369313+0000 mon.smithi086 (mon.0) 524 : audit [DBG] from='client.? 172.21.15.86:0/225806837' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:14:06.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:06 smithi144 bash[20191]: cluster 2024-04-24T13:14:05.141175+0000 mgr.smithi086.skylwm (mgr.14199) 393 : cluster [DBG] pgmap v340: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:06.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:06 smithi144 bash[20191]: cluster 2024-04-24T13:14:05.141175+0000 mgr.smithi086.skylwm (mgr.14199) 393 : cluster [DBG] pgmap v340: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:06.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:06 smithi144 bash[20191]: audit 2024-04-24T13:14:05.369313+0000 mon.smithi086 (mon.0) 524 : audit [DBG] from='client.? 172.21.15.86:0/225806837' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:14:06.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:06 smithi144 bash[20191]: audit 2024-04-24T13:14:05.369313+0000 mon.smithi086 (mon.0) 524 : audit [DBG] from='client.? 172.21.15.86:0/225806837' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:14:07.011 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:14:08.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:08 smithi144 bash[20191]: cluster 2024-04-24T13:14:07.142171+0000 mgr.smithi086.skylwm (mgr.14199) 394 : cluster [DBG] pgmap v341: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:08.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:08 smithi144 bash[20191]: cluster 2024-04-24T13:14:07.142171+0000 mgr.smithi086.skylwm (mgr.14199) 394 : cluster [DBG] pgmap v341: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:08.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:08 smithi086 bash[18795]: cluster 2024-04-24T13:14:07.142171+0000 mgr.smithi086.skylwm (mgr.14199) 394 : cluster [DBG] pgmap v341: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:08.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:08 smithi086 bash[18795]: cluster 2024-04-24T13:14:07.142171+0000 mgr.smithi086.skylwm (mgr.14199) 394 : cluster [DBG] pgmap v341: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:10.495 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:10 smithi144 bash[20191]: cluster 2024-04-24T13:14:09.143205+0000 mgr.smithi086.skylwm (mgr.14199) 395 : cluster [DBG] pgmap v342: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:10.495 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:10 smithi144 bash[20191]: cluster 2024-04-24T13:14:09.143205+0000 mgr.smithi086.skylwm (mgr.14199) 395 : cluster [DBG] pgmap v342: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:10.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:10 smithi086 bash[18795]: cluster 2024-04-24T13:14:09.143205+0000 mgr.smithi086.skylwm (mgr.14199) 395 : cluster [DBG] pgmap v342: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:10.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:10 smithi086 bash[18795]: cluster 2024-04-24T13:14:09.143205+0000 mgr.smithi086.skylwm (mgr.14199) 395 : cluster [DBG] pgmap v342: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:11.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:11 smithi144 bash[20191]: audit 2024-04-24T13:14:10.871427+0000 mon.smithi086 (mon.0) 525 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:14:11.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:11 smithi144 bash[20191]: audit 2024-04-24T13:14:10.871427+0000 mon.smithi086 (mon.0) 525 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:14:11.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:11 smithi086 bash[18795]: audit 2024-04-24T13:14:10.871427+0000 mon.smithi086 (mon.0) 525 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:14:11.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:11 smithi086 bash[18795]: audit 2024-04-24T13:14:10.871427+0000 mon.smithi086 (mon.0) 525 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:14:11.775 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:14:12.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:12 smithi144 bash[20191]: cluster 2024-04-24T13:14:11.144159+0000 mgr.smithi086.skylwm (mgr.14199) 396 : cluster [DBG] pgmap v343: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:12.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:12 smithi144 bash[20191]: cluster 2024-04-24T13:14:11.144159+0000 mgr.smithi086.skylwm (mgr.14199) 396 : cluster [DBG] pgmap v343: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:12.563 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:12 smithi086 bash[18795]: cluster 2024-04-24T13:14:11.144159+0000 mgr.smithi086.skylwm (mgr.14199) 396 : cluster [DBG] pgmap v343: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:12.563 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:12 smithi086 bash[18795]: cluster 2024-04-24T13:14:11.144159+0000 mgr.smithi086.skylwm (mgr.14199) 396 : cluster [DBG] pgmap v343: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:12.953 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:14:13.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:13 smithi144 bash[20191]: audit 2024-04-24T13:14:12.959246+0000 mon.smithi086 (mon.0) 526 : audit [DBG] from='client.? 172.21.15.86:0/3008148792' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:14:13.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:13 smithi144 bash[20191]: audit 2024-04-24T13:14:12.959246+0000 mon.smithi086 (mon.0) 526 : audit [DBG] from='client.? 172.21.15.86:0/3008148792' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:14:13.584 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:13 smithi086 bash[18795]: audit 2024-04-24T13:14:12.959246+0000 mon.smithi086 (mon.0) 526 : audit [DBG] from='client.? 172.21.15.86:0/3008148792' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:14:13.584 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:13 smithi086 bash[18795]: audit 2024-04-24T13:14:12.959246+0000 mon.smithi086 (mon.0) 526 : audit [DBG] from='client.? 172.21.15.86:0/3008148792' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:14:13.585 INFO:teuthology.orchestra.run.smithi086.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-24T13:14:14.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:14 smithi144 bash[20191]: cluster 2024-04-24T13:14:13.145076+0000 mgr.smithi086.skylwm (mgr.14199) 397 : cluster [DBG] pgmap v344: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:14.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:14 smithi144 bash[20191]: cluster 2024-04-24T13:14:13.145076+0000 mgr.smithi086.skylwm (mgr.14199) 397 : cluster [DBG] pgmap v344: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:14.586 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:14:14.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:14 smithi086 bash[18795]: cluster 2024-04-24T13:14:13.145076+0000 mgr.smithi086.skylwm (mgr.14199) 397 : cluster [DBG] pgmap v344: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:14.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:14 smithi086 bash[18795]: cluster 2024-04-24T13:14:13.145076+0000 mgr.smithi086.skylwm (mgr.14199) 397 : cluster [DBG] pgmap v344: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:16.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:16 smithi144 bash[20191]: cluster 2024-04-24T13:14:15.146074+0000 mgr.smithi086.skylwm (mgr.14199) 398 : cluster [DBG] pgmap v345: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:16.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:16 smithi144 bash[20191]: cluster 2024-04-24T13:14:15.146074+0000 mgr.smithi086.skylwm (mgr.14199) 398 : cluster [DBG] pgmap v345: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:16.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:16 smithi086 bash[18795]: cluster 2024-04-24T13:14:15.146074+0000 mgr.smithi086.skylwm (mgr.14199) 398 : cluster [DBG] pgmap v345: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:16.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:16 smithi086 bash[18795]: cluster 2024-04-24T13:14:15.146074+0000 mgr.smithi086.skylwm (mgr.14199) 398 : cluster [DBG] pgmap v345: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:18.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:18 smithi144 bash[20191]: cluster 2024-04-24T13:14:17.147048+0000 mgr.smithi086.skylwm (mgr.14199) 399 : cluster [DBG] pgmap v346: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:18.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:18 smithi144 bash[20191]: cluster 2024-04-24T13:14:17.147048+0000 mgr.smithi086.skylwm (mgr.14199) 399 : cluster [DBG] pgmap v346: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:18.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:18 smithi086 bash[18795]: cluster 2024-04-24T13:14:17.147048+0000 mgr.smithi086.skylwm (mgr.14199) 399 : cluster [DBG] pgmap v346: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:18.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:18 smithi086 bash[18795]: cluster 2024-04-24T13:14:17.147048+0000 mgr.smithi086.skylwm (mgr.14199) 399 : cluster [DBG] pgmap v346: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:19.348 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:14:20.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:20 smithi144 bash[20191]: cluster 2024-04-24T13:14:19.147998+0000 mgr.smithi086.skylwm (mgr.14199) 400 : cluster [DBG] pgmap v347: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:20.546 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:20 smithi144 bash[20191]: cluster 2024-04-24T13:14:19.147998+0000 mgr.smithi086.skylwm (mgr.14199) 400 : cluster [DBG] pgmap v347: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:20.605 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:14:20.619 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:20 smithi086 bash[18795]: cluster 2024-04-24T13:14:19.147998+0000 mgr.smithi086.skylwm (mgr.14199) 400 : cluster [DBG] pgmap v347: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:20.619 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:20 smithi086 bash[18795]: cluster 2024-04-24T13:14:19.147998+0000 mgr.smithi086.skylwm (mgr.14199) 400 : cluster [DBG] pgmap v347: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:21.230 INFO:teuthology.orchestra.run.smithi086.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-24T13:14:21.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:21 smithi144 bash[20191]: audit 2024-04-24T13:14:20.611620+0000 mon.smithi086 (mon.0) 527 : audit [DBG] from='client.? 172.21.15.86:0/3191665126' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:14:21.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:21 smithi144 bash[20191]: audit 2024-04-24T13:14:20.611620+0000 mon.smithi086 (mon.0) 527 : audit [DBG] from='client.? 172.21.15.86:0/3191665126' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:14:21.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:21 smithi086 bash[18795]: audit 2024-04-24T13:14:20.611620+0000 mon.smithi086 (mon.0) 527 : audit [DBG] from='client.? 172.21.15.86:0/3191665126' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:14:21.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:21 smithi086 bash[18795]: audit 2024-04-24T13:14:20.611620+0000 mon.smithi086 (mon.0) 527 : audit [DBG] from='client.? 172.21.15.86:0/3191665126' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:14:22.231 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:14:22.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:22 smithi144 bash[20191]: cluster 2024-04-24T13:14:21.148919+0000 mgr.smithi086.skylwm (mgr.14199) 401 : cluster [DBG] pgmap v348: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:22.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:22 smithi144 bash[20191]: cluster 2024-04-24T13:14:21.148919+0000 mgr.smithi086.skylwm (mgr.14199) 401 : cluster [DBG] pgmap v348: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:22.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:22 smithi086 bash[18795]: cluster 2024-04-24T13:14:21.148919+0000 mgr.smithi086.skylwm (mgr.14199) 401 : cluster [DBG] pgmap v348: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:22.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:22 smithi086 bash[18795]: cluster 2024-04-24T13:14:21.148919+0000 mgr.smithi086.skylwm (mgr.14199) 401 : cluster [DBG] pgmap v348: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:24.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:24 smithi144 bash[20191]: cluster 2024-04-24T13:14:23.149904+0000 mgr.smithi086.skylwm (mgr.14199) 402 : cluster [DBG] pgmap v349: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:24.729 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:24 smithi144 bash[20191]: cluster 2024-04-24T13:14:23.149904+0000 mgr.smithi086.skylwm (mgr.14199) 402 : cluster [DBG] pgmap v349: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:24.730 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:24 smithi086 bash[18795]: cluster 2024-04-24T13:14:23.149904+0000 mgr.smithi086.skylwm (mgr.14199) 402 : cluster [DBG] pgmap v349: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:24.730 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:24 smithi086 bash[18795]: cluster 2024-04-24T13:14:23.149904+0000 mgr.smithi086.skylwm (mgr.14199) 402 : cluster [DBG] pgmap v349: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:26.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:26 smithi144 bash[20191]: cluster 2024-04-24T13:14:25.150874+0000 mgr.smithi086.skylwm (mgr.14199) 403 : cluster [DBG] pgmap v350: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:26.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:26 smithi144 bash[20191]: cluster 2024-04-24T13:14:25.150874+0000 mgr.smithi086.skylwm (mgr.14199) 403 : cluster [DBG] pgmap v350: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:26.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:26 smithi144 bash[20191]: audit 2024-04-24T13:14:25.871813+0000 mon.smithi086 (mon.0) 528 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:14:26.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:26 smithi144 bash[20191]: audit 2024-04-24T13:14:25.871813+0000 mon.smithi086 (mon.0) 528 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:14:26.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:26 smithi086 bash[18795]: cluster 2024-04-24T13:14:25.150874+0000 mgr.smithi086.skylwm (mgr.14199) 403 : cluster [DBG] pgmap v350: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:26.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:26 smithi086 bash[18795]: cluster 2024-04-24T13:14:25.150874+0000 mgr.smithi086.skylwm (mgr.14199) 403 : cluster [DBG] pgmap v350: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:26.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:26 smithi086 bash[18795]: audit 2024-04-24T13:14:25.871813+0000 mon.smithi086 (mon.0) 528 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:14:26.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:26 smithi086 bash[18795]: audit 2024-04-24T13:14:25.871813+0000 mon.smithi086 (mon.0) 528 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:14:27.006 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:14:28.209 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:14:28.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:28 smithi144 bash[20191]: cluster 2024-04-24T13:14:27.151853+0000 mgr.smithi086.skylwm (mgr.14199) 404 : cluster [DBG] pgmap v351: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:28.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:28 smithi144 bash[20191]: cluster 2024-04-24T13:14:27.151853+0000 mgr.smithi086.skylwm (mgr.14199) 404 : cluster [DBG] pgmap v351: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:28.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:28 smithi144 bash[20191]: audit 2024-04-24T13:14:28.215027+0000 mon.smithi086 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.86:0/1428704818' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:14:28.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:28 smithi144 bash[20191]: audit 2024-04-24T13:14:28.215027+0000 mon.smithi086 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.86:0/1428704818' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:14:28.717 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:28 smithi086 bash[18795]: cluster 2024-04-24T13:14:27.151853+0000 mgr.smithi086.skylwm (mgr.14199) 404 : cluster [DBG] pgmap v351: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:28.717 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:28 smithi086 bash[18795]: cluster 2024-04-24T13:14:27.151853+0000 mgr.smithi086.skylwm (mgr.14199) 404 : cluster [DBG] pgmap v351: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:28.717 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:28 smithi086 bash[18795]: audit 2024-04-24T13:14:28.215027+0000 mon.smithi086 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.86:0/1428704818' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:14:28.717 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:28 smithi086 bash[18795]: audit 2024-04-24T13:14:28.215027+0000 mon.smithi086 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.86:0/1428704818' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:14:28.813 INFO:teuthology.orchestra.run.smithi086.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-24T13:14:29.814 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:14:30.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:30 smithi144 bash[20191]: cluster 2024-04-24T13:14:29.152827+0000 mgr.smithi086.skylwm (mgr.14199) 405 : cluster [DBG] pgmap v352: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:30.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:30 smithi144 bash[20191]: cluster 2024-04-24T13:14:29.152827+0000 mgr.smithi086.skylwm (mgr.14199) 405 : cluster [DBG] pgmap v352: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:30.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:30 smithi086 bash[18795]: cluster 2024-04-24T13:14:29.152827+0000 mgr.smithi086.skylwm (mgr.14199) 405 : cluster [DBG] pgmap v352: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:30.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:30 smithi086 bash[18795]: cluster 2024-04-24T13:14:29.152827+0000 mgr.smithi086.skylwm (mgr.14199) 405 : cluster [DBG] pgmap v352: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:32.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:32 smithi144 bash[20191]: cluster 2024-04-24T13:14:31.153791+0000 mgr.smithi086.skylwm (mgr.14199) 406 : cluster [DBG] pgmap v353: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:32.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:32 smithi144 bash[20191]: cluster 2024-04-24T13:14:31.153791+0000 mgr.smithi086.skylwm (mgr.14199) 406 : cluster [DBG] pgmap v353: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:32.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:32 smithi086 bash[18795]: cluster 2024-04-24T13:14:31.153791+0000 mgr.smithi086.skylwm (mgr.14199) 406 : cluster [DBG] pgmap v353: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:32.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:32 smithi086 bash[18795]: cluster 2024-04-24T13:14:31.153791+0000 mgr.smithi086.skylwm (mgr.14199) 406 : cluster [DBG] pgmap v353: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:34.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:34 smithi144 bash[20191]: cluster 2024-04-24T13:14:33.154746+0000 mgr.smithi086.skylwm (mgr.14199) 407 : cluster [DBG] pgmap v354: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:34.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:34 smithi144 bash[20191]: cluster 2024-04-24T13:14:33.154746+0000 mgr.smithi086.skylwm (mgr.14199) 407 : cluster [DBG] pgmap v354: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:34.584 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:14:34.610 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:34 smithi086 bash[18795]: cluster 2024-04-24T13:14:33.154746+0000 mgr.smithi086.skylwm (mgr.14199) 407 : cluster [DBG] pgmap v354: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:34.610 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:34 smithi086 bash[18795]: cluster 2024-04-24T13:14:33.154746+0000 mgr.smithi086.skylwm (mgr.14199) 407 : cluster [DBG] pgmap v354: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:35.787 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:14:36.347 INFO:teuthology.orchestra.run.smithi086.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-24T13:14:36.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:36 smithi144 bash[20191]: cluster 2024-04-24T13:14:35.155723+0000 mgr.smithi086.skylwm (mgr.14199) 408 : cluster [DBG] pgmap v355: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:36.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:36 smithi144 bash[20191]: cluster 2024-04-24T13:14:35.155723+0000 mgr.smithi086.skylwm (mgr.14199) 408 : cluster [DBG] pgmap v355: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:36.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:36 smithi144 bash[20191]: audit 2024-04-24T13:14:35.793289+0000 mon.smithi086 (mon.0) 530 : audit [DBG] from='client.? 172.21.15.86:0/1364337340' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:14:36.545 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:36 smithi144 bash[20191]: audit 2024-04-24T13:14:35.793289+0000 mon.smithi086 (mon.0) 530 : audit [DBG] from='client.? 172.21.15.86:0/1364337340' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:14:36.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:36 smithi086 bash[18795]: cluster 2024-04-24T13:14:35.155723+0000 mgr.smithi086.skylwm (mgr.14199) 408 : cluster [DBG] pgmap v355: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:36.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:36 smithi086 bash[18795]: cluster 2024-04-24T13:14:35.155723+0000 mgr.smithi086.skylwm (mgr.14199) 408 : cluster [DBG] pgmap v355: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:36.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:36 smithi086 bash[18795]: audit 2024-04-24T13:14:35.793289+0000 mon.smithi086 (mon.0) 530 : audit [DBG] from='client.? 172.21.15.86:0/1364337340' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:14:36.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:36 smithi086 bash[18795]: audit 2024-04-24T13:14:35.793289+0000 mon.smithi086 (mon.0) 530 : audit [DBG] from='client.? 172.21.15.86:0/1364337340' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:14:37.349 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:14:38.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:38 smithi086 bash[18795]: cluster 2024-04-24T13:14:37.156718+0000 mgr.smithi086.skylwm (mgr.14199) 409 : cluster [DBG] pgmap v356: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:38.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:38 smithi086 bash[18795]: cluster 2024-04-24T13:14:37.156718+0000 mgr.smithi086.skylwm (mgr.14199) 409 : cluster [DBG] pgmap v356: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:38.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:38 smithi144 bash[20191]: cluster 2024-04-24T13:14:37.156718+0000 mgr.smithi086.skylwm (mgr.14199) 409 : cluster [DBG] pgmap v356: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:38.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:38 smithi144 bash[20191]: cluster 2024-04-24T13:14:37.156718+0000 mgr.smithi086.skylwm (mgr.14199) 409 : cluster [DBG] pgmap v356: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:40.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:40 smithi086 bash[18795]: cluster 2024-04-24T13:14:39.157696+0000 mgr.smithi086.skylwm (mgr.14199) 410 : cluster [DBG] pgmap v357: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:40.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:40 smithi086 bash[18795]: cluster 2024-04-24T13:14:39.157696+0000 mgr.smithi086.skylwm (mgr.14199) 410 : cluster [DBG] pgmap v357: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:40.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:40 smithi144 bash[20191]: cluster 2024-04-24T13:14:39.157696+0000 mgr.smithi086.skylwm (mgr.14199) 410 : cluster [DBG] pgmap v357: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:40.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:40 smithi144 bash[20191]: cluster 2024-04-24T13:14:39.157696+0000 mgr.smithi086.skylwm (mgr.14199) 410 : cluster [DBG] pgmap v357: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:41.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:41 smithi086 bash[18795]: audit 2024-04-24T13:14:40.872295+0000 mon.smithi086 (mon.0) 531 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:14:41.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:41 smithi086 bash[18795]: audit 2024-04-24T13:14:40.872295+0000 mon.smithi086 (mon.0) 531 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:14:41.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:41 smithi144 bash[20191]: audit 2024-04-24T13:14:40.872295+0000 mon.smithi086 (mon.0) 531 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:14:41.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:41 smithi144 bash[20191]: audit 2024-04-24T13:14:40.872295+0000 mon.smithi086 (mon.0) 531 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:14:42.105 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:14:42.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:42 smithi086 bash[18795]: cluster 2024-04-24T13:14:41.158754+0000 mgr.smithi086.skylwm (mgr.14199) 411 : cluster [DBG] pgmap v358: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:42.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:42 smithi086 bash[18795]: cluster 2024-04-24T13:14:41.158754+0000 mgr.smithi086.skylwm (mgr.14199) 411 : cluster [DBG] pgmap v358: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:42.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:42 smithi144 bash[20191]: cluster 2024-04-24T13:14:41.158754+0000 mgr.smithi086.skylwm (mgr.14199) 411 : cluster [DBG] pgmap v358: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:42.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:42 smithi144 bash[20191]: cluster 2024-04-24T13:14:41.158754+0000 mgr.smithi086.skylwm (mgr.14199) 411 : cluster [DBG] pgmap v358: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:43.402 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:14:43.589 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:43 smithi086 bash[18795]: audit 2024-04-24T13:14:43.244318+0000 mon.smithi086 (mon.0) 532 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:14:43.589 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:43 smithi086 bash[18795]: audit 2024-04-24T13:14:43.244318+0000 mon.smithi086 (mon.0) 532 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:14:43.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:43 smithi144 bash[20191]: audit 2024-04-24T13:14:43.244318+0000 mon.smithi086 (mon.0) 532 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:14:43.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:43 smithi144 bash[20191]: audit 2024-04-24T13:14:43.244318+0000 mon.smithi086 (mon.0) 532 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:14:44.050 INFO:teuthology.orchestra.run.smithi086.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-24T13:14:44.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:44 smithi086 bash[18795]: cluster 2024-04-24T13:14:43.159814+0000 mgr.smithi086.skylwm (mgr.14199) 412 : cluster [DBG] pgmap v359: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:44.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:44 smithi086 bash[18795]: cluster 2024-04-24T13:14:43.159814+0000 mgr.smithi086.skylwm (mgr.14199) 412 : cluster [DBG] pgmap v359: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:44.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:44 smithi086 bash[18795]: audit 2024-04-24T13:14:43.407746+0000 mon.smithi086 (mon.0) 533 : audit [DBG] from='client.? 172.21.15.86:0/2106651351' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:14:44.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:44 smithi086 bash[18795]: audit 2024-04-24T13:14:43.407746+0000 mon.smithi086 (mon.0) 533 : audit [DBG] from='client.? 172.21.15.86:0/2106651351' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:14:44.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:44 smithi144 bash[20191]: cluster 2024-04-24T13:14:43.159814+0000 mgr.smithi086.skylwm (mgr.14199) 412 : cluster [DBG] pgmap v359: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:44.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:44 smithi144 bash[20191]: cluster 2024-04-24T13:14:43.159814+0000 mgr.smithi086.skylwm (mgr.14199) 412 : cluster [DBG] pgmap v359: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:44.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:44 smithi144 bash[20191]: audit 2024-04-24T13:14:43.407746+0000 mon.smithi086 (mon.0) 533 : audit [DBG] from='client.? 172.21.15.86:0/2106651351' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:14:44.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:44 smithi144 bash[20191]: audit 2024-04-24T13:14:43.407746+0000 mon.smithi086 (mon.0) 533 : audit [DBG] from='client.? 172.21.15.86:0/2106651351' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:14:45.051 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:14:46.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:46 smithi086 bash[18795]: cluster 2024-04-24T13:14:45.160652+0000 mgr.smithi086.skylwm (mgr.14199) 413 : cluster [DBG] pgmap v360: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:46.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:46 smithi086 bash[18795]: cluster 2024-04-24T13:14:45.160652+0000 mgr.smithi086.skylwm (mgr.14199) 413 : cluster [DBG] pgmap v360: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:46.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:46 smithi144 bash[20191]: cluster 2024-04-24T13:14:45.160652+0000 mgr.smithi086.skylwm (mgr.14199) 413 : cluster [DBG] pgmap v360: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:46.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:46 smithi144 bash[20191]: cluster 2024-04-24T13:14:45.160652+0000 mgr.smithi086.skylwm (mgr.14199) 413 : cluster [DBG] pgmap v360: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:48.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:48 smithi086 bash[18795]: cluster 2024-04-24T13:14:47.161653+0000 mgr.smithi086.skylwm (mgr.14199) 414 : cluster [DBG] pgmap v361: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:48.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:48 smithi086 bash[18795]: cluster 2024-04-24T13:14:47.161653+0000 mgr.smithi086.skylwm (mgr.14199) 414 : cluster [DBG] pgmap v361: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:48.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:48 smithi144 bash[20191]: cluster 2024-04-24T13:14:47.161653+0000 mgr.smithi086.skylwm (mgr.14199) 414 : cluster [DBG] pgmap v361: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:48.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:48 smithi144 bash[20191]: cluster 2024-04-24T13:14:47.161653+0000 mgr.smithi086.skylwm (mgr.14199) 414 : cluster [DBG] pgmap v361: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:49.028 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:14:50.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:50 smithi086 bash[18795]: cluster 2024-04-24T13:14:49.162682+0000 mgr.smithi086.skylwm (mgr.14199) 415 : cluster [DBG] pgmap v362: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:50.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:50 smithi086 bash[18795]: cluster 2024-04-24T13:14:49.162682+0000 mgr.smithi086.skylwm (mgr.14199) 415 : cluster [DBG] pgmap v362: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:50.557 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:14:50.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:50 smithi144 bash[20191]: cluster 2024-04-24T13:14:49.162682+0000 mgr.smithi086.skylwm (mgr.14199) 415 : cluster [DBG] pgmap v362: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:50.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:50 smithi144 bash[20191]: cluster 2024-04-24T13:14:49.162682+0000 mgr.smithi086.skylwm (mgr.14199) 415 : cluster [DBG] pgmap v362: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:51.372 INFO:teuthology.orchestra.run.smithi086.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-24T13:14:51.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:51 smithi086 bash[18795]: audit 2024-04-24T13:14:50.562846+0000 mon.smithi086 (mon.0) 534 : audit [DBG] from='client.? 172.21.15.86:0/1818710941' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:14:51.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:51 smithi086 bash[18795]: audit 2024-04-24T13:14:50.562846+0000 mon.smithi086 (mon.0) 534 : audit [DBG] from='client.? 172.21.15.86:0/1818710941' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:14:51.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:51 smithi144 bash[20191]: audit 2024-04-24T13:14:50.562846+0000 mon.smithi086 (mon.0) 534 : audit [DBG] from='client.? 172.21.15.86:0/1818710941' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:14:51.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:51 smithi144 bash[20191]: audit 2024-04-24T13:14:50.562846+0000 mon.smithi086 (mon.0) 534 : audit [DBG] from='client.? 172.21.15.86:0/1818710941' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:14:52.373 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:14:52.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:52 smithi086 bash[18795]: cluster 2024-04-24T13:14:51.163648+0000 mgr.smithi086.skylwm (mgr.14199) 416 : cluster [DBG] pgmap v363: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:52.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:52 smithi086 bash[18795]: cluster 2024-04-24T13:14:51.163648+0000 mgr.smithi086.skylwm (mgr.14199) 416 : cluster [DBG] pgmap v363: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:52.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:52 smithi086 bash[18795]: audit 2024-04-24T13:14:51.375388+0000 mon.smithi086 (mon.0) 535 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:14:52.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:52 smithi086 bash[18795]: audit 2024-04-24T13:14:51.375388+0000 mon.smithi086 (mon.0) 535 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:14:52.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:52 smithi086 bash[18795]: audit 2024-04-24T13:14:51.377422+0000 mon.smithi086 (mon.0) 536 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:14:52.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:52 smithi086 bash[18795]: audit 2024-04-24T13:14:51.377422+0000 mon.smithi086 (mon.0) 536 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:14:52.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:52 smithi086 bash[18795]: cluster 2024-04-24T13:14:51.379979+0000 mgr.smithi086.skylwm (mgr.14199) 417 : cluster [DBG] pgmap v364: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:52.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:52 smithi086 bash[18795]: cluster 2024-04-24T13:14:51.379979+0000 mgr.smithi086.skylwm (mgr.14199) 417 : cluster [DBG] pgmap v364: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:52.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:52 smithi086 bash[18795]: cluster 2024-04-24T13:14:51.380805+0000 mgr.smithi086.skylwm (mgr.14199) 418 : cluster [DBG] pgmap v365: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:52.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:52 smithi086 bash[18795]: cluster 2024-04-24T13:14:51.380805+0000 mgr.smithi086.skylwm (mgr.14199) 418 : cluster [DBG] pgmap v365: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:52.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:52 smithi086 bash[18795]: audit 2024-04-24T13:14:51.386334+0000 mon.smithi086 (mon.0) 537 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:14:52.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:52 smithi086 bash[18795]: audit 2024-04-24T13:14:51.386334+0000 mon.smithi086 (mon.0) 537 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:14:52.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:52 smithi086 bash[18795]: audit 2024-04-24T13:14:51.393813+0000 mon.smithi086 (mon.0) 538 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:14:52.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:52 smithi086 bash[18795]: audit 2024-04-24T13:14:51.393813+0000 mon.smithi086 (mon.0) 538 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:14:52.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:52 smithi144 bash[20191]: cluster 2024-04-24T13:14:51.163648+0000 mgr.smithi086.skylwm (mgr.14199) 416 : cluster [DBG] pgmap v363: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:52.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:52 smithi144 bash[20191]: cluster 2024-04-24T13:14:51.163648+0000 mgr.smithi086.skylwm (mgr.14199) 416 : cluster [DBG] pgmap v363: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:52.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:52 smithi144 bash[20191]: audit 2024-04-24T13:14:51.375388+0000 mon.smithi086 (mon.0) 535 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:14:52.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:52 smithi144 bash[20191]: audit 2024-04-24T13:14:51.375388+0000 mon.smithi086 (mon.0) 535 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:14:52.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:52 smithi144 bash[20191]: audit 2024-04-24T13:14:51.377422+0000 mon.smithi086 (mon.0) 536 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:14:52.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:52 smithi144 bash[20191]: audit 2024-04-24T13:14:51.377422+0000 mon.smithi086 (mon.0) 536 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:14:52.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:52 smithi144 bash[20191]: cluster 2024-04-24T13:14:51.379979+0000 mgr.smithi086.skylwm (mgr.14199) 417 : cluster [DBG] pgmap v364: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:52.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:52 smithi144 bash[20191]: cluster 2024-04-24T13:14:51.379979+0000 mgr.smithi086.skylwm (mgr.14199) 417 : cluster [DBG] pgmap v364: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:52.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:52 smithi144 bash[20191]: cluster 2024-04-24T13:14:51.380805+0000 mgr.smithi086.skylwm (mgr.14199) 418 : cluster [DBG] pgmap v365: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:52.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:52 smithi144 bash[20191]: cluster 2024-04-24T13:14:51.380805+0000 mgr.smithi086.skylwm (mgr.14199) 418 : cluster [DBG] pgmap v365: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:52.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:52 smithi144 bash[20191]: audit 2024-04-24T13:14:51.386334+0000 mon.smithi086 (mon.0) 537 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:14:52.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:52 smithi144 bash[20191]: audit 2024-04-24T13:14:51.386334+0000 mon.smithi086 (mon.0) 537 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:14:52.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:52 smithi144 bash[20191]: audit 2024-04-24T13:14:51.393813+0000 mon.smithi086 (mon.0) 538 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:14:52.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:52 smithi144 bash[20191]: audit 2024-04-24T13:14:51.393813+0000 mon.smithi086 (mon.0) 538 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:14:54.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:54 smithi086 bash[18795]: cluster 2024-04-24T13:14:53.381746+0000 mgr.smithi086.skylwm (mgr.14199) 419 : cluster [DBG] pgmap v366: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:54.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:54 smithi086 bash[18795]: cluster 2024-04-24T13:14:53.381746+0000 mgr.smithi086.skylwm (mgr.14199) 419 : cluster [DBG] pgmap v366: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:54.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:54 smithi144 bash[20191]: cluster 2024-04-24T13:14:53.381746+0000 mgr.smithi086.skylwm (mgr.14199) 419 : cluster [DBG] pgmap v366: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:54.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:54 smithi144 bash[20191]: cluster 2024-04-24T13:14:53.381746+0000 mgr.smithi086.skylwm (mgr.14199) 419 : cluster [DBG] pgmap v366: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:56.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:56 smithi086 bash[18795]: cluster 2024-04-24T13:14:55.382760+0000 mgr.smithi086.skylwm (mgr.14199) 420 : cluster [DBG] pgmap v367: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:56.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:56 smithi086 bash[18795]: cluster 2024-04-24T13:14:55.382760+0000 mgr.smithi086.skylwm (mgr.14199) 420 : cluster [DBG] pgmap v367: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:56.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:56 smithi086 bash[18795]: audit 2024-04-24T13:14:55.872633+0000 mon.smithi086 (mon.0) 539 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:14:56.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:56 smithi086 bash[18795]: audit 2024-04-24T13:14:55.872633+0000 mon.smithi086 (mon.0) 539 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:14:56.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:56 smithi144 bash[20191]: cluster 2024-04-24T13:14:55.382760+0000 mgr.smithi086.skylwm (mgr.14199) 420 : cluster [DBG] pgmap v367: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:56.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:56 smithi144 bash[20191]: cluster 2024-04-24T13:14:55.382760+0000 mgr.smithi086.skylwm (mgr.14199) 420 : cluster [DBG] pgmap v367: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:56.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:56 smithi144 bash[20191]: audit 2024-04-24T13:14:55.872633+0000 mon.smithi086 (mon.0) 539 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:14:56.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:56 smithi144 bash[20191]: audit 2024-04-24T13:14:55.872633+0000 mon.smithi086 (mon.0) 539 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:14:57.143 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:14:58.353 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:14:58.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:58 smithi086 bash[18795]: cluster 2024-04-24T13:14:57.383719+0000 mgr.smithi086.skylwm (mgr.14199) 421 : cluster [DBG] pgmap v368: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:58.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:58 smithi086 bash[18795]: cluster 2024-04-24T13:14:57.383719+0000 mgr.smithi086.skylwm (mgr.14199) 421 : cluster [DBG] pgmap v368: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:58.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:58 smithi086 bash[18795]: audit 2024-04-24T13:14:58.359306+0000 mon.smithi086 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.86:0/2112485486' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:14:58.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:14:58 smithi086 bash[18795]: audit 2024-04-24T13:14:58.359306+0000 mon.smithi086 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.86:0/2112485486' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:14:58.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:58 smithi144 bash[20191]: cluster 2024-04-24T13:14:57.383719+0000 mgr.smithi086.skylwm (mgr.14199) 421 : cluster [DBG] pgmap v368: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:58.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:58 smithi144 bash[20191]: cluster 2024-04-24T13:14:57.383719+0000 mgr.smithi086.skylwm (mgr.14199) 421 : cluster [DBG] pgmap v368: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:58.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:58 smithi144 bash[20191]: audit 2024-04-24T13:14:58.359306+0000 mon.smithi086 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.86:0/2112485486' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:14:58.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:14:58 smithi144 bash[20191]: audit 2024-04-24T13:14:58.359306+0000 mon.smithi086 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.86:0/2112485486' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:14:58.963 INFO:teuthology.orchestra.run.smithi086.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-24T13:14:59.965 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:15:00.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:00 smithi086 bash[18795]: cluster 2024-04-24T13:14:59.384701+0000 mgr.smithi086.skylwm (mgr.14199) 422 : cluster [DBG] pgmap v369: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:00.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:00 smithi086 bash[18795]: cluster 2024-04-24T13:14:59.384701+0000 mgr.smithi086.skylwm (mgr.14199) 422 : cluster [DBG] pgmap v369: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:00.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:00 smithi144 bash[20191]: cluster 2024-04-24T13:14:59.384701+0000 mgr.smithi086.skylwm (mgr.14199) 422 : cluster [DBG] pgmap v369: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:00.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:00 smithi144 bash[20191]: cluster 2024-04-24T13:14:59.384701+0000 mgr.smithi086.skylwm (mgr.14199) 422 : cluster [DBG] pgmap v369: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:02.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:02 smithi086 bash[18795]: cluster 2024-04-24T13:15:01.385698+0000 mgr.smithi086.skylwm (mgr.14199) 423 : cluster [DBG] pgmap v370: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:02.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:02 smithi086 bash[18795]: cluster 2024-04-24T13:15:01.385698+0000 mgr.smithi086.skylwm (mgr.14199) 423 : cluster [DBG] pgmap v370: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:02.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:02 smithi144 bash[20191]: cluster 2024-04-24T13:15:01.385698+0000 mgr.smithi086.skylwm (mgr.14199) 423 : cluster [DBG] pgmap v370: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:02.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:02 smithi144 bash[20191]: cluster 2024-04-24T13:15:01.385698+0000 mgr.smithi086.skylwm (mgr.14199) 423 : cluster [DBG] pgmap v370: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:04.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:04 smithi086 bash[18795]: cluster 2024-04-24T13:15:03.386736+0000 mgr.smithi086.skylwm (mgr.14199) 424 : cluster [DBG] pgmap v371: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:04.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:04 smithi086 bash[18795]: cluster 2024-04-24T13:15:03.386736+0000 mgr.smithi086.skylwm (mgr.14199) 424 : cluster [DBG] pgmap v371: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:04.737 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:15:04.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:04 smithi144 bash[20191]: cluster 2024-04-24T13:15:03.386736+0000 mgr.smithi086.skylwm (mgr.14199) 424 : cluster [DBG] pgmap v371: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:04.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:04 smithi144 bash[20191]: cluster 2024-04-24T13:15:03.386736+0000 mgr.smithi086.skylwm (mgr.14199) 424 : cluster [DBG] pgmap v371: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:05.893 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:15:06.461 INFO:teuthology.orchestra.run.smithi086.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-24T13:15:06.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:06 smithi086 bash[18795]: cluster 2024-04-24T13:15:05.387720+0000 mgr.smithi086.skylwm (mgr.14199) 425 : cluster [DBG] pgmap v372: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:06.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:06 smithi086 bash[18795]: cluster 2024-04-24T13:15:05.387720+0000 mgr.smithi086.skylwm (mgr.14199) 425 : cluster [DBG] pgmap v372: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:06.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:06 smithi086 bash[18795]: audit 2024-04-24T13:15:05.898982+0000 mon.smithi086 (mon.0) 541 : audit [DBG] from='client.? 172.21.15.86:0/4186615156' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:15:06.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:06 smithi086 bash[18795]: audit 2024-04-24T13:15:05.898982+0000 mon.smithi086 (mon.0) 541 : audit [DBG] from='client.? 172.21.15.86:0/4186615156' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:15:06.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:06 smithi144 bash[20191]: cluster 2024-04-24T13:15:05.387720+0000 mgr.smithi086.skylwm (mgr.14199) 425 : cluster [DBG] pgmap v372: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:06.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:06 smithi144 bash[20191]: cluster 2024-04-24T13:15:05.387720+0000 mgr.smithi086.skylwm (mgr.14199) 425 : cluster [DBG] pgmap v372: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:06.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:06 smithi144 bash[20191]: audit 2024-04-24T13:15:05.898982+0000 mon.smithi086 (mon.0) 541 : audit [DBG] from='client.? 172.21.15.86:0/4186615156' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:15:06.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:06 smithi144 bash[20191]: audit 2024-04-24T13:15:05.898982+0000 mon.smithi086 (mon.0) 541 : audit [DBG] from='client.? 172.21.15.86:0/4186615156' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:15:07.466 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:15:08.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:08 smithi144 bash[20191]: cluster 2024-04-24T13:15:07.388689+0000 mgr.smithi086.skylwm (mgr.14199) 426 : cluster [DBG] pgmap v373: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:08.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:08 smithi144 bash[20191]: cluster 2024-04-24T13:15:07.388689+0000 mgr.smithi086.skylwm (mgr.14199) 426 : cluster [DBG] pgmap v373: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:08.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:08 smithi086 bash[18795]: cluster 2024-04-24T13:15:07.388689+0000 mgr.smithi086.skylwm (mgr.14199) 426 : cluster [DBG] pgmap v373: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:08.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:08 smithi086 bash[18795]: cluster 2024-04-24T13:15:07.388689+0000 mgr.smithi086.skylwm (mgr.14199) 426 : cluster [DBG] pgmap v373: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:10.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:10 smithi144 bash[20191]: cluster 2024-04-24T13:15:09.389715+0000 mgr.smithi086.skylwm (mgr.14199) 427 : cluster [DBG] pgmap v374: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:10.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:10 smithi144 bash[20191]: cluster 2024-04-24T13:15:09.389715+0000 mgr.smithi086.skylwm (mgr.14199) 427 : cluster [DBG] pgmap v374: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:10.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:10 smithi086 bash[18795]: cluster 2024-04-24T13:15:09.389715+0000 mgr.smithi086.skylwm (mgr.14199) 427 : cluster [DBG] pgmap v374: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:10.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:10 smithi086 bash[18795]: cluster 2024-04-24T13:15:09.389715+0000 mgr.smithi086.skylwm (mgr.14199) 427 : cluster [DBG] pgmap v374: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:11.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:11 smithi144 bash[20191]: audit 2024-04-24T13:15:10.873132+0000 mon.smithi086 (mon.0) 542 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:15:11.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:11 smithi144 bash[20191]: audit 2024-04-24T13:15:10.873132+0000 mon.smithi086 (mon.0) 542 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:15:11.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:11 smithi086 bash[18795]: audit 2024-04-24T13:15:10.873132+0000 mon.smithi086 (mon.0) 542 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:15:11.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:11 smithi086 bash[18795]: audit 2024-04-24T13:15:10.873132+0000 mon.smithi086 (mon.0) 542 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:15:12.234 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:15:12.620 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:12 smithi086 bash[18795]: cluster 2024-04-24T13:15:11.390693+0000 mgr.smithi086.skylwm (mgr.14199) 428 : cluster [DBG] pgmap v375: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:12.620 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:12 smithi086 bash[18795]: cluster 2024-04-24T13:15:11.390693+0000 mgr.smithi086.skylwm (mgr.14199) 428 : cluster [DBG] pgmap v375: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:12.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:12 smithi144 bash[20191]: cluster 2024-04-24T13:15:11.390693+0000 mgr.smithi086.skylwm (mgr.14199) 428 : cluster [DBG] pgmap v375: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:12.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:12 smithi144 bash[20191]: cluster 2024-04-24T13:15:11.390693+0000 mgr.smithi086.skylwm (mgr.14199) 428 : cluster [DBG] pgmap v375: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:13.519 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:15:14.150 INFO:teuthology.orchestra.run.smithi086.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-24T13:15:14.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:14 smithi144 bash[20191]: cluster 2024-04-24T13:15:13.391660+0000 mgr.smithi086.skylwm (mgr.14199) 429 : cluster [DBG] pgmap v376: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:14.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:14 smithi144 bash[20191]: cluster 2024-04-24T13:15:13.391660+0000 mgr.smithi086.skylwm (mgr.14199) 429 : cluster [DBG] pgmap v376: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:14.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:14 smithi144 bash[20191]: audit 2024-04-24T13:15:13.524888+0000 mon.smithi086 (mon.0) 543 : audit [DBG] from='client.? 172.21.15.86:0/3600932470' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:15:14.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:14 smithi144 bash[20191]: audit 2024-04-24T13:15:13.524888+0000 mon.smithi086 (mon.0) 543 : audit [DBG] from='client.? 172.21.15.86:0/3600932470' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:15:14.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:14 smithi086 bash[18795]: cluster 2024-04-24T13:15:13.391660+0000 mgr.smithi086.skylwm (mgr.14199) 429 : cluster [DBG] pgmap v376: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:14.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:14 smithi086 bash[18795]: cluster 2024-04-24T13:15:13.391660+0000 mgr.smithi086.skylwm (mgr.14199) 429 : cluster [DBG] pgmap v376: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:14.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:14 smithi086 bash[18795]: audit 2024-04-24T13:15:13.524888+0000 mon.smithi086 (mon.0) 543 : audit [DBG] from='client.? 172.21.15.86:0/3600932470' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:15:14.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:14 smithi086 bash[18795]: audit 2024-04-24T13:15:13.524888+0000 mon.smithi086 (mon.0) 543 : audit [DBG] from='client.? 172.21.15.86:0/3600932470' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:15:15.150 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:15:16.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:16 smithi144 bash[20191]: cluster 2024-04-24T13:15:15.392668+0000 mgr.smithi086.skylwm (mgr.14199) 430 : cluster [DBG] pgmap v377: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:16.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:16 smithi144 bash[20191]: cluster 2024-04-24T13:15:15.392668+0000 mgr.smithi086.skylwm (mgr.14199) 430 : cluster [DBG] pgmap v377: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:16.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:16 smithi086 bash[18795]: cluster 2024-04-24T13:15:15.392668+0000 mgr.smithi086.skylwm (mgr.14199) 430 : cluster [DBG] pgmap v377: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:16.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:16 smithi086 bash[18795]: cluster 2024-04-24T13:15:15.392668+0000 mgr.smithi086.skylwm (mgr.14199) 430 : cluster [DBG] pgmap v377: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:18.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:18 smithi144 bash[20191]: cluster 2024-04-24T13:15:17.393679+0000 mgr.smithi086.skylwm (mgr.14199) 431 : cluster [DBG] pgmap v378: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:18.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:18 smithi144 bash[20191]: cluster 2024-04-24T13:15:17.393679+0000 mgr.smithi086.skylwm (mgr.14199) 431 : cluster [DBG] pgmap v378: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:18.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:18 smithi086 bash[18795]: cluster 2024-04-24T13:15:17.393679+0000 mgr.smithi086.skylwm (mgr.14199) 431 : cluster [DBG] pgmap v378: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:18.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:18 smithi086 bash[18795]: cluster 2024-04-24T13:15:17.393679+0000 mgr.smithi086.skylwm (mgr.14199) 431 : cluster [DBG] pgmap v378: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:19.922 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:15:20.745 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:20 smithi086 bash[18795]: cluster 2024-04-24T13:15:19.394635+0000 mgr.smithi086.skylwm (mgr.14199) 432 : cluster [DBG] pgmap v379: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:20.745 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:20 smithi086 bash[18795]: cluster 2024-04-24T13:15:19.394635+0000 mgr.smithi086.skylwm (mgr.14199) 432 : cluster [DBG] pgmap v379: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:20.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:20 smithi144 bash[20191]: cluster 2024-04-24T13:15:19.394635+0000 mgr.smithi086.skylwm (mgr.14199) 432 : cluster [DBG] pgmap v379: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:20.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:20 smithi144 bash[20191]: cluster 2024-04-24T13:15:19.394635+0000 mgr.smithi086.skylwm (mgr.14199) 432 : cluster [DBG] pgmap v379: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:21.138 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:15:21.750 INFO:teuthology.orchestra.run.smithi086.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-24T13:15:21.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:21 smithi144 bash[20191]: audit 2024-04-24T13:15:21.143616+0000 mon.smithi086 (mon.0) 544 : audit [DBG] from='client.? 172.21.15.86:0/2909436804' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:15:21.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:21 smithi144 bash[20191]: audit 2024-04-24T13:15:21.143616+0000 mon.smithi086 (mon.0) 544 : audit [DBG] from='client.? 172.21.15.86:0/2909436804' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:15:21.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:21 smithi086 bash[18795]: audit 2024-04-24T13:15:21.143616+0000 mon.smithi086 (mon.0) 544 : audit [DBG] from='client.? 172.21.15.86:0/2909436804' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:15:21.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:21 smithi086 bash[18795]: audit 2024-04-24T13:15:21.143616+0000 mon.smithi086 (mon.0) 544 : audit [DBG] from='client.? 172.21.15.86:0/2909436804' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:15:22.752 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:15:22.763 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:22 smithi086 bash[18795]: cluster 2024-04-24T13:15:21.395619+0000 mgr.smithi086.skylwm (mgr.14199) 433 : cluster [DBG] pgmap v380: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:22.763 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:22 smithi086 bash[18795]: cluster 2024-04-24T13:15:21.395619+0000 mgr.smithi086.skylwm (mgr.14199) 433 : cluster [DBG] pgmap v380: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:22.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:22 smithi144 bash[20191]: cluster 2024-04-24T13:15:21.395619+0000 mgr.smithi086.skylwm (mgr.14199) 433 : cluster [DBG] pgmap v380: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:22.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:22 smithi144 bash[20191]: cluster 2024-04-24T13:15:21.395619+0000 mgr.smithi086.skylwm (mgr.14199) 433 : cluster [DBG] pgmap v380: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:24.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:24 smithi144 bash[20191]: cluster 2024-04-24T13:15:23.396545+0000 mgr.smithi086.skylwm (mgr.14199) 434 : cluster [DBG] pgmap v381: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:24.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:24 smithi144 bash[20191]: cluster 2024-04-24T13:15:23.396545+0000 mgr.smithi086.skylwm (mgr.14199) 434 : cluster [DBG] pgmap v381: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:24.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:24 smithi086 bash[18795]: cluster 2024-04-24T13:15:23.396545+0000 mgr.smithi086.skylwm (mgr.14199) 434 : cluster [DBG] pgmap v381: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:24.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:24 smithi086 bash[18795]: cluster 2024-04-24T13:15:23.396545+0000 mgr.smithi086.skylwm (mgr.14199) 434 : cluster [DBG] pgmap v381: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:26.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:26 smithi144 bash[20191]: cluster 2024-04-24T13:15:25.397553+0000 mgr.smithi086.skylwm (mgr.14199) 435 : cluster [DBG] pgmap v382: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:26.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:26 smithi144 bash[20191]: cluster 2024-04-24T13:15:25.397553+0000 mgr.smithi086.skylwm (mgr.14199) 435 : cluster [DBG] pgmap v382: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:26.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:26 smithi144 bash[20191]: audit 2024-04-24T13:15:25.873649+0000 mon.smithi086 (mon.0) 545 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:15:26.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:26 smithi144 bash[20191]: audit 2024-04-24T13:15:25.873649+0000 mon.smithi086 (mon.0) 545 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:15:26.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:26 smithi086 bash[18795]: cluster 2024-04-24T13:15:25.397553+0000 mgr.smithi086.skylwm (mgr.14199) 435 : cluster [DBG] pgmap v382: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:26.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:26 smithi086 bash[18795]: cluster 2024-04-24T13:15:25.397553+0000 mgr.smithi086.skylwm (mgr.14199) 435 : cluster [DBG] pgmap v382: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:26.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:26 smithi086 bash[18795]: audit 2024-04-24T13:15:25.873649+0000 mon.smithi086 (mon.0) 545 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:15:26.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:26 smithi086 bash[18795]: audit 2024-04-24T13:15:25.873649+0000 mon.smithi086 (mon.0) 545 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:15:27.520 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:15:28.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:28 smithi086 bash[18795]: cluster 2024-04-24T13:15:27.398494+0000 mgr.smithi086.skylwm (mgr.14199) 436 : cluster [DBG] pgmap v383: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:28.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:28 smithi086 bash[18795]: cluster 2024-04-24T13:15:27.398494+0000 mgr.smithi086.skylwm (mgr.14199) 436 : cluster [DBG] pgmap v383: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:28.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:28 smithi144 bash[20191]: cluster 2024-04-24T13:15:27.398494+0000 mgr.smithi086.skylwm (mgr.14199) 436 : cluster [DBG] pgmap v383: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:28.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:28 smithi144 bash[20191]: cluster 2024-04-24T13:15:27.398494+0000 mgr.smithi086.skylwm (mgr.14199) 436 : cluster [DBG] pgmap v383: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:28.807 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:15:29.379 INFO:teuthology.orchestra.run.smithi086.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-24T13:15:29.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:29 smithi086 bash[18795]: audit 2024-04-24T13:15:28.812969+0000 mon.smithi086 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.86:0/368121325' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:15:29.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:29 smithi086 bash[18795]: audit 2024-04-24T13:15:28.812969+0000 mon.smithi086 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.86:0/368121325' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:15:29.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:29 smithi144 bash[20191]: audit 2024-04-24T13:15:28.812969+0000 mon.smithi086 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.86:0/368121325' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:15:29.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:29 smithi144 bash[20191]: audit 2024-04-24T13:15:28.812969+0000 mon.smithi086 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.86:0/368121325' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:15:30.381 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:15:30.709 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:30 smithi086 bash[18795]: cluster 2024-04-24T13:15:29.399508+0000 mgr.smithi086.skylwm (mgr.14199) 437 : cluster [DBG] pgmap v384: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:30.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:30 smithi086 bash[18795]: cluster 2024-04-24T13:15:29.399508+0000 mgr.smithi086.skylwm (mgr.14199) 437 : cluster [DBG] pgmap v384: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:30.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:30 smithi144 bash[20191]: cluster 2024-04-24T13:15:29.399508+0000 mgr.smithi086.skylwm (mgr.14199) 437 : cluster [DBG] pgmap v384: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:30.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:30 smithi144 bash[20191]: cluster 2024-04-24T13:15:29.399508+0000 mgr.smithi086.skylwm (mgr.14199) 437 : cluster [DBG] pgmap v384: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:32.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:32 smithi144 bash[20191]: cluster 2024-04-24T13:15:31.400548+0000 mgr.smithi086.skylwm (mgr.14199) 438 : cluster [DBG] pgmap v385: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:32.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:32 smithi144 bash[20191]: cluster 2024-04-24T13:15:31.400548+0000 mgr.smithi086.skylwm (mgr.14199) 438 : cluster [DBG] pgmap v385: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:32.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:32 smithi086 bash[18795]: cluster 2024-04-24T13:15:31.400548+0000 mgr.smithi086.skylwm (mgr.14199) 438 : cluster [DBG] pgmap v385: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:32.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:32 smithi086 bash[18795]: cluster 2024-04-24T13:15:31.400548+0000 mgr.smithi086.skylwm (mgr.14199) 438 : cluster [DBG] pgmap v385: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:34.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:34 smithi144 bash[20191]: cluster 2024-04-24T13:15:33.401584+0000 mgr.smithi086.skylwm (mgr.14199) 439 : cluster [DBG] pgmap v386: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:34.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:34 smithi144 bash[20191]: cluster 2024-04-24T13:15:33.401584+0000 mgr.smithi086.skylwm (mgr.14199) 439 : cluster [DBG] pgmap v386: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:34.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:34 smithi086 bash[18795]: cluster 2024-04-24T13:15:33.401584+0000 mgr.smithi086.skylwm (mgr.14199) 439 : cluster [DBG] pgmap v386: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:34.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:34 smithi086 bash[18795]: cluster 2024-04-24T13:15:33.401584+0000 mgr.smithi086.skylwm (mgr.14199) 439 : cluster [DBG] pgmap v386: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:35.150 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:15:36.386 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:15:36.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:36 smithi086 bash[18795]: cluster 2024-04-24T13:15:35.402586+0000 mgr.smithi086.skylwm (mgr.14199) 440 : cluster [DBG] pgmap v387: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:36.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:36 smithi086 bash[18795]: cluster 2024-04-24T13:15:35.402586+0000 mgr.smithi086.skylwm (mgr.14199) 440 : cluster [DBG] pgmap v387: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:36.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:36 smithi086 bash[18795]: audit 2024-04-24T13:15:36.391943+0000 mon.smithi086 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.86:0/2800650190' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:15:36.710 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:36 smithi086 bash[18795]: audit 2024-04-24T13:15:36.391943+0000 mon.smithi086 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.86:0/2800650190' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:15:36.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:36 smithi144 bash[20191]: cluster 2024-04-24T13:15:35.402586+0000 mgr.smithi086.skylwm (mgr.14199) 440 : cluster [DBG] pgmap v387: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:36.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:36 smithi144 bash[20191]: cluster 2024-04-24T13:15:35.402586+0000 mgr.smithi086.skylwm (mgr.14199) 440 : cluster [DBG] pgmap v387: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:36.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:36 smithi144 bash[20191]: audit 2024-04-24T13:15:36.391943+0000 mon.smithi086 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.86:0/2800650190' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:15:36.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:36 smithi144 bash[20191]: audit 2024-04-24T13:15:36.391943+0000 mon.smithi086 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.86:0/2800650190' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:15:36.968 INFO:teuthology.orchestra.run.smithi086.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-24T13:15:37.970 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:15:38.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:38 smithi144 bash[20191]: cluster 2024-04-24T13:15:37.403572+0000 mgr.smithi086.skylwm (mgr.14199) 441 : cluster [DBG] pgmap v388: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:38.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:38 smithi144 bash[20191]: cluster 2024-04-24T13:15:37.403572+0000 mgr.smithi086.skylwm (mgr.14199) 441 : cluster [DBG] pgmap v388: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:38.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:38 smithi086 bash[18795]: cluster 2024-04-24T13:15:37.403572+0000 mgr.smithi086.skylwm (mgr.14199) 441 : cluster [DBG] pgmap v388: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:38.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:38 smithi086 bash[18795]: cluster 2024-04-24T13:15:37.403572+0000 mgr.smithi086.skylwm (mgr.14199) 441 : cluster [DBG] pgmap v388: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:40.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:40 smithi144 bash[20191]: cluster 2024-04-24T13:15:39.404560+0000 mgr.smithi086.skylwm (mgr.14199) 442 : cluster [DBG] pgmap v389: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:40.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:40 smithi144 bash[20191]: cluster 2024-04-24T13:15:39.404560+0000 mgr.smithi086.skylwm (mgr.14199) 442 : cluster [DBG] pgmap v389: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:40.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:40 smithi086 bash[18795]: cluster 2024-04-24T13:15:39.404560+0000 mgr.smithi086.skylwm (mgr.14199) 442 : cluster [DBG] pgmap v389: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:40.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:40 smithi086 bash[18795]: cluster 2024-04-24T13:15:39.404560+0000 mgr.smithi086.skylwm (mgr.14199) 442 : cluster [DBG] pgmap v389: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:41.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:41 smithi086 bash[18795]: audit 2024-04-24T13:15:40.874246+0000 mon.smithi086 (mon.0) 548 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:15:41.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:41 smithi086 bash[18795]: audit 2024-04-24T13:15:40.874246+0000 mon.smithi086 (mon.0) 548 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:15:42.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:41 smithi144 bash[20191]: audit 2024-04-24T13:15:40.874246+0000 mon.smithi086 (mon.0) 548 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:15:42.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:41 smithi144 bash[20191]: audit 2024-04-24T13:15:40.874246+0000 mon.smithi086 (mon.0) 548 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:15:42.744 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:15:42.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:42 smithi086 bash[18795]: cluster 2024-04-24T13:15:41.405564+0000 mgr.smithi086.skylwm (mgr.14199) 443 : cluster [DBG] pgmap v390: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:42.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:42 smithi086 bash[18795]: cluster 2024-04-24T13:15:41.405564+0000 mgr.smithi086.skylwm (mgr.14199) 443 : cluster [DBG] pgmap v390: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:43.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:42 smithi144 bash[20191]: cluster 2024-04-24T13:15:41.405564+0000 mgr.smithi086.skylwm (mgr.14199) 443 : cluster [DBG] pgmap v390: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:43.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:42 smithi144 bash[20191]: cluster 2024-04-24T13:15:41.405564+0000 mgr.smithi086.skylwm (mgr.14199) 443 : cluster [DBG] pgmap v390: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:43.919 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:15:44.530 INFO:teuthology.orchestra.run.smithi086.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-24T13:15:44.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:44 smithi086 bash[18795]: cluster 2024-04-24T13:15:43.406159+0000 mgr.smithi086.skylwm (mgr.14199) 444 : cluster [DBG] pgmap v391: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:44.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:44 smithi086 bash[18795]: cluster 2024-04-24T13:15:43.406159+0000 mgr.smithi086.skylwm (mgr.14199) 444 : cluster [DBG] pgmap v391: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:44.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:44 smithi086 bash[18795]: audit 2024-04-24T13:15:43.924650+0000 mon.smithi086 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.86:0/2245119795' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:15:44.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:44 smithi086 bash[18795]: audit 2024-04-24T13:15:43.924650+0000 mon.smithi086 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.86:0/2245119795' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:15:45.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:44 smithi144 bash[20191]: cluster 2024-04-24T13:15:43.406159+0000 mgr.smithi086.skylwm (mgr.14199) 444 : cluster [DBG] pgmap v391: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:45.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:44 smithi144 bash[20191]: cluster 2024-04-24T13:15:43.406159+0000 mgr.smithi086.skylwm (mgr.14199) 444 : cluster [DBG] pgmap v391: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:45.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:44 smithi144 bash[20191]: audit 2024-04-24T13:15:43.924650+0000 mon.smithi086 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.86:0/2245119795' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:15:45.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:44 smithi144 bash[20191]: audit 2024-04-24T13:15:43.924650+0000 mon.smithi086 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.86:0/2245119795' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:15:45.531 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:15:46.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:46 smithi086 bash[18795]: cluster 2024-04-24T13:15:45.407142+0000 mgr.smithi086.skylwm (mgr.14199) 445 : cluster [DBG] pgmap v392: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:46.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:46 smithi086 bash[18795]: cluster 2024-04-24T13:15:45.407142+0000 mgr.smithi086.skylwm (mgr.14199) 445 : cluster [DBG] pgmap v392: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:47.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:46 smithi144 bash[20191]: cluster 2024-04-24T13:15:45.407142+0000 mgr.smithi086.skylwm (mgr.14199) 445 : cluster [DBG] pgmap v392: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:47.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:46 smithi144 bash[20191]: cluster 2024-04-24T13:15:45.407142+0000 mgr.smithi086.skylwm (mgr.14199) 445 : cluster [DBG] pgmap v392: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:48.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:48 smithi086 bash[18795]: cluster 2024-04-24T13:15:47.408168+0000 mgr.smithi086.skylwm (mgr.14199) 446 : cluster [DBG] pgmap v393: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:48.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:48 smithi086 bash[18795]: cluster 2024-04-24T13:15:47.408168+0000 mgr.smithi086.skylwm (mgr.14199) 446 : cluster [DBG] pgmap v393: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:49.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:48 smithi144 bash[20191]: cluster 2024-04-24T13:15:47.408168+0000 mgr.smithi086.skylwm (mgr.14199) 446 : cluster [DBG] pgmap v393: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:49.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:48 smithi144 bash[20191]: cluster 2024-04-24T13:15:47.408168+0000 mgr.smithi086.skylwm (mgr.14199) 446 : cluster [DBG] pgmap v393: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:50.295 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:15:50.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:50 smithi144 bash[20191]: cluster 2024-04-24T13:15:49.409148+0000 mgr.smithi086.skylwm (mgr.14199) 447 : cluster [DBG] pgmap v394: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:50.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:50 smithi144 bash[20191]: cluster 2024-04-24T13:15:49.409148+0000 mgr.smithi086.skylwm (mgr.14199) 447 : cluster [DBG] pgmap v394: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:50.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:50 smithi086 bash[18795]: cluster 2024-04-24T13:15:49.409148+0000 mgr.smithi086.skylwm (mgr.14199) 447 : cluster [DBG] pgmap v394: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:50.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:50 smithi086 bash[18795]: cluster 2024-04-24T13:15:49.409148+0000 mgr.smithi086.skylwm (mgr.14199) 447 : cluster [DBG] pgmap v394: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:51.493 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:15:51.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:51 smithi086 bash[18795]: audit 2024-04-24T13:15:51.486882+0000 mon.smithi086 (mon.0) 550 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:15:51.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:51 smithi086 bash[18795]: audit 2024-04-24T13:15:51.486882+0000 mon.smithi086 (mon.0) 550 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:15:51.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:51 smithi086 bash[18795]: audit 2024-04-24T13:15:51.499498+0000 mon.smithi086 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.86:0/900043341' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:15:51.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:51 smithi086 bash[18795]: audit 2024-04-24T13:15:51.499498+0000 mon.smithi086 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.86:0/900043341' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:15:52.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:51 smithi144 bash[20191]: audit 2024-04-24T13:15:51.486882+0000 mon.smithi086 (mon.0) 550 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:15:52.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:51 smithi144 bash[20191]: audit 2024-04-24T13:15:51.486882+0000 mon.smithi086 (mon.0) 550 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:15:52.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:51 smithi144 bash[20191]: audit 2024-04-24T13:15:51.499498+0000 mon.smithi086 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.86:0/900043341' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:15:52.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:51 smithi144 bash[20191]: audit 2024-04-24T13:15:51.499498+0000 mon.smithi086 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.86:0/900043341' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:15:52.130 INFO:teuthology.orchestra.run.smithi086.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-24T13:15:52.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:52 smithi086 bash[18795]: cluster 2024-04-24T13:15:51.409750+0000 mgr.smithi086.skylwm (mgr.14199) 448 : cluster [DBG] pgmap v395: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:52.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:52 smithi086 bash[18795]: cluster 2024-04-24T13:15:51.409750+0000 mgr.smithi086.skylwm (mgr.14199) 448 : cluster [DBG] pgmap v395: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:53.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:52 smithi144 bash[20191]: cluster 2024-04-24T13:15:51.409750+0000 mgr.smithi086.skylwm (mgr.14199) 448 : cluster [DBG] pgmap v395: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:53.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:52 smithi144 bash[20191]: cluster 2024-04-24T13:15:51.409750+0000 mgr.smithi086.skylwm (mgr.14199) 448 : cluster [DBG] pgmap v395: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:53.131 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:15:54.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:54 smithi086 bash[18795]: cluster 2024-04-24T13:15:53.410653+0000 mgr.smithi086.skylwm (mgr.14199) 449 : cluster [DBG] pgmap v396: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:54.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:54 smithi086 bash[18795]: cluster 2024-04-24T13:15:53.410653+0000 mgr.smithi086.skylwm (mgr.14199) 449 : cluster [DBG] pgmap v396: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:55.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:54 smithi144 bash[20191]: cluster 2024-04-24T13:15:53.410653+0000 mgr.smithi086.skylwm (mgr.14199) 449 : cluster [DBG] pgmap v396: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:55.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:54 smithi144 bash[20191]: cluster 2024-04-24T13:15:53.410653+0000 mgr.smithi086.skylwm (mgr.14199) 449 : cluster [DBG] pgmap v396: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:56.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:56 smithi086 bash[18795]: cluster 2024-04-24T13:15:55.411576+0000 mgr.smithi086.skylwm (mgr.14199) 450 : cluster [DBG] pgmap v397: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:56.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:56 smithi086 bash[18795]: cluster 2024-04-24T13:15:55.411576+0000 mgr.smithi086.skylwm (mgr.14199) 450 : cluster [DBG] pgmap v397: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:56.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:56 smithi086 bash[18795]: audit 2024-04-24T13:15:55.874293+0000 mon.smithi086 (mon.0) 552 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:15:56.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:56 smithi086 bash[18795]: audit 2024-04-24T13:15:55.874293+0000 mon.smithi086 (mon.0) 552 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:15:57.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:56 smithi144 bash[20191]: cluster 2024-04-24T13:15:55.411576+0000 mgr.smithi086.skylwm (mgr.14199) 450 : cluster [DBG] pgmap v397: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:57.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:56 smithi144 bash[20191]: cluster 2024-04-24T13:15:55.411576+0000 mgr.smithi086.skylwm (mgr.14199) 450 : cluster [DBG] pgmap v397: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:57.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:56 smithi144 bash[20191]: audit 2024-04-24T13:15:55.874293+0000 mon.smithi086 (mon.0) 552 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:15:57.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:56 smithi144 bash[20191]: audit 2024-04-24T13:15:55.874293+0000 mon.smithi086 (mon.0) 552 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:15:57.156 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:15:58.712 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:15:58.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:58 smithi144 bash[20191]: cluster 2024-04-24T13:15:57.412534+0000 mgr.smithi086.skylwm (mgr.14199) 451 : cluster [DBG] pgmap v398: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:58.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:58 smithi144 bash[20191]: cluster 2024-04-24T13:15:57.412534+0000 mgr.smithi086.skylwm (mgr.14199) 451 : cluster [DBG] pgmap v398: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:58.968 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:58 smithi086 bash[18795]: cluster 2024-04-24T13:15:57.412534+0000 mgr.smithi086.skylwm (mgr.14199) 451 : cluster [DBG] pgmap v398: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:58.968 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:58 smithi086 bash[18795]: cluster 2024-04-24T13:15:57.412534+0000 mgr.smithi086.skylwm (mgr.14199) 451 : cluster [DBG] pgmap v398: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:15:59.903 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:59 smithi086 bash[18795]: audit 2024-04-24T13:15:58.717559+0000 mon.smithi086 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.86:0/3944268327' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:15:59.904 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:15:59 smithi086 bash[18795]: audit 2024-04-24T13:15:58.717559+0000 mon.smithi086 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.86:0/3944268327' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:15:59.905 INFO:teuthology.orchestra.run.smithi086.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-24T13:16:00.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:59 smithi144 bash[20191]: audit 2024-04-24T13:15:58.717559+0000 mon.smithi086 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.86:0/3944268327' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:16:00.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:15:59 smithi144 bash[20191]: audit 2024-04-24T13:15:58.717559+0000 mon.smithi086 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.86:0/3944268327' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:16:00.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:00 smithi144 bash[20191]: cluster 2024-04-24T13:15:59.413521+0000 mgr.smithi086.skylwm (mgr.14199) 452 : cluster [DBG] pgmap v399: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:00.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:00 smithi144 bash[20191]: cluster 2024-04-24T13:15:59.413521+0000 mgr.smithi086.skylwm (mgr.14199) 452 : cluster [DBG] pgmap v399: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:00.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:00 smithi144 bash[20191]: audit 2024-04-24T13:15:59.908091+0000 mon.smithi086 (mon.0) 554 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:16:00.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:00 smithi144 bash[20191]: audit 2024-04-24T13:15:59.908091+0000 mon.smithi086 (mon.0) 554 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:16:00.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:00 smithi144 bash[20191]: audit 2024-04-24T13:15:59.910190+0000 mon.smithi086 (mon.0) 555 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:16:00.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:00 smithi144 bash[20191]: audit 2024-04-24T13:15:59.910190+0000 mon.smithi086 (mon.0) 555 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:16:00.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:00 smithi144 bash[20191]: audit 2024-04-24T13:15:59.921998+0000 mon.smithi086 (mon.0) 556 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:16:00.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:00 smithi144 bash[20191]: audit 2024-04-24T13:15:59.921998+0000 mon.smithi086 (mon.0) 556 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:16:00.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:00 smithi144 bash[20191]: audit 2024-04-24T13:15:59.927997+0000 mon.smithi086 (mon.0) 557 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:16:00.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:00 smithi144 bash[20191]: audit 2024-04-24T13:15:59.927997+0000 mon.smithi086 (mon.0) 557 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:16:00.907 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:16:00.918 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:00 smithi086 bash[18795]: cluster 2024-04-24T13:15:59.413521+0000 mgr.smithi086.skylwm (mgr.14199) 452 : cluster [DBG] pgmap v399: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:00.918 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:00 smithi086 bash[18795]: cluster 2024-04-24T13:15:59.413521+0000 mgr.smithi086.skylwm (mgr.14199) 452 : cluster [DBG] pgmap v399: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:00.918 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:00 smithi086 bash[18795]: audit 2024-04-24T13:15:59.908091+0000 mon.smithi086 (mon.0) 554 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:16:00.918 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:00 smithi086 bash[18795]: audit 2024-04-24T13:15:59.908091+0000 mon.smithi086 (mon.0) 554 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:16:00.918 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:00 smithi086 bash[18795]: audit 2024-04-24T13:15:59.910190+0000 mon.smithi086 (mon.0) 555 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:16:00.918 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:00 smithi086 bash[18795]: audit 2024-04-24T13:15:59.910190+0000 mon.smithi086 (mon.0) 555 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:16:00.919 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:00 smithi086 bash[18795]: audit 2024-04-24T13:15:59.921998+0000 mon.smithi086 (mon.0) 556 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:16:00.919 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:00 smithi086 bash[18795]: audit 2024-04-24T13:15:59.921998+0000 mon.smithi086 (mon.0) 556 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:16:00.919 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:00 smithi086 bash[18795]: audit 2024-04-24T13:15:59.927997+0000 mon.smithi086 (mon.0) 557 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:16:00.919 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:00 smithi086 bash[18795]: audit 2024-04-24T13:15:59.927997+0000 mon.smithi086 (mon.0) 557 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:16:01.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:01 smithi086 bash[18795]: cluster 2024-04-24T13:15:59.913244+0000 mgr.smithi086.skylwm (mgr.14199) 453 : cluster [DBG] pgmap v400: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:01.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:01 smithi086 bash[18795]: cluster 2024-04-24T13:15:59.913244+0000 mgr.smithi086.skylwm (mgr.14199) 453 : cluster [DBG] pgmap v400: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:01.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:01 smithi086 bash[18795]: cluster 2024-04-24T13:15:59.914203+0000 mgr.smithi086.skylwm (mgr.14199) 454 : cluster [DBG] pgmap v401: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:01.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:01 smithi086 bash[18795]: cluster 2024-04-24T13:15:59.914203+0000 mgr.smithi086.skylwm (mgr.14199) 454 : cluster [DBG] pgmap v401: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:02.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:01 smithi144 bash[20191]: cluster 2024-04-24T13:15:59.913244+0000 mgr.smithi086.skylwm (mgr.14199) 453 : cluster [DBG] pgmap v400: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:02.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:01 smithi144 bash[20191]: cluster 2024-04-24T13:15:59.913244+0000 mgr.smithi086.skylwm (mgr.14199) 453 : cluster [DBG] pgmap v400: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:02.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:01 smithi144 bash[20191]: cluster 2024-04-24T13:15:59.914203+0000 mgr.smithi086.skylwm (mgr.14199) 454 : cluster [DBG] pgmap v401: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:02.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:01 smithi144 bash[20191]: cluster 2024-04-24T13:15:59.914203+0000 mgr.smithi086.skylwm (mgr.14199) 454 : cluster [DBG] pgmap v401: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:03.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:03 smithi086 bash[18795]: cluster 2024-04-24T13:16:01.915204+0000 mgr.smithi086.skylwm (mgr.14199) 455 : cluster [DBG] pgmap v402: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:03.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:03 smithi086 bash[18795]: cluster 2024-04-24T13:16:01.915204+0000 mgr.smithi086.skylwm (mgr.14199) 455 : cluster [DBG] pgmap v402: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:04.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:03 smithi144 bash[20191]: cluster 2024-04-24T13:16:01.915204+0000 mgr.smithi086.skylwm (mgr.14199) 455 : cluster [DBG] pgmap v402: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:04.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:03 smithi144 bash[20191]: cluster 2024-04-24T13:16:01.915204+0000 mgr.smithi086.skylwm (mgr.14199) 455 : cluster [DBG] pgmap v402: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:05.672 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:16:05.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:05 smithi144 bash[20191]: cluster 2024-04-24T13:16:03.916201+0000 mgr.smithi086.skylwm (mgr.14199) 456 : cluster [DBG] pgmap v403: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:05.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:05 smithi144 bash[20191]: cluster 2024-04-24T13:16:03.916201+0000 mgr.smithi086.skylwm (mgr.14199) 456 : cluster [DBG] pgmap v403: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:05.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:05 smithi086 bash[18795]: cluster 2024-04-24T13:16:03.916201+0000 mgr.smithi086.skylwm (mgr.14199) 456 : cluster [DBG] pgmap v403: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:05.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:05 smithi086 bash[18795]: cluster 2024-04-24T13:16:03.916201+0000 mgr.smithi086.skylwm (mgr.14199) 456 : cluster [DBG] pgmap v403: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:06.942 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:16:07.510 INFO:teuthology.orchestra.run.smithi086.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-24T13:16:07.814 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:07 smithi086 bash[18795]: cluster 2024-04-24T13:16:05.917361+0000 mgr.smithi086.skylwm (mgr.14199) 457 : cluster [DBG] pgmap v404: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:07.814 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:07 smithi086 bash[18795]: cluster 2024-04-24T13:16:05.917361+0000 mgr.smithi086.skylwm (mgr.14199) 457 : cluster [DBG] pgmap v404: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:07.814 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:07 smithi086 bash[18795]: audit 2024-04-24T13:16:06.947993+0000 mon.smithi086 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.86:0/3421996937' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:16:07.814 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:07 smithi086 bash[18795]: audit 2024-04-24T13:16:06.947993+0000 mon.smithi086 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.86:0/3421996937' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:16:08.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:07 smithi144 bash[20191]: cluster 2024-04-24T13:16:05.917361+0000 mgr.smithi086.skylwm (mgr.14199) 457 : cluster [DBG] pgmap v404: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:08.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:07 smithi144 bash[20191]: cluster 2024-04-24T13:16:05.917361+0000 mgr.smithi086.skylwm (mgr.14199) 457 : cluster [DBG] pgmap v404: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:08.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:07 smithi144 bash[20191]: audit 2024-04-24T13:16:06.947993+0000 mon.smithi086 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.86:0/3421996937' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:16:08.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:07 smithi144 bash[20191]: audit 2024-04-24T13:16:06.947993+0000 mon.smithi086 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.86:0/3421996937' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:16:08.512 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:16:09.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:09 smithi086 bash[18795]: cluster 2024-04-24T13:16:07.918418+0000 mgr.smithi086.skylwm (mgr.14199) 458 : cluster [DBG] pgmap v405: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:09.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:09 smithi086 bash[18795]: cluster 2024-04-24T13:16:07.918418+0000 mgr.smithi086.skylwm (mgr.14199) 458 : cluster [DBG] pgmap v405: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:10.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:09 smithi144 bash[20191]: cluster 2024-04-24T13:16:07.918418+0000 mgr.smithi086.skylwm (mgr.14199) 458 : cluster [DBG] pgmap v405: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:10.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:09 smithi144 bash[20191]: cluster 2024-04-24T13:16:07.918418+0000 mgr.smithi086.skylwm (mgr.14199) 458 : cluster [DBG] pgmap v405: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:11.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:11 smithi086 bash[18795]: cluster 2024-04-24T13:16:09.919555+0000 mgr.smithi086.skylwm (mgr.14199) 459 : cluster [DBG] pgmap v406: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:11.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:11 smithi086 bash[18795]: cluster 2024-04-24T13:16:09.919555+0000 mgr.smithi086.skylwm (mgr.14199) 459 : cluster [DBG] pgmap v406: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:11.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:11 smithi086 bash[18795]: audit 2024-04-24T13:16:10.874910+0000 mon.smithi086 (mon.0) 559 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:16:11.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:11 smithi086 bash[18795]: audit 2024-04-24T13:16:10.874910+0000 mon.smithi086 (mon.0) 559 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:16:12.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:11 smithi144 bash[20191]: cluster 2024-04-24T13:16:09.919555+0000 mgr.smithi086.skylwm (mgr.14199) 459 : cluster [DBG] pgmap v406: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:12.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:11 smithi144 bash[20191]: cluster 2024-04-24T13:16:09.919555+0000 mgr.smithi086.skylwm (mgr.14199) 459 : cluster [DBG] pgmap v406: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:12.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:11 smithi144 bash[20191]: audit 2024-04-24T13:16:10.874910+0000 mon.smithi086 (mon.0) 559 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:16:12.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:11 smithi144 bash[20191]: audit 2024-04-24T13:16:10.874910+0000 mon.smithi086 (mon.0) 559 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:16:13.273 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:16:13.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:13 smithi086 bash[18795]: cluster 2024-04-24T13:16:11.920556+0000 mgr.smithi086.skylwm (mgr.14199) 460 : cluster [DBG] pgmap v407: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:13.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:13 smithi086 bash[18795]: cluster 2024-04-24T13:16:11.920556+0000 mgr.smithi086.skylwm (mgr.14199) 460 : cluster [DBG] pgmap v407: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:14.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:13 smithi144 bash[20191]: cluster 2024-04-24T13:16:11.920556+0000 mgr.smithi086.skylwm (mgr.14199) 460 : cluster [DBG] pgmap v407: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:14.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:13 smithi144 bash[20191]: cluster 2024-04-24T13:16:11.920556+0000 mgr.smithi086.skylwm (mgr.14199) 460 : cluster [DBG] pgmap v407: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:14.489 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:16:14.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:14 smithi086 bash[18795]: audit 2024-04-24T13:16:14.494859+0000 mon.smithi086 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.86:0/539807608' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:16:14.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:14 smithi086 bash[18795]: audit 2024-04-24T13:16:14.494859+0000 mon.smithi086 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.86:0/539807608' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:16:15.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:14 smithi144 bash[20191]: audit 2024-04-24T13:16:14.494859+0000 mon.smithi086 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.86:0/539807608' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:16:15.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:14 smithi144 bash[20191]: audit 2024-04-24T13:16:14.494859+0000 mon.smithi086 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.86:0/539807608' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:16:15.094 INFO:teuthology.orchestra.run.smithi086.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-24T13:16:15.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:15 smithi144 bash[20191]: cluster 2024-04-24T13:16:13.921531+0000 mgr.smithi086.skylwm (mgr.14199) 461 : cluster [DBG] pgmap v408: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:15.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:15 smithi144 bash[20191]: cluster 2024-04-24T13:16:13.921531+0000 mgr.smithi086.skylwm (mgr.14199) 461 : cluster [DBG] pgmap v408: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:15.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:15 smithi086 bash[18795]: cluster 2024-04-24T13:16:13.921531+0000 mgr.smithi086.skylwm (mgr.14199) 461 : cluster [DBG] pgmap v408: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:15.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:15 smithi086 bash[18795]: cluster 2024-04-24T13:16:13.921531+0000 mgr.smithi086.skylwm (mgr.14199) 461 : cluster [DBG] pgmap v408: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:16.096 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:16:17.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:17 smithi086 bash[18795]: cluster 2024-04-24T13:16:15.922445+0000 mgr.smithi086.skylwm (mgr.14199) 462 : cluster [DBG] pgmap v409: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:17.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:17 smithi086 bash[18795]: cluster 2024-04-24T13:16:15.922445+0000 mgr.smithi086.skylwm (mgr.14199) 462 : cluster [DBG] pgmap v409: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:18.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:17 smithi144 bash[20191]: cluster 2024-04-24T13:16:15.922445+0000 mgr.smithi086.skylwm (mgr.14199) 462 : cluster [DBG] pgmap v409: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:18.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:17 smithi144 bash[20191]: cluster 2024-04-24T13:16:15.922445+0000 mgr.smithi086.skylwm (mgr.14199) 462 : cluster [DBG] pgmap v409: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:19.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:19 smithi086 bash[18795]: cluster 2024-04-24T13:16:17.923526+0000 mgr.smithi086.skylwm (mgr.14199) 463 : cluster [DBG] pgmap v410: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:19.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:19 smithi086 bash[18795]: cluster 2024-04-24T13:16:17.923526+0000 mgr.smithi086.skylwm (mgr.14199) 463 : cluster [DBG] pgmap v410: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:20.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:19 smithi144 bash[20191]: cluster 2024-04-24T13:16:17.923526+0000 mgr.smithi086.skylwm (mgr.14199) 463 : cluster [DBG] pgmap v410: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:20.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:19 smithi144 bash[20191]: cluster 2024-04-24T13:16:17.923526+0000 mgr.smithi086.skylwm (mgr.14199) 463 : cluster [DBG] pgmap v410: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:20.865 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:16:21.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:21 smithi086 bash[18795]: cluster 2024-04-24T13:16:19.924462+0000 mgr.smithi086.skylwm (mgr.14199) 464 : cluster [DBG] pgmap v411: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:21.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:21 smithi086 bash[18795]: cluster 2024-04-24T13:16:19.924462+0000 mgr.smithi086.skylwm (mgr.14199) 464 : cluster [DBG] pgmap v411: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:21.998 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:16:22.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:21 smithi144 bash[20191]: cluster 2024-04-24T13:16:19.924462+0000 mgr.smithi086.skylwm (mgr.14199) 464 : cluster [DBG] pgmap v411: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:22.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:21 smithi144 bash[20191]: cluster 2024-04-24T13:16:19.924462+0000 mgr.smithi086.skylwm (mgr.14199) 464 : cluster [DBG] pgmap v411: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:22.604 INFO:teuthology.orchestra.run.smithi086.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-24T13:16:22.868 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:22 smithi086 bash[18795]: audit 2024-04-24T13:16:22.003727+0000 mon.smithi086 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.86:0/479719505' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:16:22.868 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:22 smithi086 bash[18795]: audit 2024-04-24T13:16:22.003727+0000 mon.smithi086 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.86:0/479719505' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:16:23.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:22 smithi144 bash[20191]: audit 2024-04-24T13:16:22.003727+0000 mon.smithi086 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.86:0/479719505' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:16:23.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:22 smithi144 bash[20191]: audit 2024-04-24T13:16:22.003727+0000 mon.smithi086 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.86:0/479719505' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:16:23.606 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:16:23.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:23 smithi086 bash[18795]: cluster 2024-04-24T13:16:21.925495+0000 mgr.smithi086.skylwm (mgr.14199) 465 : cluster [DBG] pgmap v412: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:23.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:23 smithi086 bash[18795]: cluster 2024-04-24T13:16:21.925495+0000 mgr.smithi086.skylwm (mgr.14199) 465 : cluster [DBG] pgmap v412: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:24.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:23 smithi144 bash[20191]: cluster 2024-04-24T13:16:21.925495+0000 mgr.smithi086.skylwm (mgr.14199) 465 : cluster [DBG] pgmap v412: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:24.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:23 smithi144 bash[20191]: cluster 2024-04-24T13:16:21.925495+0000 mgr.smithi086.skylwm (mgr.14199) 465 : cluster [DBG] pgmap v412: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:24.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:24 smithi086 bash[18795]: cluster 2024-04-24T13:16:23.926451+0000 mgr.smithi086.skylwm (mgr.14199) 466 : cluster [DBG] pgmap v413: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:24.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:24 smithi086 bash[18795]: cluster 2024-04-24T13:16:23.926451+0000 mgr.smithi086.skylwm (mgr.14199) 466 : cluster [DBG] pgmap v413: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:25.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:24 smithi144 bash[20191]: cluster 2024-04-24T13:16:23.926451+0000 mgr.smithi086.skylwm (mgr.14199) 466 : cluster [DBG] pgmap v413: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:25.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:24 smithi144 bash[20191]: cluster 2024-04-24T13:16:23.926451+0000 mgr.smithi086.skylwm (mgr.14199) 466 : cluster [DBG] pgmap v413: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:26.209 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:25 smithi086 bash[18795]: audit 2024-04-24T13:16:25.875183+0000 mon.smithi086 (mon.0) 562 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:16:26.210 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:25 smithi086 bash[18795]: audit 2024-04-24T13:16:25.875183+0000 mon.smithi086 (mon.0) 562 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:16:26.294 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:25 smithi144 bash[20191]: audit 2024-04-24T13:16:25.875183+0000 mon.smithi086 (mon.0) 562 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:16:26.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:25 smithi144 bash[20191]: audit 2024-04-24T13:16:25.875183+0000 mon.smithi086 (mon.0) 562 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:16:27.209 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:26 smithi086 bash[18795]: cluster 2024-04-24T13:16:25.927500+0000 mgr.smithi086.skylwm (mgr.14199) 467 : cluster [DBG] pgmap v414: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:27.210 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:26 smithi086 bash[18795]: cluster 2024-04-24T13:16:25.927500+0000 mgr.smithi086.skylwm (mgr.14199) 467 : cluster [DBG] pgmap v414: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:27.294 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:26 smithi144 bash[20191]: cluster 2024-04-24T13:16:25.927500+0000 mgr.smithi086.skylwm (mgr.14199) 467 : cluster [DBG] pgmap v414: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:27.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:26 smithi144 bash[20191]: cluster 2024-04-24T13:16:25.927500+0000 mgr.smithi086.skylwm (mgr.14199) 467 : cluster [DBG] pgmap v414: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:28.373 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:16:29.209 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:28 smithi086 bash[18795]: cluster 2024-04-24T13:16:27.928751+0000 mgr.smithi086.skylwm (mgr.14199) 468 : cluster [DBG] pgmap v415: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:29.210 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:28 smithi086 bash[18795]: cluster 2024-04-24T13:16:27.928751+0000 mgr.smithi086.skylwm (mgr.14199) 468 : cluster [DBG] pgmap v415: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:29.294 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:28 smithi144 bash[20191]: cluster 2024-04-24T13:16:27.928751+0000 mgr.smithi086.skylwm (mgr.14199) 468 : cluster [DBG] pgmap v415: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:29.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:28 smithi144 bash[20191]: cluster 2024-04-24T13:16:27.928751+0000 mgr.smithi086.skylwm (mgr.14199) 468 : cluster [DBG] pgmap v415: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:29.616 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:16:30.210 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:29 smithi086 bash[18795]: audit 2024-04-24T13:16:29.622340+0000 mon.smithi086 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.86:0/4122356630' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:16:30.210 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:29 smithi086 bash[18795]: audit 2024-04-24T13:16:29.622340+0000 mon.smithi086 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.86:0/4122356630' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:16:30.224 INFO:teuthology.orchestra.run.smithi086.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-24T13:16:30.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:29 smithi144 bash[20191]: audit 2024-04-24T13:16:29.622340+0000 mon.smithi086 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.86:0/4122356630' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:16:30.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:29 smithi144 bash[20191]: audit 2024-04-24T13:16:29.622340+0000 mon.smithi086 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.86:0/4122356630' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:16:31.209 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:30 smithi086 bash[18795]: cluster 2024-04-24T13:16:29.929801+0000 mgr.smithi086.skylwm (mgr.14199) 469 : cluster [DBG] pgmap v416: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:31.210 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:30 smithi086 bash[18795]: cluster 2024-04-24T13:16:29.929801+0000 mgr.smithi086.skylwm (mgr.14199) 469 : cluster [DBG] pgmap v416: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:31.225 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:16:31.294 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:30 smithi144 bash[20191]: cluster 2024-04-24T13:16:29.929801+0000 mgr.smithi086.skylwm (mgr.14199) 469 : cluster [DBG] pgmap v416: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:31.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:30 smithi144 bash[20191]: cluster 2024-04-24T13:16:29.929801+0000 mgr.smithi086.skylwm (mgr.14199) 469 : cluster [DBG] pgmap v416: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:33.210 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:32 smithi086 bash[18795]: cluster 2024-04-24T13:16:31.930810+0000 mgr.smithi086.skylwm (mgr.14199) 470 : cluster [DBG] pgmap v417: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:33.210 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:32 smithi086 bash[18795]: cluster 2024-04-24T13:16:31.930810+0000 mgr.smithi086.skylwm (mgr.14199) 470 : cluster [DBG] pgmap v417: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:33.294 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:32 smithi144 bash[20191]: cluster 2024-04-24T13:16:31.930810+0000 mgr.smithi086.skylwm (mgr.14199) 470 : cluster [DBG] pgmap v417: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:33.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:32 smithi144 bash[20191]: cluster 2024-04-24T13:16:31.930810+0000 mgr.smithi086.skylwm (mgr.14199) 470 : cluster [DBG] pgmap v417: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:35.210 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:34 smithi086 bash[18795]: cluster 2024-04-24T13:16:33.931827+0000 mgr.smithi086.skylwm (mgr.14199) 471 : cluster [DBG] pgmap v418: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:35.210 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:34 smithi086 bash[18795]: cluster 2024-04-24T13:16:33.931827+0000 mgr.smithi086.skylwm (mgr.14199) 471 : cluster [DBG] pgmap v418: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:35.294 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:34 smithi144 bash[20191]: cluster 2024-04-24T13:16:33.931827+0000 mgr.smithi086.skylwm (mgr.14199) 471 : cluster [DBG] pgmap v418: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:35.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:34 smithi144 bash[20191]: cluster 2024-04-24T13:16:33.931827+0000 mgr.smithi086.skylwm (mgr.14199) 471 : cluster [DBG] pgmap v418: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:35.987 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:16:37.174 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:16:37.188 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:36 smithi086 bash[18795]: cluster 2024-04-24T13:16:35.932907+0000 mgr.smithi086.skylwm (mgr.14199) 472 : cluster [DBG] pgmap v419: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:37.188 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:36 smithi086 bash[18795]: cluster 2024-04-24T13:16:35.932907+0000 mgr.smithi086.skylwm (mgr.14199) 472 : cluster [DBG] pgmap v419: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:37.294 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:36 smithi144 bash[20191]: cluster 2024-04-24T13:16:35.932907+0000 mgr.smithi086.skylwm (mgr.14199) 472 : cluster [DBG] pgmap v419: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:37.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:36 smithi144 bash[20191]: cluster 2024-04-24T13:16:35.932907+0000 mgr.smithi086.skylwm (mgr.14199) 472 : cluster [DBG] pgmap v419: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:37.732 INFO:teuthology.orchestra.run.smithi086.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-24T13:16:38.210 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:37 smithi086 bash[18795]: audit 2024-04-24T13:16:37.179758+0000 mon.smithi086 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.86:0/1168652758' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:16:38.210 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:37 smithi086 bash[18795]: audit 2024-04-24T13:16:37.179758+0000 mon.smithi086 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.86:0/1168652758' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:16:38.294 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:37 smithi144 bash[20191]: audit 2024-04-24T13:16:37.179758+0000 mon.smithi086 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.86:0/1168652758' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:16:38.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:37 smithi144 bash[20191]: audit 2024-04-24T13:16:37.179758+0000 mon.smithi086 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.86:0/1168652758' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:16:38.733 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:16:39.210 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:38 smithi086 bash[18795]: cluster 2024-04-24T13:16:37.933955+0000 mgr.smithi086.skylwm (mgr.14199) 473 : cluster [DBG] pgmap v420: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:39.210 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:38 smithi086 bash[18795]: cluster 2024-04-24T13:16:37.933955+0000 mgr.smithi086.skylwm (mgr.14199) 473 : cluster [DBG] pgmap v420: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:39.294 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:38 smithi144 bash[20191]: cluster 2024-04-24T13:16:37.933955+0000 mgr.smithi086.skylwm (mgr.14199) 473 : cluster [DBG] pgmap v420: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:39.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:38 smithi144 bash[20191]: cluster 2024-04-24T13:16:37.933955+0000 mgr.smithi086.skylwm (mgr.14199) 473 : cluster [DBG] pgmap v420: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:41.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:40 smithi144 bash[20191]: cluster 2024-04-24T13:16:39.935075+0000 mgr.smithi086.skylwm (mgr.14199) 474 : cluster [DBG] pgmap v421: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:41.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:40 smithi144 bash[20191]: cluster 2024-04-24T13:16:39.935075+0000 mgr.smithi086.skylwm (mgr.14199) 474 : cluster [DBG] pgmap v421: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:41.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:40 smithi144 bash[20191]: audit 2024-04-24T13:16:40.875812+0000 mon.smithi086 (mon.0) 565 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:16:41.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:40 smithi144 bash[20191]: audit 2024-04-24T13:16:40.875812+0000 mon.smithi086 (mon.0) 565 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:16:41.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:40 smithi086 bash[18795]: cluster 2024-04-24T13:16:39.935075+0000 mgr.smithi086.skylwm (mgr.14199) 474 : cluster [DBG] pgmap v421: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:41.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:40 smithi086 bash[18795]: cluster 2024-04-24T13:16:39.935075+0000 mgr.smithi086.skylwm (mgr.14199) 474 : cluster [DBG] pgmap v421: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:41.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:40 smithi086 bash[18795]: audit 2024-04-24T13:16:40.875812+0000 mon.smithi086 (mon.0) 565 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:16:41.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:40 smithi086 bash[18795]: audit 2024-04-24T13:16:40.875812+0000 mon.smithi086 (mon.0) 565 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:16:43.209 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:42 smithi086 bash[18795]: cluster 2024-04-24T13:16:41.936062+0000 mgr.smithi086.skylwm (mgr.14199) 475 : cluster [DBG] pgmap v422: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:43.210 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:42 smithi086 bash[18795]: cluster 2024-04-24T13:16:41.936062+0000 mgr.smithi086.skylwm (mgr.14199) 475 : cluster [DBG] pgmap v422: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:43.294 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:42 smithi144 bash[20191]: cluster 2024-04-24T13:16:41.936062+0000 mgr.smithi086.skylwm (mgr.14199) 475 : cluster [DBG] pgmap v422: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:43.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:42 smithi144 bash[20191]: cluster 2024-04-24T13:16:41.936062+0000 mgr.smithi086.skylwm (mgr.14199) 475 : cluster [DBG] pgmap v422: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:43.496 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:16:44.782 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:16:45.211 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:44 smithi086 bash[18795]: cluster 2024-04-24T13:16:43.937032+0000 mgr.smithi086.skylwm (mgr.14199) 476 : cluster [DBG] pgmap v423: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:45.211 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:44 smithi086 bash[18795]: cluster 2024-04-24T13:16:43.937032+0000 mgr.smithi086.skylwm (mgr.14199) 476 : cluster [DBG] pgmap v423: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:45.211 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:44 smithi086 bash[18795]: audit 2024-04-24T13:16:44.788088+0000 mon.smithi086 (mon.0) 566 : audit [DBG] from='client.? 172.21.15.86:0/3960093781' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:16:45.212 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:44 smithi086 bash[18795]: audit 2024-04-24T13:16:44.788088+0000 mon.smithi086 (mon.0) 566 : audit [DBG] from='client.? 172.21.15.86:0/3960093781' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:16:45.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:44 smithi144 bash[20191]: cluster 2024-04-24T13:16:43.937032+0000 mgr.smithi086.skylwm (mgr.14199) 476 : cluster [DBG] pgmap v423: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:45.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:44 smithi144 bash[20191]: cluster 2024-04-24T13:16:43.937032+0000 mgr.smithi086.skylwm (mgr.14199) 476 : cluster [DBG] pgmap v423: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:45.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:44 smithi144 bash[20191]: audit 2024-04-24T13:16:44.788088+0000 mon.smithi086 (mon.0) 566 : audit [DBG] from='client.? 172.21.15.86:0/3960093781' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:16:45.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:44 smithi144 bash[20191]: audit 2024-04-24T13:16:44.788088+0000 mon.smithi086 (mon.0) 566 : audit [DBG] from='client.? 172.21.15.86:0/3960093781' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:16:45.457 INFO:teuthology.orchestra.run.smithi086.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-24T13:16:46.459 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:16:47.294 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:46 smithi144 bash[20191]: cluster 2024-04-24T13:16:45.938034+0000 mgr.smithi086.skylwm (mgr.14199) 477 : cluster [DBG] pgmap v424: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:47.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:46 smithi144 bash[20191]: cluster 2024-04-24T13:16:45.938034+0000 mgr.smithi086.skylwm (mgr.14199) 477 : cluster [DBG] pgmap v424: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:47.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:46 smithi086 bash[18795]: cluster 2024-04-24T13:16:45.938034+0000 mgr.smithi086.skylwm (mgr.14199) 477 : cluster [DBG] pgmap v424: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:47.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:46 smithi086 bash[18795]: cluster 2024-04-24T13:16:45.938034+0000 mgr.smithi086.skylwm (mgr.14199) 477 : cluster [DBG] pgmap v424: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:49.294 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:48 smithi144 bash[20191]: cluster 2024-04-24T13:16:47.939012+0000 mgr.smithi086.skylwm (mgr.14199) 478 : cluster [DBG] pgmap v425: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:49.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:48 smithi144 bash[20191]: cluster 2024-04-24T13:16:47.939012+0000 mgr.smithi086.skylwm (mgr.14199) 478 : cluster [DBG] pgmap v425: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:49.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:48 smithi086 bash[18795]: cluster 2024-04-24T13:16:47.939012+0000 mgr.smithi086.skylwm (mgr.14199) 478 : cluster [DBG] pgmap v425: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:49.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:48 smithi086 bash[18795]: cluster 2024-04-24T13:16:47.939012+0000 mgr.smithi086.skylwm (mgr.14199) 478 : cluster [DBG] pgmap v425: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:51.223 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:16:51.294 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:51 smithi144 bash[20191]: cluster 2024-04-24T13:16:49.940022+0000 mgr.smithi086.skylwm (mgr.14199) 479 : cluster [DBG] pgmap v426: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:51.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:51 smithi144 bash[20191]: cluster 2024-04-24T13:16:49.940022+0000 mgr.smithi086.skylwm (mgr.14199) 479 : cluster [DBG] pgmap v426: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:51.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:51 smithi086 bash[18795]: cluster 2024-04-24T13:16:49.940022+0000 mgr.smithi086.skylwm (mgr.14199) 479 : cluster [DBG] pgmap v426: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:51.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:51 smithi086 bash[18795]: cluster 2024-04-24T13:16:49.940022+0000 mgr.smithi086.skylwm (mgr.14199) 479 : cluster [DBG] pgmap v426: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:52.381 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:16:52.987 INFO:teuthology.orchestra.run.smithi086.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-24T13:16:53.294 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:53 smithi144 bash[20191]: cluster 2024-04-24T13:16:51.940945+0000 mgr.smithi086.skylwm (mgr.14199) 480 : cluster [DBG] pgmap v427: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:53.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:53 smithi144 bash[20191]: cluster 2024-04-24T13:16:51.940945+0000 mgr.smithi086.skylwm (mgr.14199) 480 : cluster [DBG] pgmap v427: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:53.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:53 smithi144 bash[20191]: audit 2024-04-24T13:16:52.386597+0000 mon.smithi086 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.86:0/337924792' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:16:53.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:53 smithi144 bash[20191]: audit 2024-04-24T13:16:52.386597+0000 mon.smithi086 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.86:0/337924792' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:16:53.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:53 smithi086 bash[18795]: cluster 2024-04-24T13:16:51.940945+0000 mgr.smithi086.skylwm (mgr.14199) 480 : cluster [DBG] pgmap v427: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:53.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:53 smithi086 bash[18795]: cluster 2024-04-24T13:16:51.940945+0000 mgr.smithi086.skylwm (mgr.14199) 480 : cluster [DBG] pgmap v427: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:53.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:53 smithi086 bash[18795]: audit 2024-04-24T13:16:52.386597+0000 mon.smithi086 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.86:0/337924792' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:16:53.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:53 smithi086 bash[18795]: audit 2024-04-24T13:16:52.386597+0000 mon.smithi086 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.86:0/337924792' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:16:53.988 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:16:55.294 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:55 smithi144 bash[20191]: cluster 2024-04-24T13:16:53.941981+0000 mgr.smithi086.skylwm (mgr.14199) 481 : cluster [DBG] pgmap v428: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:55.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:55 smithi144 bash[20191]: cluster 2024-04-24T13:16:53.941981+0000 mgr.smithi086.skylwm (mgr.14199) 481 : cluster [DBG] pgmap v428: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:55.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:55 smithi086 bash[18795]: cluster 2024-04-24T13:16:53.941981+0000 mgr.smithi086.skylwm (mgr.14199) 481 : cluster [DBG] pgmap v428: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:55.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:55 smithi086 bash[18795]: cluster 2024-04-24T13:16:53.941981+0000 mgr.smithi086.skylwm (mgr.14199) 481 : cluster [DBG] pgmap v428: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:56.294 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:56 smithi144 bash[20191]: audit 2024-04-24T13:16:55.876007+0000 mon.smithi086 (mon.0) 568 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:16:56.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:56 smithi144 bash[20191]: audit 2024-04-24T13:16:55.876007+0000 mon.smithi086 (mon.0) 568 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:16:56.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:56 smithi086 bash[18795]: audit 2024-04-24T13:16:55.876007+0000 mon.smithi086 (mon.0) 568 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:16:56.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:56 smithi086 bash[18795]: audit 2024-04-24T13:16:55.876007+0000 mon.smithi086 (mon.0) 568 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:16:57.294 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:57 smithi144 bash[20191]: cluster 2024-04-24T13:16:55.942934+0000 mgr.smithi086.skylwm (mgr.14199) 482 : cluster [DBG] pgmap v429: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:57.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:57 smithi144 bash[20191]: cluster 2024-04-24T13:16:55.942934+0000 mgr.smithi086.skylwm (mgr.14199) 482 : cluster [DBG] pgmap v429: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:57.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:57 smithi086 bash[18795]: cluster 2024-04-24T13:16:55.942934+0000 mgr.smithi086.skylwm (mgr.14199) 482 : cluster [DBG] pgmap v429: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:57.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:57 smithi086 bash[18795]: cluster 2024-04-24T13:16:55.942934+0000 mgr.smithi086.skylwm (mgr.14199) 482 : cluster [DBG] pgmap v429: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:58.752 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:16:59.025 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:59 smithi086 bash[18795]: cluster 2024-04-24T13:16:57.943898+0000 mgr.smithi086.skylwm (mgr.14199) 483 : cluster [DBG] pgmap v430: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:59.294 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:59 smithi144 bash[20191]: cluster 2024-04-24T13:16:57.943898+0000 mgr.smithi086.skylwm (mgr.14199) 483 : cluster [DBG] pgmap v430: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:59.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:16:59 smithi144 bash[20191]: cluster 2024-04-24T13:16:57.943898+0000 mgr.smithi086.skylwm (mgr.14199) 483 : cluster [DBG] pgmap v430: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:16:59.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:16:59 smithi086 bash[18795]: cluster 2024-04-24T13:16:57.943898+0000 mgr.smithi086.skylwm (mgr.14199) 483 : cluster [DBG] pgmap v430: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:00.020 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:17:00.294 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:00 smithi144 bash[20191]: audit 2024-04-24T13:17:00.025558+0000 mon.smithi086 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.86:0/2610785994' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:17:00.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:00 smithi144 bash[20191]: audit 2024-04-24T13:17:00.025558+0000 mon.smithi086 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.86:0/2610785994' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:17:00.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:00 smithi144 bash[20191]: audit 2024-04-24T13:17:00.026472+0000 mon.smithi086 (mon.0) 570 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:17:00.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:00 smithi144 bash[20191]: audit 2024-04-24T13:17:00.026472+0000 mon.smithi086 (mon.0) 570 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:17:00.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:00 smithi086 bash[18795]: audit 2024-04-24T13:17:00.025558+0000 mon.smithi086 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.86:0/2610785994' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:17:00.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:00 smithi086 bash[18795]: audit 2024-04-24T13:17:00.025558+0000 mon.smithi086 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.86:0/2610785994' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:17:00.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:00 smithi086 bash[18795]: audit 2024-04-24T13:17:00.026472+0000 mon.smithi086 (mon.0) 570 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:17:00.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:00 smithi086 bash[18795]: audit 2024-04-24T13:17:00.026472+0000 mon.smithi086 (mon.0) 570 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:17:00.664 INFO:teuthology.orchestra.run.smithi086.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-24T13:17:01.294 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:01 smithi144 bash[20191]: cluster 2024-04-24T13:16:59.944872+0000 mgr.smithi086.skylwm (mgr.14199) 484 : cluster [DBG] pgmap v431: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:01.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:01 smithi144 bash[20191]: cluster 2024-04-24T13:16:59.944872+0000 mgr.smithi086.skylwm (mgr.14199) 484 : cluster [DBG] pgmap v431: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:01.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:01 smithi086 bash[18795]: cluster 2024-04-24T13:16:59.944872+0000 mgr.smithi086.skylwm (mgr.14199) 484 : cluster [DBG] pgmap v431: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:01.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:01 smithi086 bash[18795]: cluster 2024-04-24T13:16:59.944872+0000 mgr.smithi086.skylwm (mgr.14199) 484 : cluster [DBG] pgmap v431: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:01.665 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:17:03.294 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:03 smithi144 bash[20191]: cluster 2024-04-24T13:17:01.945914+0000 mgr.smithi086.skylwm (mgr.14199) 485 : cluster [DBG] pgmap v432: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:03.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:03 smithi144 bash[20191]: cluster 2024-04-24T13:17:01.945914+0000 mgr.smithi086.skylwm (mgr.14199) 485 : cluster [DBG] pgmap v432: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:03.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:03 smithi086 bash[18795]: cluster 2024-04-24T13:17:01.945914+0000 mgr.smithi086.skylwm (mgr.14199) 485 : cluster [DBG] pgmap v432: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:03.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:03 smithi086 bash[18795]: cluster 2024-04-24T13:17:01.945914+0000 mgr.smithi086.skylwm (mgr.14199) 485 : cluster [DBG] pgmap v432: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:05.294 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:05 smithi144 bash[20191]: cluster 2024-04-24T13:17:03.946855+0000 mgr.smithi086.skylwm (mgr.14199) 486 : cluster [DBG] pgmap v433: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:05.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:05 smithi144 bash[20191]: cluster 2024-04-24T13:17:03.946855+0000 mgr.smithi086.skylwm (mgr.14199) 486 : cluster [DBG] pgmap v433: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:05.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:05 smithi086 bash[18795]: cluster 2024-04-24T13:17:03.946855+0000 mgr.smithi086.skylwm (mgr.14199) 486 : cluster [DBG] pgmap v433: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:05.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:05 smithi086 bash[18795]: cluster 2024-04-24T13:17:03.946855+0000 mgr.smithi086.skylwm (mgr.14199) 486 : cluster [DBG] pgmap v433: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:06.009 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:17:06.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:06 smithi086 bash[18795]: audit 2024-04-24T13:17:05.879513+0000 mon.smithi086 (mon.0) 571 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:17:06.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:06 smithi086 bash[18795]: audit 2024-04-24T13:17:05.879513+0000 mon.smithi086 (mon.0) 571 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:17:06.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:06 smithi086 bash[18795]: cluster 2024-04-24T13:17:05.947868+0000 mgr.smithi086.skylwm (mgr.14199) 487 : cluster [DBG] pgmap v434: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:06.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:06 smithi086 bash[18795]: cluster 2024-04-24T13:17:05.947868+0000 mgr.smithi086.skylwm (mgr.14199) 487 : cluster [DBG] pgmap v434: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:07.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:06 smithi144 bash[20191]: audit 2024-04-24T13:17:05.879513+0000 mon.smithi086 (mon.0) 571 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:17:07.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:06 smithi144 bash[20191]: audit 2024-04-24T13:17:05.879513+0000 mon.smithi086 (mon.0) 571 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:17:07.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:06 smithi144 bash[20191]: cluster 2024-04-24T13:17:05.947868+0000 mgr.smithi086.skylwm (mgr.14199) 487 : cluster [DBG] pgmap v434: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:07.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:06 smithi144 bash[20191]: cluster 2024-04-24T13:17:05.947868+0000 mgr.smithi086.skylwm (mgr.14199) 487 : cluster [DBG] pgmap v434: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:07.054 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:17:07.647 INFO:teuthology.orchestra.run.smithi086.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-24T13:17:07.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:07 smithi086 bash[18795]: audit 2024-04-24T13:17:07.060060+0000 mon.smithi086 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.86:0/4128743167' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:17:07.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:07 smithi086 bash[18795]: audit 2024-04-24T13:17:07.060060+0000 mon.smithi086 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.86:0/4128743167' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:17:08.294 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:07 smithi144 bash[20191]: audit 2024-04-24T13:17:07.060060+0000 mon.smithi086 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.86:0/4128743167' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:17:08.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:07 smithi144 bash[20191]: audit 2024-04-24T13:17:07.060060+0000 mon.smithi086 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.86:0/4128743167' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:17:08.648 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:17:08.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:08 smithi086 bash[18795]: cluster 2024-04-24T13:17:07.948936+0000 mgr.smithi086.skylwm (mgr.14199) 488 : cluster [DBG] pgmap v435: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:08.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:08 smithi086 bash[18795]: cluster 2024-04-24T13:17:07.948936+0000 mgr.smithi086.skylwm (mgr.14199) 488 : cluster [DBG] pgmap v435: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:09.294 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:08 smithi144 bash[20191]: cluster 2024-04-24T13:17:07.948936+0000 mgr.smithi086.skylwm (mgr.14199) 488 : cluster [DBG] pgmap v435: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:09.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:08 smithi144 bash[20191]: cluster 2024-04-24T13:17:07.948936+0000 mgr.smithi086.skylwm (mgr.14199) 488 : cluster [DBG] pgmap v435: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:11.294 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:11 smithi144 bash[20191]: cluster 2024-04-24T13:17:09.949983+0000 mgr.smithi086.skylwm (mgr.14199) 489 : cluster [DBG] pgmap v436: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:11.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:11 smithi144 bash[20191]: cluster 2024-04-24T13:17:09.949983+0000 mgr.smithi086.skylwm (mgr.14199) 489 : cluster [DBG] pgmap v436: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:11.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:11 smithi144 bash[20191]: audit 2024-04-24T13:17:10.876401+0000 mon.smithi086 (mon.0) 573 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:17:11.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:11 smithi144 bash[20191]: audit 2024-04-24T13:17:10.876401+0000 mon.smithi086 (mon.0) 573 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:17:11.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:11 smithi086 bash[18795]: cluster 2024-04-24T13:17:09.949983+0000 mgr.smithi086.skylwm (mgr.14199) 489 : cluster [DBG] pgmap v436: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:11.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:11 smithi086 bash[18795]: cluster 2024-04-24T13:17:09.949983+0000 mgr.smithi086.skylwm (mgr.14199) 489 : cluster [DBG] pgmap v436: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:11.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:11 smithi086 bash[18795]: audit 2024-04-24T13:17:10.876401+0000 mon.smithi086 (mon.0) 573 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:17:11.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:11 smithi086 bash[18795]: audit 2024-04-24T13:17:10.876401+0000 mon.smithi086 (mon.0) 573 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:17:12.508 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:17:13.294 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:13 smithi144 bash[20191]: cluster 2024-04-24T13:17:11.950972+0000 mgr.smithi086.skylwm (mgr.14199) 490 : cluster [DBG] pgmap v437: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:13.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:13 smithi144 bash[20191]: cluster 2024-04-24T13:17:11.950972+0000 mgr.smithi086.skylwm (mgr.14199) 490 : cluster [DBG] pgmap v437: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:13.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:13 smithi086 bash[18795]: cluster 2024-04-24T13:17:11.950972+0000 mgr.smithi086.skylwm (mgr.14199) 490 : cluster [DBG] pgmap v437: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:13.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:13 smithi086 bash[18795]: cluster 2024-04-24T13:17:11.950972+0000 mgr.smithi086.skylwm (mgr.14199) 490 : cluster [DBG] pgmap v437: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:13.999 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:17:14.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:14 smithi144 bash[20191]: audit 2024-04-24T13:17:13.594745+0000 mon.smithi086 (mon.0) 574 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:17:14.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:14 smithi144 bash[20191]: audit 2024-04-24T13:17:13.594745+0000 mon.smithi086 (mon.0) 574 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:17:14.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:14 smithi144 bash[20191]: audit 2024-04-24T13:17:13.596231+0000 mon.smithi086 (mon.0) 575 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:17:14.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:14 smithi144 bash[20191]: audit 2024-04-24T13:17:13.596231+0000 mon.smithi086 (mon.0) 575 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:17:14.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:14 smithi144 bash[20191]: cluster 2024-04-24T13:17:13.599010+0000 mgr.smithi086.skylwm (mgr.14199) 491 : cluster [DBG] pgmap v438: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:14.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:14 smithi144 bash[20191]: cluster 2024-04-24T13:17:13.599010+0000 mgr.smithi086.skylwm (mgr.14199) 491 : cluster [DBG] pgmap v438: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:14.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:14 smithi144 bash[20191]: cluster 2024-04-24T13:17:13.600186+0000 mgr.smithi086.skylwm (mgr.14199) 492 : cluster [DBG] pgmap v439: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:14.296 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:14 smithi144 bash[20191]: cluster 2024-04-24T13:17:13.600186+0000 mgr.smithi086.skylwm (mgr.14199) 492 : cluster [DBG] pgmap v439: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:14.296 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:14 smithi144 bash[20191]: audit 2024-04-24T13:17:13.607065+0000 mon.smithi086 (mon.0) 576 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:17:14.296 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:14 smithi144 bash[20191]: audit 2024-04-24T13:17:13.607065+0000 mon.smithi086 (mon.0) 576 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:17:14.296 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:14 smithi144 bash[20191]: audit 2024-04-24T13:17:13.615300+0000 mon.smithi086 (mon.0) 577 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:17:14.296 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:14 smithi144 bash[20191]: audit 2024-04-24T13:17:13.615300+0000 mon.smithi086 (mon.0) 577 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:17:14.296 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:14 smithi144 bash[20191]: audit 2024-04-24T13:17:14.005349+0000 mon.smithi086 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.86:0/1985732576' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:17:14.296 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:14 smithi144 bash[20191]: audit 2024-04-24T13:17:14.005349+0000 mon.smithi086 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.86:0/1985732576' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:17:14.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:14 smithi086 bash[18795]: audit 2024-04-24T13:17:13.594745+0000 mon.smithi086 (mon.0) 574 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:17:14.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:14 smithi086 bash[18795]: audit 2024-04-24T13:17:13.594745+0000 mon.smithi086 (mon.0) 574 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:17:14.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:14 smithi086 bash[18795]: audit 2024-04-24T13:17:13.596231+0000 mon.smithi086 (mon.0) 575 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:17:14.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:14 smithi086 bash[18795]: audit 2024-04-24T13:17:13.596231+0000 mon.smithi086 (mon.0) 575 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:17:14.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:14 smithi086 bash[18795]: cluster 2024-04-24T13:17:13.599010+0000 mgr.smithi086.skylwm (mgr.14199) 491 : cluster [DBG] pgmap v438: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:14.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:14 smithi086 bash[18795]: cluster 2024-04-24T13:17:13.599010+0000 mgr.smithi086.skylwm (mgr.14199) 491 : cluster [DBG] pgmap v438: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:14.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:14 smithi086 bash[18795]: cluster 2024-04-24T13:17:13.600186+0000 mgr.smithi086.skylwm (mgr.14199) 492 : cluster [DBG] pgmap v439: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:14.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:14 smithi086 bash[18795]: cluster 2024-04-24T13:17:13.600186+0000 mgr.smithi086.skylwm (mgr.14199) 492 : cluster [DBG] pgmap v439: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:14.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:14 smithi086 bash[18795]: audit 2024-04-24T13:17:13.607065+0000 mon.smithi086 (mon.0) 576 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:17:14.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:14 smithi086 bash[18795]: audit 2024-04-24T13:17:13.607065+0000 mon.smithi086 (mon.0) 576 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:17:14.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:14 smithi086 bash[18795]: audit 2024-04-24T13:17:13.615300+0000 mon.smithi086 (mon.0) 577 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:17:14.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:14 smithi086 bash[18795]: audit 2024-04-24T13:17:13.615300+0000 mon.smithi086 (mon.0) 577 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:17:14.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:14 smithi086 bash[18795]: audit 2024-04-24T13:17:14.005349+0000 mon.smithi086 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.86:0/1985732576' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:17:14.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:14 smithi086 bash[18795]: audit 2024-04-24T13:17:14.005349+0000 mon.smithi086 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.86:0/1985732576' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:17:14.704 INFO:teuthology.orchestra.run.smithi086.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-24T13:17:15.705 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:17:16.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:16 smithi086 bash[18795]: cluster 2024-04-24T13:17:15.601208+0000 mgr.smithi086.skylwm (mgr.14199) 493 : cluster [DBG] pgmap v440: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:16.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:16 smithi086 bash[18795]: cluster 2024-04-24T13:17:15.601208+0000 mgr.smithi086.skylwm (mgr.14199) 493 : cluster [DBG] pgmap v440: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:17.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:16 smithi144 bash[20191]: cluster 2024-04-24T13:17:15.601208+0000 mgr.smithi086.skylwm (mgr.14199) 493 : cluster [DBG] pgmap v440: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:17.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:16 smithi144 bash[20191]: cluster 2024-04-24T13:17:15.601208+0000 mgr.smithi086.skylwm (mgr.14199) 493 : cluster [DBG] pgmap v440: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:18.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:18 smithi086 bash[18795]: cluster 2024-04-24T13:17:17.602182+0000 mgr.smithi086.skylwm (mgr.14199) 494 : cluster [DBG] pgmap v441: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:18.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:18 smithi086 bash[18795]: cluster 2024-04-24T13:17:17.602182+0000 mgr.smithi086.skylwm (mgr.14199) 494 : cluster [DBG] pgmap v441: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:19.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:18 smithi144 bash[20191]: cluster 2024-04-24T13:17:17.602182+0000 mgr.smithi086.skylwm (mgr.14199) 494 : cluster [DBG] pgmap v441: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:19.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:18 smithi144 bash[20191]: cluster 2024-04-24T13:17:17.602182+0000 mgr.smithi086.skylwm (mgr.14199) 494 : cluster [DBG] pgmap v441: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:20.466 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:17:20.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:20 smithi144 bash[20191]: cluster 2024-04-24T13:17:19.603117+0000 mgr.smithi086.skylwm (mgr.14199) 495 : cluster [DBG] pgmap v442: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:20.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:20 smithi144 bash[20191]: cluster 2024-04-24T13:17:19.603117+0000 mgr.smithi086.skylwm (mgr.14199) 495 : cluster [DBG] pgmap v442: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:20.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:20 smithi086 bash[18795]: cluster 2024-04-24T13:17:19.603117+0000 mgr.smithi086.skylwm (mgr.14199) 495 : cluster [DBG] pgmap v442: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:20.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:20 smithi086 bash[18795]: cluster 2024-04-24T13:17:19.603117+0000 mgr.smithi086.skylwm (mgr.14199) 495 : cluster [DBG] pgmap v442: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:21.732 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:17:22.369 INFO:teuthology.orchestra.run.smithi086.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-24T13:17:22.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:22 smithi086 bash[18795]: cluster 2024-04-24T13:17:21.604006+0000 mgr.smithi086.skylwm (mgr.14199) 496 : cluster [DBG] pgmap v443: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:22.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:22 smithi086 bash[18795]: cluster 2024-04-24T13:17:21.604006+0000 mgr.smithi086.skylwm (mgr.14199) 496 : cluster [DBG] pgmap v443: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:22.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:22 smithi086 bash[18795]: audit 2024-04-24T13:17:21.737548+0000 mon.smithi086 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.86:0/2348242790' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:17:22.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:22 smithi086 bash[18795]: audit 2024-04-24T13:17:21.737548+0000 mon.smithi086 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.86:0/2348242790' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:17:23.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:22 smithi144 bash[20191]: cluster 2024-04-24T13:17:21.604006+0000 mgr.smithi086.skylwm (mgr.14199) 496 : cluster [DBG] pgmap v443: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:23.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:22 smithi144 bash[20191]: cluster 2024-04-24T13:17:21.604006+0000 mgr.smithi086.skylwm (mgr.14199) 496 : cluster [DBG] pgmap v443: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:23.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:22 smithi144 bash[20191]: audit 2024-04-24T13:17:21.737548+0000 mon.smithi086 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.86:0/2348242790' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:17:23.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:22 smithi144 bash[20191]: audit 2024-04-24T13:17:21.737548+0000 mon.smithi086 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.86:0/2348242790' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:17:23.370 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:17:24.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:24 smithi086 bash[18795]: cluster 2024-04-24T13:17:23.604559+0000 mgr.smithi086.skylwm (mgr.14199) 497 : cluster [DBG] pgmap v444: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:24.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:24 smithi086 bash[18795]: cluster 2024-04-24T13:17:23.604559+0000 mgr.smithi086.skylwm (mgr.14199) 497 : cluster [DBG] pgmap v444: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:25.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:24 smithi144 bash[20191]: cluster 2024-04-24T13:17:23.604559+0000 mgr.smithi086.skylwm (mgr.14199) 497 : cluster [DBG] pgmap v444: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:25.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:24 smithi144 bash[20191]: cluster 2024-04-24T13:17:23.604559+0000 mgr.smithi086.skylwm (mgr.14199) 497 : cluster [DBG] pgmap v444: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:26.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:26 smithi086 bash[18795]: cluster 2024-04-24T13:17:25.605554+0000 mgr.smithi086.skylwm (mgr.14199) 498 : cluster [DBG] pgmap v445: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:26.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:26 smithi086 bash[18795]: cluster 2024-04-24T13:17:25.605554+0000 mgr.smithi086.skylwm (mgr.14199) 498 : cluster [DBG] pgmap v445: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:26.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:26 smithi086 bash[18795]: audit 2024-04-24T13:17:25.876953+0000 mon.smithi086 (mon.0) 580 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:17:26.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:26 smithi086 bash[18795]: audit 2024-04-24T13:17:25.876953+0000 mon.smithi086 (mon.0) 580 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:17:27.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:26 smithi144 bash[20191]: cluster 2024-04-24T13:17:25.605554+0000 mgr.smithi086.skylwm (mgr.14199) 498 : cluster [DBG] pgmap v445: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:27.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:26 smithi144 bash[20191]: cluster 2024-04-24T13:17:25.605554+0000 mgr.smithi086.skylwm (mgr.14199) 498 : cluster [DBG] pgmap v445: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:27.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:26 smithi144 bash[20191]: audit 2024-04-24T13:17:25.876953+0000 mon.smithi086 (mon.0) 580 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:17:27.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:26 smithi144 bash[20191]: audit 2024-04-24T13:17:25.876953+0000 mon.smithi086 (mon.0) 580 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:17:28.140 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:17:28.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:28 smithi086 bash[18795]: cluster 2024-04-24T13:17:27.606497+0000 mgr.smithi086.skylwm (mgr.14199) 499 : cluster [DBG] pgmap v446: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:28.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:28 smithi086 bash[18795]: cluster 2024-04-24T13:17:27.606497+0000 mgr.smithi086.skylwm (mgr.14199) 499 : cluster [DBG] pgmap v446: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:29.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:28 smithi144 bash[20191]: cluster 2024-04-24T13:17:27.606497+0000 mgr.smithi086.skylwm (mgr.14199) 499 : cluster [DBG] pgmap v446: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:29.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:28 smithi144 bash[20191]: cluster 2024-04-24T13:17:27.606497+0000 mgr.smithi086.skylwm (mgr.14199) 499 : cluster [DBG] pgmap v446: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:29.362 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:17:29.943 INFO:teuthology.orchestra.run.smithi086.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-24T13:17:29.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:29 smithi086 bash[18795]: audit 2024-04-24T13:17:29.368501+0000 mon.smithi086 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.86:0/2580418773' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:17:29.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:29 smithi086 bash[18795]: audit 2024-04-24T13:17:29.368501+0000 mon.smithi086 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.86:0/2580418773' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:17:30.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:29 smithi144 bash[20191]: audit 2024-04-24T13:17:29.368501+0000 mon.smithi086 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.86:0/2580418773' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:17:30.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:29 smithi144 bash[20191]: audit 2024-04-24T13:17:29.368501+0000 mon.smithi086 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.86:0/2580418773' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:17:30.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:30 smithi144 bash[20191]: cluster 2024-04-24T13:17:29.607442+0000 mgr.smithi086.skylwm (mgr.14199) 500 : cluster [DBG] pgmap v447: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:30.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:30 smithi144 bash[20191]: cluster 2024-04-24T13:17:29.607442+0000 mgr.smithi086.skylwm (mgr.14199) 500 : cluster [DBG] pgmap v447: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:30.945 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:17:30.956 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:30 smithi086 bash[18795]: cluster 2024-04-24T13:17:29.607442+0000 mgr.smithi086.skylwm (mgr.14199) 500 : cluster [DBG] pgmap v447: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:30.956 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:30 smithi086 bash[18795]: cluster 2024-04-24T13:17:29.607442+0000 mgr.smithi086.skylwm (mgr.14199) 500 : cluster [DBG] pgmap v447: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:31.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:31 smithi086 bash[18795]: cluster 2024-04-24T13:17:31.608424+0000 mgr.smithi086.skylwm (mgr.14199) 501 : cluster [DBG] pgmap v448: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:31.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:31 smithi086 bash[18795]: cluster 2024-04-24T13:17:31.608424+0000 mgr.smithi086.skylwm (mgr.14199) 501 : cluster [DBG] pgmap v448: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:32.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:31 smithi144 bash[20191]: cluster 2024-04-24T13:17:31.608424+0000 mgr.smithi086.skylwm (mgr.14199) 501 : cluster [DBG] pgmap v448: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:32.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:31 smithi144 bash[20191]: cluster 2024-04-24T13:17:31.608424+0000 mgr.smithi086.skylwm (mgr.14199) 501 : cluster [DBG] pgmap v448: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:34.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:34 smithi086 bash[18795]: cluster 2024-04-24T13:17:33.609404+0000 mgr.smithi086.skylwm (mgr.14199) 502 : cluster [DBG] pgmap v449: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:34.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:34 smithi086 bash[18795]: cluster 2024-04-24T13:17:33.609404+0000 mgr.smithi086.skylwm (mgr.14199) 502 : cluster [DBG] pgmap v449: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:35.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:34 smithi144 bash[20191]: cluster 2024-04-24T13:17:33.609404+0000 mgr.smithi086.skylwm (mgr.14199) 502 : cluster [DBG] pgmap v449: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:35.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:34 smithi144 bash[20191]: cluster 2024-04-24T13:17:33.609404+0000 mgr.smithi086.skylwm (mgr.14199) 502 : cluster [DBG] pgmap v449: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:35.716 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:17:36.804 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:17:36.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:36 smithi086 bash[18795]: cluster 2024-04-24T13:17:35.610350+0000 mgr.smithi086.skylwm (mgr.14199) 503 : cluster [DBG] pgmap v450: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:36.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:36 smithi086 bash[18795]: cluster 2024-04-24T13:17:35.610350+0000 mgr.smithi086.skylwm (mgr.14199) 503 : cluster [DBG] pgmap v450: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:37.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:36 smithi144 bash[20191]: cluster 2024-04-24T13:17:35.610350+0000 mgr.smithi086.skylwm (mgr.14199) 503 : cluster [DBG] pgmap v450: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:37.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:36 smithi144 bash[20191]: cluster 2024-04-24T13:17:35.610350+0000 mgr.smithi086.skylwm (mgr.14199) 503 : cluster [DBG] pgmap v450: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:37.387 INFO:teuthology.orchestra.run.smithi086.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-24T13:17:37.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:37 smithi086 bash[18795]: audit 2024-04-24T13:17:36.810164+0000 mon.smithi086 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.86:0/1509368447' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:17:37.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:37 smithi086 bash[18795]: audit 2024-04-24T13:17:36.810164+0000 mon.smithi086 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.86:0/1509368447' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:17:38.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:37 smithi144 bash[20191]: audit 2024-04-24T13:17:36.810164+0000 mon.smithi086 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.86:0/1509368447' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:17:38.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:37 smithi144 bash[20191]: audit 2024-04-24T13:17:36.810164+0000 mon.smithi086 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.86:0/1509368447' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:17:38.388 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:17:38.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:38 smithi086 bash[18795]: cluster 2024-04-24T13:17:37.611349+0000 mgr.smithi086.skylwm (mgr.14199) 504 : cluster [DBG] pgmap v451: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:38.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:38 smithi086 bash[18795]: cluster 2024-04-24T13:17:37.611349+0000 mgr.smithi086.skylwm (mgr.14199) 504 : cluster [DBG] pgmap v451: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:39.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:38 smithi144 bash[20191]: cluster 2024-04-24T13:17:37.611349+0000 mgr.smithi086.skylwm (mgr.14199) 504 : cluster [DBG] pgmap v451: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:39.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:38 smithi144 bash[20191]: cluster 2024-04-24T13:17:37.611349+0000 mgr.smithi086.skylwm (mgr.14199) 504 : cluster [DBG] pgmap v451: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:40.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:40 smithi144 bash[20191]: cluster 2024-04-24T13:17:39.612376+0000 mgr.smithi086.skylwm (mgr.14199) 505 : cluster [DBG] pgmap v452: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:40.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:40 smithi144 bash[20191]: cluster 2024-04-24T13:17:39.612376+0000 mgr.smithi086.skylwm (mgr.14199) 505 : cluster [DBG] pgmap v452: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:40.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:40 smithi086 bash[18795]: cluster 2024-04-24T13:17:39.612376+0000 mgr.smithi086.skylwm (mgr.14199) 505 : cluster [DBG] pgmap v452: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:40.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:40 smithi086 bash[18795]: cluster 2024-04-24T13:17:39.612376+0000 mgr.smithi086.skylwm (mgr.14199) 505 : cluster [DBG] pgmap v452: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:41.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:41 smithi086 bash[18795]: audit 2024-04-24T13:17:40.877417+0000 mon.smithi086 (mon.0) 583 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:17:41.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:41 smithi086 bash[18795]: audit 2024-04-24T13:17:40.877417+0000 mon.smithi086 (mon.0) 583 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:17:42.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:41 smithi144 bash[20191]: audit 2024-04-24T13:17:40.877417+0000 mon.smithi086 (mon.0) 583 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:17:42.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:41 smithi144 bash[20191]: audit 2024-04-24T13:17:40.877417+0000 mon.smithi086 (mon.0) 583 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:17:42.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:42 smithi086 bash[18795]: cluster 2024-04-24T13:17:41.613369+0000 mgr.smithi086.skylwm (mgr.14199) 506 : cluster [DBG] pgmap v453: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:42.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:42 smithi086 bash[18795]: cluster 2024-04-24T13:17:41.613369+0000 mgr.smithi086.skylwm (mgr.14199) 506 : cluster [DBG] pgmap v453: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:43.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:42 smithi144 bash[20191]: cluster 2024-04-24T13:17:41.613369+0000 mgr.smithi086.skylwm (mgr.14199) 506 : cluster [DBG] pgmap v453: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:43.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:42 smithi144 bash[20191]: cluster 2024-04-24T13:17:41.613369+0000 mgr.smithi086.skylwm (mgr.14199) 506 : cluster [DBG] pgmap v453: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:43.154 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:17:44.314 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:17:44.895 INFO:teuthology.orchestra.run.smithi086.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-24T13:17:44.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:44 smithi086 bash[18795]: cluster 2024-04-24T13:17:43.614313+0000 mgr.smithi086.skylwm (mgr.14199) 507 : cluster [DBG] pgmap v454: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:44.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:44 smithi086 bash[18795]: cluster 2024-04-24T13:17:43.614313+0000 mgr.smithi086.skylwm (mgr.14199) 507 : cluster [DBG] pgmap v454: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:44.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:44 smithi086 bash[18795]: audit 2024-04-24T13:17:44.319988+0000 mon.smithi086 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.86:0/4294153429' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:17:44.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:44 smithi086 bash[18795]: audit 2024-04-24T13:17:44.319988+0000 mon.smithi086 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.86:0/4294153429' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:17:45.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:44 smithi144 bash[20191]: cluster 2024-04-24T13:17:43.614313+0000 mgr.smithi086.skylwm (mgr.14199) 507 : cluster [DBG] pgmap v454: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:45.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:44 smithi144 bash[20191]: cluster 2024-04-24T13:17:43.614313+0000 mgr.smithi086.skylwm (mgr.14199) 507 : cluster [DBG] pgmap v454: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:45.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:44 smithi144 bash[20191]: audit 2024-04-24T13:17:44.319988+0000 mon.smithi086 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.86:0/4294153429' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:17:45.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:44 smithi144 bash[20191]: audit 2024-04-24T13:17:44.319988+0000 mon.smithi086 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.86:0/4294153429' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:17:45.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:45 smithi144 bash[20191]: cluster 2024-04-24T13:17:45.615228+0000 mgr.smithi086.skylwm (mgr.14199) 508 : cluster [DBG] pgmap v455: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:45.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:45 smithi144 bash[20191]: cluster 2024-04-24T13:17:45.615228+0000 mgr.smithi086.skylwm (mgr.14199) 508 : cluster [DBG] pgmap v455: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:45.895 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:17:46.209 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:45 smithi086 bash[18795]: cluster 2024-04-24T13:17:45.615228+0000 mgr.smithi086.skylwm (mgr.14199) 508 : cluster [DBG] pgmap v455: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:46.210 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:45 smithi086 bash[18795]: cluster 2024-04-24T13:17:45.615228+0000 mgr.smithi086.skylwm (mgr.14199) 508 : cluster [DBG] pgmap v455: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:48.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:48 smithi086 bash[18795]: cluster 2024-04-24T13:17:47.616191+0000 mgr.smithi086.skylwm (mgr.14199) 509 : cluster [DBG] pgmap v456: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:48.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:48 smithi086 bash[18795]: cluster 2024-04-24T13:17:47.616191+0000 mgr.smithi086.skylwm (mgr.14199) 509 : cluster [DBG] pgmap v456: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:49.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:48 smithi144 bash[20191]: cluster 2024-04-24T13:17:47.616191+0000 mgr.smithi086.skylwm (mgr.14199) 509 : cluster [DBG] pgmap v456: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:49.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:48 smithi144 bash[20191]: cluster 2024-04-24T13:17:47.616191+0000 mgr.smithi086.skylwm (mgr.14199) 509 : cluster [DBG] pgmap v456: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:50.663 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:17:50.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:50 smithi144 bash[20191]: cluster 2024-04-24T13:17:49.617135+0000 mgr.smithi086.skylwm (mgr.14199) 510 : cluster [DBG] pgmap v457: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:50.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:50 smithi144 bash[20191]: cluster 2024-04-24T13:17:49.617135+0000 mgr.smithi086.skylwm (mgr.14199) 510 : cluster [DBG] pgmap v457: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:50.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:50 smithi086 bash[18795]: cluster 2024-04-24T13:17:49.617135+0000 mgr.smithi086.skylwm (mgr.14199) 510 : cluster [DBG] pgmap v457: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:50.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:50 smithi086 bash[18795]: cluster 2024-04-24T13:17:49.617135+0000 mgr.smithi086.skylwm (mgr.14199) 510 : cluster [DBG] pgmap v457: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:51.821 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:17:52.381 INFO:teuthology.orchestra.run.smithi086.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-24T13:17:52.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:52 smithi086 bash[18795]: cluster 2024-04-24T13:17:51.617651+0000 mgr.smithi086.skylwm (mgr.14199) 511 : cluster [DBG] pgmap v458: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:52.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:52 smithi086 bash[18795]: cluster 2024-04-24T13:17:51.617651+0000 mgr.smithi086.skylwm (mgr.14199) 511 : cluster [DBG] pgmap v458: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:52.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:52 smithi086 bash[18795]: audit 2024-04-24T13:17:51.826433+0000 mon.smithi086 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.86:0/2703378536' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:17:52.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:52 smithi086 bash[18795]: audit 2024-04-24T13:17:51.826433+0000 mon.smithi086 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.86:0/2703378536' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:17:53.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:52 smithi144 bash[20191]: cluster 2024-04-24T13:17:51.617651+0000 mgr.smithi086.skylwm (mgr.14199) 511 : cluster [DBG] pgmap v458: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:53.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:52 smithi144 bash[20191]: cluster 2024-04-24T13:17:51.617651+0000 mgr.smithi086.skylwm (mgr.14199) 511 : cluster [DBG] pgmap v458: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:53.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:52 smithi144 bash[20191]: audit 2024-04-24T13:17:51.826433+0000 mon.smithi086 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.86:0/2703378536' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:17:53.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:52 smithi144 bash[20191]: audit 2024-04-24T13:17:51.826433+0000 mon.smithi086 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.86:0/2703378536' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:17:53.383 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:17:54.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:54 smithi086 bash[18795]: cluster 2024-04-24T13:17:53.618254+0000 mgr.smithi086.skylwm (mgr.14199) 512 : cluster [DBG] pgmap v459: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:54.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:54 smithi086 bash[18795]: cluster 2024-04-24T13:17:53.618254+0000 mgr.smithi086.skylwm (mgr.14199) 512 : cluster [DBG] pgmap v459: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:55.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:54 smithi144 bash[20191]: cluster 2024-04-24T13:17:53.618254+0000 mgr.smithi086.skylwm (mgr.14199) 512 : cluster [DBG] pgmap v459: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:55.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:54 smithi144 bash[20191]: cluster 2024-04-24T13:17:53.618254+0000 mgr.smithi086.skylwm (mgr.14199) 512 : cluster [DBG] pgmap v459: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:56.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:56 smithi086 bash[18795]: cluster 2024-04-24T13:17:55.619372+0000 mgr.smithi086.skylwm (mgr.14199) 513 : cluster [DBG] pgmap v460: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:56.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:56 smithi086 bash[18795]: cluster 2024-04-24T13:17:55.619372+0000 mgr.smithi086.skylwm (mgr.14199) 513 : cluster [DBG] pgmap v460: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:56.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:56 smithi086 bash[18795]: audit 2024-04-24T13:17:55.877706+0000 mon.smithi086 (mon.0) 586 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:17:56.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:56 smithi086 bash[18795]: audit 2024-04-24T13:17:55.877706+0000 mon.smithi086 (mon.0) 586 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:17:57.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:56 smithi144 bash[20191]: cluster 2024-04-24T13:17:55.619372+0000 mgr.smithi086.skylwm (mgr.14199) 513 : cluster [DBG] pgmap v460: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:57.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:56 smithi144 bash[20191]: cluster 2024-04-24T13:17:55.619372+0000 mgr.smithi086.skylwm (mgr.14199) 513 : cluster [DBG] pgmap v460: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:57.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:56 smithi144 bash[20191]: audit 2024-04-24T13:17:55.877706+0000 mon.smithi086 (mon.0) 586 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:17:57.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:56 smithi144 bash[20191]: audit 2024-04-24T13:17:55.877706+0000 mon.smithi086 (mon.0) 586 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:17:58.156 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:17:58.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:58 smithi086 bash[18795]: cluster 2024-04-24T13:17:57.620388+0000 mgr.smithi086.skylwm (mgr.14199) 514 : cluster [DBG] pgmap v461: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:58.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:58 smithi086 bash[18795]: cluster 2024-04-24T13:17:57.620388+0000 mgr.smithi086.skylwm (mgr.14199) 514 : cluster [DBG] pgmap v461: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:59.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:58 smithi144 bash[20191]: cluster 2024-04-24T13:17:57.620388+0000 mgr.smithi086.skylwm (mgr.14199) 514 : cluster [DBG] pgmap v461: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:59.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:58 smithi144 bash[20191]: cluster 2024-04-24T13:17:57.620388+0000 mgr.smithi086.skylwm (mgr.14199) 514 : cluster [DBG] pgmap v461: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:17:59.359 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:17:59.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:59 smithi086 bash[18795]: audit 2024-04-24T13:17:59.365434+0000 mon.smithi086 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.86:0/2660420673' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:17:59.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:17:59 smithi086 bash[18795]: audit 2024-04-24T13:17:59.365434+0000 mon.smithi086 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.86:0/2660420673' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:17:59.995 INFO:teuthology.orchestra.run.smithi086.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-24T13:18:00.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:59 smithi144 bash[20191]: audit 2024-04-24T13:17:59.365434+0000 mon.smithi086 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.86:0/2660420673' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:18:00.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:17:59 smithi144 bash[20191]: audit 2024-04-24T13:17:59.365434+0000 mon.smithi086 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.86:0/2660420673' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:18:00.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:00 smithi144 bash[20191]: cluster 2024-04-24T13:17:59.621403+0000 mgr.smithi086.skylwm (mgr.14199) 515 : cluster [DBG] pgmap v462: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:00.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:00 smithi144 bash[20191]: cluster 2024-04-24T13:17:59.621403+0000 mgr.smithi086.skylwm (mgr.14199) 515 : cluster [DBG] pgmap v462: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:00.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:00 smithi086 bash[18795]: cluster 2024-04-24T13:17:59.621403+0000 mgr.smithi086.skylwm (mgr.14199) 515 : cluster [DBG] pgmap v462: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:00.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:00 smithi086 bash[18795]: cluster 2024-04-24T13:17:59.621403+0000 mgr.smithi086.skylwm (mgr.14199) 515 : cluster [DBG] pgmap v462: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:00.996 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:18:01.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:01 smithi086 bash[18795]: cluster 2024-04-24T13:18:01.622378+0000 mgr.smithi086.skylwm (mgr.14199) 516 : cluster [DBG] pgmap v463: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:01.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:01 smithi086 bash[18795]: cluster 2024-04-24T13:18:01.622378+0000 mgr.smithi086.skylwm (mgr.14199) 516 : cluster [DBG] pgmap v463: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:02.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:01 smithi144 bash[20191]: cluster 2024-04-24T13:18:01.622378+0000 mgr.smithi086.skylwm (mgr.14199) 516 : cluster [DBG] pgmap v463: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:02.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:01 smithi144 bash[20191]: cluster 2024-04-24T13:18:01.622378+0000 mgr.smithi086.skylwm (mgr.14199) 516 : cluster [DBG] pgmap v463: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:04.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:04 smithi086 bash[18795]: cluster 2024-04-24T13:18:03.623334+0000 mgr.smithi086.skylwm (mgr.14199) 517 : cluster [DBG] pgmap v464: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:04.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:04 smithi086 bash[18795]: cluster 2024-04-24T13:18:03.623334+0000 mgr.smithi086.skylwm (mgr.14199) 517 : cluster [DBG] pgmap v464: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:05.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:04 smithi144 bash[20191]: cluster 2024-04-24T13:18:03.623334+0000 mgr.smithi086.skylwm (mgr.14199) 517 : cluster [DBG] pgmap v464: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:05.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:04 smithi144 bash[20191]: cluster 2024-04-24T13:18:03.623334+0000 mgr.smithi086.skylwm (mgr.14199) 517 : cluster [DBG] pgmap v464: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:05.760 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:18:06.862 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:18:06.875 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:06 smithi086 bash[18795]: cluster 2024-04-24T13:18:05.624307+0000 mgr.smithi086.skylwm (mgr.14199) 518 : cluster [DBG] pgmap v465: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:06.875 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:06 smithi086 bash[18795]: cluster 2024-04-24T13:18:05.624307+0000 mgr.smithi086.skylwm (mgr.14199) 518 : cluster [DBG] pgmap v465: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:07.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:06 smithi144 bash[20191]: cluster 2024-04-24T13:18:05.624307+0000 mgr.smithi086.skylwm (mgr.14199) 518 : cluster [DBG] pgmap v465: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:07.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:06 smithi144 bash[20191]: cluster 2024-04-24T13:18:05.624307+0000 mgr.smithi086.skylwm (mgr.14199) 518 : cluster [DBG] pgmap v465: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:07.483 INFO:teuthology.orchestra.run.smithi086.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-24T13:18:07.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:07 smithi086 bash[18795]: audit 2024-04-24T13:18:06.867414+0000 mon.smithi086 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.86:0/504522298' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:18:07.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:07 smithi086 bash[18795]: audit 2024-04-24T13:18:06.867414+0000 mon.smithi086 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.86:0/504522298' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:18:08.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:07 smithi144 bash[20191]: audit 2024-04-24T13:18:06.867414+0000 mon.smithi086 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.86:0/504522298' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:18:08.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:07 smithi144 bash[20191]: audit 2024-04-24T13:18:06.867414+0000 mon.smithi086 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.86:0/504522298' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:18:08.484 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:18:08.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:08 smithi086 bash[18795]: cluster 2024-04-24T13:18:07.625279+0000 mgr.smithi086.skylwm (mgr.14199) 519 : cluster [DBG] pgmap v466: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:08.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:08 smithi086 bash[18795]: cluster 2024-04-24T13:18:07.625279+0000 mgr.smithi086.skylwm (mgr.14199) 519 : cluster [DBG] pgmap v466: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:09.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:08 smithi144 bash[20191]: cluster 2024-04-24T13:18:07.625279+0000 mgr.smithi086.skylwm (mgr.14199) 519 : cluster [DBG] pgmap v466: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:09.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:08 smithi144 bash[20191]: cluster 2024-04-24T13:18:07.625279+0000 mgr.smithi086.skylwm (mgr.14199) 519 : cluster [DBG] pgmap v466: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:10.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:10 smithi144 bash[20191]: cluster 2024-04-24T13:18:09.626257+0000 mgr.smithi086.skylwm (mgr.14199) 520 : cluster [DBG] pgmap v467: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:10.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:10 smithi144 bash[20191]: cluster 2024-04-24T13:18:09.626257+0000 mgr.smithi086.skylwm (mgr.14199) 520 : cluster [DBG] pgmap v467: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:10.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:10 smithi086 bash[18795]: cluster 2024-04-24T13:18:09.626257+0000 mgr.smithi086.skylwm (mgr.14199) 520 : cluster [DBG] pgmap v467: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:10.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:10 smithi086 bash[18795]: cluster 2024-04-24T13:18:09.626257+0000 mgr.smithi086.skylwm (mgr.14199) 520 : cluster [DBG] pgmap v467: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:11.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:11 smithi086 bash[18795]: audit 2024-04-24T13:18:10.878324+0000 mon.smithi086 (mon.0) 589 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:18:11.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:11 smithi086 bash[18795]: audit 2024-04-24T13:18:10.878324+0000 mon.smithi086 (mon.0) 589 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:18:12.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:11 smithi144 bash[20191]: audit 2024-04-24T13:18:10.878324+0000 mon.smithi086 (mon.0) 589 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:18:12.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:11 smithi144 bash[20191]: audit 2024-04-24T13:18:10.878324+0000 mon.smithi086 (mon.0) 589 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:18:12.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:12 smithi086 bash[18795]: cluster 2024-04-24T13:18:11.627217+0000 mgr.smithi086.skylwm (mgr.14199) 521 : cluster [DBG] pgmap v468: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:12.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:12 smithi086 bash[18795]: cluster 2024-04-24T13:18:11.627217+0000 mgr.smithi086.skylwm (mgr.14199) 521 : cluster [DBG] pgmap v468: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:13.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:12 smithi144 bash[20191]: cluster 2024-04-24T13:18:11.627217+0000 mgr.smithi086.skylwm (mgr.14199) 521 : cluster [DBG] pgmap v468: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:13.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:12 smithi144 bash[20191]: cluster 2024-04-24T13:18:11.627217+0000 mgr.smithi086.skylwm (mgr.14199) 521 : cluster [DBG] pgmap v468: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:13.253 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:18:13.980 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:13 smithi086 bash[18795]: cluster 2024-04-24T13:18:13.628167+0000 mgr.smithi086.skylwm (mgr.14199) 522 : cluster [DBG] pgmap v469: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:13.980 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:13 smithi086 bash[18795]: cluster 2024-04-24T13:18:13.628167+0000 mgr.smithi086.skylwm (mgr.14199) 522 : cluster [DBG] pgmap v469: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:13.980 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:13 smithi086 bash[18795]: audit 2024-04-24T13:18:13.679506+0000 mon.smithi086 (mon.0) 590 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:18:13.980 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:13 smithi086 bash[18795]: audit 2024-04-24T13:18:13.679506+0000 mon.smithi086 (mon.0) 590 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:18:14.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:13 smithi144 bash[20191]: cluster 2024-04-24T13:18:13.628167+0000 mgr.smithi086.skylwm (mgr.14199) 522 : cluster [DBG] pgmap v469: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:14.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:13 smithi144 bash[20191]: cluster 2024-04-24T13:18:13.628167+0000 mgr.smithi086.skylwm (mgr.14199) 522 : cluster [DBG] pgmap v469: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:14.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:13 smithi144 bash[20191]: audit 2024-04-24T13:18:13.679506+0000 mon.smithi086 (mon.0) 590 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:18:14.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:13 smithi144 bash[20191]: audit 2024-04-24T13:18:13.679506+0000 mon.smithi086 (mon.0) 590 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:18:14.384 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:18:15.044 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:14 smithi086 bash[18795]: audit 2024-04-24T13:18:14.390014+0000 mon.smithi086 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.86:0/2465644687' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:18:15.044 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:14 smithi086 bash[18795]: audit 2024-04-24T13:18:14.390014+0000 mon.smithi086 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.86:0/2465644687' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:18:15.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:14 smithi144 bash[20191]: audit 2024-04-24T13:18:14.390014+0000 mon.smithi086 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.86:0/2465644687' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:18:15.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:14 smithi144 bash[20191]: audit 2024-04-24T13:18:14.390014+0000 mon.smithi086 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.86:0/2465644687' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:18:15.045 INFO:teuthology.orchestra.run.smithi086.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-24T13:18:15.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:15 smithi144 bash[20191]: cluster 2024-04-24T13:18:15.629128+0000 mgr.smithi086.skylwm (mgr.14199) 523 : cluster [DBG] pgmap v470: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:15.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:15 smithi144 bash[20191]: cluster 2024-04-24T13:18:15.629128+0000 mgr.smithi086.skylwm (mgr.14199) 523 : cluster [DBG] pgmap v470: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:16.046 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:18:16.057 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:15 smithi086 bash[18795]: cluster 2024-04-24T13:18:15.629128+0000 mgr.smithi086.skylwm (mgr.14199) 523 : cluster [DBG] pgmap v470: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:16.057 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:15 smithi086 bash[18795]: cluster 2024-04-24T13:18:15.629128+0000 mgr.smithi086.skylwm (mgr.14199) 523 : cluster [DBG] pgmap v470: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:18.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:18 smithi086 bash[18795]: cluster 2024-04-24T13:18:17.630054+0000 mgr.smithi086.skylwm (mgr.14199) 524 : cluster [DBG] pgmap v471: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:18.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:18 smithi086 bash[18795]: cluster 2024-04-24T13:18:17.630054+0000 mgr.smithi086.skylwm (mgr.14199) 524 : cluster [DBG] pgmap v471: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:19.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:18 smithi144 bash[20191]: cluster 2024-04-24T13:18:17.630054+0000 mgr.smithi086.skylwm (mgr.14199) 524 : cluster [DBG] pgmap v471: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:19.490 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:18 smithi144 bash[20191]: cluster 2024-04-24T13:18:17.630054+0000 mgr.smithi086.skylwm (mgr.14199) 524 : cluster [DBG] pgmap v471: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:20.292 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:18:20.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:20 smithi086 bash[18795]: audit 2024-04-24T13:18:19.183134+0000 mon.smithi086 (mon.0) 592 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:18:20.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:20 smithi086 bash[18795]: audit 2024-04-24T13:18:19.183134+0000 mon.smithi086 (mon.0) 592 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:18:20.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:20 smithi086 bash[18795]: cluster 2024-04-24T13:18:19.630957+0000 mgr.smithi086.skylwm (mgr.14199) 525 : cluster [DBG] pgmap v472: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:20.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:20 smithi086 bash[18795]: cluster 2024-04-24T13:18:19.630957+0000 mgr.smithi086.skylwm (mgr.14199) 525 : cluster [DBG] pgmap v472: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:20.510 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:20 smithi144 bash[20191]: audit 2024-04-24T13:18:19.183134+0000 mon.smithi086 (mon.0) 592 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:18:20.510 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:20 smithi144 bash[20191]: audit 2024-04-24T13:18:19.183134+0000 mon.smithi086 (mon.0) 592 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:18:20.510 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:20 smithi144 bash[20191]: cluster 2024-04-24T13:18:19.630957+0000 mgr.smithi086.skylwm (mgr.14199) 525 : cluster [DBG] pgmap v472: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:20.511 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:20 smithi144 bash[20191]: cluster 2024-04-24T13:18:19.630957+0000 mgr.smithi086.skylwm (mgr.14199) 525 : cluster [DBG] pgmap v472: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:21.852 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:18:22.476 INFO:teuthology.orchestra.run.smithi086.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-24T13:18:22.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:22 smithi086 bash[18795]: cluster 2024-04-24T13:18:21.631893+0000 mgr.smithi086.skylwm (mgr.14199) 526 : cluster [DBG] pgmap v473: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:22.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:22 smithi086 bash[18795]: cluster 2024-04-24T13:18:21.631893+0000 mgr.smithi086.skylwm (mgr.14199) 526 : cluster [DBG] pgmap v473: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:22.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:22 smithi086 bash[18795]: audit 2024-04-24T13:18:21.857839+0000 mon.smithi086 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.86:0/1068503614' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:18:22.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:22 smithi086 bash[18795]: audit 2024-04-24T13:18:21.857839+0000 mon.smithi086 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.86:0/1068503614' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:18:23.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:22 smithi144 bash[20191]: cluster 2024-04-24T13:18:21.631893+0000 mgr.smithi086.skylwm (mgr.14199) 526 : cluster [DBG] pgmap v473: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:23.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:22 smithi144 bash[20191]: cluster 2024-04-24T13:18:21.631893+0000 mgr.smithi086.skylwm (mgr.14199) 526 : cluster [DBG] pgmap v473: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:23.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:22 smithi144 bash[20191]: audit 2024-04-24T13:18:21.857839+0000 mon.smithi086 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.86:0/1068503614' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:18:23.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:22 smithi144 bash[20191]: audit 2024-04-24T13:18:21.857839+0000 mon.smithi086 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.86:0/1068503614' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:18:23.477 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:18:24.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:24 smithi086 bash[18795]: cluster 2024-04-24T13:18:23.632845+0000 mgr.smithi086.skylwm (mgr.14199) 527 : cluster [DBG] pgmap v474: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:24.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:24 smithi086 bash[18795]: cluster 2024-04-24T13:18:23.632845+0000 mgr.smithi086.skylwm (mgr.14199) 527 : cluster [DBG] pgmap v474: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:25.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:24 smithi144 bash[20191]: cluster 2024-04-24T13:18:23.632845+0000 mgr.smithi086.skylwm (mgr.14199) 527 : cluster [DBG] pgmap v474: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:25.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:24 smithi144 bash[20191]: cluster 2024-04-24T13:18:23.632845+0000 mgr.smithi086.skylwm (mgr.14199) 527 : cluster [DBG] pgmap v474: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:26.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:26 smithi086 bash[18795]: cluster 2024-04-24T13:18:25.633852+0000 mgr.smithi086.skylwm (mgr.14199) 528 : cluster [DBG] pgmap v475: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:26.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:26 smithi086 bash[18795]: cluster 2024-04-24T13:18:25.633852+0000 mgr.smithi086.skylwm (mgr.14199) 528 : cluster [DBG] pgmap v475: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:26.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:26 smithi086 bash[18795]: audit 2024-04-24T13:18:25.878815+0000 mon.smithi086 (mon.0) 594 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:18:26.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:26 smithi086 bash[18795]: audit 2024-04-24T13:18:25.878815+0000 mon.smithi086 (mon.0) 594 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:18:26.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:26 smithi086 bash[18795]: audit 2024-04-24T13:18:26.648314+0000 mon.smithi086 (mon.0) 595 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:18:26.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:26 smithi086 bash[18795]: audit 2024-04-24T13:18:26.648314+0000 mon.smithi086 (mon.0) 595 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:18:26.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:26 smithi086 bash[18795]: audit 2024-04-24T13:18:26.650285+0000 mon.smithi086 (mon.0) 596 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:18:26.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:26 smithi086 bash[18795]: audit 2024-04-24T13:18:26.650285+0000 mon.smithi086 (mon.0) 596 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:18:26.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:26 smithi086 bash[18795]: audit 2024-04-24T13:18:26.661439+0000 mon.smithi086 (mon.0) 597 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:18:26.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:26 smithi086 bash[18795]: audit 2024-04-24T13:18:26.661439+0000 mon.smithi086 (mon.0) 597 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:18:26.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:26 smithi086 bash[18795]: audit 2024-04-24T13:18:26.669330+0000 mon.smithi086 (mon.0) 598 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:18:26.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:26 smithi086 bash[18795]: audit 2024-04-24T13:18:26.669330+0000 mon.smithi086 (mon.0) 598 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:18:27.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:26 smithi144 bash[20191]: cluster 2024-04-24T13:18:25.633852+0000 mgr.smithi086.skylwm (mgr.14199) 528 : cluster [DBG] pgmap v475: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:27.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:26 smithi144 bash[20191]: cluster 2024-04-24T13:18:25.633852+0000 mgr.smithi086.skylwm (mgr.14199) 528 : cluster [DBG] pgmap v475: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:27.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:26 smithi144 bash[20191]: audit 2024-04-24T13:18:25.878815+0000 mon.smithi086 (mon.0) 594 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:18:27.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:26 smithi144 bash[20191]: audit 2024-04-24T13:18:25.878815+0000 mon.smithi086 (mon.0) 594 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:18:27.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:26 smithi144 bash[20191]: audit 2024-04-24T13:18:26.648314+0000 mon.smithi086 (mon.0) 595 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:18:27.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:26 smithi144 bash[20191]: audit 2024-04-24T13:18:26.648314+0000 mon.smithi086 (mon.0) 595 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:18:27.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:26 smithi144 bash[20191]: audit 2024-04-24T13:18:26.650285+0000 mon.smithi086 (mon.0) 596 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:18:27.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:26 smithi144 bash[20191]: audit 2024-04-24T13:18:26.650285+0000 mon.smithi086 (mon.0) 596 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:18:27.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:26 smithi144 bash[20191]: audit 2024-04-24T13:18:26.661439+0000 mon.smithi086 (mon.0) 597 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:18:27.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:26 smithi144 bash[20191]: audit 2024-04-24T13:18:26.661439+0000 mon.smithi086 (mon.0) 597 : audit [INF] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' 2024-04-24T13:18:27.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:26 smithi144 bash[20191]: audit 2024-04-24T13:18:26.669330+0000 mon.smithi086 (mon.0) 598 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:18:27.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:26 smithi144 bash[20191]: audit 2024-04-24T13:18:26.669330+0000 mon.smithi086 (mon.0) 598 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T13:18:27.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:27 smithi086 bash[18795]: cluster 2024-04-24T13:18:26.653169+0000 mgr.smithi086.skylwm (mgr.14199) 529 : cluster [DBG] pgmap v476: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:27.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:27 smithi086 bash[18795]: cluster 2024-04-24T13:18:26.653169+0000 mgr.smithi086.skylwm (mgr.14199) 529 : cluster [DBG] pgmap v476: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:27.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:27 smithi086 bash[18795]: cluster 2024-04-24T13:18:26.654398+0000 mgr.smithi086.skylwm (mgr.14199) 530 : cluster [DBG] pgmap v477: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:27.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:27 smithi086 bash[18795]: cluster 2024-04-24T13:18:26.654398+0000 mgr.smithi086.skylwm (mgr.14199) 530 : cluster [DBG] pgmap v477: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:28.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:27 smithi144 bash[20191]: cluster 2024-04-24T13:18:26.653169+0000 mgr.smithi086.skylwm (mgr.14199) 529 : cluster [DBG] pgmap v476: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:28.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:27 smithi144 bash[20191]: cluster 2024-04-24T13:18:26.653169+0000 mgr.smithi086.skylwm (mgr.14199) 529 : cluster [DBG] pgmap v476: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:28.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:27 smithi144 bash[20191]: cluster 2024-04-24T13:18:26.654398+0000 mgr.smithi086.skylwm (mgr.14199) 530 : cluster [DBG] pgmap v477: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:28.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:27 smithi144 bash[20191]: cluster 2024-04-24T13:18:26.654398+0000 mgr.smithi086.skylwm (mgr.14199) 530 : cluster [DBG] pgmap v477: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:28.236 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:18:29.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:28 smithi144 bash[20191]: cluster 2024-04-24T13:18:28.655379+0000 mgr.smithi086.skylwm (mgr.14199) 531 : cluster [DBG] pgmap v478: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:29.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:28 smithi144 bash[20191]: cluster 2024-04-24T13:18:28.655379+0000 mgr.smithi086.skylwm (mgr.14199) 531 : cluster [DBG] pgmap v478: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:29.131 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:28 smithi086 bash[18795]: cluster 2024-04-24T13:18:28.655379+0000 mgr.smithi086.skylwm (mgr.14199) 531 : cluster [DBG] pgmap v478: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:29.131 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:28 smithi086 bash[18795]: cluster 2024-04-24T13:18:28.655379+0000 mgr.smithi086.skylwm (mgr.14199) 531 : cluster [DBG] pgmap v478: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:29.507 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:18:29.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:29 smithi086 bash[18795]: audit 2024-04-24T13:18:29.512513+0000 mon.smithi086 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.86:0/1014467448' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:18:29.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:29 smithi086 bash[18795]: audit 2024-04-24T13:18:29.512513+0000 mon.smithi086 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.86:0/1014467448' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:18:30.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:29 smithi144 bash[20191]: audit 2024-04-24T13:18:29.512513+0000 mon.smithi086 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.86:0/1014467448' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:18:30.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:29 smithi144 bash[20191]: audit 2024-04-24T13:18:29.512513+0000 mon.smithi086 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.86:0/1014467448' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:18:30.082 INFO:teuthology.orchestra.run.smithi086.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-24T13:18:30.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:30 smithi144 bash[20191]: cluster 2024-04-24T13:18:30.656322+0000 mgr.smithi086.skylwm (mgr.14199) 532 : cluster [DBG] pgmap v479: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:30.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:30 smithi144 bash[20191]: cluster 2024-04-24T13:18:30.656322+0000 mgr.smithi086.skylwm (mgr.14199) 532 : cluster [DBG] pgmap v479: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:31.084 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:18:31.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:30 smithi086 bash[18795]: cluster 2024-04-24T13:18:30.656322+0000 mgr.smithi086.skylwm (mgr.14199) 532 : cluster [DBG] pgmap v479: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:31.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:30 smithi086 bash[18795]: cluster 2024-04-24T13:18:30.656322+0000 mgr.smithi086.skylwm (mgr.14199) 532 : cluster [DBG] pgmap v479: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:33.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:32 smithi144 bash[20191]: cluster 2024-04-24T13:18:32.657340+0000 mgr.smithi086.skylwm (mgr.14199) 533 : cluster [DBG] pgmap v480: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:33.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:32 smithi144 bash[20191]: cluster 2024-04-24T13:18:32.657340+0000 mgr.smithi086.skylwm (mgr.14199) 533 : cluster [DBG] pgmap v480: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:33.136 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:32 smithi086 bash[18795]: cluster 2024-04-24T13:18:32.657340+0000 mgr.smithi086.skylwm (mgr.14199) 533 : cluster [DBG] pgmap v480: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:33.136 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:32 smithi086 bash[18795]: cluster 2024-04-24T13:18:32.657340+0000 mgr.smithi086.skylwm (mgr.14199) 533 : cluster [DBG] pgmap v480: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:35.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:34 smithi144 bash[20191]: cluster 2024-04-24T13:18:34.658349+0000 mgr.smithi086.skylwm (mgr.14199) 534 : cluster [DBG] pgmap v481: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:35.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:34 smithi144 bash[20191]: cluster 2024-04-24T13:18:34.658349+0000 mgr.smithi086.skylwm (mgr.14199) 534 : cluster [DBG] pgmap v481: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:35.209 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:34 smithi086 bash[18795]: cluster 2024-04-24T13:18:34.658349+0000 mgr.smithi086.skylwm (mgr.14199) 534 : cluster [DBG] pgmap v481: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:35.210 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:34 smithi086 bash[18795]: cluster 2024-04-24T13:18:34.658349+0000 mgr.smithi086.skylwm (mgr.14199) 534 : cluster [DBG] pgmap v481: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:35.851 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:18:36.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:36 smithi086 bash[18795]: cluster 2024-04-24T13:18:36.658884+0000 mgr.smithi086.skylwm (mgr.14199) 535 : cluster [DBG] pgmap v482: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:36.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:36 smithi086 bash[18795]: cluster 2024-04-24T13:18:36.658884+0000 mgr.smithi086.skylwm (mgr.14199) 535 : cluster [DBG] pgmap v482: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:36.990 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:18:37.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:36 smithi144 bash[20191]: cluster 2024-04-24T13:18:36.658884+0000 mgr.smithi086.skylwm (mgr.14199) 535 : cluster [DBG] pgmap v482: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:37.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:36 smithi144 bash[20191]: cluster 2024-04-24T13:18:36.658884+0000 mgr.smithi086.skylwm (mgr.14199) 535 : cluster [DBG] pgmap v482: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:37.584 INFO:teuthology.orchestra.run.smithi086.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-24T13:18:37.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:37 smithi086 bash[18795]: audit 2024-04-24T13:18:36.995990+0000 mon.smithi086 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.86:0/2335376845' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:18:37.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:37 smithi086 bash[18795]: audit 2024-04-24T13:18:36.995990+0000 mon.smithi086 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.86:0/2335376845' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:18:38.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:37 smithi144 bash[20191]: audit 2024-04-24T13:18:36.995990+0000 mon.smithi086 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.86:0/2335376845' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:18:38.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:37 smithi144 bash[20191]: audit 2024-04-24T13:18:36.995990+0000 mon.smithi086 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.86:0/2335376845' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:18:38.585 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:18:38.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:38 smithi086 bash[18795]: cluster 2024-04-24T13:18:38.660002+0000 mgr.smithi086.skylwm (mgr.14199) 536 : cluster [DBG] pgmap v483: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:38.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:38 smithi086 bash[18795]: cluster 2024-04-24T13:18:38.660002+0000 mgr.smithi086.skylwm (mgr.14199) 536 : cluster [DBG] pgmap v483: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:39.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:38 smithi144 bash[20191]: cluster 2024-04-24T13:18:38.660002+0000 mgr.smithi086.skylwm (mgr.14199) 536 : cluster [DBG] pgmap v483: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:39.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:38 smithi144 bash[20191]: cluster 2024-04-24T13:18:38.660002+0000 mgr.smithi086.skylwm (mgr.14199) 536 : cluster [DBG] pgmap v483: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:40.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:40 smithi144 bash[20191]: cluster 2024-04-24T13:18:40.660946+0000 mgr.smithi086.skylwm (mgr.14199) 537 : cluster [DBG] pgmap v484: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:40.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:40 smithi144 bash[20191]: cluster 2024-04-24T13:18:40.660946+0000 mgr.smithi086.skylwm (mgr.14199) 537 : cluster [DBG] pgmap v484: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:41.209 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:40 smithi086 bash[18795]: cluster 2024-04-24T13:18:40.660946+0000 mgr.smithi086.skylwm (mgr.14199) 537 : cluster [DBG] pgmap v484: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:41.210 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:40 smithi086 bash[18795]: cluster 2024-04-24T13:18:40.660946+0000 mgr.smithi086.skylwm (mgr.14199) 537 : cluster [DBG] pgmap v484: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:42.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:41 smithi144 bash[20191]: audit 2024-04-24T13:18:40.879361+0000 mon.smithi086 (mon.0) 601 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:18:42.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:41 smithi144 bash[20191]: audit 2024-04-24T13:18:40.879361+0000 mon.smithi086 (mon.0) 601 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:18:42.209 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:41 smithi086 bash[18795]: audit 2024-04-24T13:18:40.879361+0000 mon.smithi086 (mon.0) 601 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:18:42.210 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:41 smithi086 bash[18795]: audit 2024-04-24T13:18:40.879361+0000 mon.smithi086 (mon.0) 601 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:18:43.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:42 smithi144 bash[20191]: cluster 2024-04-24T13:18:42.661938+0000 mgr.smithi086.skylwm (mgr.14199) 538 : cluster [DBG] pgmap v485: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:43.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:42 smithi144 bash[20191]: cluster 2024-04-24T13:18:42.661938+0000 mgr.smithi086.skylwm (mgr.14199) 538 : cluster [DBG] pgmap v485: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:43.209 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:42 smithi086 bash[18795]: cluster 2024-04-24T13:18:42.661938+0000 mgr.smithi086.skylwm (mgr.14199) 538 : cluster [DBG] pgmap v485: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:43.210 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:42 smithi086 bash[18795]: cluster 2024-04-24T13:18:42.661938+0000 mgr.smithi086.skylwm (mgr.14199) 538 : cluster [DBG] pgmap v485: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:43.348 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:18:44.470 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:18:44.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:44 smithi144 bash[20191]: audit 2024-04-24T13:18:44.476112+0000 mon.smithi086 (mon.0) 602 : audit [DBG] from='client.? 172.21.15.86:0/2667712232' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:18:44.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:44 smithi144 bash[20191]: audit 2024-04-24T13:18:44.476112+0000 mon.smithi086 (mon.0) 602 : audit [DBG] from='client.? 172.21.15.86:0/2667712232' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:18:44.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:44 smithi086 bash[18795]: audit 2024-04-24T13:18:44.476112+0000 mon.smithi086 (mon.0) 602 : audit [DBG] from='client.? 172.21.15.86:0/2667712232' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:18:44.960 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:44 smithi086 bash[18795]: audit 2024-04-24T13:18:44.476112+0000 mon.smithi086 (mon.0) 602 : audit [DBG] from='client.? 172.21.15.86:0/2667712232' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:18:45.082 INFO:teuthology.orchestra.run.smithi086.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-24T13:18:45.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:45 smithi144 bash[20191]: cluster 2024-04-24T13:18:44.662833+0000 mgr.smithi086.skylwm (mgr.14199) 539 : cluster [DBG] pgmap v486: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:45.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:45 smithi144 bash[20191]: cluster 2024-04-24T13:18:44.662833+0000 mgr.smithi086.skylwm (mgr.14199) 539 : cluster [DBG] pgmap v486: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:45.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:45 smithi086 bash[18795]: cluster 2024-04-24T13:18:44.662833+0000 mgr.smithi086.skylwm (mgr.14199) 539 : cluster [DBG] pgmap v486: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:45.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:45 smithi086 bash[18795]: cluster 2024-04-24T13:18:44.662833+0000 mgr.smithi086.skylwm (mgr.14199) 539 : cluster [DBG] pgmap v486: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:46.082 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:18:47.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:46 smithi144 bash[20191]: cluster 2024-04-24T13:18:46.663786+0000 mgr.smithi086.skylwm (mgr.14199) 540 : cluster [DBG] pgmap v487: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:47.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:46 smithi144 bash[20191]: cluster 2024-04-24T13:18:46.663786+0000 mgr.smithi086.skylwm (mgr.14199) 540 : cluster [DBG] pgmap v487: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:47.209 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:46 smithi086 bash[18795]: cluster 2024-04-24T13:18:46.663786+0000 mgr.smithi086.skylwm (mgr.14199) 540 : cluster [DBG] pgmap v487: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:47.209 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:46 smithi086 bash[18795]: cluster 2024-04-24T13:18:46.663786+0000 mgr.smithi086.skylwm (mgr.14199) 540 : cluster [DBG] pgmap v487: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:49.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:48 smithi144 bash[20191]: cluster 2024-04-24T13:18:48.664768+0000 mgr.smithi086.skylwm (mgr.14199) 541 : cluster [DBG] pgmap v488: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:49.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:48 smithi144 bash[20191]: cluster 2024-04-24T13:18:48.664768+0000 mgr.smithi086.skylwm (mgr.14199) 541 : cluster [DBG] pgmap v488: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:49.209 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:48 smithi086 bash[18795]: cluster 2024-04-24T13:18:48.664768+0000 mgr.smithi086.skylwm (mgr.14199) 541 : cluster [DBG] pgmap v488: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:49.210 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:48 smithi086 bash[18795]: cluster 2024-04-24T13:18:48.664768+0000 mgr.smithi086.skylwm (mgr.14199) 541 : cluster [DBG] pgmap v488: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:50.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:50 smithi144 bash[20191]: cluster 2024-04-24T13:18:50.665782+0000 mgr.smithi086.skylwm (mgr.14199) 542 : cluster [DBG] pgmap v489: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:50.795 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:50 smithi144 bash[20191]: cluster 2024-04-24T13:18:50.665782+0000 mgr.smithi086.skylwm (mgr.14199) 542 : cluster [DBG] pgmap v489: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:50.846 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:18:51.209 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:50 smithi086 bash[18795]: cluster 2024-04-24T13:18:50.665782+0000 mgr.smithi086.skylwm (mgr.14199) 542 : cluster [DBG] pgmap v489: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:51.209 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:50 smithi086 bash[18795]: cluster 2024-04-24T13:18:50.665782+0000 mgr.smithi086.skylwm (mgr.14199) 542 : cluster [DBG] pgmap v489: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:51.990 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:18:52.294 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:52 smithi144 bash[20191]: audit 2024-04-24T13:18:51.995563+0000 mon.smithi086 (mon.0) 603 : audit [DBG] from='client.? 172.21.15.86:0/2364455143' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:18:52.294 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:52 smithi144 bash[20191]: audit 2024-04-24T13:18:51.995563+0000 mon.smithi086 (mon.0) 603 : audit [DBG] from='client.? 172.21.15.86:0/2364455143' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:18:52.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:52 smithi086 bash[18795]: audit 2024-04-24T13:18:51.995563+0000 mon.smithi086 (mon.0) 603 : audit [DBG] from='client.? 172.21.15.86:0/2364455143' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:18:52.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:52 smithi086 bash[18795]: audit 2024-04-24T13:18:51.995563+0000 mon.smithi086 (mon.0) 603 : audit [DBG] from='client.? 172.21.15.86:0/2364455143' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:18:52.623 INFO:teuthology.orchestra.run.smithi086.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-24T13:18:53.367 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:53 smithi086 bash[18795]: cluster 2024-04-24T13:18:52.666714+0000 mgr.smithi086.skylwm (mgr.14199) 543 : cluster [DBG] pgmap v490: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:53.367 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:53 smithi086 bash[18795]: cluster 2024-04-24T13:18:52.666714+0000 mgr.smithi086.skylwm (mgr.14199) 543 : cluster [DBG] pgmap v490: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:53.544 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:53 smithi144 bash[20191]: cluster 2024-04-24T13:18:52.666714+0000 mgr.smithi086.skylwm (mgr.14199) 543 : cluster [DBG] pgmap v490: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:53.544 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:53 smithi144 bash[20191]: cluster 2024-04-24T13:18:52.666714+0000 mgr.smithi086.skylwm (mgr.14199) 543 : cluster [DBG] pgmap v490: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:53.624 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T13:18:55.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:54 smithi144 bash[20191]: cluster 2024-04-24T13:18:54.667695+0000 mgr.smithi086.skylwm (mgr.14199) 544 : cluster [DBG] pgmap v491: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:55.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:54 smithi144 bash[20191]: cluster 2024-04-24T13:18:54.667695+0000 mgr.smithi086.skylwm (mgr.14199) 544 : cluster [DBG] pgmap v491: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:55.209 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:54 smithi086 bash[18795]: cluster 2024-04-24T13:18:54.667695+0000 mgr.smithi086.skylwm (mgr.14199) 544 : cluster [DBG] pgmap v491: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:55.210 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:54 smithi086 bash[18795]: cluster 2024-04-24T13:18:54.667695+0000 mgr.smithi086.skylwm (mgr.14199) 544 : cluster [DBG] pgmap v491: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:56.209 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:55 smithi086 bash[18795]: audit 2024-04-24T13:18:55.879616+0000 mon.smithi086 (mon.0) 604 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:18:56.210 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:55 smithi086 bash[18795]: audit 2024-04-24T13:18:55.879616+0000 mon.smithi086 (mon.0) 604 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:18:56.294 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:55 smithi144 bash[20191]: audit 2024-04-24T13:18:55.879616+0000 mon.smithi086 (mon.0) 604 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:18:56.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:55 smithi144 bash[20191]: audit 2024-04-24T13:18:55.879616+0000 mon.smithi086 (mon.0) 604 : audit [DBG] from='mgr.14199 172.21.15.86:0/3436341211' entity='mgr.smithi086.skylwm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T13:18:57.209 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:56 smithi086 bash[18795]: cluster 2024-04-24T13:18:56.668681+0000 mgr.smithi086.skylwm (mgr.14199) 545 : cluster [DBG] pgmap v492: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:57.210 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:56 smithi086 bash[18795]: cluster 2024-04-24T13:18:56.668681+0000 mgr.smithi086.skylwm (mgr.14199) 545 : cluster [DBG] pgmap v492: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:57.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:56 smithi144 bash[20191]: cluster 2024-04-24T13:18:56.668681+0000 mgr.smithi086.skylwm (mgr.14199) 545 : cluster [DBG] pgmap v492: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:57.295 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:56 smithi144 bash[20191]: cluster 2024-04-24T13:18:56.668681+0000 mgr.smithi086.skylwm (mgr.14199) 545 : cluster [DBG] pgmap v492: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:58.398 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/mon.smithi086/config 2024-04-24T13:18:59.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:58 smithi144 bash[20191]: cluster 2024-04-24T13:18:58.669725+0000 mgr.smithi086.skylwm (mgr.14199) 546 : cluster [DBG] pgmap v493: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:59.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:58 smithi144 bash[20191]: cluster 2024-04-24T13:18:58.669725+0000 mgr.smithi086.skylwm (mgr.14199) 546 : cluster [DBG] pgmap v493: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:59.209 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:58 smithi086 bash[18795]: cluster 2024-04-24T13:18:58.669725+0000 mgr.smithi086.skylwm (mgr.14199) 546 : cluster [DBG] pgmap v493: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:59.209 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:58 smithi086 bash[18795]: cluster 2024-04-24T13:18:58.669725+0000 mgr.smithi086.skylwm (mgr.14199) 546 : cluster [DBG] pgmap v493: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:18:59.589 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-04-24T13:18:59.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:59 smithi086 bash[18795]: audit 2024-04-24T13:18:59.595271+0000 mon.smithi086 (mon.0) 605 : audit [DBG] from='client.? 172.21.15.86:0/976857094' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:18:59.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:18:59 smithi086 bash[18795]: audit 2024-04-24T13:18:59.595271+0000 mon.smithi086 (mon.0) 605 : audit [DBG] from='client.? 172.21.15.86:0/976857094' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:19:00.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:59 smithi144 bash[20191]: audit 2024-04-24T13:18:59.595271+0000 mon.smithi086 (mon.0) 605 : audit [DBG] from='client.? 172.21.15.86:0/976857094' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:19:00.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:18:59 smithi144 bash[20191]: audit 2024-04-24T13:18:59.595271+0000 mon.smithi086 (mon.0) 605 : audit [DBG] from='client.? 172.21.15.86:0/976857094' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T13:19:00.202 INFO:teuthology.orchestra.run.smithi086.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-24T13:19:00.203 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_23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/qa/tasks/cephadm.py", line 1133, 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-24T13:19:00.222 DEBUG:teuthology.orchestra.run.smithi086:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-24T13:19:00.235 DEBUG:teuthology.orchestra.run.smithi144:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-24T13:19:00.249 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-24T13:19:00.249 DEBUG:teuthology.orchestra.run.smithi086:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-24T13:19:00.283 DEBUG:teuthology.orchestra.run.smithi144:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-24T13:19:00.296 INFO:tasks.cephadm:Stopping all daemons... 2024-04-24T13:19:00.296 INFO:tasks.cephadm.mon.smithi086:Stopping mon.smithi086... 2024-04-24T13:19:00.296 DEBUG:teuthology.orchestra.run.smithi086:> sudo systemctl stop ceph-6fb9d4de-023a-11ef-bc93-c7b262605968@mon.smithi086 2024-04-24T13:19:00.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:19:00 smithi086 systemd[1]: Stopping Ceph mon.smithi086 for 6fb9d4de-023a-11ef-bc93-c7b262605968... 2024-04-24T13:19:00.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:19:00 smithi086 bash[18795]: debug 2024-04-24T13:19:00.475+0000 7f8724768700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi086 -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-24T13:19:00.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Apr 24 13:19:00 smithi086 bash[18795]: debug 2024-04-24T13:19:00.475+0000 7f8724768700 -1 mon.smithi086@0(leader) e2 *** Got Signal Terminated *** 2024-04-24T13:19:01.426 DEBUG:teuthology.orchestra.run.smithi086:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6fb9d4de-023a-11ef-bc93-c7b262605968@mon.smithi086.service' 2024-04-24T13:19:01.456 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-24T13:19:01.456 INFO:tasks.cephadm.mon.smithi086:Stopped mon.smithi086 2024-04-24T13:19:01.456 INFO:tasks.cephadm.mon.smithi144:Stopping mon.smithi144... 2024-04-24T13:19:01.456 DEBUG:teuthology.orchestra.run.smithi144:> sudo systemctl stop ceph-6fb9d4de-023a-11ef-bc93-c7b262605968@mon.smithi144 2024-04-24T13:19:01.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:19:01 smithi144 systemd[1]: Stopping Ceph mon.smithi144 for 6fb9d4de-023a-11ef-bc93-c7b262605968... 2024-04-24T13:19:01.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:19:01 smithi144 bash[20191]: debug 2024-04-24T13:19:01.605+0000 7ff5a97aa700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi144 -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-24T13:19:01.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Apr 24 13:19:01 smithi144 bash[20191]: debug 2024-04-24T13:19:01.605+0000 7ff5a97aa700 -1 mon.smithi144@1(peon) e2 *** Got Signal Terminated *** 2024-04-24T13:19:02.424 DEBUG:teuthology.orchestra.run.smithi144:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6fb9d4de-023a-11ef-bc93-c7b262605968@mon.smithi144.service' 2024-04-24T13:19:02.452 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-24T13:19:02.452 INFO:tasks.cephadm.mon.smithi144:Stopped mon.smithi144 2024-04-24T13:19:02.452 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-24T13:19:02.619 INFO:teuthology.orchestra.run.smithi086.stdout:Deleting cluster with fsid: 6fb9d4de-023a-11ef-bc93-c7b262605968 2024-04-24T13:19:14.346 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-24T13:19:14.513 INFO:teuthology.orchestra.run.smithi144.stdout:Deleting cluster with fsid: 6fb9d4de-023a-11ef-bc93-c7b262605968 2024-04-24T13:19:23.731 DEBUG:teuthology.orchestra.run.smithi086:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-24T13:19:23.746 DEBUG:teuthology.orchestra.run.smithi144:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-24T13:19:23.758 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-24T13:19:23.760 DEBUG:teuthology.misc:Transferring archived files from smithi086:/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671316/remote/smithi086/crash 2024-04-24T13:19:23.761 DEBUG:teuthology.orchestra.run.smithi086:> sudo tar c -f - -C /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/crash -- . 2024-04-24T13:19:23.797 INFO:teuthology.orchestra.run.smithi086.stderr:tar: /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-24T13:19:23.797 INFO:teuthology.orchestra.run.smithi086.stderr:tar: Error is not recoverable: exiting now 2024-04-24T13:19:23.799 DEBUG:teuthology.misc:Transferring archived files from smithi144:/var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671316/remote/smithi144/crash 2024-04-24T13:19:23.800 DEBUG:teuthology.orchestra.run.smithi144:> sudo tar c -f - -C /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/crash -- . 2024-04-24T13:19:23.810 INFO:teuthology.orchestra.run.smithi144.stderr:tar: /var/lib/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-24T13:19:23.810 INFO:teuthology.orchestra.run.smithi144.stderr:tar: Error is not recoverable: exiting now 2024-04-24T13:19:23.811 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-24T13:19:23.812 DEBUG:teuthology.orchestra.run.smithi086:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-24T13:19:23.856 INFO:teuthology.orchestra.run.smithi086.stdout:2024-04-24T13:02:02.315587+0000 mon.smithi086 (mon.0) 121 : cluster [WRN] Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED) 2024-04-24T13:19:23.857 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-04-24T13:19:23.857 DEBUG:teuthology.orchestra.run.smithi086:> sudo egrep '\[SEC\]' /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-24T13:19:23.910 DEBUG:teuthology.orchestra.run.smithi086:> sudo egrep '\[ERR\]' /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-24T13:19:23.967 DEBUG:teuthology.orchestra.run.smithi086:> sudo egrep '\[WRN\]' /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-24T13:19:24.022 INFO:teuthology.orchestra.run.smithi086.stdout:2024-04-24T13:02:02.315587+0000 mon.smithi086 (mon.0) 121 : cluster [WRN] Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED) 2024-04-24T13:19:24.023 INFO:tasks.cephadm:Compressing logs... 2024-04-24T13:19:24.023 DEBUG:teuthology.orchestra.run.smithi086:> 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-24T13:19:24.068 DEBUG:teuthology.orchestra.run.smithi144:> 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-24T13:19:24.076 INFO:teuthology.orchestra.run.smithi086.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-24T13:19:24.081 INFO:teuthology.orchestra.run.smithi144.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-24T13:19:24.082 INFO:teuthology.orchestra.run.smithi086.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-24T13:19:24.083 INFO:teuthology.orchestra.run.smithi086.stderr:gzip -5 --verbose -- /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi086.log 2024-04-24T13:19:24.083 INFO:teuthology.orchestra.run.smithi086.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph-mon.smithi086.log 2024-04-24T13:19:24.084 INFO:teuthology.orchestra.run.smithi086.stderr:gzip -5 --verbose -- /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-24T13:19:24.085 INFO:teuthology.orchestra.run.smithi086.stderr:/var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi086.log: /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph-mon.smithi086.log: gzip -5 --verbose -- /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph.log 2024-04-24T13:19:24.085 INFO:teuthology.orchestra.run.smithi086.stderr:/var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph.cephadm.log: 94.3% -- replaced with /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi086.log.gz 2024-04-24T13:19:24.085 INFO:teuthology.orchestra.run.smithi086.stderr:gzip -5 --verbose -- /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph-mgr.smithi086.skylwm.log 2024-04-24T13:19:24.085 INFO:teuthology.orchestra.run.smithi086.stderr: 83.9% -- replaced with /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-24T13:19:24.086 INFO:teuthology.orchestra.run.smithi086.stderr:gzip -5 --verbose -- /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-24T13:19:24.087 INFO:teuthology.orchestra.run.smithi086.stderr:/var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph.log: /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph-mgr.smithi086.skylwm.log: /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph.audit.log: 88.9% -- replaced with /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-24T13:19:24.087 INFO:teuthology.orchestra.run.smithi086.stderr: 90.9% -- replaced with /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-24T13:19:24.096 INFO:teuthology.orchestra.run.smithi144.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-24T13:19:24.097 INFO:teuthology.orchestra.run.smithi144.stderr:gzip -5 --verbose -- /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph-mon.smithi144.log 2024-04-24T13:19:24.097 INFO:teuthology.orchestra.run.smithi144.stderr:gzip -5 --verbose -- /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph-mgr.smithi144.dkxklc.log 2024-04-24T13:19:24.097 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph-mon.smithi144.log: gzip -5 --verbose -- /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-24T13:19:24.098 INFO:teuthology.orchestra.run.smithi144.stderr:gzip -5 --verbose -- /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph.log 2024-04-24T13:19:24.099 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph-mgr.smithi144.dkxklc.log: /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph.cephadm.log: 81.8% -- replaced with /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-24T13:19:24.099 INFO:teuthology.orchestra.run.smithi144.stderr: 90.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-24T13:19:24.099 INFO:teuthology.orchestra.run.smithi144.stderr:gzip -5 --verbose -- /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi144.log 2024-04-24T13:19:24.099 INFO:teuthology.orchestra.run.smithi144.stderr:gzip -5 --verbose -- /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-24T13:19:24.099 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi144.log: 30.1% -- replaced with /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi144.log.gz 2024-04-24T13:19:24.100 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph.log: /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph.audit.log: 91.1% -- replaced with /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-24T13:19:24.101 INFO:teuthology.orchestra.run.smithi144.stderr: 89.1% -- replaced with /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-24T13:19:24.103 INFO:teuthology.orchestra.run.smithi086.stderr: 92.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-24T13:19:24.105 INFO:teuthology.orchestra.run.smithi144.stderr: 92.8% -- replaced with /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph-mgr.smithi144.dkxklc.log.gz 2024-04-24T13:19:24.207 INFO:teuthology.orchestra.run.smithi144.stderr: 93.5% -- replaced with /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph-mon.smithi144.log.gz 2024-04-24T13:19:24.208 INFO:teuthology.orchestra.run.smithi144.stderr: 2024-04-24T13:19:24.209 INFO:teuthology.orchestra.run.smithi144.stderr:real 0m0.136s 2024-04-24T13:19:24.209 INFO:teuthology.orchestra.run.smithi144.stderr:user 0m0.125s 2024-04-24T13:19:24.209 INFO:teuthology.orchestra.run.smithi144.stderr:sys 0m0.023s 2024-04-24T13:19:24.231 INFO:teuthology.orchestra.run.smithi086.stderr: 92.1% -- replaced with /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph-mgr.smithi086.skylwm.log.gz 2024-04-24T13:19:24.478 INFO:teuthology.orchestra.run.smithi086.stderr: 90.2% -- replaced with /var/log/ceph/6fb9d4de-023a-11ef-bc93-c7b262605968/ceph-mon.smithi086.log.gz 2024-04-24T13:19:24.480 INFO:teuthology.orchestra.run.smithi086.stderr: 2024-04-24T13:19:24.480 INFO:teuthology.orchestra.run.smithi086.stderr:real 0m0.410s 2024-04-24T13:19:24.480 INFO:teuthology.orchestra.run.smithi086.stderr:user 0m0.571s 2024-04-24T13:19:24.480 INFO:teuthology.orchestra.run.smithi086.stderr:sys 0m0.015s 2024-04-24T13:19:24.480 INFO:tasks.cephadm:Archiving logs... 2024-04-24T13:19:24.481 DEBUG:teuthology.misc:Transferring archived files from smithi086:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671316/remote/smithi086/log 2024-04-24T13:19:24.481 DEBUG:teuthology.orchestra.run.smithi086:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-24T13:19:24.628 DEBUG:teuthology.misc:Transferring archived files from smithi144:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671316/remote/smithi144/log 2024-04-24T13:19:24.629 DEBUG:teuthology.orchestra.run.smithi144:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-24T13:19:24.663 INFO:tasks.cephadm:Removing cluster... 2024-04-24T13:19:24.664 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 --force 2024-04-24T13:19:24.824 INFO:teuthology.orchestra.run.smithi086.stdout:Deleting cluster with fsid: 6fb9d4de-023a-11ef-bc93-c7b262605968 2024-04-24T13:19:25.947 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6fb9d4de-023a-11ef-bc93-c7b262605968 --force 2024-04-24T13:19:26.114 INFO:teuthology.orchestra.run.smithi144.stdout:Deleting cluster with fsid: 6fb9d4de-023a-11ef-bc93-c7b262605968 2024-04-24T13:19:27.231 INFO:tasks.cephadm:Removing cephadm ... 2024-04-24T13:19:27.231 DEBUG:teuthology.orchestra.run.smithi086:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-24T13:19:27.237 DEBUG:teuthology.orchestra.run.smithi144:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-24T13:19:27.242 INFO:tasks.cephadm:Teardown complete 2024-04-24T13:19:27.242 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_23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/qa/tasks/cephadm.py", line 2220, 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_23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/qa/tasks/cephadm.py", line 1849, 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_23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/qa/tasks/cephadm.py", line 1133, 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-24T13:19:27.451 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=4f0923e661cf4ec498d8b27f2eb3d5cf 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_23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/qa/tasks/cephadm.py", line 2220, 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_23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/qa/tasks/cephadm.py", line 1849, 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_23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/qa/tasks/cephadm.py", line 1133, 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-24T13:19:27.455 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-24T13:19:27.464 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-04-24T13:19:27.476 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi086:/dev/vg_nvme/lv_1... 2024-04-24T13:19:27.477 DEBUG:teuthology.orchestra.run.smithi086:> sudo nvme disconnect -n lv_1 2024-04-24T13:19:27.747 INFO:teuthology.orchestra.run.smithi086.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-24T13:19:27.748 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T13:19:27.748 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi086:/dev/vg_nvme/lv_2... 2024-04-24T13:19:27.749 DEBUG:teuthology.orchestra.run.smithi086:> sudo nvme disconnect -n lv_2 2024-04-24T13:19:27.991 INFO:teuthology.orchestra.run.smithi086.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-24T13:19:27.993 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T13:19:27.993 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi086:/dev/vg_nvme/lv_3... 2024-04-24T13:19:27.993 DEBUG:teuthology.orchestra.run.smithi086:> sudo nvme disconnect -n lv_3 2024-04-24T13:19:28.247 INFO:teuthology.orchestra.run.smithi086.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-24T13:19:28.248 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T13:19:28.249 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi086:/dev/vg_nvme/lv_4... 2024-04-24T13:19:28.249 DEBUG:teuthology.orchestra.run.smithi086:> sudo nvme disconnect -n lv_4 2024-04-24T13:19:28.503 INFO:teuthology.orchestra.run.smithi086.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-24T13:19:28.504 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T13:19:28.504 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-04-24T13:19:28.505 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/scratch_devs 2024-04-24T13:19:28.517 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi144:/dev/vg_nvme/lv_1... 2024-04-24T13:19:28.518 DEBUG:teuthology.orchestra.run.smithi144:> sudo nvme disconnect -n lv_1 2024-04-24T13:19:28.760 INFO:teuthology.orchestra.run.smithi144.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-24T13:19:28.761 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T13:19:28.761 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi144:/dev/vg_nvme/lv_2... 2024-04-24T13:19:28.762 DEBUG:teuthology.orchestra.run.smithi144:> sudo nvme disconnect -n lv_2 2024-04-24T13:19:28.996 INFO:teuthology.orchestra.run.smithi144.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-24T13:19:28.997 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T13:19:28.997 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi144:/dev/vg_nvme/lv_3... 2024-04-24T13:19:28.998 DEBUG:teuthology.orchestra.run.smithi144:> sudo nvme disconnect -n lv_3 2024-04-24T13:19:29.228 INFO:teuthology.orchestra.run.smithi144.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-24T13:19:29.229 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T13:19:29.229 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi144:/dev/vg_nvme/lv_4... 2024-04-24T13:19:29.229 DEBUG:teuthology.orchestra.run.smithi144:> sudo nvme disconnect -n lv_4 2024-04-24T13:19:29.476 INFO:teuthology.orchestra.run.smithi144.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-24T13:19:29.477 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T13:19:29.477 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-04-24T13:19:29.477 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/scratch_devs 2024-04-24T13:19:29.491 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-24T13:19:29.500 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-24T13:19:29.500 DEBUG:teuthology.orchestra.run.smithi086:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-24T13:19:29.503 DEBUG:teuthology.orchestra.run.smithi144:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-24T13:19:29.514 INFO:teuthology.orchestra.run.smithi086.stdout: remote refid st t when poll reach delay offset jitter 2024-04-24T13:19:29.514 INFO:teuthology.orchestra.run.smithi086.stdout:============================================================================== 2024-04-24T13:19:29.514 INFO:teuthology.orchestra.run.smithi086.stdout:*hv01.front.sepi 44.4.53.2 2 u 44 64 377 0.069 -5.519 0.377 2024-04-24T13:19:29.514 INFO:teuthology.orchestra.run.smithi086.stdout:+hv02.front.sepi 63.231.80.2 3 u 44 64 377 0.095 -5.093 0.548 2024-04-24T13:19:29.515 INFO:teuthology.orchestra.run.smithi086.stdout:+hv03.front.sepi 74.6.168.72 3 u 49 64 377 0.086 -5.838 0.348 2024-04-24T13:19:29.515 INFO:teuthology.orchestra.run.smithi086.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-04-24T13:19:29.541 INFO:teuthology.orchestra.run.smithi144.stdout: remote refid st t when poll reach delay offset jitter 2024-04-24T13:19:29.542 INFO:teuthology.orchestra.run.smithi144.stdout:============================================================================== 2024-04-24T13:19:29.542 INFO:teuthology.orchestra.run.smithi144.stdout:*hv01.front.sepi 44.4.53.2 2 u 44 64 377 0.095 -4.595 1.286 2024-04-24T13:19:29.542 INFO:teuthology.orchestra.run.smithi144.stdout:+hv02.front.sepi 63.231.80.2 3 u 34 64 377 0.074 -1.619 1.806 2024-04-24T13:19:29.542 INFO:teuthology.orchestra.run.smithi144.stdout:+hv03.front.sepi 74.6.168.72 3 u 46 64 377 0.101 -4.640 1.008 2024-04-24T13:19:29.542 INFO:teuthology.orchestra.run.smithi144.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-04-24T13:19:29.543 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-24T13:19:29.552 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-24T13:19:29.553 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-24T13:19:29.561 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-24T13:19:29.570 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-24T13:19:29.578 INFO:teuthology.task.internal:Duration was 1654.594723 seconds 2024-04-24T13:19:29.579 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-24T13:19:29.587 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-24T13:19:29.588 DEBUG:teuthology.orchestra.run.smithi086:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-24T13:19:29.590 DEBUG:teuthology.orchestra.run.smithi144:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-24T13:19:29.626 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-24T13:19:29.626 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi086.front.sepia.ceph.com 2024-04-24T13:19:29.626 DEBUG:teuthology.orchestra.run.smithi086:> 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-24T13:19:29.676 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi144.front.sepia.ceph.com 2024-04-24T13:19:29.676 DEBUG:teuthology.orchestra.run.smithi144:> 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-24T13:19:29.687 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-24T13:19:29.687 DEBUG:teuthology.orchestra.run.smithi086:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-24T13:19:29.720 DEBUG:teuthology.orchestra.run.smithi144:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-24T13:19:29.763 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-24T13:19:29.763 DEBUG:teuthology.orchestra.run.smithi086:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-24T13:19:29.805 DEBUG:teuthology.orchestra.run.smithi144:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-24T13:19:29.917 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-24T13:19:29.930 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-24T13:19:29.930 DEBUG:teuthology.orchestra.run.smithi086:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-24T13:19:29.943 DEBUG:teuthology.orchestra.run.smithi144:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-24T13:19:29.956 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-24T13:19:29.966 DEBUG:teuthology.orchestra.run.smithi086:> 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-24T13:19:29.988 DEBUG:teuthology.orchestra.run.smithi144:> 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-24T13:19:29.996 INFO:teuthology.orchestra.run.smithi086.stdout:kernel.core_pattern = core 2024-04-24T13:19:30.009 INFO:teuthology.orchestra.run.smithi144.stdout:kernel.core_pattern = core 2024-04-24T13:19:30.039 DEBUG:teuthology.orchestra.run.smithi086:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-24T13:19:30.070 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T13:19:30.070 DEBUG:teuthology.orchestra.run.smithi144:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-24T13:19:30.083 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T13:19:30.084 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-24T13:19:30.094 INFO:teuthology.task.internal:Transferring archived files... 2024-04-24T13:19:30.094 DEBUG:teuthology.misc:Transferring archived files from smithi086:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671316/remote/smithi086 2024-04-24T13:19:30.095 DEBUG:teuthology.orchestra.run.smithi086:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-24T13:19:30.139 DEBUG:teuthology.misc:Transferring archived files from smithi144:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671316/remote/smithi144 2024-04-24T13:19:30.139 DEBUG:teuthology.orchestra.run.smithi144:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-24T13:19:30.162 INFO:teuthology.task.internal:Removing archive directory... 2024-04-24T13:19:30.162 DEBUG:teuthology.orchestra.run.smithi086:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-24T13:19:30.176 DEBUG:teuthology.orchestra.run.smithi144:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-24T13:19:30.204 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-24T13:19:30.214 INFO:teuthology.task.internal:Not uploading archives. 2024-04-24T13:19:30.215 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-24T13:19:30.223 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-24T13:19:30.224 DEBUG:teuthology.orchestra.run.smithi086:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-24T13:19:30.226 DEBUG:teuthology.orchestra.run.smithi144:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-24T13:19:30.230 INFO:teuthology.orchestra.run.smithi086.stdout: 658637 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 24 13:19 /home/ubuntu/cephtest 2024-04-24T13:19:30.252 INFO:teuthology.orchestra.run.smithi144.stdout: 658642 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 24 13:19 /home/ubuntu/cephtest 2024-04-24T13:19:30.253 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-24T13:19:30.263 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-24T13:19:30.284 INFO:teuthology.nuke:Checking targets against current locks 2024-04-24T13:19:30.311 DEBUG:teuthology.nuke:shortname: smithi086 2024-04-24T13:19:30.311 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-24T13:19:30.335 DEBUG:teuthology.nuke:shortname: smithi144 2024-04-24T13:19:30.335 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-24T13:19:30.338 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi086.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671316', '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-24 12:43:06.853701', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBApwDVYG827IwGy3ot7Qb7d+uBtYsRFwX5L9oEJrqYAnWNLT6LYIFkH14PYefaIntPiPiLus2lK8sViB7FBMs1o='} 2024-04-24T13:19:30.363 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi144.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671316', '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-24 12:43:06.855446', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL6K6GE+vOE5827ypVGycux3of3XAXHn3l1rfn2eItmieHlM9Uls+/ZK+/AY5pAyi4g8CoKXpIDSoQyMMHChCGA='} 2024-04-24T13:19:30.383 INFO:teuthology.orchestra.console.smithi086:Power off 2024-04-24T13:19:30.384 DEBUG:teuthology.orchestra.console.smithi086:pexpect command: ipmitool -H smithi086.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-24T13:19:30.407 DEBUG:teuthology.orchestra.console.smithi086:power off output: Chassis Power Control: Down/Off 2024-04-24T13:19:30.407 DEBUG:teuthology.orchestra.console.smithi086:pexpect command: ipmitool -H smithi086.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T13:19:30.426 INFO:teuthology.orchestra.console.smithi144:Power off 2024-04-24T13:19:30.427 DEBUG:teuthology.orchestra.console.smithi144:pexpect command: ipmitool -H smithi144.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-24T13:19:30.437 DEBUG:teuthology.orchestra.console.smithi086:check power output: Chassis Power is on 2024-04-24T13:19:30.450 DEBUG:teuthology.orchestra.console.smithi144:power off output: Chassis Power Control: Down/Off 2024-04-24T13:19:30.451 DEBUG:teuthology.orchestra.console.smithi144:pexpect command: ipmitool -H smithi144.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T13:19:30.474 DEBUG:teuthology.orchestra.console.smithi144:check power output: Chassis Power is on 2024-04-24T13:19:34.437 DEBUG:teuthology.orchestra.console.smithi086:pexpect command: ipmitool -H smithi086.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T13:19:34.476 DEBUG:teuthology.orchestra.console.smithi144:pexpect command: ipmitool -H smithi144.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T13:19:34.549 DEBUG:teuthology.orchestra.console.smithi086:check power output: Chassis Power is on 2024-04-24T13:19:34.586 DEBUG:teuthology.orchestra.console.smithi144:check power output: Chassis Power is on 2024-04-24T13:19:38.552 DEBUG:teuthology.orchestra.console.smithi086:pexpect command: ipmitool -H smithi086.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T13:19:38.587 DEBUG:teuthology.orchestra.console.smithi144:pexpect command: ipmitool -H smithi144.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T13:19:38.663 DEBUG:teuthology.orchestra.console.smithi086:check power output: Chassis Power is off 2024-04-24T13:19:38.696 DEBUG:teuthology.orchestra.console.smithi144:check power output: Chassis Power is on 2024-04-24T13:19:38.764 INFO:teuthology.orchestra.console.smithi086:Power off completed 2024-04-24T13:19:42.699 DEBUG:teuthology.orchestra.console.smithi144:pexpect command: ipmitool -H smithi144.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T13:19:42.809 DEBUG:teuthology.orchestra.console.smithi144:check power output: Chassis Power is off 2024-04-24T13:19:42.910 INFO:teuthology.orchestra.console.smithi144:Power off completed 2024-04-24T13:19:43.014 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: 1654.5947227478027 failure_reason: '"2024-04-24T13:02:02.315587+0000 mon.smithi086 (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=4f0923e661cf4ec498d8b27f2eb3d5cf status: fail success: false 2024-04-24T13:19:43.015 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-24T13:19:43.105 INFO:teuthology.run:FAIL