2023-09-07T07:14:03.358 INFO:root:teuthology version: 0.0.1.dev194+g54e62bc 2023-09-07T07:14:03.359 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_gabrioux@teuthology --description orch:cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --name gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi --verbose --archive /home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390770 -- /home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390770/orig.config.yaml 2023-09-07T07:14:03.393 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-09-07T07:14:03.474 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390770 branch: wip-guits-testing-2-2023-09-05-1426 description: orch:cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: gabrioux@redhat.com first_in_suite: false job_id: '7390770' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-guits-testing-2-2023-09-05-1426 ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-testing-2-2023-09-05-1426 sha1: 68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb owner: scheduled_gabrioux@teuthology priority: 30 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 4231 sha1: 68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-testing-2-2023-09-05-1426 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb targets: smithi158.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDzUY+/aOkyR6auieMRn2PR5PYNv6CI2jTc+ThSb5nWsYZKNwG8zV764UpMlzah1u3gsTvRDk9uIXb0fs+vshn4= smithi188.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE1pV4yaUrOzqQfsGHejW7Bo5ivGFwra6EdnHy8Wtg8/zM+3eb+DqBHaqxpSe0YvTYCPc1fwpyAAl3aB9+PmVew= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - 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 fs volume create foofs - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} --port 2999 - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - 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}}:/fake /mnt/foo -o port=2999 - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - vip.exec: all-hosts: - "echo \"Check with $(hostname) ganesha(s) down...\"\nfor c in `systemctl | grep\ \ ceph- | grep @nfs | awk '{print $1}'`; do\n cid=`echo $c | sed 's/@/-/'`\n\ \ id=`echo $c | cut -d @ -f 2 | sed 's/.service$//'`\n fsid=`echo $c |\ \ cut -d @ -f 1 | cut -d - -f 2-`\n echo \"Removing daemon $id fsid $fsid...\"\ \n sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id\n\n echo \"\ Waking up cephadm...\"\n sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh\n\ \n while ! timeout 1 cat /mnt/foo/testfile ; do true ; done\n echo \"\ Mount is back!\"\ndone\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 54e62bcbac4e53d9685e08328b790d3b20d71cae timestamp: 2023-09-07_07:03:32 tube: smithi user: gabrioux verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1394 2023-09-07T07:14:03.475 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb/qa; will attempt to use it 2023-09-07T07:14:03.475 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb/qa/tasks 2023-09-07T07:14:03.476 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-09-07T07:14:03.477 INFO:teuthology.task.internal:Checking packages... 2023-09-07T07:14:03.503 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb' 2023-09-07T07:14:03.504 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-09-07T07:14:03.504 INFO:teuthology.packaging:ref: None 2023-09-07T07:14:03.504 INFO:teuthology.packaging:tag: None 2023-09-07T07:14:03.505 INFO:teuthology.packaging:branch: wip-guits-testing-2-2023-09-05-1426 2023-09-07T07:14:03.505 INFO:teuthology.packaging:sha1: 68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb 2023-09-07T07:14:03.505 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-guits-testing-2-2023-09-05-1426 2023-09-07T07:14:03.738 INFO:teuthology.task.internal:Found packages for ceph version 18.2.0-387.g68b7f2b3 2023-09-07T07:14:03.738 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-09-07T07:14:03.745 INFO:teuthology.task.internal:no buildpackages task found 2023-09-07T07:14:03.745 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-09-07T07:14:03.756 INFO:teuthology.task.internal:Saving configuration 2023-09-07T07:14:03.769 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-09-07T07:14:03.775 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-07T07:14:03.801 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi158.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390770', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-07 07:08:22.998604', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDzUY+/aOkyR6auieMRn2PR5PYNv6CI2jTc+ThSb5nWsYZKNwG8zV764UpMlzah1u3gsTvRDk9uIXb0fs+vshn4='} 2023-09-07T07:14:03.822 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi188.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390770', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-07 07:08:23.000534', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE1pV4yaUrOzqQfsGHejW7Bo5ivGFwra6EdnHy8Wtg8/zM+3eb+DqBHaqxpSe0YvTYCPc1fwpyAAl3aB9+PmVew='} 2023-09-07T07:14:03.823 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-09-07T07:14:03.829 INFO:teuthology.task.internal:roles: ubuntu@smithi158.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-09-07T07:14:03.829 INFO:teuthology.task.internal:roles: ubuntu@smithi188.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-09-07T07:14:03.829 INFO:teuthology.run_tasks:Running task console_log... 2023-09-07T07:14:03.892 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f4bd6dd2a60>, signals=[15]) 2023-09-07T07:14:03.893 INFO:teuthology.run_tasks:Running task internal.connect... 2023-09-07T07:14:03.899 INFO:teuthology.task.internal:Opening connections... 2023-09-07T07:14:03.899 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi158.front.sepia.ceph.com 2023-09-07T07:14:03.901 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-07T07:14:03.968 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi188.front.sepia.ceph.com 2023-09-07T07:14:03.969 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-07T07:14:04.038 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-09-07T07:14:04.044 DEBUG:teuthology.orchestra.run.smithi158:> uname -m 2023-09-07T07:14:04.066 INFO:teuthology.orchestra.run.smithi158.stdout:x86_64 2023-09-07T07:14:04.066 DEBUG:teuthology.orchestra.run.smithi158:> cat /etc/os-release 2023-09-07T07:14:04.126 INFO:teuthology.orchestra.run.smithi158.stdout:NAME="CentOS Stream" 2023-09-07T07:14:04.126 INFO:teuthology.orchestra.run.smithi158.stdout:VERSION="8" 2023-09-07T07:14:04.126 INFO:teuthology.orchestra.run.smithi158.stdout:ID="centos" 2023-09-07T07:14:04.127 INFO:teuthology.orchestra.run.smithi158.stdout:ID_LIKE="rhel fedora" 2023-09-07T07:14:04.127 INFO:teuthology.orchestra.run.smithi158.stdout:VERSION_ID="8" 2023-09-07T07:14:04.127 INFO:teuthology.orchestra.run.smithi158.stdout:PLATFORM_ID="platform:el8" 2023-09-07T07:14:04.127 INFO:teuthology.orchestra.run.smithi158.stdout:PRETTY_NAME="CentOS Stream 8" 2023-09-07T07:14:04.127 INFO:teuthology.orchestra.run.smithi158.stdout:ANSI_COLOR="0;31" 2023-09-07T07:14:04.128 INFO:teuthology.orchestra.run.smithi158.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-09-07T07:14:04.128 INFO:teuthology.orchestra.run.smithi158.stdout:HOME_URL="https://centos.org/" 2023-09-07T07:14:04.128 INFO:teuthology.orchestra.run.smithi158.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-09-07T07:14:04.128 INFO:teuthology.orchestra.run.smithi158.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-09-07T07:14:04.128 INFO:teuthology.orchestra.run.smithi158.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-09-07T07:14:04.129 INFO:teuthology.lock.ops:Updating smithi158.front.sepia.ceph.com on lock server 2023-09-07T07:14:04.149 DEBUG:teuthology.orchestra.run.smithi188:> uname -m 2023-09-07T07:14:04.172 INFO:teuthology.orchestra.run.smithi188.stdout:x86_64 2023-09-07T07:14:04.172 DEBUG:teuthology.orchestra.run.smithi188:> cat /etc/os-release 2023-09-07T07:14:04.233 INFO:teuthology.orchestra.run.smithi188.stdout:NAME="CentOS Stream" 2023-09-07T07:14:04.233 INFO:teuthology.orchestra.run.smithi188.stdout:VERSION="8" 2023-09-07T07:14:04.233 INFO:teuthology.orchestra.run.smithi188.stdout:ID="centos" 2023-09-07T07:14:04.234 INFO:teuthology.orchestra.run.smithi188.stdout:ID_LIKE="rhel fedora" 2023-09-07T07:14:04.234 INFO:teuthology.orchestra.run.smithi188.stdout:VERSION_ID="8" 2023-09-07T07:14:04.234 INFO:teuthology.orchestra.run.smithi188.stdout:PLATFORM_ID="platform:el8" 2023-09-07T07:14:04.234 INFO:teuthology.orchestra.run.smithi188.stdout:PRETTY_NAME="CentOS Stream 8" 2023-09-07T07:14:04.235 INFO:teuthology.orchestra.run.smithi188.stdout:ANSI_COLOR="0;31" 2023-09-07T07:14:04.235 INFO:teuthology.orchestra.run.smithi188.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-09-07T07:14:04.235 INFO:teuthology.orchestra.run.smithi188.stdout:HOME_URL="https://centos.org/" 2023-09-07T07:14:04.235 INFO:teuthology.orchestra.run.smithi188.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-09-07T07:14:04.235 INFO:teuthology.orchestra.run.smithi188.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-09-07T07:14:04.236 INFO:teuthology.orchestra.run.smithi188.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-09-07T07:14:04.236 INFO:teuthology.lock.ops:Updating smithi188.front.sepia.ceph.com on lock server 2023-09-07T07:14:04.278 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-09-07T07:14:04.287 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-09-07T07:14:04.292 INFO:teuthology.task.internal:Checking for old test directory... 2023-09-07T07:14:04.293 DEBUG:teuthology.orchestra.run.smithi158:> test '!' -e /home/ubuntu/cephtest 2023-09-07T07:14:04.295 DEBUG:teuthology.orchestra.run.smithi188:> test '!' -e /home/ubuntu/cephtest 2023-09-07T07:14:04.315 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-09-07T07:14:04.321 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-09-07T07:14:04.322 DEBUG:teuthology.orchestra.run.smithi158:> test -z $(ls -A /var/lib/ceph) 2023-09-07T07:14:04.360 DEBUG:teuthology.orchestra.run.smithi188:> test -z $(ls -A /var/lib/ceph) 2023-09-07T07:14:04.390 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-09-07T07:14:04.542 INFO:teuthology.run_tasks:Running task kernel... 2023-09-07T07:14:04.569 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-09-07T07:14:04.570 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-09-07T07:14:04.571 DEBUG:teuthology.orchestra.run.smithi158:> test -f /run/.containerenv -o -f /.dockerenv 2023-09-07T07:14:04.571 DEBUG:teuthology.orchestra.run.smithi188:> test -f /run/.containerenv -o -f /.dockerenv 2023-09-07T07:14:04.595 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-07T07:14:04.596 DEBUG:teuthology.orchestra.run.smithi158:> uname -r 2023-09-07T07:14:04.597 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-07T07:14:04.598 DEBUG:teuthology.orchestra.run.smithi188:> uname -r 2023-09-07T07:14:04.661 INFO:teuthology.orchestra.run.smithi188.stdout:4.18.0-489.el8.x86_64 2023-09-07T07:14:04.661 INFO:teuthology.task.kernel:Running kernel on smithi188: 4.18.0-489.el8.x86_64 2023-09-07T07:14:04.661 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum install -y kernel 2023-09-07T07:14:04.664 INFO:teuthology.orchestra.run.smithi158.stdout:4.18.0-489.el8.x86_64 2023-09-07T07:14:04.665 INFO:teuthology.task.kernel:Running kernel on smithi158: 4.18.0-489.el8.x86_64 2023-09-07T07:14:04.665 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum install -y kernel 2023-09-07T07:14:10.616 INFO:teuthology.orchestra.run.smithi188.stdout:CentOS Stream 8 - AppStream 10 MB/s | 33 MB 00:03 2023-09-07T07:14:18.367 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS Stream 8 - AppStream 3.0 MB/s | 33 MB 00:11 2023-09-07T07:14:18.524 INFO:teuthology.orchestra.run.smithi188.stdout:CentOS Stream 8 - BaseOS 25 MB/s | 47 MB 00:01 2023-09-07T07:14:25.615 INFO:teuthology.orchestra.run.smithi188.stdout:CentOS Stream 8 - Extras 47 kB/s | 18 kB 00:00 2023-09-07T07:14:26.149 INFO:teuthology.orchestra.run.smithi188.stdout:CentOS Stream 8 - Extras common packages 19 kB/s | 6.9 kB 00:00 2023-09-07T07:14:26.498 INFO:teuthology.orchestra.run.smithi188.stdout:Copr repo for python3-asyncssh owned by ceph 18 kB/s | 3.5 kB 00:00 2023-09-07T07:14:26.884 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS Stream 8 - BaseOS 21 MB/s | 47 MB 00:02 2023-09-07T07:14:34.077 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS Stream 8 - Extras 81 kB/s | 18 kB 00:00 2023-09-07T07:14:34.586 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS Stream 8 - Extras common packages 21 kB/s | 6.9 kB 00:00 2023-09-07T07:14:34.863 INFO:teuthology.orchestra.run.smithi158.stdout:Copr repo for python3-asyncssh owned by ceph 28 kB/s | 3.5 kB 00:00 2023-09-07T07:14:36.205 INFO:teuthology.orchestra.run.smithi158.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2023-09-07T07:14:40.064 INFO:teuthology.orchestra.run.smithi158.stdout:lab-extras 431 kB/s | 24 kB 00:00 2023-09-07T07:14:43.624 INFO:teuthology.orchestra.run.smithi158.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-09-07T07:14:43.624 INFO:teuthology.orchestra.run.smithi158.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-09-07T07:14:43.689 INFO:teuthology.orchestra.run.smithi188.stdout:Extra Packages for Enterprise Linux 944 kB/s | 16 MB 00:17 2023-09-07T07:14:43.867 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-09-07T07:14:43.867 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-07T07:14:43.868 INFO:teuthology.orchestra.run.smithi158.stdout: Package Architecture Version Repository Size 2023-09-07T07:14:43.868 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-07T07:14:43.868 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2023-09-07T07:14:43.868 INFO:teuthology.orchestra.run.smithi158.stdout: kernel x86_64 4.18.0-513.el8 baseos 10 M 2023-09-07T07:14:43.868 INFO:teuthology.orchestra.run.smithi158.stdout:Installing dependencies: 2023-09-07T07:14:43.869 INFO:teuthology.orchestra.run.smithi158.stdout: kernel-core x86_64 4.18.0-513.el8 baseos 43 M 2023-09-07T07:14:43.869 INFO:teuthology.orchestra.run.smithi158.stdout: kernel-modules x86_64 4.18.0-513.el8 baseos 35 M 2023-09-07T07:14:43.869 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:14:43.869 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2023-09-07T07:14:43.869 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-07T07:14:43.870 INFO:teuthology.orchestra.run.smithi158.stdout:Install 3 Packages 2023-09-07T07:14:43.870 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:14:43.870 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 88 M 2023-09-07T07:14:43.871 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 96 M 2023-09-07T07:14:43.871 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2023-09-07T07:14:45.907 INFO:teuthology.orchestra.run.smithi158.stdout:(1/3): kernel-4.18.0-513.el8.x86_64.rpm 12 MB/s | 10 MB 00:00 2023-09-07T07:14:46.740 INFO:teuthology.orchestra.run.smithi158.stdout:(2/3): kernel-modules-4.18.0-513.el8.x86_64.rpm 21 MB/s | 35 MB 00:01 2023-09-07T07:14:47.265 INFO:teuthology.orchestra.run.smithi158.stdout:(3/3): kernel-core-4.18.0-513.el8.x86_64.rpm 19 MB/s | 43 MB 00:02 2023-09-07T07:14:47.266 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2023-09-07T07:14:47.266 INFO:teuthology.orchestra.run.smithi158.stdout:Total 26 MB/s | 88 MB 00:03 2023-09-07T07:14:47.564 INFO:teuthology.orchestra.run.smithi188.stdout:lab-extras 283 kB/s | 24 kB 00:00 2023-09-07T07:14:47.935 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2023-09-07T07:14:48.367 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2023-09-07T07:14:48.367 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2023-09-07T07:14:49.578 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2023-09-07T07:14:49.598 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2023-09-07T07:14:51.046 INFO:teuthology.orchestra.run.smithi188.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-09-07T07:14:51.047 INFO:teuthology.orchestra.run.smithi188.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-09-07T07:14:51.298 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2023-09-07T07:14:51.303 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2023-09-07T07:14:51.303 INFO:teuthology.orchestra.run.smithi188.stdout: Package Architecture Version Repository Size 2023-09-07T07:14:51.303 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2023-09-07T07:14:51.303 INFO:teuthology.orchestra.run.smithi188.stdout:Installing: 2023-09-07T07:14:51.303 INFO:teuthology.orchestra.run.smithi188.stdout: kernel x86_64 4.18.0-513.el8 baseos 10 M 2023-09-07T07:14:51.304 INFO:teuthology.orchestra.run.smithi188.stdout:Installing dependencies: 2023-09-07T07:14:51.304 INFO:teuthology.orchestra.run.smithi188.stdout: kernel-core x86_64 4.18.0-513.el8 baseos 43 M 2023-09-07T07:14:51.304 INFO:teuthology.orchestra.run.smithi188.stdout: kernel-modules x86_64 4.18.0-513.el8 baseos 35 M 2023-09-07T07:14:51.304 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-09-07T07:14:51.304 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction Summary 2023-09-07T07:14:51.305 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2023-09-07T07:14:51.305 INFO:teuthology.orchestra.run.smithi188.stdout:Install 3 Packages 2023-09-07T07:14:51.305 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-09-07T07:14:51.305 INFO:teuthology.orchestra.run.smithi188.stdout:Total download size: 88 M 2023-09-07T07:14:51.305 INFO:teuthology.orchestra.run.smithi188.stdout:Installed size: 96 M 2023-09-07T07:14:51.306 INFO:teuthology.orchestra.run.smithi188.stdout:Downloading Packages: 2023-09-07T07:14:52.340 INFO:teuthology.orchestra.run.smithi188.stdout:(1/3): kernel-4.18.0-513.el8.x86_64.rpm 12 MB/s | 10 MB 00:00 2023-09-07T07:14:52.517 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2023-09-07T07:14:53.029 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : kernel-core-4.18.0-513.el8.x86_64 1/3 2023-09-07T07:14:53.190 INFO:teuthology.orchestra.run.smithi188.stdout:(2/3): kernel-modules-4.18.0-513.el8.x86_64.rpm 21 MB/s | 35 MB 00:01 2023-09-07T07:14:53.665 INFO:teuthology.orchestra.run.smithi188.stdout:(3/3): kernel-core-4.18.0-513.el8.x86_64.rpm 20 MB/s | 43 MB 00:02 2023-09-07T07:14:53.666 INFO:teuthology.orchestra.run.smithi188.stdout:-------------------------------------------------------------------------------- 2023-09-07T07:14:53.666 INFO:teuthology.orchestra.run.smithi188.stdout:Total 37 MB/s | 88 MB 00:02 2023-09-07T07:14:54.339 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction check 2023-09-07T07:14:54.741 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction check succeeded. 2023-09-07T07:14:54.741 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction test 2023-09-07T07:14:56.054 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction test succeeded. 2023-09-07T07:14:56.080 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction 2023-09-07T07:14:56.755 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: kernel-core-4.18.0-513.el8.x86_64 1/3 2023-09-07T07:14:57.171 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : kernel-modules-4.18.0-513.el8.x86_64 2/3 2023-09-07T07:14:58.931 INFO:teuthology.orchestra.run.smithi188.stdout: Preparing : 1/1 2023-09-07T07:14:59.480 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : kernel-core-4.18.0-513.el8.x86_64 1/3 2023-09-07T07:15:00.558 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: kernel-modules-4.18.0-513.el8.x86_64 2/3 2023-09-07T07:15:00.860 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : kernel-4.18.0-513.el8.x86_64 3/3 2023-09-07T07:15:03.123 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: kernel-core-4.18.0-513.el8.x86_64 1/3 2023-09-07T07:15:03.488 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : kernel-modules-4.18.0-513.el8.x86_64 2/3 2023-09-07T07:15:06.874 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: kernel-modules-4.18.0-513.el8.x86_64 2/3 2023-09-07T07:15:07.142 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : kernel-4.18.0-513.el8.x86_64 3/3 2023-09-07T07:15:22.676 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: kernel-core-4.18.0-513.el8.x86_64 3/3 2023-09-07T07:15:22.700 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: kernel-modules-4.18.0-513.el8.x86_64 3/3 2023-09-07T07:15:23.039 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: kernel-4.18.0-513.el8.x86_64 3/3 2023-09-07T07:15:23.039 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : kernel-4.18.0-513.el8.x86_64 1/3 2023-09-07T07:15:23.040 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : kernel-core-4.18.0-513.el8.x86_64 2/3 2023-09-07T07:15:23.757 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : kernel-modules-4.18.0-513.el8.x86_64 3/3 2023-09-07T07:15:23.758 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:15:23.758 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2023-09-07T07:15:23.758 INFO:teuthology.orchestra.run.smithi158.stdout: kernel-4.18.0-513.el8.x86_64 kernel-core-4.18.0-513.el8.x86_64 2023-09-07T07:15:23.758 INFO:teuthology.orchestra.run.smithi158.stdout: kernel-modules-4.18.0-513.el8.x86_64 2023-09-07T07:15:23.759 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:15:23.759 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-09-07T07:15:23.905 DEBUG:teuthology.orchestra.run.smithi158:> rpm -q kernel | sort -rV | head -n 1 2023-09-07T07:15:24.123 INFO:teuthology.orchestra.run.smithi158.stdout:kernel-4.18.0-513.el8.x86_64 2023-09-07T07:15:24.124 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.el8.x86_64 2023-09-07T07:15:24.124 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-513.el8.x86_64 2023-09-07T07:15:24.125 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-09-07T07:15:24.125 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-09-07T07:15:24.125 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-09-07T07:15:24.126 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi158.front.sepia.ceph.com, path=None, version=distro) 2023-09-07T07:15:24.126 DEBUG:teuthology.orchestra.run.smithi158:> rpm -q kernel | sort -rV | head -n 1 2023-09-07T07:15:24.336 INFO:teuthology.orchestra.run.smithi158.stdout:kernel-4.18.0-513.el8.x86_64 2023-09-07T07:15:24.336 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.el8.x86_64 2023-09-07T07:15:24.337 DEBUG:teuthology.orchestra.run.smithi158:> sudo rpm -qi grub2-tools 2023-09-07T07:15:24.371 INFO:teuthology.orchestra.run.smithi158.stdout:Name : grub2-tools 2023-09-07T07:15:24.372 INFO:teuthology.orchestra.run.smithi158.stdout:Epoch : 1 2023-09-07T07:15:24.372 INFO:teuthology.orchestra.run.smithi158.stdout:Version : 2.02 2023-09-07T07:15:24.373 INFO:teuthology.orchestra.run.smithi158.stdout:Release : 129.el8 2023-09-07T07:15:24.373 INFO:teuthology.orchestra.run.smithi158.stdout:Architecture: x86_64 2023-09-07T07:15:24.373 INFO:teuthology.orchestra.run.smithi158.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-09-07T07:15:24.374 INFO:teuthology.orchestra.run.smithi158.stdout:Group : System Environment/Base 2023-09-07T07:15:24.374 INFO:teuthology.orchestra.run.smithi158.stdout:Size : 9265586 2023-09-07T07:15:24.375 INFO:teuthology.orchestra.run.smithi158.stdout:License : GPLv3+ 2023-09-07T07:15:24.375 INFO:teuthology.orchestra.run.smithi158.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-09-07T07:15:24.375 INFO:teuthology.orchestra.run.smithi158.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-09-07T07:15:24.376 INFO:teuthology.orchestra.run.smithi158.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-09-07T07:15:24.376 INFO:teuthology.orchestra.run.smithi158.stdout:Build Host : kbuilder.bsys.centos.org 2023-09-07T07:15:24.376 INFO:teuthology.orchestra.run.smithi158.stdout:Relocations : (not relocatable) 2023-09-07T07:15:24.377 INFO:teuthology.orchestra.run.smithi158.stdout:Packager : CentOS BuildSystem 2023-09-07T07:15:24.377 INFO:teuthology.orchestra.run.smithi158.stdout:Vendor : CentOS 2023-09-07T07:15:24.377 INFO:teuthology.orchestra.run.smithi158.stdout:URL : http://www.gnu.org/software/grub/ 2023-09-07T07:15:24.378 INFO:teuthology.orchestra.run.smithi158.stdout:Summary : Support tools for GRUB. 2023-09-07T07:15:24.378 INFO:teuthology.orchestra.run.smithi158.stdout:Description : 2023-09-07T07:15:24.378 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:15:24.379 INFO:teuthology.orchestra.run.smithi158.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-09-07T07:15:24.379 INFO:teuthology.orchestra.run.smithi158.stdout:customizable bootloader with modular architecture. It supports a rich 2023-09-07T07:15:24.380 INFO:teuthology.orchestra.run.smithi158.stdout:variety of kernel formats, file systems, computer architectures and 2023-09-07T07:15:24.380 INFO:teuthology.orchestra.run.smithi158.stdout:hardware devices. 2023-09-07T07:15:24.380 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:15:24.381 INFO:teuthology.orchestra.run.smithi158.stdout:This subpackage provides tools for support of all platforms. 2023-09-07T07:15:24.382 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-09-07T07:15:24.383 INFO:teuthology.task.kernel:Updating grub on smithi158 to boot 4.18.0-513.el8.x86_64 2023-09-07T07:15:24.383 DEBUG:teuthology.orchestra.run.smithi158:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-09-07T07:15:25.821 INFO:teuthology.orchestra.run.smithi158.stderr:Generating grub configuration file ... 2023-09-07T07:15:27.952 INFO:teuthology.orchestra.run.smithi158.stderr:done 2023-09-07T07:15:27.954 DEBUG:teuthology.orchestra.run.smithi158:> mktemp 2023-09-07T07:15:27.980 INFO:teuthology.orchestra.run.smithi158.stdout:/tmp/tmp.O2iCit1Shm 2023-09-07T07:15:27.981 DEBUG:teuthology.orchestra.run.smithi158:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.O2iCit1Shm 2023-09-07T07:15:28.054 DEBUG:teuthology.orchestra.run.smithi158:> sudo chmod 0666 /tmp/tmp.O2iCit1Shm 2023-09-07T07:15:28.194 DEBUG:teuthology.orchestra.remote:smithi158:/tmp/tmp.O2iCit1Shm is 6KB 2023-09-07T07:15:28.242 DEBUG:teuthology.orchestra.run.smithi158:> rm -fr /tmp/tmp.O2iCit1Shm 2023-09-07T07:15:28.260 DEBUG:teuthology.orchestra.run.smithi158:> sudo /bin/ls /boot/loader/entries || true 2023-09-07T07:15:28.327 INFO:teuthology.orchestra.run.smithi158.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-09-07T07:15:28.328 INFO:teuthology.orchestra.run.smithi158.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-09-07T07:15:28.328 INFO:teuthology.orchestra.run.smithi158.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-09-07T07:15:28.328 INFO:teuthology.orchestra.run.smithi158.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-513.el8.x86_64.conf 2023-09-07T07:15:28.329 DEBUG:teuthology.orchestra.run.smithi158:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-513.el8.x86_64 2023-09-07T07:15:28.510 DEBUG:teuthology.orchestra.run.smithi158:> sudo shutdown -r now 2023-09-07T07:15:28.923 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: kernel-core-4.18.0-513.el8.x86_64 3/3 2023-09-07T07:15:28.946 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: kernel-modules-4.18.0-513.el8.x86_64 3/3 2023-09-07T07:15:29.303 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: kernel-4.18.0-513.el8.x86_64 3/3 2023-09-07T07:15:29.303 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : kernel-4.18.0-513.el8.x86_64 1/3 2023-09-07T07:15:29.304 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : kernel-core-4.18.0-513.el8.x86_64 2/3 2023-09-07T07:15:30.042 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : kernel-modules-4.18.0-513.el8.x86_64 3/3 2023-09-07T07:15:30.042 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-09-07T07:15:30.042 INFO:teuthology.orchestra.run.smithi188.stdout:Installed: 2023-09-07T07:15:30.042 INFO:teuthology.orchestra.run.smithi188.stdout: kernel-4.18.0-513.el8.x86_64 kernel-core-4.18.0-513.el8.x86_64 2023-09-07T07:15:30.043 INFO:teuthology.orchestra.run.smithi188.stdout: kernel-modules-4.18.0-513.el8.x86_64 2023-09-07T07:15:30.043 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-09-07T07:15:30.043 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2023-09-07T07:15:30.195 DEBUG:teuthology.orchestra.run.smithi188:> rpm -q kernel | sort -rV | head -n 1 2023-09-07T07:15:30.409 INFO:teuthology.orchestra.run.smithi188.stdout:kernel-4.18.0-513.el8.x86_64 2023-09-07T07:15:30.410 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.el8.x86_64 2023-09-07T07:15:30.411 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-513.el8.x86_64 2023-09-07T07:15:30.411 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-09-07T07:15:30.411 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-09-07T07:15:30.412 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-09-07T07:15:30.412 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi188.front.sepia.ceph.com, path=None, version=distro) 2023-09-07T07:15:30.412 DEBUG:teuthology.orchestra.run.smithi188:> rpm -q kernel | sort -rV | head -n 1 2023-09-07T07:15:30.621 INFO:teuthology.orchestra.run.smithi188.stdout:kernel-4.18.0-513.el8.x86_64 2023-09-07T07:15:30.622 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.el8.x86_64 2023-09-07T07:15:30.622 DEBUG:teuthology.orchestra.run.smithi188:> sudo rpm -qi grub2-tools 2023-09-07T07:15:30.655 INFO:teuthology.orchestra.run.smithi188.stdout:Name : grub2-tools 2023-09-07T07:15:30.656 INFO:teuthology.orchestra.run.smithi188.stdout:Epoch : 1 2023-09-07T07:15:30.656 INFO:teuthology.orchestra.run.smithi188.stdout:Version : 2.02 2023-09-07T07:15:30.656 INFO:teuthology.orchestra.run.smithi188.stdout:Release : 129.el8 2023-09-07T07:15:30.656 INFO:teuthology.orchestra.run.smithi188.stdout:Architecture: x86_64 2023-09-07T07:15:30.657 INFO:teuthology.orchestra.run.smithi188.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-09-07T07:15:30.657 INFO:teuthology.orchestra.run.smithi188.stdout:Group : System Environment/Base 2023-09-07T07:15:30.657 INFO:teuthology.orchestra.run.smithi188.stdout:Size : 9265586 2023-09-07T07:15:30.657 INFO:teuthology.orchestra.run.smithi188.stdout:License : GPLv3+ 2023-09-07T07:15:30.657 INFO:teuthology.orchestra.run.smithi188.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-09-07T07:15:30.658 INFO:teuthology.orchestra.run.smithi188.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-09-07T07:15:30.658 INFO:teuthology.orchestra.run.smithi188.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-09-07T07:15:30.658 INFO:teuthology.orchestra.run.smithi188.stdout:Build Host : kbuilder.bsys.centos.org 2023-09-07T07:15:30.658 INFO:teuthology.orchestra.run.smithi188.stdout:Relocations : (not relocatable) 2023-09-07T07:15:30.658 INFO:teuthology.orchestra.run.smithi188.stdout:Packager : CentOS BuildSystem 2023-09-07T07:15:30.659 INFO:teuthology.orchestra.run.smithi188.stdout:Vendor : CentOS 2023-09-07T07:15:30.659 INFO:teuthology.orchestra.run.smithi188.stdout:URL : http://www.gnu.org/software/grub/ 2023-09-07T07:15:30.659 INFO:teuthology.orchestra.run.smithi188.stdout:Summary : Support tools for GRUB. 2023-09-07T07:15:30.659 INFO:teuthology.orchestra.run.smithi188.stdout:Description : 2023-09-07T07:15:30.659 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-09-07T07:15:30.660 INFO:teuthology.orchestra.run.smithi188.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-09-07T07:15:30.660 INFO:teuthology.orchestra.run.smithi188.stdout:customizable bootloader with modular architecture. It supports a rich 2023-09-07T07:15:30.660 INFO:teuthology.orchestra.run.smithi188.stdout:variety of kernel formats, file systems, computer architectures and 2023-09-07T07:15:30.660 INFO:teuthology.orchestra.run.smithi188.stdout:hardware devices. 2023-09-07T07:15:30.660 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-09-07T07:15:30.660 INFO:teuthology.orchestra.run.smithi188.stdout:This subpackage provides tools for support of all platforms. 2023-09-07T07:15:30.661 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-09-07T07:15:30.662 INFO:teuthology.task.kernel:Updating grub on smithi188 to boot 4.18.0-513.el8.x86_64 2023-09-07T07:15:30.662 DEBUG:teuthology.orchestra.run.smithi188:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-09-07T07:15:32.388 INFO:teuthology.orchestra.run.smithi188.stderr:Generating grub configuration file ... 2023-09-07T07:15:34.799 INFO:teuthology.orchestra.run.smithi188.stderr:done 2023-09-07T07:15:34.800 DEBUG:teuthology.orchestra.run.smithi188:> mktemp 2023-09-07T07:15:34.872 INFO:teuthology.orchestra.run.smithi188.stdout:/tmp/tmp.TEHFcGawm7 2023-09-07T07:15:34.872 DEBUG:teuthology.orchestra.run.smithi188:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.TEHFcGawm7 2023-09-07T07:15:34.947 DEBUG:teuthology.orchestra.run.smithi188:> sudo chmod 0666 /tmp/tmp.TEHFcGawm7 2023-09-07T07:15:35.089 DEBUG:teuthology.orchestra.remote:smithi188:/tmp/tmp.TEHFcGawm7 is 6KB 2023-09-07T07:15:35.137 DEBUG:teuthology.orchestra.run.smithi188:> rm -fr /tmp/tmp.TEHFcGawm7 2023-09-07T07:15:35.157 DEBUG:teuthology.orchestra.run.smithi188:> sudo /bin/ls /boot/loader/entries || true 2023-09-07T07:15:35.226 INFO:teuthology.orchestra.run.smithi188.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-09-07T07:15:35.227 INFO:teuthology.orchestra.run.smithi188.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-09-07T07:15:35.227 INFO:teuthology.orchestra.run.smithi188.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-09-07T07:15:35.227 INFO:teuthology.orchestra.run.smithi188.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-513.el8.x86_64.conf 2023-09-07T07:15:35.228 DEBUG:teuthology.orchestra.run.smithi188:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-513.el8.x86_64 2023-09-07T07:15:35.368 DEBUG:teuthology.orchestra.run.smithi188:> sudo shutdown -r now 2023-09-07T07:15:58.534 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-09-07T07:15:58.534 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi158.front.sepia.ceph.com' 2023-09-07T07:15:58.535 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-07T07:16:05.375 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-09-07T07:16:05.375 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi188.front.sepia.ceph.com' 2023-09-07T07:16:05.376 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-07T07:16:33.054 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.158 2023-09-07T07:16:39.966 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.188 2023-09-07T07:16:42.058 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi158.front.sepia.ceph.com' 2023-09-07T07:16:42.059 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-07T07:16:45.114 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.158 2023-09-07T07:16:48.970 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi188.front.sepia.ceph.com' 2023-09-07T07:16:48.971 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-07T07:16:57.122 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi158.front.sepia.ceph.com' 2023-09-07T07:16:57.123 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-07T07:17:07.354 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.188 2023-09-07T07:17:15.546 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.158 2023-09-07T07:17:19.358 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi188.front.sepia.ceph.com' 2023-09-07T07:17:19.359 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-07T07:17:19.779 DEBUG:teuthology.orchestra.run.smithi188:> true 2023-09-07T07:17:20.097 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi188.front.sepia.ceph.com' 2023-09-07T07:17:20.097 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-513.el8.x86_64"... 2023-09-07T07:17:20.098 DEBUG:teuthology.orchestra.run.smithi188:> uname -r 2023-09-07T07:17:20.115 INFO:teuthology.orchestra.run.smithi188.stdout:4.18.0-513.el8.x86_64 2023-09-07T07:17:20.115 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-513.el8.x86_64 vs 4.18.0-513.el8.x86_64 2023-09-07T07:17:20.116 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-09-07T07:17:20.116 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-09-07T07:17:21.117 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-09-07T07:17:21.118 DEBUG:teuthology.orchestra.run.smithi188:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-09-07T07:17:21.181 INFO:teuthology.orchestra.run.smithi188.stdout:ttyS1 2023-09-07T07:17:21.193 DEBUG:teuthology.parallel:result is None 2023-09-07T07:17:30.547 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi158.front.sepia.ceph.com' 2023-09-07T07:17:30.548 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-07T07:17:30.939 DEBUG:teuthology.orchestra.run.smithi158:> true 2023-09-07T07:17:31.217 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi158.front.sepia.ceph.com' 2023-09-07T07:17:31.218 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-513.el8.x86_64"... 2023-09-07T07:17:31.218 DEBUG:teuthology.orchestra.run.smithi158:> uname -r 2023-09-07T07:17:31.235 INFO:teuthology.orchestra.run.smithi158.stdout:4.18.0-513.el8.x86_64 2023-09-07T07:17:31.236 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-513.el8.x86_64 vs 4.18.0-513.el8.x86_64 2023-09-07T07:17:31.236 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-09-07T07:17:31.236 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-09-07T07:17:32.237 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-09-07T07:17:32.237 DEBUG:teuthology.orchestra.run.smithi158:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-09-07T07:17:32.975 INFO:teuthology.orchestra.run.smithi158.stdout:ttyS1 2023-09-07T07:17:33.014 DEBUG:teuthology.parallel:result is None 2023-09-07T07:17:33.015 INFO:teuthology.run_tasks:Running task internal.base... 2023-09-07T07:17:33.021 INFO:teuthology.task.internal:Creating test directory... 2023-09-07T07:17:33.022 DEBUG:teuthology.orchestra.run.smithi158:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-09-07T07:17:33.070 DEBUG:teuthology.orchestra.run.smithi188:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-09-07T07:17:33.330 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-09-07T07:17:33.337 INFO:teuthology.run_tasks:Running task internal.archive... 2023-09-07T07:17:33.343 INFO:teuthology.task.internal:Creating archive directory... 2023-09-07T07:17:33.343 DEBUG:teuthology.orchestra.run.smithi158:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-09-07T07:17:33.350 DEBUG:teuthology.orchestra.run.smithi188:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-09-07T07:17:33.389 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-09-07T07:17:33.396 INFO:teuthology.task.internal:Enabling coredump saving... 2023-09-07T07:17:33.396 DEBUG:teuthology.orchestra.run.smithi158:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-09-07T07:17:33.422 DEBUG:teuthology.orchestra.run.smithi188:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-09-07T07:17:33.465 INFO:teuthology.orchestra.run.smithi158.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-07T07:17:33.470 INFO:teuthology.orchestra.run.smithi188.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-07T07:17:33.475 INFO:teuthology.orchestra.run.smithi158.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-07T07:17:33.482 INFO:teuthology.orchestra.run.smithi188.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-07T07:17:33.484 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-09-07T07:17:33.490 INFO:teuthology.task.internal:Configuring sudo... 2023-09-07T07:17:33.491 DEBUG:teuthology.orchestra.run.smithi158:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-09-07T07:17:33.523 DEBUG:teuthology.orchestra.run.smithi188:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-09-07T07:17:33.554 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-09-07T07:17:33.563 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-09-07T07:17:33.564 DEBUG:teuthology.orchestra.run.smithi158:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-09-07T07:17:33.597 DEBUG:teuthology.orchestra.run.smithi188:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-09-07T07:17:33.615 DEBUG:teuthology.orchestra.run.smithi158:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-07T07:17:33.702 DEBUG:teuthology.orchestra.run.smithi158:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-07T07:17:33.818 DEBUG:teuthology.orchestra.run.smithi158:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-07T07:17:33.863 DEBUG:teuthology.orchestra.run.smithi158:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-07T07:17:33.909 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2023-09-07T07:17:33.909 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-09-07T07:17:33.981 DEBUG:teuthology.orchestra.run.smithi188:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-07T07:17:34.029 DEBUG:teuthology.orchestra.run.smithi188:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-07T07:17:34.084 DEBUG:teuthology.orchestra.run.smithi188:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-07T07:17:34.168 DEBUG:teuthology.orchestra.run.smithi188:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-07T07:17:34.215 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2023-09-07T07:17:34.216 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-09-07T07:17:34.284 DEBUG:teuthology.orchestra.run.smithi158:> sudo service rsyslog restart 2023-09-07T07:17:34.286 DEBUG:teuthology.orchestra.run.smithi188:> sudo service rsyslog restart 2023-09-07T07:17:34.335 INFO:teuthology.orchestra.run.smithi158.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-07T07:17:34.394 INFO:teuthology.orchestra.run.smithi188.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-07T07:17:34.862 INFO:teuthology.run_tasks:Running task internal.timer... 2023-09-07T07:17:34.870 INFO:teuthology.task.internal:Starting timer... 2023-09-07T07:17:34.871 INFO:teuthology.run_tasks:Running task pcp... 2023-09-07T07:17:34.888 INFO:teuthology.run_tasks:Running task selinux... 2023-09-07T07:17:34.897 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-09-07T07:17:34.898 DEBUG:teuthology.orchestra.run.smithi158:> sudo service auditd rotate 2023-09-07T07:17:34.977 INFO:teuthology.orchestra.run.smithi158.stdout:Rotating logs: 2023-09-07T07:17:34.978 DEBUG:teuthology.orchestra.run.smithi188:> sudo service auditd rotate 2023-09-07T07:17:35.060 INFO:teuthology.orchestra.run.smithi188.stdout:Rotating logs: 2023-09-07T07:17:35.062 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-09-07T07:17:35.062 DEBUG:teuthology.orchestra.run.smithi158:> /usr/sbin/getenforce 2023-09-07T07:17:35.085 INFO:teuthology.orchestra.run.smithi158.stdout:Permissive 2023-09-07T07:17:35.085 DEBUG:teuthology.orchestra.run.smithi188:> /usr/sbin/getenforce 2023-09-07T07:17:35.125 INFO:teuthology.orchestra.run.smithi188.stdout:Permissive 2023-09-07T07:17:35.125 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi158.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi188.front.sepia.ceph.com': 'permissive'} 2023-09-07T07:17:35.126 DEBUG:teuthology.orchestra.run.smithi158:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-09-07T07:17:35.156 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-07T07:17:35.156 DEBUG:teuthology.orchestra.run.smithi188:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-09-07T07:17:35.193 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-07T07:17:35.193 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-09-07T07:17:35.194 DEBUG:teuthology.orchestra.run.smithi158:> sudo /usr/sbin/setenforce permissive 2023-09-07T07:17:35.228 DEBUG:teuthology.orchestra.run.smithi188:> sudo /usr/sbin/setenforce permissive 2023-09-07T07:17:35.261 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-09-07T07:17:35.270 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-09-07T07:17:35.271 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-09-07T07:17:35.289 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-09-07T07:17:35.291 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi158.front.sepia.ceph.com,smithi188.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-09-07T07:24:53.591 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi158.front.sepia.ceph.com'), Remote(name='ubuntu@smithi188.front.sepia.ceph.com')] 2023-09-07T07:24:53.593 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi158.front.sepia.ceph.com' 2023-09-07T07:24:53.594 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-07T07:24:53.664 DEBUG:teuthology.orchestra.run.smithi158:> true 2023-09-07T07:24:53.691 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi158.front.sepia.ceph.com' 2023-09-07T07:24:53.692 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi188.front.sepia.ceph.com' 2023-09-07T07:24:53.692 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-07T07:24:53.762 DEBUG:teuthology.orchestra.run.smithi188:> true 2023-09-07T07:24:53.832 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi188.front.sepia.ceph.com' 2023-09-07T07:24:53.832 INFO:teuthology.run_tasks:Running task clock... 2023-09-07T07:24:53.848 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-09-07T07:24:53.849 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-09-07T07:24:53.850 DEBUG:teuthology.orchestra.run.smithi158:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-07T07:24:53.852 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-09-07T07:24:53.852 DEBUG:teuthology.orchestra.run.smithi188:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-07T07:24:53.883 INFO:teuthology.orchestra.run.smithi158.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-09-07T07:24:53.897 INFO:teuthology.orchestra.run.smithi158.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-09-07T07:24:53.905 INFO:teuthology.orchestra.run.smithi188.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-09-07T07:24:53.919 INFO:teuthology.orchestra.run.smithi188.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-09-07T07:24:53.956 INFO:teuthology.orchestra.run.smithi158.stderr:sudo: ntpd: command not found 2023-09-07T07:24:53.967 INFO:teuthology.orchestra.run.smithi158.stdout:506 Cannot talk to daemon 2023-09-07T07:24:53.981 INFO:teuthology.orchestra.run.smithi158.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-09-07T07:24:53.995 INFO:teuthology.orchestra.run.smithi158.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-09-07T07:24:53.999 INFO:teuthology.orchestra.run.smithi188.stderr:sudo: ntpd: command not found 2023-09-07T07:24:54.012 INFO:teuthology.orchestra.run.smithi188.stdout:506 Cannot talk to daemon 2023-09-07T07:24:54.026 INFO:teuthology.orchestra.run.smithi188.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-09-07T07:24:54.039 INFO:teuthology.orchestra.run.smithi188.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-09-07T07:24:54.061 INFO:teuthology.orchestra.run.smithi158.stderr:bash: ntpq: command not found 2023-09-07T07:24:54.065 INFO:teuthology.orchestra.run.smithi158.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-07T07:24:54.065 INFO:teuthology.orchestra.run.smithi158.stdout:=============================================================================== 2023-09-07T07:24:54.065 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-07T07:24:54.065 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-07T07:24:54.066 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-07T07:24:54.066 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-07T07:24:54.108 INFO:teuthology.orchestra.run.smithi188.stderr:bash: ntpq: command not found 2023-09-07T07:24:54.111 INFO:teuthology.orchestra.run.smithi188.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-07T07:24:54.111 INFO:teuthology.orchestra.run.smithi188.stdout:=============================================================================== 2023-09-07T07:24:54.112 INFO:teuthology.orchestra.run.smithi188.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-07T07:24:54.112 INFO:teuthology.orchestra.run.smithi188.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-07T07:24:54.112 INFO:teuthology.orchestra.run.smithi188.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-07T07:24:54.112 INFO:teuthology.orchestra.run.smithi188.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-07T07:24:54.113 INFO:teuthology.run_tasks:Running task pexec... 2023-09-07T07:24:54.122 INFO:teuthology.task.pexec:Executing custom commands... 2023-09-07T07:24:54.123 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi158.front.sepia.ceph.com 2023-09-07T07:24:54.123 DEBUG:teuthology.orchestra.run.smithi158:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-09-07T07:24:54.123 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi188.front.sepia.ceph.com 2023-09-07T07:24:54.124 DEBUG:teuthology.orchestra.run.smithi188:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-09-07T07:24:54.997 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:01:33 ago on Thu 07 Sep 2023 07:23:21 AM UTC. 2023-09-07T07:24:55.029 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:01:35 ago on Thu 07 Sep 2023 07:23:19 AM UTC. 2023-09-07T07:24:57.005 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-09-07T07:24:57.006 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-07T07:24:57.006 INFO:teuthology.orchestra.run.smithi158.stdout: Package Architecture Version Repository Size 2023-09-07T07:24:57.006 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-07T07:24:57.006 INFO:teuthology.orchestra.run.smithi158.stdout:Resetting modules: 2023-09-07T07:24:57.006 INFO:teuthology.orchestra.run.smithi158.stdout: container-tools 2023-09-07T07:24:57.007 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:24:57.007 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2023-09-07T07:24:57.007 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-07T07:24:57.007 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:24:57.014 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2023-09-07T07:24:57.015 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2023-09-07T07:24:57.016 INFO:teuthology.orchestra.run.smithi188.stdout: Package Architecture Version Repository Size 2023-09-07T07:24:57.016 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2023-09-07T07:24:57.016 INFO:teuthology.orchestra.run.smithi188.stdout:Resetting modules: 2023-09-07T07:24:57.016 INFO:teuthology.orchestra.run.smithi188.stdout: container-tools 2023-09-07T07:24:57.016 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-09-07T07:24:57.017 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction Summary 2023-09-07T07:24:57.017 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2023-09-07T07:24:57.017 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-09-07T07:24:57.252 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-09-07T07:24:57.270 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2023-09-07T07:24:58.178 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:01:36 ago on Thu 07 Sep 2023 07:23:21 AM UTC. 2023-09-07T07:24:58.213 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:01:39 ago on Thu 07 Sep 2023 07:23:19 AM UTC. 2023-09-07T07:25:00.136 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-09-07T07:25:00.185 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2023-09-07T07:25:00.281 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-07T07:25:00.282 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repository Size 2023-09-07T07:25:00.282 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-07T07:25:00.282 INFO:teuthology.orchestra.run.smithi158.stdout:Installing group/module packages: 2023-09-07T07:25:00.282 INFO:teuthology.orchestra.run.smithi158.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-09-07T07:25:00.283 INFO:teuthology.orchestra.run.smithi158.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-09-07T07:25:00.283 INFO:teuthology.orchestra.run.smithi158.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-09-07T07:25:00.283 INFO:teuthology.orchestra.run.smithi158.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-09-07T07:25:00.283 INFO:teuthology.orchestra.run.smithi158.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-09-07T07:25:00.283 INFO:teuthology.orchestra.run.smithi158.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-09-07T07:25:00.284 INFO:teuthology.orchestra.run.smithi158.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-09-07T07:25:00.284 INFO:teuthology.orchestra.run.smithi158.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-09-07T07:25:00.284 INFO:teuthology.orchestra.run.smithi158.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-09-07T07:25:00.284 INFO:teuthology.orchestra.run.smithi158.stdout:Installing dependencies: 2023-09-07T07:25:00.284 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-09-07T07:25:00.285 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-09-07T07:25:00.285 INFO:teuthology.orchestra.run.smithi158.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-09-07T07:25:00.285 INFO:teuthology.orchestra.run.smithi158.stdout:Installing weak dependencies: 2023-09-07T07:25:00.285 INFO:teuthology.orchestra.run.smithi158.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-09-07T07:25:00.285 INFO:teuthology.orchestra.run.smithi158.stdout:Installing module profiles: 2023-09-07T07:25:00.286 INFO:teuthology.orchestra.run.smithi158.stdout: container-tools/common 2023-09-07T07:25:00.286 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:25:00.287 INFO:teuthology.orchestra.run.smithi158.stdout:Enabling module streams: 2023-09-07T07:25:00.287 INFO:teuthology.orchestra.run.smithi158.stdout: container-tools rhel8 2023-09-07T07:25:00.287 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:25:00.287 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2023-09-07T07:25:00.287 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-07T07:25:00.288 INFO:teuthology.orchestra.run.smithi158.stdout:Install 13 Packages 2023-09-07T07:25:00.288 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:25:00.289 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 26 M 2023-09-07T07:25:00.289 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 87 M 2023-09-07T07:25:00.289 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2023-09-07T07:25:00.334 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2023-09-07T07:25:00.335 INFO:teuthology.orchestra.run.smithi188.stdout: Package Arch Version Repository Size 2023-09-07T07:25:00.335 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2023-09-07T07:25:00.335 INFO:teuthology.orchestra.run.smithi188.stdout:Installing group/module packages: 2023-09-07T07:25:00.335 INFO:teuthology.orchestra.run.smithi188.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-09-07T07:25:00.335 INFO:teuthology.orchestra.run.smithi188.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-09-07T07:25:00.336 INFO:teuthology.orchestra.run.smithi188.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-09-07T07:25:00.336 INFO:teuthology.orchestra.run.smithi188.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-09-07T07:25:00.336 INFO:teuthology.orchestra.run.smithi188.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-09-07T07:25:00.336 INFO:teuthology.orchestra.run.smithi188.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-09-07T07:25:00.336 INFO:teuthology.orchestra.run.smithi188.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-09-07T07:25:00.337 INFO:teuthology.orchestra.run.smithi188.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-09-07T07:25:00.337 INFO:teuthology.orchestra.run.smithi188.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-09-07T07:25:00.337 INFO:teuthology.orchestra.run.smithi188.stdout:Installing dependencies: 2023-09-07T07:25:00.337 INFO:teuthology.orchestra.run.smithi188.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-09-07T07:25:00.337 INFO:teuthology.orchestra.run.smithi188.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-09-07T07:25:00.338 INFO:teuthology.orchestra.run.smithi188.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-09-07T07:25:00.338 INFO:teuthology.orchestra.run.smithi188.stdout:Installing weak dependencies: 2023-09-07T07:25:00.338 INFO:teuthology.orchestra.run.smithi188.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-09-07T07:25:00.338 INFO:teuthology.orchestra.run.smithi188.stdout:Installing module profiles: 2023-09-07T07:25:00.338 INFO:teuthology.orchestra.run.smithi188.stdout: container-tools/common 2023-09-07T07:25:00.339 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-09-07T07:25:00.339 INFO:teuthology.orchestra.run.smithi188.stdout:Enabling module streams: 2023-09-07T07:25:00.339 INFO:teuthology.orchestra.run.smithi188.stdout: container-tools rhel8 2023-09-07T07:25:00.339 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-09-07T07:25:00.339 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction Summary 2023-09-07T07:25:00.339 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2023-09-07T07:25:00.340 INFO:teuthology.orchestra.run.smithi188.stdout:Install 13 Packages 2023-09-07T07:25:00.340 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-09-07T07:25:00.341 INFO:teuthology.orchestra.run.smithi188.stdout:Total download size: 26 M 2023-09-07T07:25:00.342 INFO:teuthology.orchestra.run.smithi188.stdout:Installed size: 87 M 2023-09-07T07:25:00.342 INFO:teuthology.orchestra.run.smithi188.stdout:Downloading Packages: 2023-09-07T07:25:01.095 INFO:teuthology.orchestra.run.smithi188.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 1.1 MB/s | 739 kB 00:00 2023-09-07T07:25:01.162 INFO:teuthology.orchestra.run.smithi188.stdout:(2/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 1.3 MB/s | 1.0 MB 00:00 2023-09-07T07:25:01.213 INFO:teuthology.orchestra.run.smithi188.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 325 kB/s | 38 kB 00:00 2023-09-07T07:25:01.226 INFO:teuthology.orchestra.run.smithi158.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 1.0 MB/s | 739 kB 00:00 2023-09-07T07:25:01.272 INFO:teuthology.orchestra.run.smithi158.stdout:(2/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 1.3 MB/s | 1.0 MB 00:00 2023-09-07T07:25:01.288 INFO:teuthology.orchestra.run.smithi188.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 1.9 MB/s | 239 kB 00:00 2023-09-07T07:25:01.348 INFO:teuthology.orchestra.run.smithi158.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 312 kB/s | 38 kB 00:00 2023-09-07T07:25:01.398 INFO:teuthology.orchestra.run.smithi158.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 1.9 MB/s | 239 kB 00:00 2023-09-07T07:25:01.422 INFO:teuthology.orchestra.run.smithi188.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 1.3 MB/s | 177 kB 00:00 2023-09-07T07:25:01.523 INFO:teuthology.orchestra.run.smithi158.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 1.4 MB/s | 177 kB 00:00 2023-09-07T07:25:01.563 INFO:teuthology.orchestra.run.smithi188.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 175 kB/s | 25 kB 00:00 2023-09-07T07:25:01.623 INFO:teuthology.orchestra.run.smithi158.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 248 kB/s | 25 kB 00:00 2023-09-07T07:25:01.731 INFO:teuthology.orchestra.run.smithi188.stdout:(7/13): buildah-1.31.3-1.module_el8+664+4072b3a 6.7 MB/s | 8.8 MB 00:01 2023-09-07T07:25:01.756 INFO:teuthology.orchestra.run.smithi188.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 488 kB/s | 94 kB 00:00 2023-09-07T07:25:01.774 INFO:teuthology.orchestra.run.smithi158.stdout:(7/13): buildah-1.31.3-1.module_el8+664+4072b3a 7.0 MB/s | 8.8 MB 00:01 2023-09-07T07:25:01.799 INFO:teuthology.orchestra.run.smithi158.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 535 kB/s | 94 kB 00:00 2023-09-07T07:25:01.937 INFO:teuthology.orchestra.run.smithi158.stdout:(9/13): netavark-1.7.0-1.module_el8+487+8e42a27 6.4 MB/s | 3.7 MB 00:00 2023-09-07T07:25:01.981 INFO:teuthology.orchestra.run.smithi188.stdout:(9/13): netavark-1.7.0-1.module_el8+487+8e42a27 4.9 MB/s | 3.7 MB 00:00 2023-09-07T07:25:02.058 INFO:teuthology.orchestra.run.smithi158.stdout:(10/13): udica-0.2.6-20.module_el8+487+8e42a277 438 kB/s | 53 kB 00:00 2023-09-07T07:25:02.081 INFO:teuthology.orchestra.run.smithi188.stdout:(10/13): udica-0.2.6-20.module_el8+487+8e42a277 528 kB/s | 53 kB 00:00 2023-09-07T07:25:02.157 INFO:teuthology.orchestra.run.smithi188.stdout:(11/13): toolbox-0.0.99.4-5.module_el8+649+e2de 6.3 MB/s | 2.5 MB 00:00 2023-09-07T07:25:02.173 INFO:teuthology.orchestra.run.smithi188.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 446 kB/s | 41 kB 00:00 2023-09-07T07:25:02.175 INFO:teuthology.orchestra.run.smithi158.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 350 kB/s | 41 kB 00:00 2023-09-07T07:25:02.225 INFO:teuthology.orchestra.run.smithi158.stdout:(12/13): toolbox-0.0.99.4-5.module_el8+649+e2de 5.9 MB/s | 2.5 MB 00:00 2023-09-07T07:25:02.316 INFO:teuthology.orchestra.run.smithi188.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 14 MB/s | 8.1 MB 00:00 2023-09-07T07:25:02.316 INFO:teuthology.orchestra.run.smithi188.stdout:-------------------------------------------------------------------------------- 2023-09-07T07:25:02.316 INFO:teuthology.orchestra.run.smithi188.stdout:Total 13 MB/s | 26 MB 00:01 2023-09-07T07:25:02.542 INFO:teuthology.orchestra.run.smithi158.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 11 MB/s | 8.1 MB 00:00 2023-09-07T07:25:02.543 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2023-09-07T07:25:02.543 INFO:teuthology.orchestra.run.smithi158.stdout:Total 11 MB/s | 26 MB 00:02 2023-09-07T07:25:02.581 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction check 2023-09-07T07:25:02.602 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction check succeeded. 2023-09-07T07:25:02.602 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction test 2023-09-07T07:25:02.808 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2023-09-07T07:25:02.828 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2023-09-07T07:25:02.829 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2023-09-07T07:25:02.857 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction test succeeded. 2023-09-07T07:25:02.860 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction 2023-09-07T07:25:03.071 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2023-09-07T07:25:03.074 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2023-09-07T07:25:03.548 INFO:teuthology.orchestra.run.smithi188.stdout: Preparing : 1/1 2023-09-07T07:25:03.782 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2023-09-07T07:25:03.785 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-09-07T07:25:03.964 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-09-07T07:25:03.983 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-09-07T07:25:04.144 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-09-07T07:25:04.170 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-09-07T07:25:04.362 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-09-07T07:25:04.391 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-07T07:25:04.588 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-07T07:25:04.959 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-09-07T07:25:05.137 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-09-07T07:25:05.910 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-07T07:25:06.037 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-07T07:25:06.227 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-09-07T07:25:06.277 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-09-07T07:25:06.424 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-09-07T07:25:06.458 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-09-07T07:25:06.676 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-09-07T07:25:06.690 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-09-07T07:25:07.102 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-09-07T07:25:07.174 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-09-07T07:25:08.009 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-07T07:25:08.044 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-07T07:25:08.221 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-09-07T07:25:08.268 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-09-07T07:25:08.404 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-07T07:25:08.443 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-07T07:25:08.871 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-07T07:25:08.871 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-09-07T07:25:08.872 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-09-07T07:25:08.872 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-09-07T07:25:08.872 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-07T07:25:08.872 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-09-07T07:25:08.872 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-07T07:25:08.873 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-09-07T07:25:08.873 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-09-07T07:25:08.873 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-09-07T07:25:08.873 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-09-07T07:25:08.873 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-07T07:25:08.874 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-09-07T07:25:08.895 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-07T07:25:08.895 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-09-07T07:25:08.896 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-09-07T07:25:08.896 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-09-07T07:25:08.896 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-07T07:25:08.896 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-09-07T07:25:08.897 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-07T07:25:08.897 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-09-07T07:25:08.897 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-09-07T07:25:08.897 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-09-07T07:25:08.897 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-09-07T07:25:08.898 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-07T07:25:08.898 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-09-07T07:25:09.614 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-09-07T07:25:09.615 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:25:09.615 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2023-09-07T07:25:09.615 INFO:teuthology.orchestra.run.smithi158.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-07T07:25:09.615 INFO:teuthology.orchestra.run.smithi158.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-09-07T07:25:09.616 INFO:teuthology.orchestra.run.smithi158.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-09-07T07:25:09.616 INFO:teuthology.orchestra.run.smithi158.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-09-07T07:25:09.616 INFO:teuthology.orchestra.run.smithi158.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-09-07T07:25:09.616 INFO:teuthology.orchestra.run.smithi158.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-07T07:25:09.616 INFO:teuthology.orchestra.run.smithi158.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-09-07T07:25:09.617 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-09-07T07:25:09.617 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-09-07T07:25:09.617 INFO:teuthology.orchestra.run.smithi158.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-09-07T07:25:09.617 INFO:teuthology.orchestra.run.smithi158.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-09-07T07:25:09.617 INFO:teuthology.orchestra.run.smithi158.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-09-07T07:25:09.618 INFO:teuthology.orchestra.run.smithi158.stdout: yajl-2.1.0-12.el8.x86_64 2023-09-07T07:25:09.618 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:25:09.618 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-09-07T07:25:09.697 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-09-07T07:25:09.697 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-09-07T07:25:09.697 INFO:teuthology.orchestra.run.smithi188.stdout:Installed: 2023-09-07T07:25:09.697 INFO:teuthology.orchestra.run.smithi188.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-07T07:25:09.698 INFO:teuthology.orchestra.run.smithi188.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-09-07T07:25:09.698 INFO:teuthology.orchestra.run.smithi188.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-09-07T07:25:09.698 INFO:teuthology.orchestra.run.smithi188.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-09-07T07:25:09.698 INFO:teuthology.orchestra.run.smithi188.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-09-07T07:25:09.698 INFO:teuthology.orchestra.run.smithi188.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-07T07:25:09.699 INFO:teuthology.orchestra.run.smithi188.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-09-07T07:25:09.699 INFO:teuthology.orchestra.run.smithi188.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-09-07T07:25:09.699 INFO:teuthology.orchestra.run.smithi188.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-09-07T07:25:09.699 INFO:teuthology.orchestra.run.smithi188.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-09-07T07:25:09.700 INFO:teuthology.orchestra.run.smithi188.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-09-07T07:25:09.700 INFO:teuthology.orchestra.run.smithi188.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-09-07T07:25:09.700 INFO:teuthology.orchestra.run.smithi188.stdout: yajl-2.1.0-12.el8.x86_64 2023-09-07T07:25:09.700 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-09-07T07:25:09.700 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2023-09-07T07:25:09.931 DEBUG:teuthology.parallel:result is None 2023-09-07T07:25:09.981 DEBUG:teuthology.parallel:result is None 2023-09-07T07:25:09.981 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-09-07T07:25:09.992 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-09-07T07:25:09.992 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2023-09-07T07:25:09.993 DEBUG:teuthology.orchestra.run.smithi158:> dd if=/scratch_devs of=/dev/stdout 2023-09-07T07:25:10.011 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-09-07T07:25:10.011 DEBUG:teuthology.orchestra.run.smithi158:> stat /dev/vg_nvme/lv_1 2023-09-07T07:25:10.070 INFO:teuthology.orchestra.run.smithi158.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-09-07T07:25:10.070 INFO:teuthology.orchestra.run.smithi158.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-07T07:25:10.071 INFO:teuthology.orchestra.run.smithi158.stdout:Device: 6h/6d Inode: 391541 Links: 1 2023-09-07T07:25:10.071 INFO:teuthology.orchestra.run.smithi158.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-07T07:25:10.071 INFO:teuthology.orchestra.run.smithi158.stdout:Context: system_u:object_r:device_t:s0 2023-09-07T07:25:10.071 INFO:teuthology.orchestra.run.smithi158.stdout:Access: 2023-09-07 07:25:08.593033993 +0000 2023-09-07T07:25:10.072 INFO:teuthology.orchestra.run.smithi158.stdout:Modify: 2023-09-07 07:24:17.191449055 +0000 2023-09-07T07:25:10.072 INFO:teuthology.orchestra.run.smithi158.stdout:Change: 2023-09-07 07:24:17.191449055 +0000 2023-09-07T07:25:10.072 INFO:teuthology.orchestra.run.smithi158.stdout: Birth: - 2023-09-07T07:25:10.073 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-09-07T07:25:10.136 INFO:teuthology.orchestra.run.smithi158.stderr:1+0 records in 2023-09-07T07:25:10.136 INFO:teuthology.orchestra.run.smithi158.stderr:1+0 records out 2023-09-07T07:25:10.137 INFO:teuthology.orchestra.run.smithi158.stderr:512 bytes copied, 7.9007e-05 s, 6.5 MB/s 2023-09-07T07:25:10.138 DEBUG:teuthology.orchestra.run.smithi158:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-09-07T07:25:10.197 DEBUG:teuthology.orchestra.run.smithi158:> stat /dev/vg_nvme/lv_2 2023-09-07T07:25:10.255 INFO:teuthology.orchestra.run.smithi158.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-09-07T07:25:10.256 INFO:teuthology.orchestra.run.smithi158.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-07T07:25:10.256 INFO:teuthology.orchestra.run.smithi158.stdout:Device: 6h/6d Inode: 395354 Links: 1 2023-09-07T07:25:10.256 INFO:teuthology.orchestra.run.smithi158.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-07T07:25:10.256 INFO:teuthology.orchestra.run.smithi158.stdout:Context: system_u:object_r:device_t:s0 2023-09-07T07:25:10.256 INFO:teuthology.orchestra.run.smithi158.stdout:Access: 2023-09-07 07:25:08.593033993 +0000 2023-09-07T07:25:10.257 INFO:teuthology.orchestra.run.smithi158.stdout:Modify: 2023-09-07 07:24:17.724442949 +0000 2023-09-07T07:25:10.257 INFO:teuthology.orchestra.run.smithi158.stdout:Change: 2023-09-07 07:24:17.724442949 +0000 2023-09-07T07:25:10.257 INFO:teuthology.orchestra.run.smithi158.stdout: Birth: - 2023-09-07T07:25:10.257 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-09-07T07:25:10.321 INFO:teuthology.orchestra.run.smithi158.stderr:1+0 records in 2023-09-07T07:25:10.321 INFO:teuthology.orchestra.run.smithi158.stderr:1+0 records out 2023-09-07T07:25:10.322 INFO:teuthology.orchestra.run.smithi158.stderr:512 bytes copied, 8.3627e-05 s, 6.1 MB/s 2023-09-07T07:25:10.323 DEBUG:teuthology.orchestra.run.smithi158:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-09-07T07:25:10.383 DEBUG:teuthology.orchestra.run.smithi158:> stat /dev/vg_nvme/lv_3 2023-09-07T07:25:10.442 INFO:teuthology.orchestra.run.smithi158.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-09-07T07:25:10.569 INFO:teuthology.orchestra.run.smithi158.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-07T07:25:10.569 INFO:teuthology.orchestra.run.smithi158.stdout:Device: 6h/6d Inode: 384882 Links: 1 2023-09-07T07:25:10.569 INFO:teuthology.orchestra.run.smithi158.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-07T07:25:10.569 INFO:teuthology.orchestra.run.smithi158.stdout:Context: system_u:object_r:device_t:s0 2023-09-07T07:25:10.570 INFO:teuthology.orchestra.run.smithi158.stdout:Access: 2023-09-07 07:25:08.593033993 +0000 2023-09-07T07:25:10.570 INFO:teuthology.orchestra.run.smithi158.stdout:Modify: 2023-09-07 07:24:18.231437140 +0000 2023-09-07T07:25:10.570 INFO:teuthology.orchestra.run.smithi158.stdout:Change: 2023-09-07 07:24:18.231437140 +0000 2023-09-07T07:25:10.570 INFO:teuthology.orchestra.run.smithi158.stdout: Birth: - 2023-09-07T07:25:10.571 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-09-07T07:25:10.596 INFO:teuthology.orchestra.run.smithi158.stderr:1+0 records in 2023-09-07T07:25:10.597 INFO:teuthology.orchestra.run.smithi158.stderr:1+0 records out 2023-09-07T07:25:10.597 INFO:teuthology.orchestra.run.smithi158.stderr:512 bytes copied, 0.000118656 s, 4.3 MB/s 2023-09-07T07:25:10.598 DEBUG:teuthology.orchestra.run.smithi158:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-09-07T07:25:10.657 DEBUG:teuthology.orchestra.run.smithi158:> stat /dev/vg_nvme/lv_4 2023-09-07T07:25:10.715 INFO:teuthology.orchestra.run.smithi158.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-09-07T07:25:10.716 INFO:teuthology.orchestra.run.smithi158.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-07T07:25:10.716 INFO:teuthology.orchestra.run.smithi158.stdout:Device: 6h/6d Inode: 384977 Links: 1 2023-09-07T07:25:10.716 INFO:teuthology.orchestra.run.smithi158.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-07T07:25:10.716 INFO:teuthology.orchestra.run.smithi158.stdout:Context: system_u:object_r:device_t:s0 2023-09-07T07:25:10.716 INFO:teuthology.orchestra.run.smithi158.stdout:Access: 2023-09-07 07:25:08.593033993 +0000 2023-09-07T07:25:10.717 INFO:teuthology.orchestra.run.smithi158.stdout:Modify: 2023-09-07 07:24:18.777430885 +0000 2023-09-07T07:25:10.717 INFO:teuthology.orchestra.run.smithi158.stdout:Change: 2023-09-07 07:24:18.777430885 +0000 2023-09-07T07:25:10.717 INFO:teuthology.orchestra.run.smithi158.stdout: Birth: - 2023-09-07T07:25:10.717 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-09-07T07:25:10.781 INFO:teuthology.orchestra.run.smithi158.stderr:1+0 records in 2023-09-07T07:25:10.781 INFO:teuthology.orchestra.run.smithi158.stderr:1+0 records out 2023-09-07T07:25:10.781 INFO:teuthology.orchestra.run.smithi158.stderr:512 bytes copied, 0.000118971 s, 4.3 MB/s 2023-09-07T07:25:10.782 DEBUG:teuthology.orchestra.run.smithi158:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-09-07T07:25:10.841 DEBUG:teuthology.orchestra.run.smithi158:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-09-07T07:25:10.958 INFO:teuthology.orchestra.run.smithi158.stdout:loop 2023-09-07T07:25:10.959 INFO:tasks.nvme_loop:Connecting nvme_loop smithi158:/dev/vg_nvme/lv_1... 2023-09-07T07:25:10.960 DEBUG:teuthology.orchestra.run.smithi158:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-09-07T07:25:10.995 INFO:teuthology.orchestra.run.smithi158.stdout:1 2023-09-07T07:25:11.029 INFO:teuthology.orchestra.run.smithi158.stdout:/dev/vg_nvme/lv_11 2023-09-07T07:25:11.068 INFO:tasks.nvme_loop:Connecting nvme_loop smithi158:/dev/vg_nvme/lv_2... 2023-09-07T07:25:11.069 DEBUG:teuthology.orchestra.run.smithi158:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-09-07T07:25:11.144 INFO:teuthology.orchestra.run.smithi158.stdout:1 2023-09-07T07:25:11.178 INFO:teuthology.orchestra.run.smithi158.stdout:/dev/vg_nvme/lv_21 2023-09-07T07:25:11.216 INFO:tasks.nvme_loop:Connecting nvme_loop smithi158:/dev/vg_nvme/lv_3... 2023-09-07T07:25:11.217 DEBUG:teuthology.orchestra.run.smithi158:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-09-07T07:25:11.292 INFO:teuthology.orchestra.run.smithi158.stdout:1 2023-09-07T07:25:11.326 INFO:teuthology.orchestra.run.smithi158.stdout:/dev/vg_nvme/lv_31 2023-09-07T07:25:11.363 INFO:tasks.nvme_loop:Connecting nvme_loop smithi158:/dev/vg_nvme/lv_4... 2023-09-07T07:25:11.364 DEBUG:teuthology.orchestra.run.smithi158:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-09-07T07:25:11.439 INFO:teuthology.orchestra.run.smithi158.stdout:1 2023-09-07T07:25:11.473 INFO:teuthology.orchestra.run.smithi158.stdout:/dev/vg_nvme/lv_41 2023-09-07T07:25:11.515 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2023-09-07T07:25:11.515 DEBUG:teuthology.orchestra.run.smithi158:> dd if=/scratch_devs of=/dev/stdout 2023-09-07T07:25:11.574 DEBUG:teuthology.orchestra.run.smithi158:> sudo nvme list 2023-09-07T07:25:11.640 INFO:teuthology.orchestra.run.smithi158.stdout:Node SN Model Namespace Usage Format FW Rev 2023-09-07T07:25:11.641 INFO:teuthology.orchestra.run.smithi158.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-09-07T07:25:11.641 INFO:teuthology.orchestra.run.smithi158.stdout:/dev/nvme0n1 PHMB7475005A480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2023-09-07T07:25:11.641 INFO:teuthology.orchestra.run.smithi158.stdout:/dev/nvme1n1 ffe8028da698a0373ea4 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-09-07T07:25:11.641 INFO:teuthology.orchestra.run.smithi158.stdout:/dev/nvme2n1 026818720070cff62fd6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-09-07T07:25:11.641 INFO:teuthology.orchestra.run.smithi158.stdout:/dev/nvme3n1 0b46411d006eb8bcfe27 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-09-07T07:25:11.642 INFO:teuthology.orchestra.run.smithi158.stdout:/dev/nvme4n1 8b2a48ec190b9a8e9446 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-09-07T07:25:11.643 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-09-07T07:25:11.643 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2023-09-07T07:25:11.643 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd of=/scratch_devs 2023-09-07T07:25:11.710 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2023-09-07T07:25:11.710 DEBUG:teuthology.orchestra.run.smithi188:> dd if=/scratch_devs of=/dev/stdout 2023-09-07T07:25:11.734 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-09-07T07:25:11.734 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/vg_nvme/lv_1 2023-09-07T07:25:11.796 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-09-07T07:25:11.796 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-07T07:25:11.797 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 6h/6d Inode: 390571 Links: 1 2023-09-07T07:25:11.797 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-07T07:25:11.797 INFO:teuthology.orchestra.run.smithi188.stdout:Context: system_u:object_r:device_t:s0 2023-09-07T07:25:11.797 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2023-09-07 07:25:08.581066859 +0000 2023-09-07T07:25:11.798 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2023-09-07 07:24:16.762210930 +0000 2023-09-07T07:25:11.798 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2023-09-07 07:24:16.762210930 +0000 2023-09-07T07:25:11.798 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: - 2023-09-07T07:25:11.798 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-09-07T07:25:11.867 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2023-09-07T07:25:11.867 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2023-09-07T07:25:11.868 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000235509 s, 2.2 MB/s 2023-09-07T07:25:11.869 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-09-07T07:25:11.931 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/vg_nvme/lv_2 2023-09-07T07:25:11.991 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-09-07T07:25:11.992 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-07T07:25:11.992 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 6h/6d Inode: 388014 Links: 1 2023-09-07T07:25:11.992 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-07T07:25:11.992 INFO:teuthology.orchestra.run.smithi188.stdout:Context: system_u:object_r:device_t:s0 2023-09-07T07:25:11.992 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2023-09-07 07:25:08.581066859 +0000 2023-09-07T07:25:11.993 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2023-09-07 07:24:17.265202059 +0000 2023-09-07T07:25:11.993 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2023-09-07 07:24:17.265202059 +0000 2023-09-07T07:25:11.993 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: - 2023-09-07T07:25:11.993 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-09-07T07:25:12.059 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2023-09-07T07:25:12.060 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2023-09-07T07:25:12.060 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000200056 s, 2.6 MB/s 2023-09-07T07:25:12.062 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-09-07T07:25:12.122 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/vg_nvme/lv_3 2023-09-07T07:25:12.180 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-09-07T07:25:12.181 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-07T07:25:12.181 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 6h/6d Inode: 391595 Links: 1 2023-09-07T07:25:12.181 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-07T07:25:12.181 INFO:teuthology.orchestra.run.smithi188.stdout:Context: system_u:object_r:device_t:s0 2023-09-07T07:25:12.182 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2023-09-07 07:25:08.582066841 +0000 2023-09-07T07:25:12.182 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2023-09-07 07:24:17.782192941 +0000 2023-09-07T07:25:12.182 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2023-09-07 07:24:17.782192941 +0000 2023-09-07T07:25:12.182 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: - 2023-09-07T07:25:12.183 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-09-07T07:25:12.248 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2023-09-07T07:25:12.248 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2023-09-07T07:25:12.248 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000218226 s, 2.3 MB/s 2023-09-07T07:25:12.249 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-09-07T07:25:12.308 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/vg_nvme/lv_4 2023-09-07T07:25:12.366 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-09-07T07:25:12.367 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-07T07:25:12.367 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 6h/6d Inode: 391667 Links: 1 2023-09-07T07:25:12.367 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-07T07:25:12.367 INFO:teuthology.orchestra.run.smithi188.stdout:Context: system_u:object_r:device_t:s0 2023-09-07T07:25:12.367 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2023-09-07 07:25:08.582066841 +0000 2023-09-07T07:25:12.368 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2023-09-07 07:24:18.303183753 +0000 2023-09-07T07:25:12.368 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2023-09-07 07:24:18.303183753 +0000 2023-09-07T07:25:12.368 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: - 2023-09-07T07:25:12.368 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-09-07T07:25:12.432 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2023-09-07T07:25:12.432 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2023-09-07T07:25:12.433 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000212461 s, 2.4 MB/s 2023-09-07T07:25:12.434 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-09-07T07:25:12.493 DEBUG:teuthology.orchestra.run.smithi188:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-09-07T07:25:12.612 INFO:teuthology.orchestra.run.smithi188.stdout:loop 2023-09-07T07:25:12.613 INFO:tasks.nvme_loop:Connecting nvme_loop smithi188:/dev/vg_nvme/lv_1... 2023-09-07T07:25:12.614 DEBUG:teuthology.orchestra.run.smithi188:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-09-07T07:25:12.649 INFO:teuthology.orchestra.run.smithi188.stdout:1 2023-09-07T07:25:12.683 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/vg_nvme/lv_11 2023-09-07T07:25:12.723 INFO:tasks.nvme_loop:Connecting nvme_loop smithi188:/dev/vg_nvme/lv_2... 2023-09-07T07:25:12.723 DEBUG:teuthology.orchestra.run.smithi188:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-09-07T07:25:12.800 INFO:teuthology.orchestra.run.smithi188.stdout:1 2023-09-07T07:25:12.833 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/vg_nvme/lv_21 2023-09-07T07:25:12.872 INFO:tasks.nvme_loop:Connecting nvme_loop smithi188:/dev/vg_nvme/lv_3... 2023-09-07T07:25:12.872 DEBUG:teuthology.orchestra.run.smithi188:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-09-07T07:25:12.952 INFO:teuthology.orchestra.run.smithi188.stdout:1 2023-09-07T07:25:12.986 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/vg_nvme/lv_31 2023-09-07T07:25:13.023 INFO:tasks.nvme_loop:Connecting nvme_loop smithi188:/dev/vg_nvme/lv_4... 2023-09-07T07:25:13.024 DEBUG:teuthology.orchestra.run.smithi188:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-09-07T07:25:13.104 INFO:teuthology.orchestra.run.smithi188.stdout:1 2023-09-07T07:25:13.138 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/vg_nvme/lv_41 2023-09-07T07:25:13.175 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2023-09-07T07:25:13.176 DEBUG:teuthology.orchestra.run.smithi188:> dd if=/scratch_devs of=/dev/stdout 2023-09-07T07:25:13.233 DEBUG:teuthology.orchestra.run.smithi188:> sudo nvme list 2023-09-07T07:25:13.299 INFO:teuthology.orchestra.run.smithi188.stdout:Node SN Model Namespace Usage Format FW Rev 2023-09-07T07:25:13.299 INFO:teuthology.orchestra.run.smithi188.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-09-07T07:25:13.300 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/nvme0n1 PHFT620500MP400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-09-07T07:25:13.300 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/nvme1n1 04a17fa50a71cc209f97 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-09-07T07:25:13.300 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/nvme2n1 ab09cb15864a859f0481 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-09-07T07:25:13.300 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/nvme3n1 465f7ac90cb2d6355ebf Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-09-07T07:25:13.300 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/nvme4n1 1702afbaad1403f88163 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-09-07T07:25:13.301 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-09-07T07:25:13.302 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2023-09-07T07:25:13.302 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/scratch_devs 2023-09-07T07:25:13.368 INFO:teuthology.run_tasks:Running task cephadm... 2023-09-07T07:25:13.451 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb'} 2023-09-07T07:25:13.452 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb 2023-09-07T07:25:13.453 INFO:tasks.cephadm:Cluster fsid is af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da 2023-09-07T07:25:13.453 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-09-07T07:25:13.454 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-09-07T07:25:13.455 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi158': '172.21.15.158', 'mon.smithi188': '172.21.15.188'} 2023-09-07T07:25:13.455 INFO:tasks.cephadm:Normalizing hostnames... 2023-09-07T07:25:13.456 DEBUG:teuthology.orchestra.run.smithi158:> sudo hostname $(hostname -s) 2023-09-07T07:25:13.491 DEBUG:teuthology.orchestra.run.smithi188:> sudo hostname $(hostname -s) 2023-09-07T07:25:13.520 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-09-07T07:25:13.520 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb 2023-09-07T07:25:13.769 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic/72424/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.2.0-387-g68b7f2b3', 'node_name': '172.21.2.8+braggi08', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic', 'package_manager_version': '18.2.0-387.g68b7f2b3'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-guits-testing-2-2023-09-05-1426/68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb/centos/8/flavors/default/', 'distro_codename': None, 'modified': '2023-09-05 16:56:35.647719', 'distro_version': '8', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-testing-2-2023-09-05-1426', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-guits-testing-2-2023-09-05-1426/68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb/centos/8/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2023-09-07T07:25:13.999 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-guits-testing-2-2023-09-05-1426, sha1 68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F8%2Fx86_64&flavor=default&sha1=68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb 2023-09-07T07:25:14.001 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-guits-testing-2-2023-09-05-1426/68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb/centos/8/x86_64/flavors/default/cephadm 2023-09-07T07:25:14.001 DEBUG:teuthology.orchestra.run.smithi158:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-guits-testing-2-2023-09-05-1426/68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-09-07T07:25:14.354 INFO:teuthology.orchestra.run.smithi158.stdout:-rw-rw-r--. 1 ubuntu ubuntu 681128 Sep 7 07:25 /home/ubuntu/cephtest/cephadm 2023-09-07T07:25:14.355 DEBUG:teuthology.orchestra.run.smithi188:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-guits-testing-2-2023-09-05-1426/68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-09-07T07:25:14.856 INFO:teuthology.orchestra.run.smithi188.stdout:-rw-rw-r--. 1 ubuntu ubuntu 681128 Sep 7 07:25 /home/ubuntu/cephtest/cephadm 2023-09-07T07:25:14.857 DEBUG:teuthology.orchestra.run.smithi158:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-09-07T07:25:14.880 DEBUG:teuthology.orchestra.run.smithi188:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-09-07T07:25:14.911 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb on all hosts... 2023-09-07T07:25:14.912 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb pull 2023-09-07T07:25:14.922 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb pull 2023-09-07T07:25:16.467 INFO:teuthology.orchestra.run.smithi158.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb... 2023-09-07T07:25:16.556 INFO:teuthology.orchestra.run.smithi188.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb... 2023-09-07T07:25:52.232 INFO:teuthology.orchestra.run.smithi158.stdout:{ 2023-09-07T07:25:52.233 INFO:teuthology.orchestra.run.smithi158.stdout: "ceph_version": "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)", 2023-09-07T07:25:52.233 INFO:teuthology.orchestra.run.smithi158.stdout: "image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", 2023-09-07T07:25:52.233 INFO:teuthology.orchestra.run.smithi158.stdout: "repo_digests": [ 2023-09-07T07:25:52.234 INFO:teuthology.orchestra.run.smithi158.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0" 2023-09-07T07:25:52.234 INFO:teuthology.orchestra.run.smithi158.stdout: ] 2023-09-07T07:25:52.234 INFO:teuthology.orchestra.run.smithi158.stdout:} 2023-09-07T07:25:52.292 INFO:teuthology.orchestra.run.smithi188.stdout:{ 2023-09-07T07:25:52.292 INFO:teuthology.orchestra.run.smithi188.stdout: "ceph_version": "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)", 2023-09-07T07:25:52.292 INFO:teuthology.orchestra.run.smithi188.stdout: "image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", 2023-09-07T07:25:52.293 INFO:teuthology.orchestra.run.smithi188.stdout: "repo_digests": [ 2023-09-07T07:25:52.293 INFO:teuthology.orchestra.run.smithi188.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0" 2023-09-07T07:25:52.293 INFO:teuthology.orchestra.run.smithi188.stdout: ] 2023-09-07T07:25:52.293 INFO:teuthology.orchestra.run.smithi188.stdout:} 2023-09-07T07:25:52.312 DEBUG:teuthology.orchestra.run.smithi158:> sudo mkdir -p /etc/ceph 2023-09-07T07:25:52.343 DEBUG:teuthology.orchestra.run.smithi188:> sudo mkdir -p /etc/ceph 2023-09-07T07:25:52.374 DEBUG:teuthology.orchestra.run.smithi158:> sudo chmod 777 /etc/ceph 2023-09-07T07:25:52.411 DEBUG:teuthology.orchestra.run.smithi188:> sudo chmod 777 /etc/ceph 2023-09-07T07:25:52.441 INFO:tasks.cephadm:Writing seed config... 2023-09-07T07:25:52.442 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-09-07T07:25:52.442 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-09-07T07:25:52.443 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-09-07T07:25:52.443 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-09-07T07:25:52.443 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-09-07T07:25:52.444 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-09-07T07:25:52.444 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-09-07T07:25:52.444 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-09-07T07:25:52.445 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2023-09-07T07:25:52.445 DEBUG:teuthology.orchestra.run.smithi158:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-09-07T07:25:52.469 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-09-07T07:25:52.470 DEBUG:teuthology.orchestra.run.smithi158:mon.smithi158> sudo journalctl -f -n 0 -u ceph-af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da@mon.smithi158.service 2023-09-07T07:25:52.511 INFO:tasks.cephadm:Bootstrapping... 2023-09-07T07:25:52.512 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb -v bootstrap --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da --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.158 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-09-07T07:25:52.538 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:-- Logs begin at Thu 2023-09-07 07:17:11 UTC. -- 2023-09-07T07:25:52.671 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2023-09-07T07:25:52.672 INFO:teuthology.orchestra.run.smithi158.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb', '-v', 'bootstrap', '--fsid', 'af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da', '--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.158', '--skip-admin-label'] 2023-09-07T07:25:52.704 INFO:teuthology.orchestra.run.smithi158.stdout:/bin/podman: stdout 4.6.1 2023-09-07T07:25:52.704 INFO:teuthology.orchestra.run.smithi158.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-09-07T07:25:52.705 INFO:teuthology.orchestra.run.smithi158.stdout:Verifying podman|docker is present... 2023-09-07T07:25:52.737 INFO:teuthology.orchestra.run.smithi158.stdout:/bin/podman: stdout 4.6.1 2023-09-07T07:25:52.738 INFO:teuthology.orchestra.run.smithi158.stdout:Verifying lvm2 is present... 2023-09-07T07:25:52.738 INFO:teuthology.orchestra.run.smithi158.stdout:Verifying time synchronization is in place... 2023-09-07T07:25:52.744 INFO:teuthology.orchestra.run.smithi158.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-09-07T07:25:52.744 INFO:teuthology.orchestra.run.smithi158.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-09-07T07:25:52.750 INFO:teuthology.orchestra.run.smithi158.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-09-07T07:25:52.751 INFO:teuthology.orchestra.run.smithi158.stdout:systemctl: stdout inactive 2023-09-07T07:25:52.756 INFO:teuthology.orchestra.run.smithi158.stdout:systemctl: stdout enabled 2023-09-07T07:25:52.762 INFO:teuthology.orchestra.run.smithi158.stdout:systemctl: stdout active 2023-09-07T07:25:52.762 INFO:teuthology.orchestra.run.smithi158.stdout:Unit chronyd.service is enabled and running 2023-09-07T07:25:52.762 INFO:teuthology.orchestra.run.smithi158.stdout:Repeating the final host check... 2023-09-07T07:25:52.791 INFO:teuthology.orchestra.run.smithi158.stdout:/bin/podman: stdout 4.6.1 2023-09-07T07:25:52.791 INFO:teuthology.orchestra.run.smithi158.stdout:podman (/bin/podman) version 4.6.1 is present 2023-09-07T07:25:52.791 INFO:teuthology.orchestra.run.smithi158.stdout:systemctl is present 2023-09-07T07:25:52.792 INFO:teuthology.orchestra.run.smithi158.stdout:lvcreate is present 2023-09-07T07:25:52.797 INFO:teuthology.orchestra.run.smithi158.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-09-07T07:25:52.797 INFO:teuthology.orchestra.run.smithi158.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-09-07T07:25:52.803 INFO:teuthology.orchestra.run.smithi158.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-09-07T07:25:52.803 INFO:teuthology.orchestra.run.smithi158.stdout:systemctl: stdout inactive 2023-09-07T07:25:52.809 INFO:teuthology.orchestra.run.smithi158.stdout:systemctl: stdout enabled 2023-09-07T07:25:52.815 INFO:teuthology.orchestra.run.smithi158.stdout:systemctl: stdout active 2023-09-07T07:25:52.815 INFO:teuthology.orchestra.run.smithi158.stdout:Unit chronyd.service is enabled and running 2023-09-07T07:25:52.815 INFO:teuthology.orchestra.run.smithi158.stdout:Host looks OK 2023-09-07T07:25:52.816 INFO:teuthology.orchestra.run.smithi158.stdout:Cluster fsid: af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da 2023-09-07T07:25:52.816 INFO:teuthology.orchestra.run.smithi158.stdout:Acquiring lock 140095668772256 on /run/cephadm/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da.lock 2023-09-07T07:25:52.816 INFO:teuthology.orchestra.run.smithi158.stdout:Lock 140095668772256 acquired on /run/cephadm/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da.lock 2023-09-07T07:25:52.817 INFO:teuthology.orchestra.run.smithi158.stdout:Verifying IP 172.21.15.158 port 3300 ... 2023-09-07T07:25:52.817 INFO:teuthology.orchestra.run.smithi158.stdout:Verifying IP 172.21.15.158 port 6789 ... 2023-09-07T07:25:52.817 INFO:teuthology.orchestra.run.smithi158.stdout:Base mon IP(s) is [172.21.15.158:3300, 172.21.15.158:6789], mon addrv is [v2:172.21.15.158:3300,v1:172.21.15.158:6789] 2023-09-07T07:25:52.819 INFO:teuthology.orchestra.run.smithi158.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.158 metric 100 2023-09-07T07:25:52.820 INFO:teuthology.orchestra.run.smithi158.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.158 metric 100 2023-09-07T07:25:52.822 INFO:teuthology.orchestra.run.smithi158.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-09-07T07:25:52.823 INFO:teuthology.orchestra.run.smithi158.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-09-07T07:25:52.823 INFO:teuthology.orchestra.run.smithi158.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1773sec hoplimit 64 pref medium 2023-09-07T07:25:52.825 INFO:teuthology.orchestra.run.smithi158.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-09-07T07:25:52.825 INFO:teuthology.orchestra.run.smithi158.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2023-09-07T07:25:52.826 INFO:teuthology.orchestra.run.smithi158.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-09-07T07:25:52.826 INFO:teuthology.orchestra.run.smithi158.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-09-07T07:25:52.826 INFO:teuthology.orchestra.run.smithi158.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe88:726f/64 scope link 2023-09-07T07:25:52.826 INFO:teuthology.orchestra.run.smithi158.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-09-07T07:25:52.827 INFO:teuthology.orchestra.run.smithi158.stdout:Mon IP `172.21.15.158` is in CIDR network `172.21.0.0/20` 2023-09-07T07:25:52.827 INFO:teuthology.orchestra.run.smithi158.stdout:Mon IP `172.21.15.158` is in CIDR network `172.21.0.0/20` 2023-09-07T07:25:52.827 INFO:teuthology.orchestra.run.smithi158.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-09-07T07:25:52.828 INFO:teuthology.orchestra.run.smithi158.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-09-07T07:25:52.828 INFO:teuthology.orchestra.run.smithi158.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb... 2023-09-07T07:25:53.208 INFO:teuthology.orchestra.run.smithi158.stdout:/bin/podman: stdout baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2 2023-09-07T07:25:53.208 INFO:teuthology.orchestra.run.smithi158.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb... 2023-09-07T07:25:53.209 INFO:teuthology.orchestra.run.smithi158.stdout:/bin/podman: stderr Getting image source signatures 2023-09-07T07:25:53.209 INFO:teuthology.orchestra.run.smithi158.stdout:/bin/podman: stderr Copying blob sha256:cb961c8b3810e910b8267de397c0ed12a832d03f37b6d3920baff9121b6ce118 2023-09-07T07:25:53.209 INFO:teuthology.orchestra.run.smithi158.stdout:/bin/podman: stderr Copying blob sha256:d3e1674b1d277d1d98aa3561ad0e3209c8e2f26183d8e8b51d0d9fbac358121d 2023-09-07T07:25:53.209 INFO:teuthology.orchestra.run.smithi158.stdout:/bin/podman: stderr Copying config sha256:baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2 2023-09-07T07:25:53.210 INFO:teuthology.orchestra.run.smithi158.stdout:/bin/podman: stderr Writing manifest to image destination 2023-09-07T07:25:53.919 INFO:teuthology.orchestra.run.smithi158.stdout:ceph: stdout ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable) 2023-09-07T07:25:53.920 INFO:teuthology.orchestra.run.smithi158.stdout:Ceph version: ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable) 2023-09-07T07:25:53.920 INFO:teuthology.orchestra.run.smithi158.stdout:Extracting ceph user uid/gid from container image... 2023-09-07T07:25:54.499 INFO:teuthology.orchestra.run.smithi158.stdout:stat: stdout 167 167 2023-09-07T07:25:54.499 INFO:teuthology.orchestra.run.smithi158.stdout:Creating initial keys... 2023-09-07T07:25:55.094 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph-authtool: stdout AQACe/lkT4n4LBAASlOud4oI/dPOt9uyD/UtFg== 2023-09-07T07:25:56.828 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph-authtool: stdout AQADe/lkBjHTFRAA4ecNbdCfTy/BJX5q7gn1Fw== 2023-09-07T07:25:58.160 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph-authtool: stdout AQAFe/lkuEvbLxAAwlHPwngz/UmnGCtguPTlSg== 2023-09-07T07:25:58.161 INFO:teuthology.orchestra.run.smithi158.stdout:Creating initial monmap... 2023-09-07T07:25:58.760 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-09-07T07:25:58.760 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2023-09-07T07:25:58.760 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da 2023-09-07T07:25:58.760 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-09-07T07:25:58.761 INFO:teuthology.orchestra.run.smithi158.stdout:monmaptool for smithi158 [v2:172.21.15.158:3300,v1:172.21.15.158:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-09-07T07:25:58.761 INFO:teuthology.orchestra.run.smithi158.stdout:setting min_mon_release = pacific 2023-09-07T07:25:58.761 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/monmaptool: set fsid to af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da 2023-09-07T07:25:58.761 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-09-07T07:25:58.761 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:25:58.762 INFO:teuthology.orchestra.run.smithi158.stdout:Creating mon... 2023-09-07T07:25:59.360 INFO:teuthology.orchestra.run.smithi158.stdout:create mon.smithi158 on 2023-09-07T07:25:59.578 INFO:teuthology.orchestra.run.smithi158.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-09-07T07:25:59.696 INFO:teuthology.orchestra.run.smithi158.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da.target → /etc/systemd/system/ceph-af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da.target. 2023-09-07T07:25:59.696 INFO:teuthology.orchestra.run.smithi158.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da.target → /etc/systemd/system/ceph-af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da.target. 2023-09-07T07:25:59.875 INFO:teuthology.orchestra.run.smithi158.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da@mon.smithi158 2023-09-07T07:25:59.875 INFO:teuthology.orchestra.run.smithi158.stdout:systemctl: stderr Failed to reset failed state of unit ceph-af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da@mon.smithi158.service: Unit ceph-af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da@mon.smithi158.service not loaded. 2023-09-07T07:25:59.968 INFO:teuthology.orchestra.run.smithi158.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da.target.wants/ceph-af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da@mon.smithi158.service → /etc/systemd/system/ceph-af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da@.service. 2023-09-07T07:26:00.331 INFO:teuthology.orchestra.run.smithi158.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-09-07T07:26:00.331 INFO:teuthology.orchestra.run.smithi158.stdout:systemctl: stdout disabled 2023-09-07T07:26:00.340 INFO:teuthology.orchestra.run.smithi158.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-09-07T07:26:00.340 INFO:teuthology.orchestra.run.smithi158.stdout:systemctl: stdout inactive 2023-09-07T07:26:00.341 INFO:teuthology.orchestra.run.smithi158.stdout:firewalld.service is not enabled 2023-09-07T07:26:00.341 INFO:teuthology.orchestra.run.smithi158.stdout:Not possible to enable service . firewalld.service is not available 2023-09-07T07:26:00.341 INFO:teuthology.orchestra.run.smithi158.stdout:Waiting for mon to start... 2023-09-07T07:26:00.342 INFO:teuthology.orchestra.run.smithi158.stdout:Waiting for mon... 2023-09-07T07:26:00.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:00 smithi158 ceph-mon[107546]: mon.smithi158 is new leader, mons smithi158 in quorum (ranks 0) 2023-09-07T07:26:01.104 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout cluster: 2023-09-07T07:26:01.105 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout id: af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da 2023-09-07T07:26:01.105 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-09-07T07:26:01.105 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout 2023-09-07T07:26:01.105 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout services: 2023-09-07T07:26:01.105 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi158 (age 0.394837s) 2023-09-07T07:26:01.106 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-09-07T07:26:01.106 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-09-07T07:26:01.106 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout 2023-09-07T07:26:01.106 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout data: 2023-09-07T07:26:01.107 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-09-07T07:26:01.107 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-09-07T07:26:01.107 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-09-07T07:26:01.107 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout pgs: 2023-09-07T07:26:01.107 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout 2023-09-07T07:26:01.108 INFO:teuthology.orchestra.run.smithi158.stdout:mon is available 2023-09-07T07:26:01.108 INFO:teuthology.orchestra.run.smithi158.stdout:Assimilating anything we can from ceph.conf... 2023-09-07T07:26:01.529 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:01 smithi158 ceph-mon[107546]: mon.smithi158 is new leader, mons smithi158 in quorum (ranks 0) 2023-09-07T07:26:01.529 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:01 smithi158 ceph-mon[107546]: monmap e1: 1 mons at {smithi158=[v2:172.21.15.158:3300/0,v1:172.21.15.158:6789/0]} removed_ranks: {} 2023-09-07T07:26:01.530 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:01 smithi158 ceph-mon[107546]: fsmap 2023-09-07T07:26:01.530 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:01 smithi158 ceph-mon[107546]: osdmap e1: 0 total, 0 up, 0 in 2023-09-07T07:26:01.530 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:01 smithi158 ceph-mon[107546]: mgrmap e1: no daemons active 2023-09-07T07:26:01.530 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:01 smithi158 ceph-mon[107546]: from='client.? 172.21.15.158:0/3712711148' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-09-07T07:26:01.846 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout 2023-09-07T07:26:01.846 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout [global] 2023-09-07T07:26:01.847 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout fsid = af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da 2023-09-07T07:26:01.847 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.158:3300,v1:172.21.15.158:6789] 2023-09-07T07:26:01.847 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-09-07T07:26:01.847 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-09-07T07:26:01.847 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-09-07T07:26:01.847 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-09-07T07:26:01.848 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout 2023-09-07T07:26:01.848 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout [mgr] 2023-09-07T07:26:01.848 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-09-07T07:26:01.848 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout 2023-09-07T07:26:01.848 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout [osd] 2023-09-07T07:26:01.849 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-09-07T07:26:01.849 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-09-07T07:26:01.849 INFO:teuthology.orchestra.run.smithi158.stdout:Generating new minimal ceph.conf... 2023-09-07T07:26:02.562 INFO:teuthology.orchestra.run.smithi158.stdout:Restarting the monitor... 2023-09-07T07:26:02.569 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:02 smithi158 ceph-mon[107546]: from='client.? 172.21.15.158:0/922604019' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-09-07T07:26:02.569 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:02 smithi158 ceph-mon[107546]: from='client.? 172.21.15.158:0/922604019' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-09-07T07:26:02.569 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:02 smithi158 ceph-mon[107546]: from='client.? 172.21.15.158:0/29612650' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:26:02.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:02 smithi158 systemd[1]: Stopping Ceph mon.smithi158 for af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da... 2023-09-07T07:26:02.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:02 smithi158 ceph-af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da-mon-smithi158[107523]: 2023-09-07T07:26:02.742+0000 7fc3fdc69700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi158 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-09-07T07:26:02.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:02 smithi158 ceph-af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da-mon-smithi158[107523]: 2023-09-07T07:26:02.742+0000 7fc3fdc69700 -1 mon.smithi158@0(leader) e1 *** Got Signal Terminated *** 2023-09-07T07:26:03.270 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 bash[107871]: ceph-af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da-mon-smithi158 2023-09-07T07:26:03.550 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 systemd[1]: ceph-af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da@mon.smithi158.service: Succeeded. 2023-09-07T07:26:03.551 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 systemd[1]: Stopped Ceph mon.smithi158 for af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da. 2023-09-07T07:26:03.551 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 systemd[1]: Starting Ceph mon.smithi158 for af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da... 2023-09-07T07:26:03.554 INFO:teuthology.orchestra.run.smithi158.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2023-09-07T07:26:03.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 bash[107989]: 9aa8258f6319ef882bf7b69dcd6f61985eb25cb3fa26098c81014ca7d74e0ae9 2023-09-07T07:26:03.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 systemd[1]: Started Ceph mon.smithi158 for af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da. 2023-09-07T07:26:03.929 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: set uid:gid to 167:167 (ceph:ceph) 2023-09-07T07:26:03.929 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable), process ceph-mon, pid 7 2023-09-07T07:26:03.929 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: pidfile_write: ignore empty --pid-file 2023-09-07T07:26:03.929 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: load: jerasure load: lrc 2023-09-07T07:26:03.930 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: RocksDB version: 7.9.2 2023-09-07T07:26:03.930 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Git sha 0 2023-09-07T07:26:03.930 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Compile date 2023-09-05 15:42:58 2023-09-07T07:26:03.930 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: DB SUMMARY 2023-09-07T07:26:03.930 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: DB Session ID: OMC19XFM1K39VGPGXAID 2023-09-07T07:26:03.931 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: CURRENT file: CURRENT 2023-09-07T07:26:03.931 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: IDENTITY file: IDENTITY 2023-09-07T07:26:03.931 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2023-09-07T07:26:03.931 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi158/store.db dir, Total Num: 1, files: 000008.sst 2023-09-07T07:26:03.931 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi158/store.db: 000009.log size: 83396 ; 2023-09-07T07:26:03.932 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.error_if_exists: 0 2023-09-07T07:26:03.932 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.create_if_missing: 0 2023-09-07T07:26:03.932 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.paranoid_checks: 1 2023-09-07T07:26:03.932 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.flush_verify_memtable_count: 1 2023-09-07T07:26:03.932 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-09-07T07:26:03.933 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-09-07T07:26:03.933 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.env: 0x555e3bdda720 2023-09-07T07:26:03.933 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.fs: PosixFileSystem 2023-09-07T07:26:03.933 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.info_log: 0x555e3d5112c0 2023-09-07T07:26:03.933 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.max_file_opening_threads: 16 2023-09-07T07:26:03.933 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.statistics: (nil) 2023-09-07T07:26:03.934 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.use_fsync: 0 2023-09-07T07:26:03.934 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.max_log_file_size: 0 2023-09-07T07:26:03.934 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-09-07T07:26:03.934 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.log_file_time_to_roll: 0 2023-09-07T07:26:03.934 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.keep_log_file_num: 1000 2023-09-07T07:26:03.935 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.recycle_log_file_num: 0 2023-09-07T07:26:03.935 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.allow_fallocate: 1 2023-09-07T07:26:03.935 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.allow_mmap_reads: 0 2023-09-07T07:26:03.935 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.allow_mmap_writes: 0 2023-09-07T07:26:03.935 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.use_direct_reads: 0 2023-09-07T07:26:03.936 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-09-07T07:26:03.936 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.create_missing_column_families: 0 2023-09-07T07:26:03.936 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.db_log_dir: 2023-09-07T07:26:03.936 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.wal_dir: 2023-09-07T07:26:03.936 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.table_cache_numshardbits: 6 2023-09-07T07:26:03.937 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.WAL_ttl_seconds: 0 2023-09-07T07:26:03.937 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.WAL_size_limit_MB: 0 2023-09-07T07:26:03.937 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-09-07T07:26:03.937 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-09-07T07:26:03.937 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.is_fd_close_on_exec: 1 2023-09-07T07:26:03.938 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.advise_random_on_open: 1 2023-09-07T07:26:03.938 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.db_write_buffer_size: 0 2023-09-07T07:26:03.938 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.write_buffer_manager: 0x555e3c7a25a0 2023-09-07T07:26:03.938 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-09-07T07:26:03.938 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-09-07T07:26:03.939 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.use_adaptive_mutex: 0 2023-09-07T07:26:03.939 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.rate_limiter: (nil) 2023-09-07T07:26:03.939 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-09-07T07:26:03.939 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.wal_recovery_mode: 2 2023-09-07T07:26:03.939 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.enable_thread_tracking: 0 2023-09-07T07:26:03.939 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.enable_pipelined_write: 0 2023-09-07T07:26:03.940 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.unordered_write: 0 2023-09-07T07:26:03.940 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-09-07T07:26:03.940 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-09-07T07:26:03.940 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-09-07T07:26:03.940 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-09-07T07:26:03.941 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.row_cache: None 2023-09-07T07:26:03.941 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.wal_filter: None 2023-09-07T07:26:03.941 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-09-07T07:26:03.941 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.allow_ingest_behind: 0 2023-09-07T07:26:03.941 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.two_write_queues: 0 2023-09-07T07:26:03.942 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.manual_wal_flush: 0 2023-09-07T07:26:03.942 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.wal_compression: 0 2023-09-07T07:26:03.942 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.atomic_flush: 0 2023-09-07T07:26:03.942 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-09-07T07:26:03.942 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.persist_stats_to_disk: 0 2023-09-07T07:26:03.943 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.write_dbid_to_manifest: 0 2023-09-07T07:26:03.943 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.log_readahead_size: 0 2023-09-07T07:26:03.943 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-09-07T07:26:03.943 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.best_efforts_recovery: 0 2023-09-07T07:26:03.943 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-09-07T07:26:03.945 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-09-07T07:26:03.945 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.allow_data_in_errors: 0 2023-09-07T07:26:03.945 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.db_host_id: __hostname__ 2023-09-07T07:26:03.945 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.enforce_single_del_contracts: true 2023-09-07T07:26:03.945 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.max_background_jobs: 2 2023-09-07T07:26:03.946 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.max_background_compactions: -1 2023-09-07T07:26:03.946 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.max_subcompactions: 1 2023-09-07T07:26:03.946 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-09-07T07:26:03.946 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-09-07T07:26:03.946 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.delayed_write_rate : 16777216 2023-09-07T07:26:03.947 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.max_total_wal_size: 0 2023-09-07T07:26:03.947 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-09-07T07:26:03.947 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.stats_dump_period_sec: 600 2023-09-07T07:26:03.947 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.stats_persist_period_sec: 600 2023-09-07T07:26:03.947 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-09-07T07:26:03.948 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.max_open_files: -1 2023-09-07T07:26:03.948 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.bytes_per_sync: 0 2023-09-07T07:26:03.948 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.wal_bytes_per_sync: 0 2023-09-07T07:26:03.948 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.strict_bytes_per_sync: 0 2023-09-07T07:26:03.948 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.compaction_readahead_size: 0 2023-09-07T07:26:03.949 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.max_background_flushes: -1 2023-09-07T07:26:03.949 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Compression algorithms supported: 2023-09-07T07:26:03.949 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-09-07T07:26:03.949 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: kZSTD supported: 0 2023-09-07T07:26:03.949 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: kXpressCompression supported: 0 2023-09-07T07:26:03.950 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: kLZ4HCCompression supported: 1 2023-09-07T07:26:03.950 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: kZlibCompression supported: 1 2023-09-07T07:26:03.950 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: kSnappyCompression supported: 1 2023-09-07T07:26:03.950 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: kLZ4Compression supported: 1 2023-09-07T07:26:03.950 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: kBZip2Compression supported: 0 2023-09-07T07:26:03.951 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Fast CRC32 supported: Supported on x86 2023-09-07T07:26:03.951 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: DMutex implementation: pthread_mutex_t 2023-09-07T07:26:03.951 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi158/store.db/MANIFEST-000010 2023-09-07T07:26:03.951 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-09-07T07:26:03.951 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-09-07T07:26:03.951 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.merge_operator: 2023-09-07T07:26:03.952 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.compaction_filter: None 2023-09-07T07:26:03.952 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.compaction_filter_factory: None 2023-09-07T07:26:03.952 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.sst_partitioner_factory: None 2023-09-07T07:26:03.952 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.memtable_factory: SkipListFactory 2023-09-07T07:26:03.952 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.table_factory: BlockBasedTable 2023-09-07T07:26:03.953 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x555e3d5113c0) 2023-09-07T07:26:03.953 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: cache_index_and_filter_blocks: 1 2023-09-07T07:26:03.953 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-09-07T07:26:03.953 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-09-07T07:26:03.953 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: pin_top_level_index_and_filter: 1 2023-09-07T07:26:03.954 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: index_type: 0 2023-09-07T07:26:03.954 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: data_block_index_type: 0 2023-09-07T07:26:03.954 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: index_shortening: 1 2023-09-07T07:26:03.954 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: data_block_hash_table_util_ratio: 0.750000 2023-09-07T07:26:03.954 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: checksum: 4 2023-09-07T07:26:03.955 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: no_block_cache: 0 2023-09-07T07:26:03.955 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: block_cache: 0x555e3c8231f0 2023-09-07T07:26:03.955 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: block_cache_name: BinnedLRUCache 2023-09-07T07:26:03.955 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: block_cache_options: 2023-09-07T07:26:03.955 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: capacity : 536870912 2023-09-07T07:26:03.955 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: num_shard_bits : 4 2023-09-07T07:26:03.956 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: strict_capacity_limit : 0 2023-09-07T07:26:03.956 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: high_pri_pool_ratio: 0.000 2023-09-07T07:26:03.956 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: block_cache_compressed: (nil) 2023-09-07T07:26:03.956 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: persistent_cache: (nil) 2023-09-07T07:26:03.956 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: block_size: 4096 2023-09-07T07:26:03.957 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: block_size_deviation: 10 2023-09-07T07:26:03.957 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: block_restart_interval: 16 2023-09-07T07:26:03.957 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: index_block_restart_interval: 1 2023-09-07T07:26:03.957 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: metadata_block_size: 4096 2023-09-07T07:26:03.957 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: partition_filters: 0 2023-09-07T07:26:03.958 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: use_delta_encoding: 1 2023-09-07T07:26:03.958 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: filter_policy: bloomfilter 2023-09-07T07:26:03.958 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: whole_key_filtering: 1 2023-09-07T07:26:03.958 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: verify_compression: 0 2023-09-07T07:26:03.958 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: read_amp_bytes_per_bit: 0 2023-09-07T07:26:03.959 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: format_version: 5 2023-09-07T07:26:03.959 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: enable_index_compression: 1 2023-09-07T07:26:03.959 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: block_align: 0 2023-09-07T07:26:03.959 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: max_auto_readahead_size: 262144 2023-09-07T07:26:03.959 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: prepopulate_block_cache: 0 2023-09-07T07:26:03.959 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: initial_auto_readahead_size: 8192 2023-09-07T07:26:03.960 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: num_file_reads_for_auto_readahead: 2 2023-09-07T07:26:03.960 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.write_buffer_size: 33554432 2023-09-07T07:26:03.960 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.max_write_buffer_number: 2 2023-09-07T07:26:03.960 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.compression: NoCompression 2023-09-07T07:26:03.960 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.bottommost_compression: Disabled 2023-09-07T07:26:03.961 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.prefix_extractor: nullptr 2023-09-07T07:26:03.961 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-09-07T07:26:03.961 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.num_levels: 7 2023-09-07T07:26:03.961 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-09-07T07:26:03.961 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-09-07T07:26:03.962 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-09-07T07:26:03.962 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-09-07T07:26:03.962 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-09-07T07:26:03.962 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-09-07T07:26:03.962 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-09-07T07:26:03.963 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-09-07T07:26:03.963 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-09-07T07:26:03.963 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-09-07T07:26:03.963 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-09-07T07:26:03.963 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-09-07T07:26:03.963 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.compression_opts.window_bits: -14 2023-09-07T07:26:03.964 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.compression_opts.level: 32767 2023-09-07T07:26:03.964 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.compression_opts.strategy: 0 2023-09-07T07:26:03.964 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-09-07T07:26:03.964 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-09-07T07:26:03.964 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-09-07T07:26:03.965 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-09-07T07:26:03.965 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.compression_opts.enabled: false 2023-09-07T07:26:03.965 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-09-07T07:26:03.965 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-09-07T07:26:03.965 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-09-07T07:26:03.966 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-09-07T07:26:03.966 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.target_file_size_base: 67108864 2023-09-07T07:26:03.966 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.target_file_size_multiplier: 1 2023-09-07T07:26:03.966 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-09-07T07:26:03.966 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-09-07T07:26:03.967 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-09-07T07:26:03.967 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-09-07T07:26:03.967 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-09-07T07:26:03.967 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-09-07T07:26:03.967 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-09-07T07:26:03.968 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-09-07T07:26:03.968 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-09-07T07:26:03.968 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-09-07T07:26:03.968 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-09-07T07:26:03.968 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-09-07T07:26:03.969 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-09-07T07:26:03.969 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.arena_block_size: 1048576 2023-09-07T07:26:03.969 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-09-07T07:26:03.969 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-09-07T07:26:03.969 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.disable_auto_compactions: 0 2023-09-07T07:26:03.969 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-09-07T07:26:03.970 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-09-07T07:26:03.970 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-09-07T07:26:03.970 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-09-07T07:26:03.970 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-09-07T07:26:03.970 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-09-07T07:26:03.971 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-09-07T07:26:03.971 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-09-07T07:26:03.971 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-09-07T07:26:03.971 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-09-07T07:26:03.971 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.table_properties_collectors: 2023-09-07T07:26:03.972 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.inplace_update_support: 0 2023-09-07T07:26:03.972 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.inplace_update_num_locks: 10000 2023-09-07T07:26:03.972 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-09-07T07:26:03.972 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-09-07T07:26:03.972 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.memtable_huge_page_size: 0 2023-09-07T07:26:03.972 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.bloom_locality: 0 2023-09-07T07:26:03.973 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.max_successive_merges: 0 2023-09-07T07:26:03.973 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.optimize_filters_for_hits: 0 2023-09-07T07:26:03.973 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.paranoid_file_checks: 0 2023-09-07T07:26:03.973 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.force_consistency_checks: 1 2023-09-07T07:26:03.973 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.report_bg_io_stats: 0 2023-09-07T07:26:03.974 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.ttl: 2592000 2023-09-07T07:26:03.974 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.periodic_compaction_seconds: 0 2023-09-07T07:26:03.974 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-09-07T07:26:03.974 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-09-07T07:26:03.974 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.enable_blob_files: false 2023-09-07T07:26:03.975 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.min_blob_size: 0 2023-09-07T07:26:03.975 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.blob_file_size: 268435456 2023-09-07T07:26:03.975 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.blob_compression_type: NoCompression 2023-09-07T07:26:03.975 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.enable_blob_garbage_collection: false 2023-09-07T07:26:03.975 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-09-07T07:26:03.975 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-09-07T07:26:03.976 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-09-07T07:26:03.976 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.blob_file_starting_level: 0 2023-09-07T07:26:03.976 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-09-07T07:26:03.976 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi158/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2023-09-07T07:26:03.976 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2023-09-07T07:26:03.977 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 8b2cd50b-f652-46f4-ba3f-b9426a3f6a89 2023-09-07T07:26:03.977 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: EVENT_LOG_v1 {"time_micros": 1694071563561085, "job": 1, "event": "recovery_started", "wal_files": [9]} 2023-09-07T07:26:03.977 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2023-09-07T07:26:03.977 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: EVENT_LOG_v1 {"time_micros": 1694071563561990, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 80315, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 242, "table_properties": {"data_size": 78498, "index_size": 227, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 9724, "raw_average_key_size": 47, "raw_value_size": 72944, "raw_average_value_size": 355, "num_data_blocks": 10, "num_entries": 205, "num_filter_entries": 205, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1694071563, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "8b2cd50b-f652-46f4-ba3f-b9426a3f6a89", "db_session_id": "OMC19XFM1K39VGPGXAID", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2023-09-07T07:26:03.977 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: EVENT_LOG_v1 {"time_micros": 1694071563562067, "job": 1, "event": "recovery_finished"} 2023-09-07T07:26:03.978 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2023-09-07T07:26:03.978 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi158/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-09-07T07:26:03.978 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x555e3c8c0000 2023-09-07T07:26:03.978 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: DB pointer 0x555e3c8ac000 2023-09-07T07:26:03.978 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-09-07T07:26:03.979 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-09-07T07:26:03.979 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: ** DB Stats ** 2023-09-07T07:26:03.979 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-07T07:26:03.979 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-09-07T07:26:03.979 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-07T07:26:03.980 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-07T07:26:03.980 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-09-07T07:26:03.980 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-07T07:26:03.980 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-07T07:26:03.980 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: 2023-09-07T07:26:03.981 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: ** Compaction Stats [default] ** 2023-09-07T07:26:03.981 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-09-07T07:26:03.981 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-09-07T07:26:03.981 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: L0 2/0 80.31 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 136.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-09-07T07:26:03.981 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: Sum 2/0 80.31 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 136.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-09-07T07:26:03.982 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 136.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-09-07T07:26:03.982 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: 2023-09-07T07:26:03.982 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: ** Compaction Stats [default] ** 2023-09-07T07:26:03.982 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-09-07T07:26:03.982 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-07T07:26:03.983 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 136.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-09-07T07:26:03.983 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: 2023-09-07T07:26:03.983 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-09-07T07:26:03.983 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: 2023-09-07T07:26:03.983 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-07T07:26:03.984 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-09-07T07:26:03.984 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-07T07:26:03.984 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-07T07:26:03.984 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-07T07:26:03.984 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-07T07:26:03.985 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: Cumulative compaction: 0.00 GB write, 23.80 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-07T07:26:03.985 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: Interval compaction: 0.00 GB write, 23.80 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-07T07:26:03.985 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-09-07T07:26:03.985 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: Block cache BinnedLRUCache@0x555e3c8231f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2023-09-07T07:26:03.985 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2023-09-07T07:26:03.986 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: 2023-09-07T07:26:03.986 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-07T07:26:03.986 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: starting mon.smithi158 rank 0 at public addrs [v2:172.21.15.158:3300/0,v1:172.21.15.158:6789/0] at bind addrs [v2:172.21.15.158:3300/0,v1:172.21.15.158:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi158 fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da 2023-09-07T07:26:03.986 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: mon.smithi158@-1(???) e1 preinit fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da 2023-09-07T07:26:03.986 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: mon.smithi158@-1(???).mds e1 new map 2023-09-07T07:26:03.987 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: mon.smithi158@-1(???).mds e1 print_map 2023-09-07T07:26:03.987 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: e1 2023-09-07T07:26:03.987 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-09-07T07:26:03.987 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-09-07T07:26:03.987 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: legacy client fscid: -1 2023-09-07T07:26:03.988 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: 2023-09-07T07:26:03.988 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout: No filesystems configured 2023-09-07T07:26:03.988 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: mon.smithi158@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-09-07T07:26:03.988 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: mon.smithi158@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-07T07:26:03.988 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: mon.smithi158@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-07T07:26:03.989 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: mon.smithi158@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-07T07:26:03.989 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: mon.smithi158@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-09-07T07:26:03.989 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: expand_channel_meta expand map: {default=false} 2023-09-07T07:26:03.989 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: expand_channel_meta from 'false' to 'false' 2023-09-07T07:26:03.989 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: expand_channel_meta expanded map: {default=false} 2023-09-07T07:26:03.989 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: expand_channel_meta expand map: {default=info} 2023-09-07T07:26:03.990 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: expand_channel_meta from 'info' to 'info' 2023-09-07T07:26:03.990 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: expand_channel_meta expanded map: {default=info} 2023-09-07T07:26:03.990 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: expand_channel_meta expand map: {default=daemon} 2023-09-07T07:26:03.990 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: expand_channel_meta from 'daemon' to 'daemon' 2023-09-07T07:26:03.990 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: expand_channel_meta expanded map: {default=daemon} 2023-09-07T07:26:03.991 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: expand_channel_meta expand map: {default=debug} 2023-09-07T07:26:03.991 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: expand_channel_meta from 'debug' to 'debug' 2023-09-07T07:26:03.991 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: expand_channel_meta expanded map: {default=debug} 2023-09-07T07:26:03.991 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: mon.smithi158 is new leader, mons smithi158 in quorum (ranks 0) 2023-09-07T07:26:03.991 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: monmap e1: 1 mons at {smithi158=[v2:172.21.15.158:3300/0,v1:172.21.15.158:6789/0]} removed_ranks: {} 2023-09-07T07:26:03.991 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: fsmap 2023-09-07T07:26:03.992 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: osdmap e1: 0 total, 0 up, 0 in 2023-09-07T07:26:03.992 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:03 smithi158 ceph-mon[108027]: mgrmap e1: no daemons active 2023-09-07T07:26:04.279 INFO:teuthology.orchestra.run.smithi158.stdout:Wrote config to /etc/ceph/ceph.conf 2023-09-07T07:26:04.302 INFO:teuthology.orchestra.run.smithi158.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-09-07T07:26:04.302 INFO:teuthology.orchestra.run.smithi158.stdout:Creating mgr... 2023-09-07T07:26:04.303 INFO:teuthology.orchestra.run.smithi158.stdout:Verifying port 0.0.0.0:9283 ... 2023-09-07T07:26:04.303 INFO:teuthology.orchestra.run.smithi158.stdout:Verifying port 0.0.0.0:8765 ... 2023-09-07T07:26:04.303 INFO:teuthology.orchestra.run.smithi158.stdout:Verifying port 0.0.0.0:8443 ... 2023-09-07T07:26:04.511 INFO:teuthology.orchestra.run.smithi158.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da@mgr.smithi158.cxqbri 2023-09-07T07:26:04.511 INFO:teuthology.orchestra.run.smithi158.stdout:systemctl: stderr Failed to reset failed state of unit ceph-af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da@mgr.smithi158.cxqbri.service: Unit ceph-af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da@mgr.smithi158.cxqbri.service not loaded. 2023-09-07T07:26:04.604 INFO:teuthology.orchestra.run.smithi158.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da.target.wants/ceph-af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da@mgr.smithi158.cxqbri.service → /etc/systemd/system/ceph-af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da@.service. 2023-09-07T07:26:04.998 INFO:teuthology.orchestra.run.smithi158.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-09-07T07:26:04.998 INFO:teuthology.orchestra.run.smithi158.stdout:systemctl: stdout disabled 2023-09-07T07:26:05.005 INFO:teuthology.orchestra.run.smithi158.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-09-07T07:26:05.006 INFO:teuthology.orchestra.run.smithi158.stdout:systemctl: stdout inactive 2023-09-07T07:26:05.006 INFO:teuthology.orchestra.run.smithi158.stdout:firewalld.service is not enabled 2023-09-07T07:26:05.006 INFO:teuthology.orchestra.run.smithi158.stdout:Not possible to enable service . firewalld.service is not available 2023-09-07T07:26:05.014 INFO:teuthology.orchestra.run.smithi158.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-09-07T07:26:05.014 INFO:teuthology.orchestra.run.smithi158.stdout:systemctl: stdout disabled 2023-09-07T07:26:05.022 INFO:teuthology.orchestra.run.smithi158.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-09-07T07:26:05.022 INFO:teuthology.orchestra.run.smithi158.stdout:systemctl: stdout inactive 2023-09-07T07:26:05.023 INFO:teuthology.orchestra.run.smithi158.stdout:firewalld.service is not enabled 2023-09-07T07:26:05.023 INFO:teuthology.orchestra.run.smithi158.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2023-09-07T07:26:05.023 INFO:teuthology.orchestra.run.smithi158.stdout:Waiting for mgr to start... 2023-09-07T07:26:05.023 INFO:teuthology.orchestra.run.smithi158.stdout:Waiting for mgr... 2023-09-07T07:26:05.301 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:04 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/3193357169' entity='client.admin' 2023-09-07T07:26:05.838 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout 2023-09-07T07:26:05.838 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout { 2023-09-07T07:26:05.838 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "fsid": "af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da", 2023-09-07T07:26:05.839 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "health": { 2023-09-07T07:26:05.839 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-09-07T07:26:05.839 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-09-07T07:26:05.839 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-09-07T07:26:05.839 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:26:05.840 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-09-07T07:26:05.840 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-09-07T07:26:05.840 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout 0 2023-09-07T07:26:05.840 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout ], 2023-09-07T07:26:05.840 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-09-07T07:26:05.841 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "smithi158" 2023-09-07T07:26:05.841 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout ], 2023-09-07T07:26:05.841 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "quorum_age": 1, 2023-09-07T07:26:05.841 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "monmap": { 2023-09-07T07:26:05.841 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-07T07:26:05.842 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-09-07T07:26:05.842 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-09-07T07:26:05.842 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:26:05.842 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-09-07T07:26:05.842 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-07T07:26:05.843 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-09-07T07:26:05.843 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-09-07T07:26:05.843 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-09-07T07:26:05.843 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-09-07T07:26:05.848 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-09-07T07:26:05.848 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-09-07T07:26:05.848 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:26:05.848 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-09-07T07:26:05.848 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-09-07T07:26:05.849 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-09-07T07:26:05.849 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-09-07T07:26:05.849 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-09-07T07:26:05.849 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-09-07T07:26:05.849 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-09-07T07:26:05.850 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-09-07T07:26:05.850 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-09-07T07:26:05.850 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:26:05.850 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-09-07T07:26:05.850 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-07T07:26:05.851 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-09-07T07:26:05.851 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-09-07T07:26:05.851 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:26:05.851 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-09-07T07:26:05.851 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "available": false, 2023-09-07T07:26:05.851 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-09-07T07:26:05.852 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "modules": [ 2023-09-07T07:26:05.852 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "iostat", 2023-09-07T07:26:05.852 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "nfs", 2023-09-07T07:26:05.852 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "restful" 2023-09-07T07:26:05.852 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout ], 2023-09-07T07:26:05.853 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-07T07:26:05.853 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:26:05.853 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-09-07T07:26:05.853 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-07T07:26:05.853 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "modified": "2023-09-07T07:26:00.380978+0000", 2023-09-07T07:26:05.854 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-07T07:26:05.854 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:26:05.854 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-09-07T07:26:05.855 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout } 2023-09-07T07:26:05.857 INFO:teuthology.orchestra.run.smithi158.stdout:mgr not available, waiting (1/15)... 2023-09-07T07:26:06.388 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:05 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/534875365' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-07T07:26:08.492 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:08 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/3530041154' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-07T07:26:08.681 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout 2023-09-07T07:26:08.681 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout { 2023-09-07T07:26:08.681 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "fsid": "af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da", 2023-09-07T07:26:08.681 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "health": { 2023-09-07T07:26:08.682 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-09-07T07:26:08.682 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-09-07T07:26:08.682 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-09-07T07:26:08.682 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:26:08.683 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-09-07T07:26:08.683 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-09-07T07:26:08.683 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout 0 2023-09-07T07:26:08.683 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout ], 2023-09-07T07:26:08.683 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-09-07T07:26:08.684 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "smithi158" 2023-09-07T07:26:08.684 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout ], 2023-09-07T07:26:08.684 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "quorum_age": 4, 2023-09-07T07:26:08.684 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "monmap": { 2023-09-07T07:26:08.684 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-07T07:26:08.685 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-09-07T07:26:08.685 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-09-07T07:26:08.685 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:26:08.685 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-09-07T07:26:08.685 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-07T07:26:08.686 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-09-07T07:26:08.686 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-09-07T07:26:08.686 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-09-07T07:26:08.686 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-09-07T07:26:08.686 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-09-07T07:26:08.686 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-09-07T07:26:08.687 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:26:08.687 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-09-07T07:26:08.687 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-09-07T07:26:08.688 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-09-07T07:26:08.688 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-09-07T07:26:08.688 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-09-07T07:26:08.688 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-09-07T07:26:08.688 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-09-07T07:26:08.689 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-09-07T07:26:08.689 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-09-07T07:26:08.689 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:26:08.689 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-09-07T07:26:08.691 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-07T07:26:08.692 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-09-07T07:26:08.692 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-09-07T07:26:08.692 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:26:08.693 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-09-07T07:26:08.693 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "available": false, 2023-09-07T07:26:08.693 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-09-07T07:26:08.693 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "modules": [ 2023-09-07T07:26:08.693 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "iostat", 2023-09-07T07:26:08.694 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "nfs", 2023-09-07T07:26:08.694 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "restful" 2023-09-07T07:26:08.694 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout ], 2023-09-07T07:26:08.694 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-07T07:26:08.694 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:26:08.695 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-09-07T07:26:08.695 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-07T07:26:08.695 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "modified": "2023-09-07T07:26:00.380978+0000", 2023-09-07T07:26:08.695 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-07T07:26:08.695 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:26:08.696 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-09-07T07:26:08.696 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout } 2023-09-07T07:26:08.696 INFO:teuthology.orchestra.run.smithi158.stdout:mgr not available, waiting (2/15)... 2023-09-07T07:26:11.394 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:11 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/1234440716' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-07T07:26:11.445 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout 2023-09-07T07:26:11.445 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout { 2023-09-07T07:26:11.446 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "fsid": "af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da", 2023-09-07T07:26:11.446 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "health": { 2023-09-07T07:26:11.446 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-09-07T07:26:11.446 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-09-07T07:26:11.446 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-09-07T07:26:11.447 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:26:11.447 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-09-07T07:26:11.447 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-09-07T07:26:11.447 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout 0 2023-09-07T07:26:11.448 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout ], 2023-09-07T07:26:11.448 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-09-07T07:26:11.449 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "smithi158" 2023-09-07T07:26:11.449 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout ], 2023-09-07T07:26:11.449 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2023-09-07T07:26:11.450 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "monmap": { 2023-09-07T07:26:11.450 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-07T07:26:11.450 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-09-07T07:26:11.450 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-09-07T07:26:11.451 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:26:11.451 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-09-07T07:26:11.451 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-07T07:26:11.451 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-09-07T07:26:11.452 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-09-07T07:26:11.452 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-09-07T07:26:11.452 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-09-07T07:26:11.456 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-09-07T07:26:11.457 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-09-07T07:26:11.457 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:26:11.457 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-09-07T07:26:11.457 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-09-07T07:26:11.457 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-09-07T07:26:11.458 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-09-07T07:26:11.458 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-09-07T07:26:11.458 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-09-07T07:26:11.458 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-09-07T07:26:11.459 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-09-07T07:26:11.459 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-09-07T07:26:11.459 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:26:11.459 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-09-07T07:26:11.460 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-07T07:26:11.460 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-09-07T07:26:11.460 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-09-07T07:26:11.460 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:26:11.460 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-09-07T07:26:11.461 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "available": false, 2023-09-07T07:26:11.461 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-09-07T07:26:11.461 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "modules": [ 2023-09-07T07:26:11.461 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "iostat", 2023-09-07T07:26:11.461 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "nfs", 2023-09-07T07:26:11.461 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "restful" 2023-09-07T07:26:11.462 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout ], 2023-09-07T07:26:11.462 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-07T07:26:11.462 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:26:11.462 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-09-07T07:26:11.463 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-07T07:26:11.463 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "modified": "2023-09-07T07:26:00.380978+0000", 2023-09-07T07:26:11.463 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-07T07:26:11.464 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:26:11.464 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-09-07T07:26:11.465 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout } 2023-09-07T07:26:11.465 INFO:teuthology.orchestra.run.smithi158.stdout:mgr not available, waiting (3/15)... 2023-09-07T07:26:12.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:12 smithi158 ceph-mon[108027]: Activating manager daemon smithi158.cxqbri 2023-09-07T07:26:12.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:12 smithi158 ceph-mon[108027]: mgrmap e2: smithi158.cxqbri(active, starting, since 0.0028793s) 2023-09-07T07:26:12.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:12 smithi158 ceph-mon[108027]: from='mgr.14100 172.21.15.158:0/2390398215' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-07T07:26:12.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:12 smithi158 ceph-mon[108027]: from='mgr.14100 172.21.15.158:0/2390398215' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-07T07:26:12.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:12 smithi158 ceph-mon[108027]: from='mgr.14100 172.21.15.158:0/2390398215' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-07T07:26:12.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:12 smithi158 ceph-mon[108027]: from='mgr.14100 172.21.15.158:0/2390398215' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mon metadata", "id": "smithi158"}]: dispatch 2023-09-07T07:26:12.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:12 smithi158 ceph-mon[108027]: from='mgr.14100 172.21.15.158:0/2390398215' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mgr metadata", "who": "smithi158.cxqbri", "id": "smithi158.cxqbri"}]: dispatch 2023-09-07T07:26:12.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:12 smithi158 ceph-mon[108027]: Manager daemon smithi158.cxqbri is now available 2023-09-07T07:26:12.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:12 smithi158 ceph-mon[108027]: from='mgr.14100 172.21.15.158:0/2390398215' entity='mgr.smithi158.cxqbri' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi158.cxqbri/mirror_snapshot_schedule"}]: dispatch 2023-09-07T07:26:12.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:12 smithi158 ceph-mon[108027]: from='mgr.14100 172.21.15.158:0/2390398215' entity='mgr.smithi158.cxqbri' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi158.cxqbri/trash_purge_schedule"}]: dispatch 2023-09-07T07:26:12.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:12 smithi158 ceph-mon[108027]: from='mgr.14100 172.21.15.158:0/2390398215' entity='mgr.smithi158.cxqbri' 2023-09-07T07:26:12.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:12 smithi158 ceph-mon[108027]: from='mgr.14100 172.21.15.158:0/2390398215' entity='mgr.smithi158.cxqbri' 2023-09-07T07:26:12.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:12 smithi158 ceph-mon[108027]: from='mgr.14100 172.21.15.158:0/2390398215' entity='mgr.smithi158.cxqbri' 2023-09-07T07:26:13.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:13 smithi158 ceph-mon[108027]: mgrmap e3: smithi158.cxqbri(active, since 1.00737s) 2023-09-07T07:26:14.403 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout 2023-09-07T07:26:14.403 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout { 2023-09-07T07:26:14.404 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "fsid": "af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da", 2023-09-07T07:26:14.404 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "health": { 2023-09-07T07:26:14.404 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-09-07T07:26:14.404 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-09-07T07:26:14.404 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-09-07T07:26:14.405 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:26:14.405 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-09-07T07:26:14.405 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-09-07T07:26:14.405 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout 0 2023-09-07T07:26:14.405 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout ], 2023-09-07T07:26:14.406 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-09-07T07:26:14.406 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "smithi158" 2023-09-07T07:26:14.406 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout ], 2023-09-07T07:26:14.406 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2023-09-07T07:26:14.406 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "monmap": { 2023-09-07T07:26:14.407 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-07T07:26:14.407 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-09-07T07:26:14.407 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-09-07T07:26:14.407 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:26:14.407 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-09-07T07:26:14.408 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-07T07:26:14.408 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-09-07T07:26:14.408 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-09-07T07:26:14.408 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-09-07T07:26:14.412 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-09-07T07:26:14.412 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-09-07T07:26:14.412 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-09-07T07:26:14.412 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:26:14.413 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-09-07T07:26:14.413 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-09-07T07:26:14.413 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-09-07T07:26:14.413 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-09-07T07:26:14.413 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-09-07T07:26:14.414 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-09-07T07:26:14.414 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-09-07T07:26:14.414 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-09-07T07:26:14.414 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-09-07T07:26:14.414 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:26:14.415 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-09-07T07:26:14.415 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-07T07:26:14.415 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-09-07T07:26:14.415 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-09-07T07:26:14.415 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:26:14.415 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-09-07T07:26:14.416 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "available": true, 2023-09-07T07:26:14.416 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-09-07T07:26:14.416 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "modules": [ 2023-09-07T07:26:14.416 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "iostat", 2023-09-07T07:26:14.416 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "nfs", 2023-09-07T07:26:14.417 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "restful" 2023-09-07T07:26:14.417 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout ], 2023-09-07T07:26:14.417 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-07T07:26:14.417 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:26:14.417 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-09-07T07:26:14.418 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-07T07:26:14.418 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "modified": "2023-09-07T07:26:00.380978+0000", 2023-09-07T07:26:14.418 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-07T07:26:14.418 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:26:14.418 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-09-07T07:26:14.418 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout } 2023-09-07T07:26:14.419 INFO:teuthology.orchestra.run.smithi158.stdout:mgr is available 2023-09-07T07:26:14.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:14 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/3134508056' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-07T07:26:15.244 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout 2023-09-07T07:26:15.244 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout [global] 2023-09-07T07:26:15.244 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout fsid = af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da 2023-09-07T07:26:15.245 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-09-07T07:26:15.245 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-09-07T07:26:15.245 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-09-07T07:26:15.245 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-09-07T07:26:15.245 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout 2023-09-07T07:26:15.246 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout [mgr] 2023-09-07T07:26:15.246 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-09-07T07:26:15.246 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout 2023-09-07T07:26:15.246 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout [osd] 2023-09-07T07:26:15.246 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-09-07T07:26:15.247 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-09-07T07:26:15.247 INFO:teuthology.orchestra.run.smithi158.stdout:Enabling cephadm module... 2023-09-07T07:26:16.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:15 smithi158 ceph-mon[108027]: mgrmap e4: smithi158.cxqbri(active, since 3s) 2023-09-07T07:26:16.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:15 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/1811172807' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-09-07T07:26:17.021 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:16 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/3456658362' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-09-07T07:26:18.017 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout { 2023-09-07T07:26:18.018 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "epoch": 5, 2023-09-07T07:26:18.018 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "available": true, 2023-09-07T07:26:18.018 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "active_name": "smithi158.cxqbri", 2023-09-07T07:26:18.019 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-09-07T07:26:18.019 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout } 2023-09-07T07:26:18.019 INFO:teuthology.orchestra.run.smithi158.stdout:Waiting for the mgr to restart... 2023-09-07T07:26:18.019 INFO:teuthology.orchestra.run.smithi158.stdout:Waiting for mgr epoch 5... 2023-09-07T07:26:18.097 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:17 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/3456658362' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-09-07T07:26:18.097 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:17 smithi158 ceph-mon[108027]: mgrmap e5: smithi158.cxqbri(active, since 5s) 2023-09-07T07:26:18.097 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:17 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/485068220' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-09-07T07:26:23.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:23 smithi158 ceph-mon[108027]: Active manager daemon smithi158.cxqbri restarted 2023-09-07T07:26:23.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:23 smithi158 ceph-mon[108027]: Activating manager daemon smithi158.cxqbri 2023-09-07T07:26:23.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:23 smithi158 ceph-mon[108027]: osdmap e2: 0 total, 0 up, 0 in 2023-09-07T07:26:23.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:23 smithi158 ceph-mon[108027]: mgrmap e6: smithi158.cxqbri(active, starting, since 0.00318451s) 2023-09-07T07:26:23.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:23 smithi158 ceph-mon[108027]: from='mgr.14120 172.21.15.158:0/120442260' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mon metadata", "id": "smithi158"}]: dispatch 2023-09-07T07:26:23.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:23 smithi158 ceph-mon[108027]: from='mgr.14120 172.21.15.158:0/120442260' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mgr metadata", "who": "smithi158.cxqbri", "id": "smithi158.cxqbri"}]: dispatch 2023-09-07T07:26:23.679 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:23 smithi158 ceph-mon[108027]: from='mgr.14120 172.21.15.158:0/120442260' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-07T07:26:23.679 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:23 smithi158 ceph-mon[108027]: from='mgr.14120 172.21.15.158:0/120442260' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-07T07:26:23.679 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:23 smithi158 ceph-mon[108027]: from='mgr.14120 172.21.15.158:0/120442260' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-07T07:26:23.679 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:23 smithi158 ceph-mon[108027]: Manager daemon smithi158.cxqbri is now available 2023-09-07T07:26:23.679 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:23 smithi158 ceph-mon[108027]: from='mgr.14120 172.21.15.158:0/120442260' entity='mgr.smithi158.cxqbri' 2023-09-07T07:26:23.679 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:23 smithi158 ceph-mon[108027]: from='mgr.14120 172.21.15.158:0/120442260' entity='mgr.smithi158.cxqbri' 2023-09-07T07:26:23.680 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:23 smithi158 ceph-mon[108027]: from='mgr.14120 172.21.15.158:0/120442260' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:26:23.680 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:23 smithi158 ceph-mon[108027]: from='mgr.14120 172.21.15.158:0/120442260' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:26:23.680 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:23 smithi158 ceph-mon[108027]: from='mgr.14120 172.21.15.158:0/120442260' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:26:24.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:24 smithi158 ceph-mon[108027]: Found migration_current of "None". Setting to last migration. 2023-09-07T07:26:24.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:24 smithi158 ceph-mon[108027]: from='mgr.14120 172.21.15.158:0/120442260' entity='mgr.smithi158.cxqbri' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi158.cxqbri/mirror_snapshot_schedule"}]: dispatch 2023-09-07T07:26:24.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:24 smithi158 ceph-mon[108027]: from='mgr.14120 172.21.15.158:0/120442260' entity='mgr.smithi158.cxqbri' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi158.cxqbri/trash_purge_schedule"}]: dispatch 2023-09-07T07:26:24.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:24 smithi158 ceph-mon[108027]: mgrmap e7: smithi158.cxqbri(active, since 1.00546s) 2023-09-07T07:26:25.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:25 smithi158 ceph-mon[108027]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-09-07T07:26:25.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:25 smithi158 ceph-mon[108027]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-09-07T07:26:25.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:25 smithi158 ceph-mon[108027]: from='mgr.14120 172.21.15.158:0/120442260' entity='mgr.smithi158.cxqbri' 2023-09-07T07:26:25.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:25 smithi158 ceph-mon[108027]: from='mgr.14120 172.21.15.158:0/120442260' entity='mgr.smithi158.cxqbri' 2023-09-07T07:26:25.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:25 smithi158 ceph-mon[108027]: from='mgr.14120 172.21.15.158:0/120442260' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:26:26.624 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout { 2023-09-07T07:26:26.625 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-09-07T07:26:26.625 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "initialized": true 2023-09-07T07:26:26.625 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout } 2023-09-07T07:26:26.625 INFO:teuthology.orchestra.run.smithi158.stdout:mgr epoch 5 is available 2023-09-07T07:26:26.626 INFO:teuthology.orchestra.run.smithi158.stdout:Setting orchestrator backend to cephadm... 2023-09-07T07:26:26.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:26 smithi158 ceph-mon[108027]: [07/Sep/2023:07:26:24] ENGINE Bus STARTING 2023-09-07T07:26:26.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:26 smithi158 ceph-mon[108027]: [07/Sep/2023:07:26:24] ENGINE Serving on https://172.21.15.158:7150 2023-09-07T07:26:26.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:26 smithi158 ceph-mon[108027]: [07/Sep/2023:07:26:25] ENGINE Serving on http://172.21.15.158:8765 2023-09-07T07:26:26.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:26 smithi158 ceph-mon[108027]: [07/Sep/2023:07:26:25] ENGINE Bus STARTED 2023-09-07T07:26:26.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:26 smithi158 ceph-mon[108027]: mgrmap e8: smithi158.cxqbri(active, since 2s) 2023-09-07T07:26:29.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:28 smithi158 ceph-mon[108027]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:26:29.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:28 smithi158 ceph-mon[108027]: from='mgr.14120 172.21.15.158:0/120442260' entity='mgr.smithi158.cxqbri' 2023-09-07T07:26:29.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:28 smithi158 ceph-mon[108027]: from='mgr.14120 172.21.15.158:0/120442260' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:26:29.207 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout value unchanged 2023-09-07T07:26:29.207 INFO:teuthology.orchestra.run.smithi158.stdout:Generating ssh key... 2023-09-07T07:26:30.209 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:29 smithi158 ceph-mon[108027]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:26:30.209 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:29 smithi158 ceph-mon[108027]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:26:30.209 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:29 smithi158 ceph-mon[108027]: Generating ssh key... 2023-09-07T07:26:30.209 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:29 smithi158 ceph-mon[108027]: from='mgr.14120 172.21.15.158:0/120442260' entity='mgr.smithi158.cxqbri' 2023-09-07T07:26:30.210 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:29 smithi158 ceph-mon[108027]: from='mgr.14120 172.21.15.158:0/120442260' entity='mgr.smithi158.cxqbri' 2023-09-07T07:26:31.191 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCtdJMLeW2OhKxsJVgG3SPAzVOLzCsjfq06pZNCc2q5URx4VCYurQ77DxoOa1mAC88ndVcIY4IDMwMnhSWgDRSeHdIErV0e8G0kfrVvjrl3nRUUSLYlI8GoXGHmhr3pEUTZauIw7qhnVs7skfOIkz8+wX7Z8Bibyi6l3HotrJg+PpyI2MSRdKu3+rNSO4MwjQ1rNqWFoq2XSgyIa2Ilm0yYomgx1m+ULlm+enqhXb0b6mPa9m07dR4OQQt216iBCkkoQbv+8/RXxdNa/1ASj9XlV+GY9KGh9Bo8juVr9/T/grUVGcRGVOwxbWTnmwlbln0gnq2h0lm0XfnRW5cQG7l20spBWg9FxPXBMmt0aLoR9x0+hwST+I3mRZaGWnyJ2ZYCIQNPkTAZ3cJa3+ZU5AxTEh5Lr1AdFntGX+Eknn0Li6qfyEkhtA2vQ4TxsU6FQLzN2tgfAGQSWvMvJNAzunBA6r1lAwC8aytaLx2U72lYSBrLUOe8MQ1gZsWxrznxfQc= ceph-af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da 2023-09-07T07:26:31.191 INFO:teuthology.orchestra.run.smithi158.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-09-07T07:26:31.191 INFO:teuthology.orchestra.run.smithi158.stdout:Adding key to root@localhost authorized_keys... 2023-09-07T07:26:31.192 INFO:teuthology.orchestra.run.smithi158.stdout:Adding host smithi158... 2023-09-07T07:26:32.000 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:31 smithi158 ceph-mon[108027]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:26:32.000 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:31 smithi158 ceph-mon[108027]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi158", "addr": "172.21.15.158", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:26:33.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:32 smithi158 ceph-mon[108027]: Deploying cephadm binary to smithi158 2023-09-07T07:26:34.249 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout Added host 'smithi158' with addr '172.21.15.158' 2023-09-07T07:26:34.249 INFO:teuthology.orchestra.run.smithi158.stdout:Deploying mon service with default placement... 2023-09-07T07:26:35.166 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:34 smithi158 ceph-mon[108027]: from='mgr.14120 172.21.15.158:0/120442260' entity='mgr.smithi158.cxqbri' 2023-09-07T07:26:35.166 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:34 smithi158 ceph-mon[108027]: Added host smithi158 2023-09-07T07:26:35.167 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:34 smithi158 ceph-mon[108027]: from='mgr.14120 172.21.15.158:0/120442260' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:26:35.239 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-09-07T07:26:35.240 INFO:teuthology.orchestra.run.smithi158.stdout:Deploying mgr service with default placement... 2023-09-07T07:26:36.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:35 smithi158 ceph-mon[108027]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:26:36.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:35 smithi158 ceph-mon[108027]: Saving service mon spec with placement count:5 2023-09-07T07:26:36.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:35 smithi158 ceph-mon[108027]: from='mgr.14120 172.21.15.158:0/120442260' entity='mgr.smithi158.cxqbri' 2023-09-07T07:26:36.178 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:35 smithi158 ceph-mon[108027]: from='mgr.14120 172.21.15.158:0/120442260' entity='mgr.smithi158.cxqbri' 2023-09-07T07:26:36.178 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:35 smithi158 ceph-mon[108027]: from='mgr.14120 172.21.15.158:0/120442260' entity='mgr.smithi158.cxqbri' 2023-09-07T07:26:36.178 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:35 smithi158 ceph-mon[108027]: from='mgr.14120 172.21.15.158:0/120442260' entity='mgr.smithi158.cxqbri' 2023-09-07T07:26:36.199 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-09-07T07:26:36.199 INFO:teuthology.orchestra.run.smithi158.stdout:Deploying crash service with default placement... 2023-09-07T07:26:37.122 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2023-09-07T07:26:37.122 INFO:teuthology.orchestra.run.smithi158.stdout:Deploying ceph-exporter service with default placement... 2023-09-07T07:26:37.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:37 smithi158 ceph-mon[108027]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:26:37.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:37 smithi158 ceph-mon[108027]: Saving service mgr spec with placement count:2 2023-09-07T07:26:37.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:37 smithi158 ceph-mon[108027]: from='mgr.14120 172.21.15.158:0/120442260' entity='mgr.smithi158.cxqbri' 2023-09-07T07:26:37.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:37 smithi158 ceph-mon[108027]: from='mgr.14120 172.21.15.158:0/120442260' entity='mgr.smithi158.cxqbri' 2023-09-07T07:26:37.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:37 smithi158 ceph-mon[108027]: from='mgr.14120 172.21.15.158:0/120442260' entity='mgr.smithi158.cxqbri' 2023-09-07T07:26:38.071 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2023-09-07T07:26:38.072 INFO:teuthology.orchestra.run.smithi158.stdout:Deploying prometheus service with default placement... 2023-09-07T07:26:38.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:38 smithi158 ceph-mon[108027]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:26:38.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:38 smithi158 ceph-mon[108027]: Saving service crash spec with placement * 2023-09-07T07:26:38.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:38 smithi158 ceph-mon[108027]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:26:38.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:38 smithi158 ceph-mon[108027]: Saving service ceph-exporter spec with placement * 2023-09-07T07:26:38.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:38 smithi158 ceph-mon[108027]: from='mgr.14120 172.21.15.158:0/120442260' entity='mgr.smithi158.cxqbri' 2023-09-07T07:26:38.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:38 smithi158 ceph-mon[108027]: from='mgr.14120 172.21.15.158:0/120442260' entity='mgr.smithi158.cxqbri' 2023-09-07T07:26:38.947 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2023-09-07T07:26:38.947 INFO:teuthology.orchestra.run.smithi158.stdout:Deploying grafana service with default placement... 2023-09-07T07:26:39.813 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2023-09-07T07:26:39.813 INFO:teuthology.orchestra.run.smithi158.stdout:Deploying node-exporter service with default placement... 2023-09-07T07:26:40.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:39 smithi158 ceph-mon[108027]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:26:40.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:39 smithi158 ceph-mon[108027]: Saving service prometheus spec with placement count:1 2023-09-07T07:26:40.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:39 smithi158 ceph-mon[108027]: from='mgr.14120 172.21.15.158:0/120442260' entity='mgr.smithi158.cxqbri' 2023-09-07T07:26:40.688 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2023-09-07T07:26:40.689 INFO:teuthology.orchestra.run.smithi158.stdout:Deploying alertmanager service with default placement... 2023-09-07T07:26:41.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:40 smithi158 ceph-mon[108027]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:26:41.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:40 smithi158 ceph-mon[108027]: Saving service grafana spec with placement count:1 2023-09-07T07:26:41.178 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:40 smithi158 ceph-mon[108027]: from='mgr.14120 172.21.15.158:0/120442260' entity='mgr.smithi158.cxqbri' 2023-09-07T07:26:41.546 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2023-09-07T07:26:41.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:41 smithi158 ceph-mon[108027]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:26:41.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:41 smithi158 ceph-mon[108027]: Saving service node-exporter spec with placement * 2023-09-07T07:26:41.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:41 smithi158 ceph-mon[108027]: from='mgr.14120 172.21.15.158:0/120442260' entity='mgr.smithi158.cxqbri' 2023-09-07T07:26:43.044 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:42 smithi158 ceph-mon[108027]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:26:43.045 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:42 smithi158 ceph-mon[108027]: Saving service alertmanager spec with placement count:1 2023-09-07T07:26:43.045 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:42 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/3292428632' entity='client.admin' 2023-09-07T07:26:43.230 INFO:teuthology.orchestra.run.smithi158.stdout:Enabling the dashboard module... 2023-09-07T07:26:44.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:43 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/1954978780' entity='client.admin' 2023-09-07T07:26:44.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:43 smithi158 ceph-mon[108027]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:26:44.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:43 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/77826952' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-09-07T07:26:45.897 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout { 2023-09-07T07:26:45.897 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "epoch": 9, 2023-09-07T07:26:45.897 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "available": true, 2023-09-07T07:26:45.898 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "active_name": "smithi158.cxqbri", 2023-09-07T07:26:45.898 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-09-07T07:26:45.898 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout } 2023-09-07T07:26:45.898 INFO:teuthology.orchestra.run.smithi158.stdout:Waiting for the mgr to restart... 2023-09-07T07:26:45.898 INFO:teuthology.orchestra.run.smithi158.stdout:Waiting for mgr epoch 9... 2023-09-07T07:26:45.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:45 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/77826952' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-09-07T07:26:45.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:45 smithi158 ceph-mon[108027]: mgrmap e9: smithi158.cxqbri(active, since 21s) 2023-09-07T07:26:45.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:45 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/2092886474' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-09-07T07:26:51.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:51 smithi158 ceph-mon[108027]: Active manager daemon smithi158.cxqbri restarted 2023-09-07T07:26:51.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:51 smithi158 ceph-mon[108027]: Activating manager daemon smithi158.cxqbri 2023-09-07T07:26:51.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:51 smithi158 ceph-mon[108027]: osdmap e3: 0 total, 0 up, 0 in 2023-09-07T07:26:51.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:51 smithi158 ceph-mon[108027]: mgrmap e10: smithi158.cxqbri(active, starting, since 0.00304647s) 2023-09-07T07:26:51.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:51 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mon metadata", "id": "smithi158"}]: dispatch 2023-09-07T07:26:51.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:51 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mgr metadata", "who": "smithi158.cxqbri", "id": "smithi158.cxqbri"}]: dispatch 2023-09-07T07:26:51.679 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:51 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-07T07:26:51.679 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:51 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-07T07:26:51.679 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:51 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-07T07:26:51.679 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:51 smithi158 ceph-mon[108027]: Manager daemon smithi158.cxqbri is now available 2023-09-07T07:26:51.680 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:51 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:26:51.680 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:51 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:26:52.647 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:52 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi158.cxqbri/mirror_snapshot_schedule"}]: dispatch 2023-09-07T07:26:52.647 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:52 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi158.cxqbri/trash_purge_schedule"}]: dispatch 2023-09-07T07:26:52.647 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:52 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:26:52.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:52 smithi158 ceph-mon[108027]: mgrmap e11: smithi158.cxqbri(active, since 1.00569s) 2023-09-07T07:26:52.686 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout { 2023-09-07T07:26:52.687 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2023-09-07T07:26:52.687 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout "initialized": true 2023-09-07T07:26:52.687 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout } 2023-09-07T07:26:52.687 INFO:teuthology.orchestra.run.smithi158.stdout:mgr epoch 9 is available 2023-09-07T07:26:52.687 INFO:teuthology.orchestra.run.smithi158.stdout:Generating a dashboard self-signed certificate... 2023-09-07T07:26:53.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:53 smithi158 ceph-mon[108027]: [07/Sep/2023:07:26:52] ENGINE Bus STARTING 2023-09-07T07:26:53.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:53 smithi158 ceph-mon[108027]: [07/Sep/2023:07:26:52] ENGINE Serving on http://172.21.15.158:8765 2023-09-07T07:26:53.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:53 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:26:53.878 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-09-07T07:26:53.878 INFO:teuthology.orchestra.run.smithi158.stdout:Creating initial admin user... 2023-09-07T07:26:54.776 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:54 smithi158 ceph-mon[108027]: [07/Sep/2023:07:26:52] ENGINE Serving on https://172.21.15.158:7150 2023-09-07T07:26:54.776 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:54 smithi158 ceph-mon[108027]: [07/Sep/2023:07:26:52] ENGINE Bus STARTED 2023-09-07T07:26:54.776 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:54 smithi158 ceph-mon[108027]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:26:54.777 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:54 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:26:54.777 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:54 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:26:54.777 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:54 smithi158 ceph-mon[108027]: mgrmap e12: smithi158.cxqbri(active, since 2s) 2023-09-07T07:26:54.952 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$6g/zCrBdC4/JGr.QzKCyuuQSUH/19nG.GpvVhfG7lfdLpPVuWUteK", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1694071614, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-09-07T07:26:54.953 INFO:teuthology.orchestra.run.smithi158.stdout:Fetching dashboard port number... 2023-09-07T07:26:55.819 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stdout 8443 2023-09-07T07:26:55.828 INFO:teuthology.orchestra.run.smithi158.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-09-07T07:26:55.829 INFO:teuthology.orchestra.run.smithi158.stdout:systemctl: stdout disabled 2023-09-07T07:26:55.836 INFO:teuthology.orchestra.run.smithi158.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-09-07T07:26:55.836 INFO:teuthology.orchestra.run.smithi158.stdout:systemctl: stdout inactive 2023-09-07T07:26:55.837 INFO:teuthology.orchestra.run.smithi158.stdout:firewalld.service is not enabled 2023-09-07T07:26:55.837 INFO:teuthology.orchestra.run.smithi158.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-09-07T07:26:55.839 INFO:teuthology.orchestra.run.smithi158.stdout:Ceph Dashboard is now available at: 2023-09-07T07:26:55.839 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:26:55.839 INFO:teuthology.orchestra.run.smithi158.stdout: URL: https://smithi158.front.sepia.ceph.com:8443/ 2023-09-07T07:26:55.839 INFO:teuthology.orchestra.run.smithi158.stdout: User: admin 2023-09-07T07:26:55.839 INFO:teuthology.orchestra.run.smithi158.stdout: Password: 12xrv837es 2023-09-07T07:26:55.840 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:26:55.840 INFO:teuthology.orchestra.run.smithi158.stdout:Saving cluster configuration to /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/config directory 2023-09-07T07:26:55.840 INFO:teuthology.orchestra.run.smithi158.stdout:Enabling autotune for osd_memory_target 2023-09-07T07:26:55.923 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:55 smithi158 ceph-mon[108027]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:26:55.924 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:55 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:26:55.924 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:55 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/2924762240' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-09-07T07:26:57.628 INFO:teuthology.orchestra.run.smithi158.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-09-07T07:26:57.628 INFO:teuthology.orchestra.run.smithi158.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-09-07T07:26:57.628 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:26:57.629 INFO:teuthology.orchestra.run.smithi158.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-09-07T07:26:57.629 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:26:57.629 INFO:teuthology.orchestra.run.smithi158.stdout:Or, if you are only running a single cluster on this host: 2023-09-07T07:26:57.629 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:26:57.629 INFO:teuthology.orchestra.run.smithi158.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-09-07T07:26:57.630 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:26:57.630 INFO:teuthology.orchestra.run.smithi158.stdout:Please consider enabling telemetry to help improve Ceph: 2023-09-07T07:26:57.630 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:26:57.630 INFO:teuthology.orchestra.run.smithi158.stdout: ceph telemetry on 2023-09-07T07:26:57.630 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:26:57.631 INFO:teuthology.orchestra.run.smithi158.stdout:For more information see: 2023-09-07T07:26:57.631 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:26:57.631 INFO:teuthology.orchestra.run.smithi158.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2023-09-07T07:26:57.631 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:26:57.631 INFO:teuthology.orchestra.run.smithi158.stdout:Bootstrap complete. 2023-09-07T07:26:57.661 INFO:tasks.cephadm:Fetching config... 2023-09-07T07:26:57.661 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2023-09-07T07:26:57.662 DEBUG:teuthology.orchestra.run.smithi158:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-09-07T07:26:57.680 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-09-07T07:26:57.681 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2023-09-07T07:26:57.681 DEBUG:teuthology.orchestra.run.smithi158:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-09-07T07:26:57.739 INFO:tasks.cephadm:Fetching mon keyring... 2023-09-07T07:26:57.740 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2023-09-07T07:26:57.740 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd if=/var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/keyring of=/dev/stdout 2023-09-07T07:26:57.810 INFO:tasks.cephadm:Fetching pub ssh key... 2023-09-07T07:26:57.810 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2023-09-07T07:26:57.811 DEBUG:teuthology.orchestra.run.smithi158:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-09-07T07:26:57.870 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-09-07T07:26:57.870 DEBUG:teuthology.orchestra.run.smithi158:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCtdJMLeW2OhKxsJVgG3SPAzVOLzCsjfq06pZNCc2q5URx4VCYurQ77DxoOa1mAC88ndVcIY4IDMwMnhSWgDRSeHdIErV0e8G0kfrVvjrl3nRUUSLYlI8GoXGHmhr3pEUTZauIw7qhnVs7skfOIkz8+wX7Z8Bibyi6l3HotrJg+PpyI2MSRdKu3+rNSO4MwjQ1rNqWFoq2XSgyIa2Ilm0yYomgx1m+ULlm+enqhXb0b6mPa9m07dR4OQQt216iBCkkoQbv+8/RXxdNa/1ASj9XlV+GY9KGh9Bo8juVr9/T/grUVGcRGVOwxbWTnmwlbln0gnq2h0lm0XfnRW5cQG7l20spBWg9FxPXBMmt0aLoR9x0+hwST+I3mRZaGWnyJ2ZYCIQNPkTAZ3cJa3+ZU5AxTEh5Lr1AdFntGX+Eknn0Li6qfyEkhtA2vQ4TxsU6FQLzN2tgfAGQSWvMvJNAzunBA6r1lAwC8aytaLx2U72lYSBrLUOe8MQ1gZsWxrznxfQc= ceph-af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-09-07T07:26:57.949 INFO:teuthology.orchestra.run.smithi158.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCtdJMLeW2OhKxsJVgG3SPAzVOLzCsjfq06pZNCc2q5URx4VCYurQ77DxoOa1mAC88ndVcIY4IDMwMnhSWgDRSeHdIErV0e8G0kfrVvjrl3nRUUSLYlI8GoXGHmhr3pEUTZauIw7qhnVs7skfOIkz8+wX7Z8Bibyi6l3HotrJg+PpyI2MSRdKu3+rNSO4MwjQ1rNqWFoq2XSgyIa2Ilm0yYomgx1m+ULlm+enqhXb0b6mPa9m07dR4OQQt216iBCkkoQbv+8/RXxdNa/1ASj9XlV+GY9KGh9Bo8juVr9/T/grUVGcRGVOwxbWTnmwlbln0gnq2h0lm0XfnRW5cQG7l20spBWg9FxPXBMmt0aLoR9x0+hwST+I3mRZaGWnyJ2ZYCIQNPkTAZ3cJa3+ZU5AxTEh5Lr1AdFntGX+Eknn0Li6qfyEkhtA2vQ4TxsU6FQLzN2tgfAGQSWvMvJNAzunBA6r1lAwC8aytaLx2U72lYSBrLUOe8MQ1gZsWxrznxfQc= ceph-af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da 2023-09-07T07:26:57.960 DEBUG:teuthology.orchestra.run.smithi188:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCtdJMLeW2OhKxsJVgG3SPAzVOLzCsjfq06pZNCc2q5URx4VCYurQ77DxoOa1mAC88ndVcIY4IDMwMnhSWgDRSeHdIErV0e8G0kfrVvjrl3nRUUSLYlI8GoXGHmhr3pEUTZauIw7qhnVs7skfOIkz8+wX7Z8Bibyi6l3HotrJg+PpyI2MSRdKu3+rNSO4MwjQ1rNqWFoq2XSgyIa2Ilm0yYomgx1m+ULlm+enqhXb0b6mPa9m07dR4OQQt216iBCkkoQbv+8/RXxdNa/1ASj9XlV+GY9KGh9Bo8juVr9/T/grUVGcRGVOwxbWTnmwlbln0gnq2h0lm0XfnRW5cQG7l20spBWg9FxPXBMmt0aLoR9x0+hwST+I3mRZaGWnyJ2ZYCIQNPkTAZ3cJa3+ZU5AxTEh5Lr1AdFntGX+Eknn0Li6qfyEkhtA2vQ4TxsU6FQLzN2tgfAGQSWvMvJNAzunBA6r1lAwC8aytaLx2U72lYSBrLUOe8MQ1gZsWxrznxfQc= ceph-af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-09-07T07:26:58.007 INFO:teuthology.orchestra.run.smithi188.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCtdJMLeW2OhKxsJVgG3SPAzVOLzCsjfq06pZNCc2q5URx4VCYurQ77DxoOa1mAC88ndVcIY4IDMwMnhSWgDRSeHdIErV0e8G0kfrVvjrl3nRUUSLYlI8GoXGHmhr3pEUTZauIw7qhnVs7skfOIkz8+wX7Z8Bibyi6l3HotrJg+PpyI2MSRdKu3+rNSO4MwjQ1rNqWFoq2XSgyIa2Ilm0yYomgx1m+ULlm+enqhXb0b6mPa9m07dR4OQQt216iBCkkoQbv+8/RXxdNa/1ASj9XlV+GY9KGh9Bo8juVr9/T/grUVGcRGVOwxbWTnmwlbln0gnq2h0lm0XfnRW5cQG7l20spBWg9FxPXBMmt0aLoR9x0+hwST+I3mRZaGWnyJ2ZYCIQNPkTAZ3cJa3+ZU5AxTEh5Lr1AdFntGX+Eknn0Li6qfyEkhtA2vQ4TxsU6FQLzN2tgfAGQSWvMvJNAzunBA6r1lAwC8aytaLx2U72lYSBrLUOe8MQ1gZsWxrznxfQc= ceph-af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da 2023-09-07T07:26:58.019 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-09-07T07:26:58.237 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:26:58.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:58 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/1862913082' entity='client.admin' 2023-09-07T07:26:59.555 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:26:59 smithi158 ceph-mon[108027]: mgrmap e13: smithi158.cxqbri(active, since 6s) 2023-09-07T07:27:00.388 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-09-07T07:27:00.389 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-09-07T07:27:00.628 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:27:00.874 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:00 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:00.874 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:00 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:00.874 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:00 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config rm", "who": "osd/host:smithi158", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:27:00.875 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:00 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:00.875 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:00 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi158", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-09-07T07:27:00.875 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:00 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi158", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-09-07T07:27:00.875 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:00 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:27:00.876 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:00 smithi158 ceph-mon[108027]: Deploying daemon ceph-exporter.smithi158 on smithi158 2023-09-07T07:27:00.876 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:00 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/771320507' entity='client.admin' 2023-09-07T07:27:02.212 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi188 2023-09-07T07:27:02.212 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2023-09-07T07:27:02.213 DEBUG:teuthology.orchestra.run.smithi188:> dd of=/etc/ceph/ceph.conf 2023-09-07T07:27:02.236 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2023-09-07T07:27:02.237 DEBUG:teuthology.orchestra.run.smithi188:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-07T07:27:02.297 INFO:tasks.cephadm:Adding host smithi188 to orchestrator... 2023-09-07T07:27:02.298 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch host add smithi188 2023-09-07T07:27:02.575 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:27:02.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:02 smithi158 ceph-mon[108027]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:27:02.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:02 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:04.460 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:04 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:04.461 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:04 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:04.461 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:04 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:04.461 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:04 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:04.461 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:04 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi158", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-07T07:27:04.461 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:04 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi158", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-09-07T07:27:04.462 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:04 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:27:04.462 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:04 smithi158 ceph-mon[108027]: Deploying daemon crash.smithi158 on smithi158 2023-09-07T07:27:05.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:05 smithi158 ceph-mon[108027]: from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi188", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:27:05.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:05 smithi158 ceph-mon[108027]: Deploying cephadm binary to smithi188 2023-09-07T07:27:05.967 INFO:teuthology.orchestra.run.smithi158.stdout:Added host 'smithi188' with addr '172.21.15.188' 2023-09-07T07:27:06.291 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch host ls --format=json 2023-09-07T07:27:06.528 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:27:06.674 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:06 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:06.674 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:06 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:06.674 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:06 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:06.675 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:06 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:06.675 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:06 smithi158 ceph-mon[108027]: Deploying daemon node-exporter.smithi158 on smithi158 2023-09-07T07:27:06.675 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:06 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:06.675 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:06 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:07.747 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:07 smithi158 ceph-mon[108027]: Added host smithi188 2023-09-07T07:27:08.668 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:27:08.668 INFO:teuthology.orchestra.run.smithi158.stdout:[{"addr": "172.21.15.158", "hostname": "smithi158", "labels": [], "status": ""}, {"addr": "172.21.15.188", "hostname": "smithi188", "labels": [], "status": ""}] 2023-09-07T07:27:09.025 INFO:tasks.cephadm:Setting crush tunables to default 2023-09-07T07:27:09.025 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd crush tunables default 2023-09-07T07:27:09.244 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:27:09.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:09 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:09.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:09 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:09.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:09 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:09.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:09 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:09.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:09 smithi158 ceph-mon[108027]: Deploying daemon alertmanager.smithi158 on smithi158 2023-09-07T07:27:10.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:10 smithi158 ceph-mon[108027]: from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:27:12.460 INFO:teuthology.orchestra.run.smithi158.stderr:adjusted tunables profile to default 2023-09-07T07:27:12.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:12 smithi158 ceph-mon[108027]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:12.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:12 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:12.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:12 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/3321297216' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-09-07T07:27:13.045 INFO:tasks.cephadm:Adding mon.smithi158 on smithi158 2023-09-07T07:27:13.046 INFO:tasks.cephadm:Adding mon.smithi188 on smithi188 2023-09-07T07:27:13.046 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch apply mon '2;smithi158:172.21.15.158=smithi158;smithi188:172.21.15.188=smithi188' 2023-09-07T07:27:13.297 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-07T07:27:13.358 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-07T07:27:13.490 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:13 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/3321297216' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-09-07T07:27:13.490 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:13 smithi158 ceph-mon[108027]: osdmap e4: 0 total, 0 up, 0 in 2023-09-07T07:27:14.779 INFO:teuthology.orchestra.run.smithi188.stdout:Scheduled mon update... 2023-09-07T07:27:14.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:14 smithi158 ceph-mon[108027]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:14.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:14 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:14.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:14 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:14.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:14 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:14.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:14 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:14.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:14 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:14.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:14 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:14.929 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:14 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:14.929 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:14 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:14.929 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:14 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-07T07:27:14.929 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:14 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:15.162 DEBUG:teuthology.orchestra.run.smithi188:mon.smithi188> sudo journalctl -f -n 0 -u ceph-af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da@mon.smithi188.service 2023-09-07T07:27:15.164 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-07T07:27:15.165 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph mon dump -f json 2023-09-07T07:27:15.194 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:-- Logs begin at Thu 2023-09-07 07:17:02 UTC. -- 2023-09-07T07:27:15.424 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-07T07:27:15.479 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-07T07:27:15.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:15 smithi158 ceph-mon[108027]: Regenerating cephadm self-signed grafana TLS certificates 2023-09-07T07:27:15.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:15 smithi158 ceph-mon[108027]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-07T07:27:15.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:15 smithi158 ceph-mon[108027]: Deploying daemon grafana.smithi158 on smithi158 2023-09-07T07:27:15.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:15 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:16.659 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-09-07T07:27:16.660 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":1,"fsid":"af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da","modified":"2023-09-07T07:25:58.422740Z","created":"2023-09-07T07:25:58.422740Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi158","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:3300","nonce":0},{"type":"v1","addr":"172.21.15.158:6789","nonce":0}]},"addr":"172.21.15.158:6789/0","public_addr":"172.21.15.158:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-07T07:27:16.662 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 1 2023-09-07T07:27:16.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:16 smithi158 ceph-mon[108027]: from='client.14197 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi158:172.21.15.158=smithi158;smithi188:172.21.15.188=smithi188", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:27:16.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:16 smithi158 ceph-mon[108027]: Saving service mon spec with placement smithi158:172.21.15.158=smithi158;smithi188:172.21.15.188=smithi188;count:2 2023-09-07T07:27:16.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:16 smithi158 ceph-mon[108027]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:16.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:16 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:17.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:17 smithi158 ceph-mon[108027]: from='client.? 172.21.15.188:0/382356370' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:27:18.035 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-07T07:27:18.035 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph mon dump -f json 2023-09-07T07:27:18.290 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-07T07:27:18.350 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-07T07:27:18.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:18 smithi158 ceph-mon[108027]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:19.573 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-09-07T07:27:19.573 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":1,"fsid":"af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da","modified":"2023-09-07T07:25:58.422740Z","created":"2023-09-07T07:25:58.422740Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi158","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:3300","nonce":0},{"type":"v1","addr":"172.21.15.158:6789","nonce":0}]},"addr":"172.21.15.158:6789/0","public_addr":"172.21.15.158:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-07T07:27:19.575 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 1 2023-09-07T07:27:19.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:19 smithi158 ceph-mon[108027]: from='client.? 172.21.15.188:0/685491221' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:27:20.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:20 smithi158 ceph-mon[108027]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:20.952 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-07T07:27:20.953 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph mon dump -f json 2023-09-07T07:27:21.197 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-07T07:27:21.254 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-07T07:27:22.489 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-09-07T07:27:22.489 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":1,"fsid":"af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da","modified":"2023-09-07T07:25:58.422740Z","created":"2023-09-07T07:25:58.422740Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi158","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:3300","nonce":0},{"type":"v1","addr":"172.21.15.158:6789","nonce":0}]},"addr":"172.21.15.158:6789/0","public_addr":"172.21.15.158:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-07T07:27:22.491 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 1 2023-09-07T07:27:22.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:22 smithi158 ceph-mon[108027]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:22.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:22 smithi158 ceph-mon[108027]: from='client.? 172.21.15.188:0/2206415396' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:27:23.888 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-07T07:27:23.888 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph mon dump -f json 2023-09-07T07:27:24.140 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-07T07:27:24.203 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-07T07:27:24.909 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:24 smithi158 ceph-mon[108027]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:25.500 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-09-07T07:27:25.500 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":1,"fsid":"af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da","modified":"2023-09-07T07:25:58.422740Z","created":"2023-09-07T07:25:58.422740Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi158","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:3300","nonce":0},{"type":"v1","addr":"172.21.15.158:6789","nonce":0}]},"addr":"172.21.15.158:6789/0","public_addr":"172.21.15.158:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-07T07:27:25.502 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 1 2023-09-07T07:27:26.687 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:26 smithi158 ceph-mon[108027]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:26.687 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:26 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:26.688 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:26 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:26.688 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:26 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:26.688 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:26 smithi158 ceph-mon[108027]: from='client.? 172.21.15.188:0/796795101' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:27:26.688 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:26 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:26.688 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:26 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:26.689 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:26 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:26.689 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:26 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:26.689 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:26 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:26.689 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:26 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:26.896 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-07T07:27:26.897 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph mon dump -f json 2023-09-07T07:27:27.145 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-07T07:27:27.208 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-07T07:27:27.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:27 smithi158 ceph-mon[108027]: Deploying daemon prometheus.smithi158 on smithi158 2023-09-07T07:27:28.462 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-09-07T07:27:28.462 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":1,"fsid":"af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da","modified":"2023-09-07T07:25:58.422740Z","created":"2023-09-07T07:25:58.422740Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi158","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:3300","nonce":0},{"type":"v1","addr":"172.21.15.158:6789","nonce":0}]},"addr":"172.21.15.158:6789/0","public_addr":"172.21.15.158:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-07T07:27:28.464 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 1 2023-09-07T07:27:28.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:28 smithi158 ceph-mon[108027]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:29.883 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-07T07:27:29.884 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph mon dump -f json 2023-09-07T07:27:29.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:29 smithi158 ceph-mon[108027]: from='client.? 172.21.15.188:0/3163533802' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:27:30.134 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-07T07:27:30.191 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-07T07:27:30.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:30 smithi158 ceph-mon[108027]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:31.542 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-09-07T07:27:31.543 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":1,"fsid":"af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da","modified":"2023-09-07T07:25:58.422740Z","created":"2023-09-07T07:25:58.422740Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi158","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:3300","nonce":0},{"type":"v1","addr":"172.21.15.158:6789","nonce":0}]},"addr":"172.21.15.158:6789/0","public_addr":"172.21.15.158:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-07T07:27:31.544 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 1 2023-09-07T07:27:31.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:31 smithi158 ceph-mon[108027]: from='client.? 172.21.15.188:0/3063673839' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:27:32.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:32 smithi158 ceph-mon[108027]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:32.929 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-07T07:27:32.929 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph mon dump -f json 2023-09-07T07:27:33.172 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-07T07:27:33.231 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-07T07:27:34.535 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-09-07T07:27:34.535 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":1,"fsid":"af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da","modified":"2023-09-07T07:25:58.422740Z","created":"2023-09-07T07:25:58.422740Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi158","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:3300","nonce":0},{"type":"v1","addr":"172.21.15.158:6789","nonce":0}]},"addr":"172.21.15.158:6789/0","public_addr":"172.21.15.158:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-07T07:27:34.537 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 1 2023-09-07T07:27:34.572 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:34 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:34.573 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:34 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:34.573 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:34 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:34.573 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:34 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-09-07T07:27:34.573 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:34 smithi158 ceph-mon[108027]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:35.611 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:35 smithi158 ceph-mon[108027]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-09-07T07:27:35.611 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:35 smithi158 ceph-mon[108027]: mgrmap e14: smithi158.cxqbri(active, since 42s) 2023-09-07T07:27:35.611 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:35 smithi158 ceph-mon[108027]: from='client.? 172.21.15.188:0/2610077567' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:27:35.850 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-07T07:27:35.850 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph mon dump -f json 2023-09-07T07:27:36.097 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-07T07:27:36.157 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-07T07:27:37.424 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-09-07T07:27:37.425 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":1,"fsid":"af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da","modified":"2023-09-07T07:25:58.422740Z","created":"2023-09-07T07:25:58.422740Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi158","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:3300","nonce":0},{"type":"v1","addr":"172.21.15.158:6789","nonce":0}]},"addr":"172.21.15.158:6789/0","public_addr":"172.21.15.158:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-07T07:27:37.426 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 1 2023-09-07T07:27:37.854 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:37 smithi158 ceph-mon[108027]: from='client.? 172.21.15.188:0/264229445' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:27:38.822 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-07T07:27:38.822 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph mon dump -f json 2023-09-07T07:27:39.070 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-07T07:27:39.132 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-07T07:27:40.445 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-09-07T07:27:40.445 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":1,"fsid":"af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da","modified":"2023-09-07T07:25:58.422740Z","created":"2023-09-07T07:25:58.422740Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi158","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:3300","nonce":0},{"type":"v1","addr":"172.21.15.158:6789","nonce":0}]},"addr":"172.21.15.158:6789/0","public_addr":"172.21.15.158:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-07T07:27:40.447 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 1 2023-09-07T07:27:40.813 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:40 smithi158 ceph-mon[108027]: from='client.? 172.21.15.188:0/2151224269' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:27:41.815 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:41 smithi158 ceph-mon[108027]: Active manager daemon smithi158.cxqbri restarted 2023-09-07T07:27:41.815 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:41 smithi158 ceph-mon[108027]: Activating manager daemon smithi158.cxqbri 2023-09-07T07:27:41.815 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:41 smithi158 ceph-mon[108027]: osdmap e5: 0 total, 0 up, 0 in 2023-09-07T07:27:41.816 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:41 smithi158 ceph-mon[108027]: mgrmap e15: smithi158.cxqbri(active, starting, since 0.00301697s) 2023-09-07T07:27:41.816 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:41 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mon metadata", "id": "smithi158"}]: dispatch 2023-09-07T07:27:41.816 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:41 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mgr metadata", "who": "smithi158.cxqbri", "id": "smithi158.cxqbri"}]: dispatch 2023-09-07T07:27:41.816 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:41 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-07T07:27:41.816 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:41 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-07T07:27:41.817 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:41 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-07T07:27:41.817 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:41 smithi158 ceph-mon[108027]: Manager daemon smithi158.cxqbri is now available 2023-09-07T07:27:41.817 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:41 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:27:41.817 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:41 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:27:41.817 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:41 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:41.818 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:41 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:27:41.818 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:41 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi158.cxqbri/mirror_snapshot_schedule"}]: dispatch 2023-09-07T07:27:41.818 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:41 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi158.cxqbri/trash_purge_schedule"}]: dispatch 2023-09-07T07:27:41.854 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-07T07:27:41.855 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph mon dump -f json 2023-09-07T07:27:42.107 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-07T07:27:42.174 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-07T07:27:42.634 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:42 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:42.634 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:42 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:42.634 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:42 smithi158 ceph-mon[108027]: mgrmap e16: smithi158.cxqbri(active, since 1.00515s) 2023-09-07T07:27:42.635 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:42 smithi158 ceph-mon[108027]: [07/Sep/2023:07:27:42] ENGINE Bus STARTING 2023-09-07T07:27:42.635 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:42 smithi158 ceph-mon[108027]: [07/Sep/2023:07:27:42] ENGINE Serving on http://172.21.15.158:8765 2023-09-07T07:27:43.519 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-09-07T07:27:43.519 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":1,"fsid":"af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da","modified":"2023-09-07T07:25:58.422740Z","created":"2023-09-07T07:25:58.422740Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi158","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:3300","nonce":0},{"type":"v1","addr":"172.21.15.158:6789","nonce":0}]},"addr":"172.21.15.158:6789/0","public_addr":"172.21.15.158:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-07T07:27:43.521 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 1 2023-09-07T07:27:43.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:43 smithi158 ceph-mon[108027]: [07/Sep/2023:07:27:42] ENGINE Serving on https://172.21.15.158:7150 2023-09-07T07:27:43.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:43 smithi158 ceph-mon[108027]: [07/Sep/2023:07:27:42] ENGINE Bus STARTED 2023-09-07T07:27:43.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:43 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:43.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:43 smithi158 ceph-mon[108027]: from='client.? 172.21.15.188:0/316929219' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:27:43.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:43 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:43.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:43 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:44.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:44 smithi158 ceph-mon[108027]: mgrmap e17: smithi158.cxqbri(active, since 2s) 2023-09-07T07:27:44.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:44 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:44.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:44 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:44.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:44 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config rm", "who": "osd/host:smithi158", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:27:45.057 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-07T07:27:45.057 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph mon dump -f json 2023-09-07T07:27:45.279 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-07T07:27:45.333 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-07T07:27:46.823 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-09-07T07:27:46.824 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":1,"fsid":"af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da","modified":"2023-09-07T07:25:58.422740Z","created":"2023-09-07T07:25:58.422740Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi158","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:3300","nonce":0},{"type":"v1","addr":"172.21.15.158:6789","nonce":0}]},"addr":"172.21.15.158:6789/0","public_addr":"172.21.15.158:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-07T07:27:46.826 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 1 2023-09-07T07:27:47.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:47 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:47.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:47 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:47.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:47 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:47.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:47 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:47.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:47 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config rm", "who": "osd/host:smithi188", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:27:47.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:47 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:27:47.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:47 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:27:47.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:47 smithi158 ceph-mon[108027]: Updating smithi158:/etc/ceph/ceph.conf 2023-09-07T07:27:47.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:47 smithi158 ceph-mon[108027]: Updating smithi188:/etc/ceph/ceph.conf 2023-09-07T07:27:47.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:47 smithi158 ceph-mon[108027]: from='client.? 172.21.15.188:0/3768313584' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:27:48.230 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-07T07:27:48.231 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph mon dump -f json 2023-09-07T07:27:48.498 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/config/ceph.conf 2023-09-07T07:27:48.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:48 smithi158 ceph-mon[108027]: Updating smithi158:/var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/config/ceph.conf 2023-09-07T07:27:48.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:48 smithi158 ceph-mon[108027]: Updating smithi188:/var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/config/ceph.conf 2023-09-07T07:27:48.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:48 smithi158 ceph-mon[108027]: Updating smithi188:/etc/ceph/ceph.client.admin.keyring 2023-09-07T07:27:48.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:48 smithi158 ceph-mon[108027]: Updating smithi158:/etc/ceph/ceph.client.admin.keyring 2023-09-07T07:27:48.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:48 smithi158 ceph-mon[108027]: Updating smithi188:/var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/config/ceph.client.admin.keyring 2023-09-07T07:27:48.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:48 smithi158 ceph-mon[108027]: Updating smithi158:/var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/config/ceph.client.admin.keyring 2023-09-07T07:27:48.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:48 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:48.679 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:48 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:48.679 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:48 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:48.679 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:48 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:48.679 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:48 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:48.679 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:48 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi188", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-09-07T07:27:48.680 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:48 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi188", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-09-07T07:27:48.680 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:48 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:27:48.680 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:48 smithi158 ceph-mon[108027]: Deploying daemon ceph-exporter.smithi188 on smithi188 2023-09-07T07:27:50.141 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-09-07T07:27:50.142 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":1,"fsid":"af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da","modified":"2023-09-07T07:25:58.422740Z","created":"2023-09-07T07:25:58.422740Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi158","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:3300","nonce":0},{"type":"v1","addr":"172.21.15.158:6789","nonce":0}]},"addr":"172.21.15.158:6789/0","public_addr":"172.21.15.158:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-07T07:27:50.143 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 1 2023-09-07T07:27:50.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:50 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:50.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:50 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:50.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:50 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:50.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:50 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:50.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:50 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi188", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-07T07:27:50.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:50 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi188", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-09-07T07:27:50.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:50 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:27:50.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:50 smithi158 ceph-mon[108027]: Deploying daemon crash.smithi188 on smithi188 2023-09-07T07:27:50.679 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:50 smithi158 ceph-mon[108027]: from='client.? 172.21.15.188:0/1264653881' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:27:51.667 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-07T07:27:51.668 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph mon dump -f json 2023-09-07T07:27:51.913 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/config/ceph.conf 2023-09-07T07:27:52.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:52 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:52.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:52 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:52.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:52 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:52.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:52 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:52.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:52 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:53.256 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:53 smithi158 ceph-mon[108027]: Deploying daemon node-exporter.smithi188 on smithi188 2023-09-07T07:27:53.370 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-09-07T07:27:53.370 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":1,"fsid":"af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da","modified":"2023-09-07T07:25:58.422740Z","created":"2023-09-07T07:25:58.422740Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi158","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:3300","nonce":0},{"type":"v1","addr":"172.21.15.158:6789","nonce":0}]},"addr":"172.21.15.158:6789/0","public_addr":"172.21.15.158:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-07T07:27:53.372 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 1 2023-09-07T07:27:54.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:54 smithi158 ceph-mon[108027]: from='client.? 172.21.15.188:0/254723801' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:27:54.876 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-07T07:27:54.877 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph mon dump -f json 2023-09-07T07:27:55.365 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/config/ceph.conf 2023-09-07T07:27:55.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:55 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:55.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:55 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:55.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:55 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:55.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:55 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:55.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:55 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi188.gxmain", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-07T07:27:55.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:55 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi188.gxmain", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-09-07T07:27:55.679 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:55 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-07T07:27:55.679 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:55 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:27:55.679 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:55 smithi158 ceph-mon[108027]: Deploying daemon mgr.smithi188.gxmain on smithi188 2023-09-07T07:27:56.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:56 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:27:56.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:56 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:56.981 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-09-07T07:27:56.982 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":1,"fsid":"af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da","modified":"2023-09-07T07:25:58.422740Z","created":"2023-09-07T07:25:58.422740Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi158","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:3300","nonce":0},{"type":"v1","addr":"172.21.15.158:6789","nonce":0}]},"addr":"172.21.15.158:6789/0","public_addr":"172.21.15.158:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-07T07:27:56.984 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 1 2023-09-07T07:27:57.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:57 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:57.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:57 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:57.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:57 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:57.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:57 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:57.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:57 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-07T07:27:57.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:57 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:27:57.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:57 smithi158 ceph-mon[108027]: Deploying daemon mon.smithi188 on smithi188 2023-09-07T07:27:57.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:27:57 smithi158 ceph-mon[108027]: from='client.? 172.21.15.188:0/3379865292' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:27:58.532 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-07T07:27:58.532 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph mon dump -f json 2023-09-07T07:27:58.871 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi188/config 2023-09-07T07:27:58.988 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:58 smithi188 systemd[1]: Starting Ceph mon.smithi188 for af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da... 2023-09-07T07:27:59.817 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: set uid:gid to 167:167 (ceph:ceph) 2023-09-07T07:27:59.818 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable), process ceph-mon, pid 7 2023-09-07T07:27:59.818 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: pidfile_write: ignore empty --pid-file 2023-09-07T07:27:59.818 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: load: jerasure load: lrc 2023-09-07T07:27:59.818 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: RocksDB version: 7.9.2 2023-09-07T07:27:59.819 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Git sha 0 2023-09-07T07:27:59.819 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Compile date 2023-09-05 15:42:58 2023-09-07T07:27:59.819 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: DB SUMMARY 2023-09-07T07:27:59.819 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: DB Session ID: B1I232JBYZTR8XTBMUHF 2023-09-07T07:27:59.819 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: CURRENT file: CURRENT 2023-09-07T07:27:59.820 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: IDENTITY file: IDENTITY 2023-09-07T07:27:59.820 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2023-09-07T07:27:59.820 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi188/store.db dir, Total Num: 0, files: 2023-09-07T07:27:59.820 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi188/store.db: 000004.log size: 511 ; 2023-09-07T07:27:59.820 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.error_if_exists: 0 2023-09-07T07:27:59.821 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.create_if_missing: 0 2023-09-07T07:27:59.821 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.paranoid_checks: 1 2023-09-07T07:27:59.821 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.flush_verify_memtable_count: 1 2023-09-07T07:27:59.821 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-09-07T07:27:59.821 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-09-07T07:27:59.822 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.env: 0x564b293c8720 2023-09-07T07:27:59.822 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.fs: PosixFileSystem 2023-09-07T07:27:59.822 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.info_log: 0x564b2bf752c0 2023-09-07T07:27:59.822 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.max_file_opening_threads: 16 2023-09-07T07:27:59.822 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.statistics: (nil) 2023-09-07T07:27:59.823 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.use_fsync: 0 2023-09-07T07:27:59.823 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.max_log_file_size: 0 2023-09-07T07:27:59.823 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-09-07T07:27:59.823 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.log_file_time_to_roll: 0 2023-09-07T07:27:59.823 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.keep_log_file_num: 1000 2023-09-07T07:27:59.824 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.recycle_log_file_num: 0 2023-09-07T07:27:59.824 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.allow_fallocate: 1 2023-09-07T07:27:59.824 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.allow_mmap_reads: 0 2023-09-07T07:27:59.824 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.allow_mmap_writes: 0 2023-09-07T07:27:59.824 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.use_direct_reads: 0 2023-09-07T07:27:59.825 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-09-07T07:27:59.825 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.create_missing_column_families: 0 2023-09-07T07:27:59.825 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.db_log_dir: 2023-09-07T07:27:59.825 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.wal_dir: 2023-09-07T07:27:59.825 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.table_cache_numshardbits: 6 2023-09-07T07:27:59.826 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.WAL_ttl_seconds: 0 2023-09-07T07:27:59.826 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.WAL_size_limit_MB: 0 2023-09-07T07:27:59.826 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-09-07T07:27:59.826 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-09-07T07:27:59.826 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.is_fd_close_on_exec: 1 2023-09-07T07:27:59.827 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.advise_random_on_open: 1 2023-09-07T07:27:59.827 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.db_write_buffer_size: 0 2023-09-07T07:27:59.827 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.write_buffer_manager: 0x564b2b2065a0 2023-09-07T07:27:59.827 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-09-07T07:27:59.827 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-09-07T07:27:59.828 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.use_adaptive_mutex: 0 2023-09-07T07:27:59.828 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.rate_limiter: (nil) 2023-09-07T07:27:59.828 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-09-07T07:27:59.828 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.wal_recovery_mode: 2 2023-09-07T07:27:59.828 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.enable_thread_tracking: 0 2023-09-07T07:27:59.828 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.enable_pipelined_write: 0 2023-09-07T07:27:59.829 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.unordered_write: 0 2023-09-07T07:27:59.829 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-09-07T07:27:59.829 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-09-07T07:27:59.829 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-09-07T07:27:59.829 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-09-07T07:27:59.830 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.row_cache: None 2023-09-07T07:27:59.830 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.wal_filter: None 2023-09-07T07:27:59.830 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-09-07T07:27:59.830 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.allow_ingest_behind: 0 2023-09-07T07:27:59.830 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.two_write_queues: 0 2023-09-07T07:27:59.831 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.manual_wal_flush: 0 2023-09-07T07:27:59.831 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.wal_compression: 0 2023-09-07T07:27:59.831 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.atomic_flush: 0 2023-09-07T07:27:59.831 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-09-07T07:27:59.831 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.persist_stats_to_disk: 0 2023-09-07T07:27:59.832 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.write_dbid_to_manifest: 0 2023-09-07T07:27:59.832 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.log_readahead_size: 0 2023-09-07T07:27:59.832 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-09-07T07:27:59.832 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.best_efforts_recovery: 0 2023-09-07T07:27:59.832 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-09-07T07:27:59.832 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-09-07T07:27:59.833 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.allow_data_in_errors: 0 2023-09-07T07:27:59.833 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.db_host_id: __hostname__ 2023-09-07T07:27:59.833 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.enforce_single_del_contracts: true 2023-09-07T07:27:59.833 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.max_background_jobs: 2 2023-09-07T07:27:59.833 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.max_background_compactions: -1 2023-09-07T07:27:59.834 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.max_subcompactions: 1 2023-09-07T07:27:59.834 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-09-07T07:27:59.834 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-09-07T07:27:59.834 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.delayed_write_rate : 16777216 2023-09-07T07:27:59.834 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.max_total_wal_size: 0 2023-09-07T07:27:59.835 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-09-07T07:27:59.835 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.stats_dump_period_sec: 600 2023-09-07T07:27:59.835 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.stats_persist_period_sec: 600 2023-09-07T07:27:59.835 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-09-07T07:27:59.835 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.max_open_files: -1 2023-09-07T07:27:59.836 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.bytes_per_sync: 0 2023-09-07T07:27:59.836 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.wal_bytes_per_sync: 0 2023-09-07T07:27:59.836 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.strict_bytes_per_sync: 0 2023-09-07T07:27:59.836 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.compaction_readahead_size: 0 2023-09-07T07:27:59.836 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.max_background_flushes: -1 2023-09-07T07:27:59.837 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Compression algorithms supported: 2023-09-07T07:27:59.837 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-09-07T07:27:59.837 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: kZSTD supported: 0 2023-09-07T07:27:59.837 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: kXpressCompression supported: 0 2023-09-07T07:27:59.837 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: kLZ4HCCompression supported: 1 2023-09-07T07:27:59.838 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: kZlibCompression supported: 1 2023-09-07T07:27:59.838 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: kSnappyCompression supported: 1 2023-09-07T07:27:59.838 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: kLZ4Compression supported: 1 2023-09-07T07:27:59.838 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: kBZip2Compression supported: 0 2023-09-07T07:27:59.838 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Fast CRC32 supported: Supported on x86 2023-09-07T07:27:59.839 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: DMutex implementation: pthread_mutex_t 2023-09-07T07:27:59.839 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi188/store.db/MANIFEST-000005 2023-09-07T07:27:59.839 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-09-07T07:27:59.839 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-09-07T07:27:59.839 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.merge_operator: 2023-09-07T07:27:59.840 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.compaction_filter: None 2023-09-07T07:27:59.840 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.compaction_filter_factory: None 2023-09-07T07:27:59.840 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.sst_partitioner_factory: None 2023-09-07T07:27:59.840 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.memtable_factory: SkipListFactory 2023-09-07T07:27:59.840 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.table_factory: BlockBasedTable 2023-09-07T07:27:59.840 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564b2bf753c0) 2023-09-07T07:27:59.841 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: cache_index_and_filter_blocks: 1 2023-09-07T07:27:59.841 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-09-07T07:27:59.841 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-09-07T07:27:59.841 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: pin_top_level_index_and_filter: 1 2023-09-07T07:27:59.841 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: index_type: 0 2023-09-07T07:27:59.842 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: data_block_index_type: 0 2023-09-07T07:27:59.842 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: index_shortening: 1 2023-09-07T07:27:59.842 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: data_block_hash_table_util_ratio: 0.750000 2023-09-07T07:27:59.842 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: checksum: 4 2023-09-07T07:27:59.842 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: no_block_cache: 0 2023-09-07T07:27:59.845 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: block_cache: 0x564b2b2871f0 2023-09-07T07:27:59.845 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: block_cache_name: BinnedLRUCache 2023-09-07T07:27:59.846 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: block_cache_options: 2023-09-07T07:27:59.846 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: capacity : 536870912 2023-09-07T07:27:59.846 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: num_shard_bits : 4 2023-09-07T07:27:59.846 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: strict_capacity_limit : 0 2023-09-07T07:27:59.846 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: high_pri_pool_ratio: 0.000 2023-09-07T07:27:59.846 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: block_cache_compressed: (nil) 2023-09-07T07:27:59.847 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: persistent_cache: (nil) 2023-09-07T07:27:59.847 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: block_size: 4096 2023-09-07T07:27:59.847 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: block_size_deviation: 10 2023-09-07T07:27:59.847 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: block_restart_interval: 16 2023-09-07T07:27:59.847 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: index_block_restart_interval: 1 2023-09-07T07:27:59.848 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: metadata_block_size: 4096 2023-09-07T07:27:59.848 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: partition_filters: 0 2023-09-07T07:27:59.848 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: use_delta_encoding: 1 2023-09-07T07:27:59.848 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: filter_policy: bloomfilter 2023-09-07T07:27:59.848 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: whole_key_filtering: 1 2023-09-07T07:27:59.849 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: verify_compression: 0 2023-09-07T07:27:59.849 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: read_amp_bytes_per_bit: 0 2023-09-07T07:27:59.849 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: format_version: 5 2023-09-07T07:27:59.849 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: enable_index_compression: 1 2023-09-07T07:27:59.849 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: block_align: 0 2023-09-07T07:27:59.849 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: max_auto_readahead_size: 262144 2023-09-07T07:27:59.850 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: prepopulate_block_cache: 0 2023-09-07T07:27:59.850 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: initial_auto_readahead_size: 8192 2023-09-07T07:27:59.850 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: num_file_reads_for_auto_readahead: 2 2023-09-07T07:27:59.850 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.write_buffer_size: 33554432 2023-09-07T07:27:59.850 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.max_write_buffer_number: 2 2023-09-07T07:27:59.851 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.compression: NoCompression 2023-09-07T07:27:59.851 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.bottommost_compression: Disabled 2023-09-07T07:27:59.851 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.prefix_extractor: nullptr 2023-09-07T07:27:59.851 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-09-07T07:27:59.851 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.num_levels: 7 2023-09-07T07:27:59.852 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-09-07T07:27:59.852 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-09-07T07:27:59.852 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-09-07T07:27:59.852 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-09-07T07:27:59.852 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-09-07T07:27:59.852 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-09-07T07:27:59.853 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-09-07T07:27:59.854 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-09-07T07:27:59.854 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-09-07T07:27:59.855 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-09-07T07:27:59.855 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-09-07T07:27:59.855 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-09-07T07:27:59.855 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.compression_opts.window_bits: -14 2023-09-07T07:27:59.855 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.compression_opts.level: 32767 2023-09-07T07:27:59.856 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.compression_opts.strategy: 0 2023-09-07T07:27:59.856 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-09-07T07:27:59.856 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-09-07T07:27:59.856 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-09-07T07:27:59.856 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-09-07T07:27:59.857 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.compression_opts.enabled: false 2023-09-07T07:27:59.857 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-09-07T07:27:59.857 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-09-07T07:27:59.857 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-09-07T07:27:59.858 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-09-07T07:27:59.858 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.target_file_size_base: 67108864 2023-09-07T07:27:59.858 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.target_file_size_multiplier: 1 2023-09-07T07:27:59.858 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-09-07T07:27:59.858 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-09-07T07:27:59.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-09-07T07:27:59.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-09-07T07:27:59.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-09-07T07:27:59.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-09-07T07:27:59.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-09-07T07:27:59.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-09-07T07:27:59.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-09-07T07:27:59.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-09-07T07:27:59.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-09-07T07:27:59.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-09-07T07:27:59.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-09-07T07:27:59.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.arena_block_size: 1048576 2023-09-07T07:27:59.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-09-07T07:27:59.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-09-07T07:27:59.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.disable_auto_compactions: 0 2023-09-07T07:27:59.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-09-07T07:27:59.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-09-07T07:27:59.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-09-07T07:27:59.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-09-07T07:27:59.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-09-07T07:27:59.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-09-07T07:27:59.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-09-07T07:27:59.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-09-07T07:27:59.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-09-07T07:27:59.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-09-07T07:27:59.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.table_properties_collectors: 2023-09-07T07:27:59.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.inplace_update_support: 0 2023-09-07T07:27:59.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.inplace_update_num_locks: 10000 2023-09-07T07:27:59.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-09-07T07:27:59.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-09-07T07:27:59.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.memtable_huge_page_size: 0 2023-09-07T07:27:59.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.bloom_locality: 0 2023-09-07T07:27:59.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.max_successive_merges: 0 2023-09-07T07:27:59.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.optimize_filters_for_hits: 0 2023-09-07T07:27:59.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.paranoid_file_checks: 0 2023-09-07T07:27:59.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.force_consistency_checks: 1 2023-09-07T07:27:59.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.report_bg_io_stats: 0 2023-09-07T07:27:59.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.ttl: 2592000 2023-09-07T07:27:59.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.periodic_compaction_seconds: 0 2023-09-07T07:27:59.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-09-07T07:27:59.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-09-07T07:27:59.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.enable_blob_files: false 2023-09-07T07:27:59.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.min_blob_size: 0 2023-09-07T07:27:59.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.blob_file_size: 268435456 2023-09-07T07:27:59.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.blob_compression_type: NoCompression 2023-09-07T07:27:59.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.enable_blob_garbage_collection: false 2023-09-07T07:27:59.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-09-07T07:27:59.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-09-07T07:27:59.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-09-07T07:27:59.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.blob_file_starting_level: 0 2023-09-07T07:27:59.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-09-07T07:27:59.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi188/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-09-07T07:27:59.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2023-09-07T07:27:59.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: ffa1a61f-fb7b-4960-99f2-b6ea0897efea 2023-09-07T07:27:59.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: EVENT_LOG_v1 {"time_micros": 1694071679555885, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-09-07T07:27:59.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2023-09-07T07:27:59.870 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: EVENT_LOG_v1 {"time_micros": 1694071679556292, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1622, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1694071679, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "ffa1a61f-fb7b-4960-99f2-b6ea0897efea", "db_session_id": "B1I232JBYZTR8XTBMUHF", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2023-09-07T07:27:59.870 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: EVENT_LOG_v1 {"time_micros": 1694071679556358, "job": 1, "event": "recovery_finished"} 2023-09-07T07:27:59.870 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2023-09-07T07:27:59.870 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi188/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-09-07T07:27:59.871 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x564b2b324000 2023-09-07T07:27:59.871 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: DB pointer 0x564b2b310000 2023-09-07T07:27:59.871 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-09-07T07:27:59.871 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-09-07T07:27:59.871 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: ** DB Stats ** 2023-09-07T07:27:59.871 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-07T07:27:59.872 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-09-07T07:27:59.872 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-07T07:27:59.872 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-07T07:27:59.872 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-09-07T07:27:59.872 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-07T07:27:59.873 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-07T07:27:59.873 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: 2023-09-07T07:27:59.873 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: ** Compaction Stats [default] ** 2023-09-07T07:27:59.873 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-09-07T07:27:59.873 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-09-07T07:27:59.874 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-09-07T07:27:59.874 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-09-07T07:27:59.874 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-09-07T07:27:59.874 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: 2023-09-07T07:27:59.874 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: ** Compaction Stats [default] ** 2023-09-07T07:27:59.874 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-09-07T07:27:59.875 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-07T07:27:59.875 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-09-07T07:27:59.875 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: 2023-09-07T07:27:59.875 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-09-07T07:27:59.875 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: 2023-09-07T07:27:59.876 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-07T07:27:59.876 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-09-07T07:27:59.876 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-07T07:27:59.876 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-07T07:27:59.876 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-07T07:27:59.877 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-07T07:27:59.877 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: Cumulative compaction: 0.00 GB write, 0.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-07T07:27:59.877 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: Interval compaction: 0.00 GB write, 0.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-07T07:27:59.877 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-09-07T07:27:59.877 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: Block cache BinnedLRUCache@0x564b2b2871f0#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2023-09-07T07:27:59.877 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2023-09-07T07:27:59.878 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: 2023-09-07T07:27:59.878 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-07T07:27:59.878 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: mon.smithi188 does not exist in monmap, will attempt to join an existing cluster 2023-09-07T07:27:59.878 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: using public_addr v2:172.21.15.188:0/0 -> [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] 2023-09-07T07:27:59.878 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: starting mon.smithi188 rank -1 at public addrs [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] at bind addrs [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi188 fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da 2023-09-07T07:27:59.879 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: mon.smithi188@-1(???) e0 preinit fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da 2023-09-07T07:27:59.879 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 bash[119810]: ac93a5868f3eb22953b8748589336f91cca5db9b471165e9046800455d83b462 2023-09-07T07:27:59.879 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 systemd[1]: Started Ceph mon.smithi188 for af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da. 2023-09-07T07:27:59.879 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: mon.smithi188@-1(synchronizing).mds e1 new map 2023-09-07T07:27:59.879 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: mon.smithi188@-1(synchronizing).mds e1 print_map 2023-09-07T07:27:59.879 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: e1 2023-09-07T07:27:59.880 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-09-07T07:27:59.880 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-09-07T07:27:59.880 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: legacy client fscid: -1 2023-09-07T07:27:59.880 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: 2023-09-07T07:27:59.880 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout: No filesystems configured 2023-09-07T07:27:59.880 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: mon.smithi188@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-09-07T07:27:59.881 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: mon.smithi188@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-09-07T07:27:59.881 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: mon.smithi188@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-09-07T07:27:59.881 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: mon.smithi188@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-09-07T07:27:59.881 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: mon.smithi188@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-09-07T07:27:59.881 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: mon.smithi188@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-09-07T07:27:59.882 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: mon.smithi188@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-09-07T07:27:59.882 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: mon.smithi188@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-09-07T07:27:59.882 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: mon.smithi188@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-09-07T07:27:59.882 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: mon.smithi188@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-09-07T07:27:59.882 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: mon.smithi188@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-09-07T07:27:59.883 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: Regenerating cephadm self-signed grafana TLS certificates 2023-09-07T07:27:59.883 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-07T07:27:59.883 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: Deploying daemon grafana.smithi158 on smithi158 2023-09-07T07:27:59.883 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.883 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='client.14197 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi158:172.21.15.158=smithi158;smithi188:172.21.15.188=smithi188", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:27:59.883 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: Saving service mon spec with placement smithi158:172.21.15.158=smithi158;smithi188:172.21.15.188=smithi188;count:2 2023-09-07T07:27:59.884 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:59.884 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.884 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='client.? 172.21.15.188:0/382356370' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:27:59.884 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:59.884 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='client.? 172.21.15.188:0/685491221' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:27:59.884 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:59.885 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:59.885 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='client.? 172.21.15.188:0/2206415396' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:27:59.885 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:59.885 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:59.885 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.885 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.886 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.886 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='client.? 172.21.15.188:0/796795101' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:27:59.886 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.886 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: Deploying daemon prometheus.smithi158 on smithi158 2023-09-07T07:27:59.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:59.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='client.? 172.21.15.188:0/3163533802' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:27:59.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:59.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='client.? 172.21.15.188:0/3063673839' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:27:59.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:59.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.889 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.889 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.889 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-09-07T07:27:59.889 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:59.889 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14164 172.21.15.158:0/3921642337' entity='mgr.smithi158.cxqbri' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-09-07T07:27:59.890 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: mgrmap e14: smithi158.cxqbri(active, since 42s) 2023-09-07T07:27:59.890 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='client.? 172.21.15.188:0/2610077567' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:27:59.890 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='client.? 172.21.15.188:0/264229445' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:27:59.890 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='client.? 172.21.15.188:0/2151224269' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:27:59.890 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: Active manager daemon smithi158.cxqbri restarted 2023-09-07T07:27:59.891 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: Activating manager daemon smithi158.cxqbri 2023-09-07T07:27:59.891 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: osdmap e5: 0 total, 0 up, 0 in 2023-09-07T07:27:59.891 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: mgrmap e15: smithi158.cxqbri(active, starting, since 0.00301697s) 2023-09-07T07:27:59.891 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mon metadata", "id": "smithi158"}]: dispatch 2023-09-07T07:27:59.891 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mgr metadata", "who": "smithi158.cxqbri", "id": "smithi158.cxqbri"}]: dispatch 2023-09-07T07:27:59.892 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-07T07:27:59.892 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-07T07:27:59.892 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-07T07:27:59.892 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: Manager daemon smithi158.cxqbri is now available 2023-09-07T07:27:59.892 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:27:59.892 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:27:59.893 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.893 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:27:59.893 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi158.cxqbri/mirror_snapshot_schedule"}]: dispatch 2023-09-07T07:27:59.893 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi158.cxqbri/trash_purge_schedule"}]: dispatch 2023-09-07T07:27:59.894 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.894 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.894 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: mgrmap e16: smithi158.cxqbri(active, since 1.00515s) 2023-09-07T07:27:59.894 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: [07/Sep/2023:07:27:42] ENGINE Bus STARTING 2023-09-07T07:27:59.894 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: [07/Sep/2023:07:27:42] ENGINE Serving on http://172.21.15.158:8765 2023-09-07T07:27:59.895 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: [07/Sep/2023:07:27:42] ENGINE Serving on https://172.21.15.158:7150 2023-09-07T07:27:59.895 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: [07/Sep/2023:07:27:42] ENGINE Bus STARTED 2023-09-07T07:27:59.895 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.895 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='client.? 172.21.15.188:0/316929219' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:27:59.895 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.895 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.896 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: mgrmap e17: smithi158.cxqbri(active, since 2s) 2023-09-07T07:27:59.896 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.896 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.896 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config rm", "who": "osd/host:smithi158", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:27:59.896 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.897 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.897 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.897 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.897 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config rm", "who": "osd/host:smithi188", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:27:59.897 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:27:59.898 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:27:59.898 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: Updating smithi158:/etc/ceph/ceph.conf 2023-09-07T07:27:59.898 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: Updating smithi188:/etc/ceph/ceph.conf 2023-09-07T07:27:59.898 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='client.? 172.21.15.188:0/3768313584' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:27:59.898 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: Updating smithi158:/var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/config/ceph.conf 2023-09-07T07:27:59.899 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: Updating smithi188:/var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/config/ceph.conf 2023-09-07T07:27:59.899 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: Updating smithi188:/etc/ceph/ceph.client.admin.keyring 2023-09-07T07:27:59.899 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: Updating smithi158:/etc/ceph/ceph.client.admin.keyring 2023-09-07T07:27:59.899 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: Updating smithi188:/var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/config/ceph.client.admin.keyring 2023-09-07T07:27:59.899 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: Updating smithi158:/var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/config/ceph.client.admin.keyring 2023-09-07T07:27:59.900 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.900 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.900 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.900 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.900 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.901 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi188", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-09-07T07:27:59.901 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi188", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-09-07T07:27:59.901 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:27:59.901 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: Deploying daemon ceph-exporter.smithi188 on smithi188 2023-09-07T07:27:59.901 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.902 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.902 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.902 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.902 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi188", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-07T07:27:59.902 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi188", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-09-07T07:27:59.903 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:27:59.903 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: Deploying daemon crash.smithi188 on smithi188 2023-09-07T07:27:59.903 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='client.? 172.21.15.188:0/1264653881' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:27:59.903 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.903 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.904 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.904 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.904 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.904 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: Deploying daemon node-exporter.smithi188 on smithi188 2023-09-07T07:27:59.904 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='client.? 172.21.15.188:0/254723801' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:27:59.904 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.905 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.905 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.905 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.905 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi188.gxmain", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-07T07:27:59.905 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi188.gxmain", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-09-07T07:27:59.906 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-07T07:27:59.906 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:27:59.906 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: Deploying daemon mgr.smithi188.gxmain on smithi188 2023-09-07T07:27:59.906 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:27:59.906 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.907 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.907 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.907 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.907 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:27:59.907 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-07T07:27:59.908 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:27:59.908 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: Deploying daemon mon.smithi188 on smithi188 2023-09-07T07:27:59.908 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: from='client.? 172.21.15.188:0/3379865292' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:27:59.908 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: mon.smithi188@-1(synchronizing).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2023-09-07T07:27:59.908 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: mon.smithi188@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-09-07T07:27:59.909 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: expand_channel_meta expand map: {default=false} 2023-09-07T07:27:59.909 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: expand_channel_meta from 'false' to 'false' 2023-09-07T07:27:59.909 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: expand_channel_meta expanded map: {default=false} 2023-09-07T07:27:59.909 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: expand_channel_meta expand map: {default=info} 2023-09-07T07:27:59.909 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: expand_channel_meta from 'info' to 'info' 2023-09-07T07:27:59.910 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: expand_channel_meta expanded map: {default=info} 2023-09-07T07:27:59.910 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: expand_channel_meta expand map: {default=daemon} 2023-09-07T07:27:59.910 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: expand_channel_meta from 'daemon' to 'daemon' 2023-09-07T07:27:59.910 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: expand_channel_meta expanded map: {default=daemon} 2023-09-07T07:27:59.910 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: expand_channel_meta expand map: {default=debug} 2023-09-07T07:27:59.911 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: expand_channel_meta from 'debug' to 'debug' 2023-09-07T07:27:59.911 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:27:59 smithi188 ceph-mon[119889]: expand_channel_meta expanded map: {default=debug} 2023-09-07T07:28:05.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:04 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mon metadata", "id": "smithi158"}]: dispatch 2023-09-07T07:28:05.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:04 smithi188 ceph-mon[119889]: mon.smithi158 calling monitor election 2023-09-07T07:28:05.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:04 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2023-09-07T07:28:05.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:04 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2023-09-07T07:28:05.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:04 smithi188 ceph-mon[119889]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:05.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:04 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2023-09-07T07:28:05.139 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:04 smithi188 ceph-mon[119889]: mon.smithi188 calling monitor election 2023-09-07T07:28:05.139 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:04 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2023-09-07T07:28:05.139 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:04 smithi188 ceph-mon[119889]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:05.139 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:04 smithi188 ceph-mon[119889]: from='mgr.? 172.21.15.188:0/1516931795' entity='mgr.smithi188.gxmain' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi188.gxmain/crt"}]: dispatch 2023-09-07T07:28:05.139 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:04 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2023-09-07T07:28:05.140 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:04 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2023-09-07T07:28:05.140 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:04 smithi188 ceph-mon[119889]: mon.smithi158 is new leader, mons smithi158,smithi188 in quorum (ranks 0,1) 2023-09-07T07:28:05.140 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:04 smithi188 ceph-mon[119889]: monmap e2: 2 mons at {smithi158=[v2:172.21.15.158:3300/0,v1:172.21.15.158:6789/0],smithi188=[v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0]} removed_ranks: {} 2023-09-07T07:28:05.140 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:04 smithi188 ceph-mon[119889]: fsmap 2023-09-07T07:28:05.140 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:04 smithi188 ceph-mon[119889]: osdmap e5: 0 total, 0 up, 0 in 2023-09-07T07:28:05.141 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:04 smithi188 ceph-mon[119889]: mgrmap e17: smithi158.cxqbri(active, since 23s) 2023-09-07T07:28:05.141 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:04 smithi188 ceph-mon[119889]: Standby manager daemon smithi188.gxmain started 2023-09-07T07:28:05.141 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:04 smithi188 ceph-mon[119889]: from='mgr.? 172.21.15.188:0/1516931795' entity='mgr.smithi188.gxmain' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-07T07:28:05.141 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:04 smithi188 ceph-mon[119889]: overall HEALTH_OK 2023-09-07T07:28:05.141 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:04 smithi188 ceph-mon[119889]: from='mgr.? 172.21.15.188:0/1516931795' entity='mgr.smithi188.gxmain' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi188.gxmain/key"}]: dispatch 2023-09-07T07:28:05.142 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:04 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:05.142 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:04 smithi188 ceph-mon[119889]: from='mgr.? 172.21.15.188:0/1516931795' entity='mgr.smithi188.gxmain' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-07T07:28:05.142 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:04 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:05.142 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:04 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:05.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:04 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mon metadata", "id": "smithi158"}]: dispatch 2023-09-07T07:28:05.178 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:04 smithi158 ceph-mon[108027]: mon.smithi158 calling monitor election 2023-09-07T07:28:05.178 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:04 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2023-09-07T07:28:05.178 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:04 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2023-09-07T07:28:05.178 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:04 smithi158 ceph-mon[108027]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:05.179 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:04 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2023-09-07T07:28:05.179 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:04 smithi158 ceph-mon[108027]: mon.smithi188 calling monitor election 2023-09-07T07:28:05.179 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:04 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2023-09-07T07:28:05.179 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:04 smithi158 ceph-mon[108027]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:05.179 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:04 smithi158 ceph-mon[108027]: from='mgr.? 172.21.15.188:0/1516931795' entity='mgr.smithi188.gxmain' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi188.gxmain/crt"}]: dispatch 2023-09-07T07:28:05.180 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:04 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2023-09-07T07:28:05.180 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:04 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2023-09-07T07:28:05.180 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:04 smithi158 ceph-mon[108027]: mon.smithi158 is new leader, mons smithi158,smithi188 in quorum (ranks 0,1) 2023-09-07T07:28:05.180 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:04 smithi158 ceph-mon[108027]: monmap e2: 2 mons at {smithi158=[v2:172.21.15.158:3300/0,v1:172.21.15.158:6789/0],smithi188=[v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0]} removed_ranks: {} 2023-09-07T07:28:05.180 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:04 smithi158 ceph-mon[108027]: fsmap 2023-09-07T07:28:05.181 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:04 smithi158 ceph-mon[108027]: osdmap e5: 0 total, 0 up, 0 in 2023-09-07T07:28:05.181 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:04 smithi158 ceph-mon[108027]: mgrmap e17: smithi158.cxqbri(active, since 23s) 2023-09-07T07:28:05.181 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:04 smithi158 ceph-mon[108027]: Standby manager daemon smithi188.gxmain started 2023-09-07T07:28:05.181 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:04 smithi158 ceph-mon[108027]: from='mgr.? 172.21.15.188:0/1516931795' entity='mgr.smithi188.gxmain' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-07T07:28:05.181 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:04 smithi158 ceph-mon[108027]: overall HEALTH_OK 2023-09-07T07:28:05.182 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:04 smithi158 ceph-mon[108027]: from='mgr.? 172.21.15.188:0/1516931795' entity='mgr.smithi188.gxmain' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi188.gxmain/key"}]: dispatch 2023-09-07T07:28:05.182 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:04 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:05.182 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:04 smithi158 ceph-mon[108027]: from='mgr.? 172.21.15.188:0/1516931795' entity='mgr.smithi188.gxmain' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-07T07:28:05.182 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:04 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:05.182 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:04 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:06.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:05 smithi188 ceph-mon[119889]: mgrmap e18: smithi158.cxqbri(active, since 23s), standbys: smithi188.gxmain 2023-09-07T07:28:06.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:05 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mgr metadata", "who": "smithi188.gxmain", "id": "smithi188.gxmain"}]: dispatch 2023-09-07T07:28:06.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:05 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:06.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:05 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:06.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:05 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:06.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:05 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:28:06.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:05 smithi188 ceph-mon[119889]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:06.139 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:05 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2023-09-07T07:28:06.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:05 smithi158 ceph-mon[108027]: mgrmap e18: smithi158.cxqbri(active, since 23s), standbys: smithi188.gxmain 2023-09-07T07:28:06.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:05 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mgr metadata", "who": "smithi188.gxmain", "id": "smithi188.gxmain"}]: dispatch 2023-09-07T07:28:06.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:05 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:06.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:05 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:06.178 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:05 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:06.178 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:05 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:28:06.178 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:05 smithi158 ceph-mon[108027]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:06.178 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:05 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2023-09-07T07:28:06.286 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-09-07T07:28:06.287 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":2,"fsid":"af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da","modified":"2023-09-07T07:27:59.584958Z","created":"2023-09-07T07:25:58.422740Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi158","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:3300","nonce":0},{"type":"v1","addr":"172.21.15.158:6789","nonce":0}]},"addr":"172.21.15.158:6789/0","public_addr":"172.21.15.158:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi188","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:3300","nonce":0},{"type":"v1","addr":"172.21.15.188:6789","nonce":0}]},"addr":"172.21.15.188:6789/0","public_addr":"172.21.15.188:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-09-07T07:28:06.289 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 2 2023-09-07T07:28:06.668 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-09-07T07:28:06.669 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph config generate-minimal-conf 2023-09-07T07:28:06.895 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:28:07.263 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:07 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:07.263 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:07 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:07.264 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:07 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:07.264 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:07 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:28:07.264 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:07 smithi158 ceph-mon[108027]: Updating smithi158:/etc/ceph/ceph.conf 2023-09-07T07:28:07.264 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:07 smithi158 ceph-mon[108027]: Updating smithi188:/etc/ceph/ceph.conf 2023-09-07T07:28:07.265 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:07 smithi158 ceph-mon[108027]: Updating smithi158:/var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/config/ceph.conf 2023-09-07T07:28:07.265 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:07 smithi158 ceph-mon[108027]: Updating smithi188:/var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/config/ceph.conf 2023-09-07T07:28:07.265 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:07 smithi158 ceph-mon[108027]: from='client.? 172.21.15.188:0/771478285' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:28:07.265 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:07 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:07.265 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:07 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:07.266 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:07 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:07.266 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:07 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:07.266 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:07 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:07.266 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:07 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-07T07:28:07.266 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:07 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-07T07:28:07.267 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:07 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:07.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:07 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:07.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:07 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:07.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:07 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:07.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:07 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:28:07.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:07 smithi188 ceph-mon[119889]: Updating smithi158:/etc/ceph/ceph.conf 2023-09-07T07:28:07.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:07 smithi188 ceph-mon[119889]: Updating smithi188:/etc/ceph/ceph.conf 2023-09-07T07:28:07.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:07 smithi188 ceph-mon[119889]: Updating smithi158:/var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/config/ceph.conf 2023-09-07T07:28:07.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:07 smithi188 ceph-mon[119889]: Updating smithi188:/var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/config/ceph.conf 2023-09-07T07:28:07.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:07 smithi188 ceph-mon[119889]: from='client.? 172.21.15.188:0/771478285' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:28:07.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:07 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:07.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:07 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:07.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:07 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:07.390 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:07 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:07.390 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:07 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:07.390 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:07 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-07T07:28:07.390 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:07 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-07T07:28:07.390 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:07 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:08.286 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:08 smithi158 ceph-mon[108027]: Reconfiguring mon.smithi158 (unknown last config time)... 2023-09-07T07:28:08.287 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:08 smithi158 ceph-mon[108027]: Reconfiguring daemon mon.smithi158 on smithi158 2023-09-07T07:28:08.287 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:08 smithi158 ceph-mon[108027]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:08.287 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:08 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:08.287 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:08 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:08.288 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:08 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi158.cxqbri", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-07T07:28:08.288 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:08 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-07T07:28:08.288 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:08 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:08.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:08 smithi188 ceph-mon[119889]: Reconfiguring mon.smithi158 (unknown last config time)... 2023-09-07T07:28:08.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:08 smithi188 ceph-mon[119889]: Reconfiguring daemon mon.smithi158 on smithi158 2023-09-07T07:28:08.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:08 smithi188 ceph-mon[119889]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:08.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:08 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:08.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:08 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:08.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:08 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi158.cxqbri", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-07T07:28:08.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:08 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-07T07:28:08.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:08 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:08.446 INFO:teuthology.orchestra.run.smithi158.stdout:# minimal ceph.conf for af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da 2023-09-07T07:28:08.446 INFO:teuthology.orchestra.run.smithi158.stdout:[global] 2023-09-07T07:28:08.447 INFO:teuthology.orchestra.run.smithi158.stdout: fsid = af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da 2023-09-07T07:28:08.447 INFO:teuthology.orchestra.run.smithi158.stdout: mon_host = [v2:172.21.15.158:3300/0,v1:172.21.15.158:6789/0] [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] 2023-09-07T07:28:09.009 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:09 smithi158 ceph-mon[108027]: Reconfiguring mgr.smithi158.cxqbri (unknown last config time)... 2023-09-07T07:28:09.009 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:09 smithi158 ceph-mon[108027]: Reconfiguring daemon mgr.smithi158.cxqbri on smithi158 2023-09-07T07:28:09.009 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:09 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/1935920887' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:09.009 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:09 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:09.010 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:09 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:09.010 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:09 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi158", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-09-07T07:28:09.010 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:09 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:09.078 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-09-07T07:28:09.078 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2023-09-07T07:28:09.079 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd of=/etc/ceph/ceph.conf 2023-09-07T07:28:09.109 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2023-09-07T07:28:09.110 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-07T07:28:09.179 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2023-09-07T07:28:09.180 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/etc/ceph/ceph.conf 2023-09-07T07:28:09.217 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2023-09-07T07:28:09.217 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-07T07:28:09.281 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:09 smithi188 ceph-mon[119889]: Reconfiguring mgr.smithi158.cxqbri (unknown last config time)... 2023-09-07T07:28:09.282 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:09 smithi188 ceph-mon[119889]: Reconfiguring daemon mgr.smithi158.cxqbri on smithi158 2023-09-07T07:28:09.282 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:09 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/1935920887' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:09.282 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:09 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:09.282 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:09 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:09.282 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:09 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi158", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-09-07T07:28:09.283 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:09 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:09.289 INFO:tasks.cephadm:Deploying OSDs... 2023-09-07T07:28:09.289 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2023-09-07T07:28:09.290 DEBUG:teuthology.orchestra.run.smithi158:> dd if=/scratch_devs of=/dev/stdout 2023-09-07T07:28:09.309 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-09-07T07:28:09.310 DEBUG:teuthology.orchestra.run.smithi158:> stat /dev/nvme1n1 2023-09-07T07:28:09.367 INFO:teuthology.orchestra.run.smithi158.stdout: File: /dev/nvme1n1 2023-09-07T07:28:09.368 INFO:teuthology.orchestra.run.smithi158.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-09-07T07:28:09.368 INFO:teuthology.orchestra.run.smithi158.stdout:Device: 6h/6d Inode: 431316 Links: 1 Device type: 103,1 2023-09-07T07:28:09.368 INFO:teuthology.orchestra.run.smithi158.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-09-07T07:28:09.369 INFO:teuthology.orchestra.run.smithi158.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-09-07T07:28:09.369 INFO:teuthology.orchestra.run.smithi158.stdout:Access: 2023-09-07 07:27:00.408753951 +0000 2023-09-07T07:28:09.369 INFO:teuthology.orchestra.run.smithi158.stdout:Modify: 2023-09-07 07:25:11.076005536 +0000 2023-09-07T07:28:09.369 INFO:teuthology.orchestra.run.smithi158.stdout:Change: 2023-09-07 07:25:11.076005536 +0000 2023-09-07T07:28:09.369 INFO:teuthology.orchestra.run.smithi158.stdout: Birth: - 2023-09-07T07:28:09.370 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-09-07T07:28:09.435 INFO:teuthology.orchestra.run.smithi158.stderr:1+0 records in 2023-09-07T07:28:09.436 INFO:teuthology.orchestra.run.smithi158.stderr:1+0 records out 2023-09-07T07:28:09.436 INFO:teuthology.orchestra.run.smithi158.stderr:512 bytes copied, 0.000132766 s, 3.9 MB/s 2023-09-07T07:28:09.437 DEBUG:teuthology.orchestra.run.smithi158:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-09-07T07:28:09.497 DEBUG:teuthology.orchestra.run.smithi158:> stat /dev/nvme2n1 2023-09-07T07:28:09.555 INFO:teuthology.orchestra.run.smithi158.stdout: File: /dev/nvme2n1 2023-09-07T07:28:09.556 INFO:teuthology.orchestra.run.smithi158.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-09-07T07:28:09.556 INFO:teuthology.orchestra.run.smithi158.stdout:Device: 6h/6d Inode: 431415 Links: 1 Device type: 103,2 2023-09-07T07:28:09.556 INFO:teuthology.orchestra.run.smithi158.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-09-07T07:28:09.556 INFO:teuthology.orchestra.run.smithi158.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-09-07T07:28:09.557 INFO:teuthology.orchestra.run.smithi158.stdout:Access: 2023-09-07 07:27:00.419753825 +0000 2023-09-07T07:28:09.557 INFO:teuthology.orchestra.run.smithi158.stdout:Modify: 2023-09-07 07:25:11.224003840 +0000 2023-09-07T07:28:09.557 INFO:teuthology.orchestra.run.smithi158.stdout:Change: 2023-09-07 07:25:11.224003840 +0000 2023-09-07T07:28:09.557 INFO:teuthology.orchestra.run.smithi158.stdout: Birth: - 2023-09-07T07:28:09.558 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-09-07T07:28:09.622 INFO:teuthology.orchestra.run.smithi158.stderr:1+0 records in 2023-09-07T07:28:09.622 INFO:teuthology.orchestra.run.smithi158.stderr:1+0 records out 2023-09-07T07:28:09.622 INFO:teuthology.orchestra.run.smithi158.stderr:512 bytes copied, 0.000146153 s, 3.5 MB/s 2023-09-07T07:28:09.623 DEBUG:teuthology.orchestra.run.smithi158:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-09-07T07:28:09.683 DEBUG:teuthology.orchestra.run.smithi158:> stat /dev/nvme3n1 2023-09-07T07:28:09.741 INFO:teuthology.orchestra.run.smithi158.stdout: File: /dev/nvme3n1 2023-09-07T07:28:09.742 INFO:teuthology.orchestra.run.smithi158.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-09-07T07:28:09.742 INFO:teuthology.orchestra.run.smithi158.stdout:Device: 6h/6d Inode: 431514 Links: 1 Device type: 103,3 2023-09-07T07:28:09.742 INFO:teuthology.orchestra.run.smithi158.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-09-07T07:28:09.742 INFO:teuthology.orchestra.run.smithi158.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-09-07T07:28:09.743 INFO:teuthology.orchestra.run.smithi158.stdout:Access: 2023-09-07 07:27:00.429753711 +0000 2023-09-07T07:28:09.743 INFO:teuthology.orchestra.run.smithi158.stdout:Modify: 2023-09-07 07:25:11.371002155 +0000 2023-09-07T07:28:09.743 INFO:teuthology.orchestra.run.smithi158.stdout:Change: 2023-09-07 07:25:11.371002155 +0000 2023-09-07T07:28:09.744 INFO:teuthology.orchestra.run.smithi158.stdout: Birth: - 2023-09-07T07:28:09.744 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-09-07T07:28:09.808 INFO:teuthology.orchestra.run.smithi158.stderr:1+0 records in 2023-09-07T07:28:09.809 INFO:teuthology.orchestra.run.smithi158.stderr:1+0 records out 2023-09-07T07:28:09.809 INFO:teuthology.orchestra.run.smithi158.stderr:512 bytes copied, 0.000111504 s, 4.6 MB/s 2023-09-07T07:28:09.810 DEBUG:teuthology.orchestra.run.smithi158:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-09-07T07:28:09.869 DEBUG:teuthology.orchestra.run.smithi158:> stat /dev/nvme4n1 2023-09-07T07:28:09.928 INFO:teuthology.orchestra.run.smithi158.stdout: File: /dev/nvme4n1 2023-09-07T07:28:09.928 INFO:teuthology.orchestra.run.smithi158.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-09-07T07:28:09.929 INFO:teuthology.orchestra.run.smithi158.stdout:Device: 6h/6d Inode: 431568 Links: 1 Device type: 103,4 2023-09-07T07:28:09.929 INFO:teuthology.orchestra.run.smithi158.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-09-07T07:28:09.929 INFO:teuthology.orchestra.run.smithi158.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-09-07T07:28:09.929 INFO:teuthology.orchestra.run.smithi158.stdout:Access: 2023-09-07 07:27:00.438753608 +0000 2023-09-07T07:28:09.930 INFO:teuthology.orchestra.run.smithi158.stdout:Modify: 2023-09-07 07:25:11.518000470 +0000 2023-09-07T07:28:09.930 INFO:teuthology.orchestra.run.smithi158.stdout:Change: 2023-09-07 07:25:11.518000470 +0000 2023-09-07T07:28:09.930 INFO:teuthology.orchestra.run.smithi158.stdout: Birth: - 2023-09-07T07:28:09.930 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-09-07T07:28:09.995 INFO:teuthology.orchestra.run.smithi158.stderr:1+0 records in 2023-09-07T07:28:09.996 INFO:teuthology.orchestra.run.smithi158.stderr:1+0 records out 2023-09-07T07:28:09.996 INFO:teuthology.orchestra.run.smithi158.stderr:512 bytes copied, 0.000116955 s, 4.4 MB/s 2023-09-07T07:28:09.997 DEBUG:teuthology.orchestra.run.smithi158:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-09-07T07:28:10.056 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2023-09-07T07:28:10.057 DEBUG:teuthology.orchestra.run.smithi188:> dd if=/scratch_devs of=/dev/stdout 2023-09-07T07:28:10.079 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-09-07T07:28:10.080 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/nvme1n1 2023-09-07T07:28:10.141 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/nvme1n1 2023-09-07T07:28:10.141 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-09-07T07:28:10.141 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 6h/6d Inode: 430719 Links: 1 Device type: 103,1 2023-09-07T07:28:10.141 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-09-07T07:28:10.142 INFO:teuthology.orchestra.run.smithi188.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-09-07T07:28:10.142 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2023-09-07 07:27:44.667312621 +0000 2023-09-07T07:28:10.142 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2023-09-07 07:25:12.731993718 +0000 2023-09-07T07:28:10.142 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2023-09-07 07:25:12.731993718 +0000 2023-09-07T07:28:10.142 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: - 2023-09-07T07:28:10.143 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-09-07T07:28:10.211 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2023-09-07T07:28:10.211 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2023-09-07T07:28:10.212 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000288448 s, 1.8 MB/s 2023-09-07T07:28:10.213 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-09-07T07:28:10.258 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:10 smithi158 ceph-mon[108027]: Reconfiguring ceph-exporter.smithi158 (monmap changed)... 2023-09-07T07:28:10.259 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:10 smithi158 ceph-mon[108027]: Reconfiguring daemon ceph-exporter.smithi158 on smithi158 2023-09-07T07:28:10.259 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:10 smithi158 ceph-mon[108027]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:10.259 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:10 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:10.259 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:10 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:10.260 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:10 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:10.260 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:10 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi158", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-07T07:28:10.260 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:10 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:10.276 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/nvme2n1 2023-09-07T07:28:10.337 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/nvme2n1 2023-09-07T07:28:10.338 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-09-07T07:28:10.338 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 6h/6d Inode: 430774 Links: 1 Device type: 103,2 2023-09-07T07:28:10.338 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-09-07T07:28:10.339 INFO:teuthology.orchestra.run.smithi188.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-09-07T07:28:10.339 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2023-09-07 07:27:44.678312427 +0000 2023-09-07T07:28:10.339 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2023-09-07 07:25:12.880991093 +0000 2023-09-07T07:28:10.339 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2023-09-07 07:25:12.880991093 +0000 2023-09-07T07:28:10.340 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: - 2023-09-07T07:28:10.340 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-09-07T07:28:10.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:10 smithi188 ceph-mon[119889]: Reconfiguring ceph-exporter.smithi158 (monmap changed)... 2023-09-07T07:28:10.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:10 smithi188 ceph-mon[119889]: Reconfiguring daemon ceph-exporter.smithi158 on smithi158 2023-09-07T07:28:10.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:10 smithi188 ceph-mon[119889]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:10.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:10 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:10.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:10 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:10.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:10 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:10.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:10 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi158", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-07T07:28:10.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:10 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:10.408 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2023-09-07T07:28:10.408 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2023-09-07T07:28:10.408 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000267723 s, 1.9 MB/s 2023-09-07T07:28:10.409 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-09-07T07:28:10.471 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/nvme3n1 2023-09-07T07:28:10.531 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/nvme3n1 2023-09-07T07:28:10.531 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-09-07T07:28:10.532 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 6h/6d Inode: 434271 Links: 1 Device type: 103,3 2023-09-07T07:28:10.532 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-09-07T07:28:10.532 INFO:teuthology.orchestra.run.smithi188.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-09-07T07:28:10.532 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2023-09-07 07:27:44.689312232 +0000 2023-09-07T07:28:10.532 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2023-09-07 07:25:13.032988415 +0000 2023-09-07T07:28:10.533 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2023-09-07 07:25:13.032988415 +0000 2023-09-07T07:28:10.533 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: - 2023-09-07T07:28:10.533 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-09-07T07:28:10.599 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2023-09-07T07:28:10.600 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2023-09-07T07:28:10.600 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.0002493 s, 2.1 MB/s 2023-09-07T07:28:10.601 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-09-07T07:28:10.662 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/nvme4n1 2023-09-07T07:28:10.720 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/nvme4n1 2023-09-07T07:28:10.721 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-09-07T07:28:10.721 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 6h/6d Inode: 430980 Links: 1 Device type: 103,4 2023-09-07T07:28:10.721 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-09-07T07:28:10.721 INFO:teuthology.orchestra.run.smithi188.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-09-07T07:28:10.722 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2023-09-07 07:27:44.700312038 +0000 2023-09-07T07:28:10.722 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2023-09-07 07:25:13.184985736 +0000 2023-09-07T07:28:10.722 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2023-09-07 07:25:13.184985736 +0000 2023-09-07T07:28:10.722 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: - 2023-09-07T07:28:10.723 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-09-07T07:28:10.787 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2023-09-07T07:28:10.788 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2023-09-07T07:28:10.788 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000251744 s, 2.0 MB/s 2023-09-07T07:28:10.789 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-09-07T07:28:10.849 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch apply osd --all-available-devices 2023-09-07T07:28:11.101 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi188/config 2023-09-07T07:28:11.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:11 smithi188 ceph-mon[119889]: Reconfiguring crash.smithi158 (monmap changed)... 2023-09-07T07:28:11.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:11 smithi188 ceph-mon[119889]: Reconfiguring daemon crash.smithi158 on smithi158 2023-09-07T07:28:11.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:11 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:11.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:11 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:11.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:11 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:28:11.351 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:11 smithi158 ceph-mon[108027]: Reconfiguring crash.smithi158 (monmap changed)... 2023-09-07T07:28:11.351 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:11 smithi158 ceph-mon[108027]: Reconfiguring daemon crash.smithi158 on smithi158 2023-09-07T07:28:11.351 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:11 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:11.351 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:11 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:11.352 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:11 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:28:12.283 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:12 smithi158 ceph-mon[108027]: Reconfiguring alertmanager.smithi158 (dependencies changed)... 2023-09-07T07:28:12.283 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:12 smithi158 ceph-mon[108027]: Reconfiguring daemon alertmanager.smithi158 on smithi158 2023-09-07T07:28:12.283 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:12 smithi158 ceph-mon[108027]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:12.331 INFO:teuthology.orchestra.run.smithi188.stdout:Scheduled osd.all-available-devices update... 2023-09-07T07:28:12.362 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:12 smithi188 ceph-mon[119889]: Reconfiguring alertmanager.smithi158 (dependencies changed)... 2023-09-07T07:28:12.362 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:12 smithi188 ceph-mon[119889]: Reconfiguring daemon alertmanager.smithi158 on smithi158 2023-09-07T07:28:12.362 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:12 smithi188 ceph-mon[119889]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:12.748 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-09-07T07:28:12.748 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd stat -f json 2023-09-07T07:28:12.988 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:28:13.630 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:13 smithi158 ceph-mon[108027]: from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:28:13.630 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:13 smithi158 ceph-mon[108027]: Marking host: smithi158 for OSDSpec preview refresh. 2023-09-07T07:28:13.631 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:13 smithi158 ceph-mon[108027]: Marking host: smithi188 for OSDSpec preview refresh. 2023-09-07T07:28:13.631 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:13 smithi158 ceph-mon[108027]: Saving service osd.all-available-devices spec with placement * 2023-09-07T07:28:13.631 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:13 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:13.631 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:13 smithi158 ceph-mon[108027]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:13.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:13 smithi188 ceph-mon[119889]: from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:28:13.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:13 smithi188 ceph-mon[119889]: Marking host: smithi158 for OSDSpec preview refresh. 2023-09-07T07:28:13.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:13 smithi188 ceph-mon[119889]: Marking host: smithi188 for OSDSpec preview refresh. 2023-09-07T07:28:13.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:13 smithi188 ceph-mon[119889]: Saving service osd.all-available-devices spec with placement * 2023-09-07T07:28:13.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:13 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:13.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:13 smithi188 ceph-mon[119889]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:14.405 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:28:14.883 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:14 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:14.883 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:14 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:14.884 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:14 smithi158 ceph-mon[108027]: Reconfiguring grafana.smithi158 (dependencies changed)... 2023-09-07T07:28:14.884 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:14 smithi158 ceph-mon[108027]: Reconfiguring daemon grafana.smithi158 on smithi158 2023-09-07T07:28:14.884 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:14 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/3038465045' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:28:14.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:14 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:14.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:14 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:14.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:14 smithi188 ceph-mon[119889]: Reconfiguring grafana.smithi158 (dependencies changed)... 2023-09-07T07:28:14.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:14 smithi188 ceph-mon[119889]: Reconfiguring daemon grafana.smithi158 on smithi158 2023-09-07T07:28:14.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:14 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/3038465045' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:28:14.901 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-09-07T07:28:15.789 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:15 smithi158 ceph-mon[108027]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:15.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:15 smithi188 ceph-mon[119889]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:15.903 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd stat -f json 2023-09-07T07:28:16.295 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:28:17.460 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:17 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:17.461 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:17 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:17.636 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:28:17.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:17 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:17.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:17 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:18.092 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-09-07T07:28:18.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:18 smithi188 ceph-mon[119889]: Reconfiguring prometheus.smithi158 (dependencies changed)... 2023-09-07T07:28:18.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:18 smithi188 ceph-mon[119889]: Reconfiguring daemon prometheus.smithi158 on smithi158 2023-09-07T07:28:18.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:18 smithi188 ceph-mon[119889]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:18.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:18 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/3606777458' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:28:18.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:18 smithi158 ceph-mon[108027]: Reconfiguring prometheus.smithi158 (dependencies changed)... 2023-09-07T07:28:18.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:18 smithi158 ceph-mon[108027]: Reconfiguring daemon prometheus.smithi158 on smithi158 2023-09-07T07:28:18.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:18 smithi158 ceph-mon[108027]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:18.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:18 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/3606777458' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:28:19.093 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd stat -f json 2023-09-07T07:28:19.500 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:28:19.756 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:19 smithi158 ceph-mon[108027]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:19.756 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:19 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:19.757 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:19 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:19.757 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:19 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi188", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-09-07T07:28:19.757 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:19 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:19.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:19 smithi188 ceph-mon[119889]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:19.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:19 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:19.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:19 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:19.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:19 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi188", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-09-07T07:28:19.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:19 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:20.651 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:28:20.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:20 smithi188 ceph-mon[119889]: Reconfiguring ceph-exporter.smithi188 (monmap changed)... 2023-09-07T07:28:20.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:20 smithi188 ceph-mon[119889]: Reconfiguring daemon ceph-exporter.smithi188 on smithi188 2023-09-07T07:28:20.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:20 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:20.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:20 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:20.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:20 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi188", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-07T07:28:20.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:20 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:20.915 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:20 smithi158 ceph-mon[108027]: Reconfiguring ceph-exporter.smithi188 (monmap changed)... 2023-09-07T07:28:20.915 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:20 smithi158 ceph-mon[108027]: Reconfiguring daemon ceph-exporter.smithi188 on smithi188 2023-09-07T07:28:20.915 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:20 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:20.916 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:20 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:20.916 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:20 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi188", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-07T07:28:20.916 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:20 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:21.016 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-09-07T07:28:21.886 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:21 smithi188 ceph-mon[119889]: Reconfiguring crash.smithi188 (monmap changed)... 2023-09-07T07:28:21.886 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:21 smithi188 ceph-mon[119889]: Reconfiguring daemon crash.smithi188 on smithi188 2023-09-07T07:28:21.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:21 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/4222614026' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:28:21.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:21 smithi188 ceph-mon[119889]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:21.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:21 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:21.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:21 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:21.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:21 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi188.gxmain", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-07T07:28:21.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:21 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-07T07:28:21.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:21 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:21.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:21 smithi158 ceph-mon[108027]: Reconfiguring crash.smithi188 (monmap changed)... 2023-09-07T07:28:21.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:21 smithi158 ceph-mon[108027]: Reconfiguring daemon crash.smithi188 on smithi188 2023-09-07T07:28:21.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:21 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/4222614026' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:28:21.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:21 smithi158 ceph-mon[108027]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:21.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:21 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:21.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:21 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:21.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:21 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi188.gxmain", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-07T07:28:21.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:21 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-07T07:28:21.929 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:21 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:22.018 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd stat -f json 2023-09-07T07:28:22.252 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:28:22.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:22 smithi158 ceph-mon[108027]: Reconfiguring mgr.smithi188.gxmain (monmap changed)... 2023-09-07T07:28:22.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:22 smithi158 ceph-mon[108027]: Reconfiguring daemon mgr.smithi188.gxmain on smithi188 2023-09-07T07:28:22.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:22 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:22.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:22 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:22.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:22 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-07T07:28:22.679 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:22 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-07T07:28:22.679 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:22 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:22.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:22 smithi188 ceph-mon[119889]: Reconfiguring mgr.smithi188.gxmain (monmap changed)... 2023-09-07T07:28:22.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:22 smithi188 ceph-mon[119889]: Reconfiguring daemon mgr.smithi188.gxmain on smithi188 2023-09-07T07:28:22.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:22 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:22.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:22 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:22.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:22 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-07T07:28:22.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:22 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-07T07:28:22.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:22 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:23.373 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:28:23.760 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-09-07T07:28:24.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:24 smithi158 ceph-mon[108027]: Reconfiguring mon.smithi188 (monmap changed)... 2023-09-07T07:28:24.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:24 smithi158 ceph-mon[108027]: Reconfiguring daemon mon.smithi188 on smithi188 2023-09-07T07:28:24.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:24 smithi158 ceph-mon[108027]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:24.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:24 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:24.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:24 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:24.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:24 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-07T07:28:24.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:24 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi158.front.sepia.ceph.com:9093"}]: dispatch 2023-09-07T07:28:24.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:24 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:24.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:24 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-07T07:28:24.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:24 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi158.front.sepia.ceph.com:3000"}]: dispatch 2023-09-07T07:28:24.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:24 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:24.430 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:24 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-07T07:28:24.430 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:24 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi158.front.sepia.ceph.com:9095"}]: dispatch 2023-09-07T07:28:24.430 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:24 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:24.430 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:24 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:28:24.430 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:24 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/37058649' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:28:24.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:24 smithi188 ceph-mon[119889]: Reconfiguring mon.smithi188 (monmap changed)... 2023-09-07T07:28:24.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:24 smithi188 ceph-mon[119889]: Reconfiguring daemon mon.smithi188 on smithi188 2023-09-07T07:28:24.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:24 smithi188 ceph-mon[119889]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:24.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:24 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:24.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:24 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:24.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:24 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-07T07:28:24.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:24 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi158.front.sepia.ceph.com:9093"}]: dispatch 2023-09-07T07:28:24.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:24 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:24.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:24 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-07T07:28:24.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:24 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi158.front.sepia.ceph.com:3000"}]: dispatch 2023-09-07T07:28:24.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:24 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:24.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:24 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-07T07:28:24.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:24 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi158.front.sepia.ceph.com:9095"}]: dispatch 2023-09-07T07:28:24.640 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:24 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:24.640 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:24 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:28:24.640 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:24 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/37058649' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:28:24.761 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd stat -f json 2023-09-07T07:28:25.295 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:28:25.556 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:25 smithi158 ceph-mon[108027]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-07T07:28:25.557 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:25 smithi158 ceph-mon[108027]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi158.front.sepia.ceph.com:9093"}]: dispatch 2023-09-07T07:28:25.557 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:25 smithi158 ceph-mon[108027]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-07T07:28:25.557 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:25 smithi158 ceph-mon[108027]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi158.front.sepia.ceph.com:3000"}]: dispatch 2023-09-07T07:28:25.557 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:25 smithi158 ceph-mon[108027]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-07T07:28:25.557 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:25 smithi158 ceph-mon[108027]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi158.front.sepia.ceph.com:9095"}]: dispatch 2023-09-07T07:28:25.558 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:25 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:25.558 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:25 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:25.558 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:25 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:25.558 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:25 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:25.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:25 smithi188 ceph-mon[119889]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-07T07:28:25.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:25 smithi188 ceph-mon[119889]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi158.front.sepia.ceph.com:9093"}]: dispatch 2023-09-07T07:28:25.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:25 smithi188 ceph-mon[119889]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-07T07:28:25.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:25 smithi188 ceph-mon[119889]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi158.front.sepia.ceph.com:3000"}]: dispatch 2023-09-07T07:28:25.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:25 smithi188 ceph-mon[119889]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-07T07:28:25.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:25 smithi188 ceph-mon[119889]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi158.front.sepia.ceph.com:9095"}]: dispatch 2023-09-07T07:28:25.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:25 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:25.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:25 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:25.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:25 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:25.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:25 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:26.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:26 smithi158 ceph-mon[108027]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:26.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:26 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:28:26.542 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:28:26.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:26 smithi188 ceph-mon[119889]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:26.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:26 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:28:26.915 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-09-07T07:28:27.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:27 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:27.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:27 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:27.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:27 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:27.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:27 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:27.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:27 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:27.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:27 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:28:27.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:27 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:27.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:27 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:28:27.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:27 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-07T07:28:27.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:27 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:27.430 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:27 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-07T07:28:27.430 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:27 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:27.430 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:27 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/4151880766' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:28:27.430 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:27 smithi158 ceph-mon[108027]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:27.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:27 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:27.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:27 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:27.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:27 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:27.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:27 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:27.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:27 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:27.889 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:27 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:28:27.889 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:27 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:27.889 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:27 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:28:27.889 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:27 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-07T07:28:27.890 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:27 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:27.890 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:27 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-07T07:28:27.890 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:27 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:27.890 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:27 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/4151880766' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:28:27.890 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:27 smithi188 ceph-mon[119889]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:27.916 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd stat -f json 2023-09-07T07:28:28.149 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:28:28.867 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:28 smithi158 ceph-mon[108027]: from='client.? 172.21.15.188:0/2794049873' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4e1f83a9-88bb-4a7a-a4e0-ba125fbc90bc"}]: dispatch 2023-09-07T07:28:28.868 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:28 smithi158 ceph-mon[108027]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4e1f83a9-88bb-4a7a-a4e0-ba125fbc90bc"}]: dispatch 2023-09-07T07:28:28.868 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:28 smithi158 ceph-mon[108027]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4e1f83a9-88bb-4a7a-a4e0-ba125fbc90bc"}]': finished 2023-09-07T07:28:28.869 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:28 smithi158 ceph-mon[108027]: osdmap e6: 1 total, 0 up, 1 in 2023-09-07T07:28:28.869 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:28 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:28:28.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:28 smithi188 ceph-mon[119889]: from='client.? 172.21.15.188:0/2794049873' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4e1f83a9-88bb-4a7a-a4e0-ba125fbc90bc"}]: dispatch 2023-09-07T07:28:28.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:28 smithi188 ceph-mon[119889]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4e1f83a9-88bb-4a7a-a4e0-ba125fbc90bc"}]: dispatch 2023-09-07T07:28:28.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:28 smithi188 ceph-mon[119889]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4e1f83a9-88bb-4a7a-a4e0-ba125fbc90bc"}]': finished 2023-09-07T07:28:28.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:28 smithi188 ceph-mon[119889]: osdmap e6: 1 total, 0 up, 1 in 2023-09-07T07:28:28.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:28 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:28:29.349 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:28:29.795 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1694071708,"num_remapped_pgs":0} 2023-09-07T07:28:29.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:29 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/2719895317' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "26b1c369-c412-485f-bfea-dbec8314e333"}]: dispatch 2023-09-07T07:28:29.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:29 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/2719895317' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "26b1c369-c412-485f-bfea-dbec8314e333"}]': finished 2023-09-07T07:28:29.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:29 smithi188 ceph-mon[119889]: osdmap e7: 2 total, 0 up, 2 in 2023-09-07T07:28:29.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:29 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:28:29.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:29 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:29.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:29 smithi188 ceph-mon[119889]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:29.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:29 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/1183199192' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:28:29.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:29 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/2719895317' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "26b1c369-c412-485f-bfea-dbec8314e333"}]: dispatch 2023-09-07T07:28:29.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:29 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/2719895317' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "26b1c369-c412-485f-bfea-dbec8314e333"}]': finished 2023-09-07T07:28:29.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:29 smithi158 ceph-mon[108027]: osdmap e7: 2 total, 0 up, 2 in 2023-09-07T07:28:29.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:29 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:28:29.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:29 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:29.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:29 smithi158 ceph-mon[108027]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:29.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:29 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/1183199192' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:28:30.797 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd stat -f json 2023-09-07T07:28:31.025 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:28:31.126 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:30 smithi158 ceph-mon[108027]: from='client.? 172.21.15.188:0/82331844' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:28:31.126 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:30 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/3587128960' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:28:31.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:30 smithi188 ceph-mon[119889]: from='client.? 172.21.15.188:0/82331844' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:28:31.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:30 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/3587128960' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:28:32.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:31 smithi188 ceph-mon[119889]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:32.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:31 smithi158 ceph-mon[108027]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:32.220 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:28:32.607 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1694071708,"num_remapped_pgs":0} 2023-09-07T07:28:32.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:32 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/1210814840' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:28:32.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:32 smithi188 ceph-mon[119889]: from='client.? 172.21.15.188:0/1668248589' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "06148b35-e302-4c1f-8c90-198bf16eb023"}]: dispatch 2023-09-07T07:28:32.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:32 smithi188 ceph-mon[119889]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "06148b35-e302-4c1f-8c90-198bf16eb023"}]: dispatch 2023-09-07T07:28:32.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:32 smithi188 ceph-mon[119889]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "06148b35-e302-4c1f-8c90-198bf16eb023"}]': finished 2023-09-07T07:28:32.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:32 smithi188 ceph-mon[119889]: osdmap e8: 3 total, 0 up, 3 in 2023-09-07T07:28:32.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:32 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:28:32.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:32 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:32.889 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:32 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:32.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:32 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/1210814840' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:28:32.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:32 smithi158 ceph-mon[108027]: from='client.? 172.21.15.188:0/1668248589' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "06148b35-e302-4c1f-8c90-198bf16eb023"}]: dispatch 2023-09-07T07:28:32.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:32 smithi158 ceph-mon[108027]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "06148b35-e302-4c1f-8c90-198bf16eb023"}]: dispatch 2023-09-07T07:28:32.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:32 smithi158 ceph-mon[108027]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "06148b35-e302-4c1f-8c90-198bf16eb023"}]': finished 2023-09-07T07:28:32.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:32 smithi158 ceph-mon[108027]: osdmap e8: 3 total, 0 up, 3 in 2023-09-07T07:28:32.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:32 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:28:32.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:32 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:32.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:32 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:33.608 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd stat -f json 2023-09-07T07:28:33.847 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:28:33.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:33 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/2200853977' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e495ef37-0b30-418f-b771-d643c5d16242"}]: dispatch 2023-09-07T07:28:33.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:33 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/2200853977' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e495ef37-0b30-418f-b771-d643c5d16242"}]': finished 2023-09-07T07:28:33.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:33 smithi158 ceph-mon[108027]: osdmap e9: 4 total, 0 up, 4 in 2023-09-07T07:28:33.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:33 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:28:33.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:33 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:33.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:33 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:33.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:33 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:33.929 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:33 smithi158 ceph-mon[108027]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:34.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:33 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/2200853977' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e495ef37-0b30-418f-b771-d643c5d16242"}]: dispatch 2023-09-07T07:28:34.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:33 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/2200853977' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e495ef37-0b30-418f-b771-d643c5d16242"}]': finished 2023-09-07T07:28:34.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:33 smithi188 ceph-mon[119889]: osdmap e9: 4 total, 0 up, 4 in 2023-09-07T07:28:34.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:33 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:28:34.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:33 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:34.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:33 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:34.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:33 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:34.139 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:33 smithi188 ceph-mon[119889]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:34.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:34 smithi158 ceph-mon[108027]: from='client.? 172.21.15.188:0/3716370472' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:28:34.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:34 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/1144310925' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:28:34.990 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:28:35.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:34 smithi188 ceph-mon[119889]: from='client.? 172.21.15.188:0/3716370472' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:28:35.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:34 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/1144310925' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:28:35.388 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1694071712,"num_remapped_pgs":0} 2023-09-07T07:28:36.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:35 smithi188 ceph-mon[119889]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:36.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:35 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/2124849684' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:28:36.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:35 smithi158 ceph-mon[108027]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:36.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:35 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/2124849684' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:28:36.390 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd stat -f json 2023-09-07T07:28:36.637 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:28:37.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:36 smithi188 ceph-mon[119889]: from='client.? 172.21.15.188:0/1809359945' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "276e1451-6627-4898-a61f-1cdc071ec1d0"}]: dispatch 2023-09-07T07:28:37.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:36 smithi188 ceph-mon[119889]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "276e1451-6627-4898-a61f-1cdc071ec1d0"}]: dispatch 2023-09-07T07:28:37.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:36 smithi188 ceph-mon[119889]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "276e1451-6627-4898-a61f-1cdc071ec1d0"}]': finished 2023-09-07T07:28:37.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:36 smithi188 ceph-mon[119889]: osdmap e10: 5 total, 0 up, 5 in 2023-09-07T07:28:37.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:36 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:28:37.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:36 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:37.139 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:36 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:37.139 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:36 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:37.139 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:36 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:37.143 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:36 smithi158 ceph-mon[108027]: from='client.? 172.21.15.188:0/1809359945' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "276e1451-6627-4898-a61f-1cdc071ec1d0"}]: dispatch 2023-09-07T07:28:37.143 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:36 smithi158 ceph-mon[108027]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "276e1451-6627-4898-a61f-1cdc071ec1d0"}]: dispatch 2023-09-07T07:28:37.144 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:36 smithi158 ceph-mon[108027]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "276e1451-6627-4898-a61f-1cdc071ec1d0"}]': finished 2023-09-07T07:28:37.144 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:36 smithi158 ceph-mon[108027]: osdmap e10: 5 total, 0 up, 5 in 2023-09-07T07:28:37.144 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:36 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:28:37.144 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:36 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:37.144 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:36 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:37.145 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:36 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:37.145 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:36 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:37.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:37 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/3948325483' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4c7bbd24-a2ad-4404-b0fa-5bc7e6e02344"}]: dispatch 2023-09-07T07:28:37.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:37 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/3948325483' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4c7bbd24-a2ad-4404-b0fa-5bc7e6e02344"}]': finished 2023-09-07T07:28:37.929 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:37 smithi158 ceph-mon[108027]: osdmap e11: 6 total, 0 up, 6 in 2023-09-07T07:28:37.929 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:37 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:28:37.930 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:37 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:37.930 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:37 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:37.930 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:37 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:37.931 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:37 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:37.931 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:37 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:37.931 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:37 smithi158 ceph-mon[108027]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:37.932 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:37 smithi158 ceph-mon[108027]: from='client.? 172.21.15.188:0/3463890726' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:28:38.066 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:28:38.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:37 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/3948325483' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4c7bbd24-a2ad-4404-b0fa-5bc7e6e02344"}]: dispatch 2023-09-07T07:28:38.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:37 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/3948325483' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4c7bbd24-a2ad-4404-b0fa-5bc7e6e02344"}]': finished 2023-09-07T07:28:38.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:37 smithi188 ceph-mon[119889]: osdmap e11: 6 total, 0 up, 6 in 2023-09-07T07:28:38.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:37 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:28:38.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:37 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:38.139 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:37 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:38.139 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:37 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:38.139 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:37 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:38.139 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:37 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:38.140 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:37 smithi188 ceph-mon[119889]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:38.140 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:37 smithi188 ceph-mon[119889]: from='client.? 172.21.15.188:0/3463890726' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:28:38.438 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1694071716,"num_remapped_pgs":0} 2023-09-07T07:28:39.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:38 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/2519884731' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:28:39.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:38 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/564655843' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:28:39.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:38 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/2519884731' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:28:39.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:38 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/564655843' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:28:39.439 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd stat -f json 2023-09-07T07:28:39.664 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:28:40.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:39 smithi188 ceph-mon[119889]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:40.169 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:39 smithi158 ceph-mon[108027]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:41.093 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:28:41.122 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:40 smithi158 ceph-mon[108027]: from='client.? 172.21.15.188:0/1849117462' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "11ac40ce-51bd-4452-97cc-d68a14c5e19e"}]: dispatch 2023-09-07T07:28:41.122 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:40 smithi158 ceph-mon[108027]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "11ac40ce-51bd-4452-97cc-d68a14c5e19e"}]: dispatch 2023-09-07T07:28:41.122 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:40 smithi158 ceph-mon[108027]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "11ac40ce-51bd-4452-97cc-d68a14c5e19e"}]': finished 2023-09-07T07:28:41.122 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:40 smithi158 ceph-mon[108027]: osdmap e12: 7 total, 0 up, 7 in 2023-09-07T07:28:41.123 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:40 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:28:41.123 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:40 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:41.123 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:40 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:41.123 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:40 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:41.123 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:40 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:41.124 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:40 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:41.124 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:40 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:41.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:40 smithi188 ceph-mon[119889]: from='client.? 172.21.15.188:0/1849117462' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "11ac40ce-51bd-4452-97cc-d68a14c5e19e"}]: dispatch 2023-09-07T07:28:41.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:40 smithi188 ceph-mon[119889]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "11ac40ce-51bd-4452-97cc-d68a14c5e19e"}]: dispatch 2023-09-07T07:28:41.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:40 smithi188 ceph-mon[119889]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "11ac40ce-51bd-4452-97cc-d68a14c5e19e"}]': finished 2023-09-07T07:28:41.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:40 smithi188 ceph-mon[119889]: osdmap e12: 7 total, 0 up, 7 in 2023-09-07T07:28:41.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:40 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:28:41.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:40 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:41.139 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:40 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:41.139 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:40 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:41.139 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:40 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:41.139 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:40 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:41.139 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:40 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:41.525 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1694071720,"num_remapped_pgs":0} 2023-09-07T07:28:42.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:41 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/2568229899' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f9efac81-4290-485a-821f-60b035f031fb"}]: dispatch 2023-09-07T07:28:42.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:41 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/2568229899' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f9efac81-4290-485a-821f-60b035f031fb"}]': finished 2023-09-07T07:28:42.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:41 smithi188 ceph-mon[119889]: osdmap e13: 8 total, 0 up, 8 in 2023-09-07T07:28:42.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:41 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:28:42.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:41 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:42.139 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:41 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:42.139 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:41 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:42.139 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:41 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:42.139 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:41 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:42.140 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:41 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:42.140 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:41 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:42.140 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:41 smithi188 ceph-mon[119889]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:42.140 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:41 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:28:42.141 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:41 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/2598215737' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:28:42.141 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:41 smithi188 ceph-mon[119889]: from='client.? 172.21.15.188:0/612534021' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:28:42.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:41 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/2568229899' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f9efac81-4290-485a-821f-60b035f031fb"}]: dispatch 2023-09-07T07:28:42.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:41 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/2568229899' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f9efac81-4290-485a-821f-60b035f031fb"}]': finished 2023-09-07T07:28:42.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:41 smithi158 ceph-mon[108027]: osdmap e13: 8 total, 0 up, 8 in 2023-09-07T07:28:42.178 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:41 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:28:42.178 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:41 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:42.178 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:41 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:42.178 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:41 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:42.178 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:41 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:42.179 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:41 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:42.179 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:41 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:42.179 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:41 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:42.179 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:41 smithi158 ceph-mon[108027]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:42.179 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:41 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:28:42.180 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:41 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/2598215737' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:28:42.180 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:41 smithi158 ceph-mon[108027]: from='client.? 172.21.15.188:0/612534021' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:28:42.527 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd stat -f json 2023-09-07T07:28:42.755 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:28:43.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:42 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/374282237' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:28:43.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:42 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/374282237' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:28:43.941 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:28:44.023 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:43 smithi188 ceph-mon[119889]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:44.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:43 smithi158 ceph-mon[108027]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:44.312 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1694071720,"num_remapped_pgs":0} 2023-09-07T07:28:45.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:44 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/1465980251' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:28:45.147 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:44 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/1465980251' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:28:45.314 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd stat -f json 2023-09-07T07:28:45.741 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:28:46.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:45 smithi158 ceph-mon[108027]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:46.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:45 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-07T07:28:46.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:45 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:46.241 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:45 smithi188 ceph-mon[119889]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:46.242 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:45 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-07T07:28:46.242 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:45 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:47.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:46 smithi158 ceph-mon[108027]: Deploying daemon osd.0 on smithi188 2023-09-07T07:28:47.216 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:28:47.337 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:46 smithi188 ceph-mon[119889]: Deploying daemon osd.0 on smithi188 2023-09-07T07:28:47.762 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1694071720,"num_remapped_pgs":0} 2023-09-07T07:28:48.123 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:47 smithi188 ceph-mon[119889]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:48.124 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:47 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-07T07:28:48.124 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:47 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:48.124 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:47 smithi188 ceph-mon[119889]: Deploying daemon osd.1 on smithi158 2023-09-07T07:28:48.124 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:47 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/3403969312' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:28:48.157 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:47 smithi158 ceph-mon[108027]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:48.158 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:47 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-07T07:28:48.158 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:47 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:48.158 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:47 smithi158 ceph-mon[108027]: Deploying daemon osd.1 on smithi158 2023-09-07T07:28:48.159 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:47 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/3403969312' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:28:48.764 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd stat -f json 2023-09-07T07:28:48.994 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:28:49.860 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:49 smithi158 ceph-mon[108027]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:49.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:49 smithi188 ceph-mon[119889]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:50.307 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:28:50.742 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1694071720,"num_remapped_pgs":0} 2023-09-07T07:28:50.751 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:50 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:50.751 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:50 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:50.751 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:50 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-07T07:28:50.752 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:50 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:50.752 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:50 smithi188 ceph-mon[119889]: Deploying daemon osd.2 on smithi188 2023-09-07T07:28:50.752 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:50 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/4086580593' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:28:50.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:50 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:50.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:50 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:50.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:50 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-07T07:28:50.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:50 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:50.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:50 smithi158 ceph-mon[108027]: Deploying daemon osd.2 on smithi188 2023-09-07T07:28:50.929 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:50 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/4086580593' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:28:51.744 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd stat -f json 2023-09-07T07:28:52.127 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:28:52.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:52 smithi188 ceph-mon[119889]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:52.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:52 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:52.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:52 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:52.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:52 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-07T07:28:52.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:52 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:52.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:52 smithi188 ceph-mon[119889]: Deploying daemon osd.3 on smithi158 2023-09-07T07:28:52.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:52 smithi158 ceph-mon[108027]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:52.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:52 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:52.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:52 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:52.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:52 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-07T07:28:52.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:52 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:52.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:52 smithi158 ceph-mon[108027]: Deploying daemon osd.3 on smithi158 2023-09-07T07:28:53.487 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:53 smithi158 ceph-mon[108027]: from='osd.0 [v2:172.21.15.188:6800/3360529053,v1:172.21.15.188:6801/3360529053]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-07T07:28:53.487 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:53 smithi158 ceph-mon[108027]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-07T07:28:53.611 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:28:53.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:53 smithi188 ceph-mon[119889]: from='osd.0 [v2:172.21.15.188:6800/3360529053,v1:172.21.15.188:6801/3360529053]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-07T07:28:53.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:53 smithi188 ceph-mon[119889]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-07T07:28:53.961 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":14,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1694071720,"num_remapped_pgs":0} 2023-09-07T07:28:54.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:54 smithi188 ceph-mon[119889]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:54.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:54 smithi188 ceph-mon[119889]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-09-07T07:28:54.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:54 smithi188 ceph-mon[119889]: osdmap e14: 8 total, 0 up, 8 in 2023-09-07T07:28:54.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:54 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:28:54.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:54 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:54.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:54 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:54.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:54 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:54.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:54 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:54.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:54 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:54.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:54 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:54.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:54 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:54.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:54 smithi188 ceph-mon[119889]: from='osd.0 [v2:172.21.15.188:6800/3360529053,v1:172.21.15.188:6801/3360529053]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2023-09-07T07:28:54.390 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:54 smithi188 ceph-mon[119889]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2023-09-07T07:28:54.390 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:54 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:54.390 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:54 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:54.390 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:54 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-07T07:28:54.390 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:54 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:54.391 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:54 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/1083809227' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:28:54.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:54 smithi158 ceph-mon[108027]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:54.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:54 smithi158 ceph-mon[108027]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-09-07T07:28:54.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:54 smithi158 ceph-mon[108027]: osdmap e14: 8 total, 0 up, 8 in 2023-09-07T07:28:54.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:54 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:28:54.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:54 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:54.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:54 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:54.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:54 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:54.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:54 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:54.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:54 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:54.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:54 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:54.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:54 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:54.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:54 smithi158 ceph-mon[108027]: from='osd.0 [v2:172.21.15.188:6800/3360529053,v1:172.21.15.188:6801/3360529053]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2023-09-07T07:28:54.430 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:54 smithi158 ceph-mon[108027]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2023-09-07T07:28:54.430 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:54 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:54.430 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:54 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:54.430 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:54 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-07T07:28:54.430 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:54 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:54.431 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:54 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/1083809227' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:28:54.963 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd stat -f json 2023-09-07T07:28:55.384 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:28:55.553 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:55 smithi158 ceph-mon[108027]: Deploying daemon osd.4 on smithi188 2023-09-07T07:28:55.554 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:55 smithi158 ceph-mon[108027]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2023-09-07T07:28:55.554 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:55 smithi158 ceph-mon[108027]: osdmap e15: 8 total, 0 up, 8 in 2023-09-07T07:28:55.554 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:55 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:28:55.554 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:55 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:55.555 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:55 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:55.555 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:55 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:55.555 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:55 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:55.555 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:55 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:55.555 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:55 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:55.555 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:55 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:55.556 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:55 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:28:55.556 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:55 smithi158 ceph-mon[108027]: from='osd.1 [v2:172.21.15.158:6802/3248058599,v1:172.21.15.158:6803/3248058599]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-07T07:28:55.587 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:55 smithi188 ceph-mon[119889]: Deploying daemon osd.4 on smithi188 2023-09-07T07:28:55.588 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:55 smithi188 ceph-mon[119889]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2023-09-07T07:28:55.588 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:55 smithi188 ceph-mon[119889]: osdmap e15: 8 total, 0 up, 8 in 2023-09-07T07:28:55.588 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:55 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:28:55.588 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:55 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:55.589 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:55 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:55.590 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:55 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:55.590 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:55 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:55.590 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:55 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:55.591 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:55 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:55.591 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:55 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:55.591 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:55 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:28:55.591 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:55 smithi188 ceph-mon[119889]: from='osd.1 [v2:172.21.15.158:6802/3248058599,v1:172.21.15.158:6803/3248058599]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-07T07:28:56.540 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:56 smithi188 ceph-mon[119889]: purged_snaps scrub starts 2023-09-07T07:28:56.541 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:56 smithi188 ceph-mon[119889]: purged_snaps scrub ok 2023-09-07T07:28:56.541 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:56 smithi188 ceph-mon[119889]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:56.542 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:56 smithi188 ceph-mon[119889]: osd.0 [v2:172.21.15.188:6800/3360529053,v1:172.21.15.188:6801/3360529053] boot 2023-09-07T07:28:56.542 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:56 smithi188 ceph-mon[119889]: from='osd.1 [v2:172.21.15.158:6802/3248058599,v1:172.21.15.158:6803/3248058599]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-09-07T07:28:56.542 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:56 smithi188 ceph-mon[119889]: osdmap e16: 8 total, 1 up, 8 in 2023-09-07T07:28:56.542 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:56 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:28:56.543 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:56 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:56.543 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:56 smithi188 ceph-mon[119889]: from='osd.1 [v2:172.21.15.158:6802/3248058599,v1:172.21.15.158:6803/3248058599]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2023-09-07T07:28:56.543 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:56 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:56.543 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:56 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:56.543 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:56 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:56.544 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:56 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:56.544 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:56 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:56.544 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:56 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:56.544 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:56 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:56.544 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:56 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:56.545 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:56 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-07T07:28:56.545 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:56 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:56.545 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:56 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:28:56.659 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:56 smithi158 ceph-mon[108027]: purged_snaps scrub starts 2023-09-07T07:28:56.660 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:56 smithi158 ceph-mon[108027]: purged_snaps scrub ok 2023-09-07T07:28:56.660 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:56 smithi158 ceph-mon[108027]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:56.661 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:56 smithi158 ceph-mon[108027]: osd.0 [v2:172.21.15.188:6800/3360529053,v1:172.21.15.188:6801/3360529053] boot 2023-09-07T07:28:56.662 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:56 smithi158 ceph-mon[108027]: from='osd.1 [v2:172.21.15.158:6802/3248058599,v1:172.21.15.158:6803/3248058599]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-09-07T07:28:56.662 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:56 smithi158 ceph-mon[108027]: osdmap e16: 8 total, 1 up, 8 in 2023-09-07T07:28:56.662 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:56 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:28:56.662 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:56 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:56.663 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:56 smithi158 ceph-mon[108027]: from='osd.1 [v2:172.21.15.158:6802/3248058599,v1:172.21.15.158:6803/3248058599]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2023-09-07T07:28:56.663 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:56 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:56.663 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:56 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:56.664 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:56 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:56.664 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:56 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:56.664 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:56 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:56.664 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:56 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:56.665 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:56 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:56.665 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:56 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:56.665 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:56 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-07T07:28:56.665 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:56 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:56.665 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:56 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:28:57.037 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:28:57.535 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:57 smithi158 ceph-mon[108027]: Deploying daemon osd.5 on smithi158 2023-09-07T07:28:57.536 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:57 smithi158 ceph-mon[108027]: from='osd.1 [v2:172.21.15.158:6802/3248058599,v1:172.21.15.158:6803/3248058599]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]': finished 2023-09-07T07:28:57.536 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:57 smithi158 ceph-mon[108027]: osdmap e17: 8 total, 1 up, 8 in 2023-09-07T07:28:57.536 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:57 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:57.536 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:57 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:57.536 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:57 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:57.537 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:57 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:57.537 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:57 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:57.537 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:57 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:57.537 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:57 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:57.537 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:57 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:57.538 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:57 smithi158 ceph-mon[108027]: from='osd.2 [v2:172.21.15.188:6808/2432013150,v1:172.21.15.188:6809/2432013150]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-07T07:28:57.538 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:57 smithi158 ceph-mon[108027]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-07T07:28:57.538 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:57 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/2409347664' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:28:57.538 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:57 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:57.538 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:57 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:57.539 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:57 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-07T07:28:57.539 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:57 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:57.540 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1694071735,"num_in_osds":8,"osd_in_since":1694071720,"num_remapped_pgs":0} 2023-09-07T07:28:57.546 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:57 smithi188 ceph-mon[119889]: Deploying daemon osd.5 on smithi158 2023-09-07T07:28:57.547 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:57 smithi188 ceph-mon[119889]: from='osd.1 [v2:172.21.15.158:6802/3248058599,v1:172.21.15.158:6803/3248058599]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]': finished 2023-09-07T07:28:57.547 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:57 smithi188 ceph-mon[119889]: osdmap e17: 8 total, 1 up, 8 in 2023-09-07T07:28:57.548 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:57 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:57.548 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:57 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:57.548 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:57 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:57.548 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:57 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:57.549 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:57 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:57.549 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:57 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:57.549 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:57 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:57.549 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:57 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:57.550 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:57 smithi188 ceph-mon[119889]: from='osd.2 [v2:172.21.15.188:6808/2432013150,v1:172.21.15.188:6809/2432013150]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-07T07:28:57.550 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:57 smithi188 ceph-mon[119889]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-07T07:28:57.550 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:57 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/2409347664' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:28:57.551 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:57 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:57.551 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:57 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:28:57.551 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:57 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-07T07:28:57.552 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:57 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:58.541 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd stat -f json 2023-09-07T07:28:58.572 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:58 smithi158 ceph-mon[108027]: purged_snaps scrub starts 2023-09-07T07:28:58.572 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:58 smithi158 ceph-mon[108027]: purged_snaps scrub ok 2023-09-07T07:28:58.572 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:58 smithi158 ceph-mon[108027]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-09-07T07:28:58.573 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:58 smithi158 ceph-mon[108027]: Deploying daemon osd.6 on smithi188 2023-09-07T07:28:58.573 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:58 smithi158 ceph-mon[108027]: osd.1 [v2:172.21.15.158:6802/3248058599,v1:172.21.15.158:6803/3248058599] boot 2023-09-07T07:28:58.573 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:58 smithi158 ceph-mon[108027]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-09-07T07:28:58.573 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:58 smithi158 ceph-mon[108027]: osdmap e18: 8 total, 2 up, 8 in 2023-09-07T07:28:58.573 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:58 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:58.574 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:58 smithi158 ceph-mon[108027]: from='osd.2 [v2:172.21.15.188:6808/2432013150,v1:172.21.15.188:6809/2432013150]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2023-09-07T07:28:58.574 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:58 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:58.574 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:58 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:58.574 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:58 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:58.574 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:58 smithi158 ceph-mon[108027]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2023-09-07T07:28:58.575 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:58 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:58.575 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:58 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:58.575 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:58 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:58.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:58 smithi188 ceph-mon[119889]: purged_snaps scrub starts 2023-09-07T07:28:58.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:58 smithi188 ceph-mon[119889]: purged_snaps scrub ok 2023-09-07T07:28:58.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:58 smithi188 ceph-mon[119889]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-09-07T07:28:58.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:58 smithi188 ceph-mon[119889]: Deploying daemon osd.6 on smithi188 2023-09-07T07:28:58.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:58 smithi188 ceph-mon[119889]: osd.1 [v2:172.21.15.158:6802/3248058599,v1:172.21.15.158:6803/3248058599] boot 2023-09-07T07:28:58.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:58 smithi188 ceph-mon[119889]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-09-07T07:28:58.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:58 smithi188 ceph-mon[119889]: osdmap e18: 8 total, 2 up, 8 in 2023-09-07T07:28:58.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:58 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:58.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:58 smithi188 ceph-mon[119889]: from='osd.2 [v2:172.21.15.188:6808/2432013150,v1:172.21.15.188:6809/2432013150]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2023-09-07T07:28:58.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:58 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:58.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:58 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:58.640 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:58 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:58.640 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:58 smithi188 ceph-mon[119889]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2023-09-07T07:28:58.640 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:58 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:58.640 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:58 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:58.640 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:58 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:58.787 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:28:59.575 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:59 smithi158 ceph-mon[108027]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2023-09-07T07:28:59.576 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:59 smithi158 ceph-mon[108027]: osdmap e19: 8 total, 2 up, 8 in 2023-09-07T07:28:59.576 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:59 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:59.576 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:59 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:59.576 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:59 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:59.576 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:59 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:59.577 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:59 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:59.577 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:59 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:59.577 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:59 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:59.577 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:28:59 smithi158 ceph-mon[108027]: from='osd.3 [v2:172.21.15.158:6810/1060353001,v1:172.21.15.158:6811/1060353001]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-07T07:28:59.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:59 smithi188 ceph-mon[119889]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2023-09-07T07:28:59.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:59 smithi188 ceph-mon[119889]: osdmap e19: 8 total, 2 up, 8 in 2023-09-07T07:28:59.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:59.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:59.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:59.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:59.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:59.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:59.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:59.640 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:28:59 smithi188 ceph-mon[119889]: from='osd.3 [v2:172.21.15.158:6810/1060353001,v1:172.21.15.158:6811/1060353001]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-07T07:29:00.239 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:29:00.291 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:00 smithi158 ceph-mon[108027]: purged_snaps scrub starts 2023-09-07T07:29:00.291 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:00 smithi158 ceph-mon[108027]: purged_snaps scrub ok 2023-09-07T07:29:00.292 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:00 smithi158 ceph-mon[108027]: pgmap v46: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-09-07T07:29:00.292 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:00 smithi158 ceph-mon[108027]: osd.2 [v2:172.21.15.188:6808/2432013150,v1:172.21.15.188:6809/2432013150] boot 2023-09-07T07:29:00.292 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:00 smithi158 ceph-mon[108027]: from='osd.3 [v2:172.21.15.158:6810/1060353001,v1:172.21.15.158:6811/1060353001]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-09-07T07:29:00.292 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:00 smithi158 ceph-mon[108027]: osdmap e20: 8 total, 3 up, 8 in 2023-09-07T07:29:00.293 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:00 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:29:00.293 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:00 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:29:00.293 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:00 smithi158 ceph-mon[108027]: from='osd.3 [v2:172.21.15.158:6810/1060353001,v1:172.21.15.158:6811/1060353001]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2023-09-07T07:29:00.293 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:00 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:29:00.293 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:00 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:29:00.293 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:00 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:29:00.294 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:00 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:29:00.294 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:00 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:00.294 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:00 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:00.294 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:00 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-07T07:29:00.294 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:00 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:29:00.295 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:00 smithi158 ceph-mon[108027]: from='osd.4 [v2:172.21.15.188:6816/1742842342,v1:172.21.15.188:6817/1742842342]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-07T07:29:00.295 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:00 smithi158 ceph-mon[108027]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-07T07:29:00.295 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:00 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/1068538561' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:29:00.295 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:00 smithi158 ceph-mon[108027]: from='osd.3 [v2:172.21.15.158:6810/1060353001,v1:172.21.15.158:6811/1060353001]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]': finished 2023-09-07T07:29:00.295 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:00 smithi158 ceph-mon[108027]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-09-07T07:29:00.296 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:00 smithi158 ceph-mon[108027]: osdmap e21: 8 total, 3 up, 8 in 2023-09-07T07:29:00.296 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:00 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:29:00.296 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:00 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:29:00.296 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:00 smithi158 ceph-mon[108027]: from='osd.4 [v2:172.21.15.188:6816/1742842342,v1:172.21.15.188:6817/1742842342]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2023-09-07T07:29:00.296 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:00 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:29:00.297 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:00 smithi158 ceph-mon[108027]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2023-09-07T07:29:00.297 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:00 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:29:00.297 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:00 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:29:00.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:00 smithi188 ceph-mon[119889]: purged_snaps scrub starts 2023-09-07T07:29:00.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:00 smithi188 ceph-mon[119889]: purged_snaps scrub ok 2023-09-07T07:29:00.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:00 smithi188 ceph-mon[119889]: pgmap v46: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-09-07T07:29:00.390 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:00 smithi188 ceph-mon[119889]: osd.2 [v2:172.21.15.188:6808/2432013150,v1:172.21.15.188:6809/2432013150] boot 2023-09-07T07:29:00.390 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:00 smithi188 ceph-mon[119889]: from='osd.3 [v2:172.21.15.158:6810/1060353001,v1:172.21.15.158:6811/1060353001]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-09-07T07:29:00.390 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:00 smithi188 ceph-mon[119889]: osdmap e20: 8 total, 3 up, 8 in 2023-09-07T07:29:00.391 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:00 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:29:00.391 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:00 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:29:00.391 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:00 smithi188 ceph-mon[119889]: from='osd.3 [v2:172.21.15.158:6810/1060353001,v1:172.21.15.158:6811/1060353001]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2023-09-07T07:29:00.392 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:00 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:29:00.392 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:00 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:29:00.392 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:00 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:29:00.393 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:00 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:29:00.393 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:00 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:00.393 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:00 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:00.393 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:00 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-07T07:29:00.394 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:00 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:29:00.394 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:00 smithi188 ceph-mon[119889]: from='osd.4 [v2:172.21.15.188:6816/1742842342,v1:172.21.15.188:6817/1742842342]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-07T07:29:00.394 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:00 smithi188 ceph-mon[119889]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-07T07:29:00.395 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:00 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/1068538561' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:29:00.395 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:00 smithi188 ceph-mon[119889]: from='osd.3 [v2:172.21.15.158:6810/1060353001,v1:172.21.15.158:6811/1060353001]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]': finished 2023-09-07T07:29:00.395 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:00 smithi188 ceph-mon[119889]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-09-07T07:29:00.395 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:00 smithi188 ceph-mon[119889]: osdmap e21: 8 total, 3 up, 8 in 2023-09-07T07:29:00.396 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:00 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:29:00.396 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:00 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:29:00.396 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:00 smithi188 ceph-mon[119889]: from='osd.4 [v2:172.21.15.188:6816/1742842342,v1:172.21.15.188:6817/1742842342]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2023-09-07T07:29:00.397 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:00 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:29:00.397 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:00 smithi188 ceph-mon[119889]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2023-09-07T07:29:00.397 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:00 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:29:00.397 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:00 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:29:00.676 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":20,"num_osds":8,"num_up_osds":3,"osd_up_since":1694071739,"num_in_osds":8,"osd_in_since":1694071720,"num_remapped_pgs":0} 2023-09-07T07:29:01.401 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:01 smithi158 ceph-mon[108027]: Deploying daemon osd.7 on smithi158 2023-09-07T07:29:01.402 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:01 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:29:01.402 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:01 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2023-09-07T07:29:01.402 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:01 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:01.402 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:01 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:01.403 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:01 smithi158 ceph-mon[108027]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2023-09-07T07:29:01.403 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:01 smithi158 ceph-mon[108027]: osd.3 [v2:172.21.15.158:6810/1060353001,v1:172.21.15.158:6811/1060353001] boot 2023-09-07T07:29:01.403 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:01 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2023-09-07T07:29:01.403 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:01 smithi158 ceph-mon[108027]: osdmap e22: 8 total, 4 up, 8 in 2023-09-07T07:29:01.404 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:01 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:29:01.404 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:01 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:29:01.404 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:01 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:29:01.404 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:01 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:29:01.404 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:01 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:29:01.405 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:01 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-07T07:29:01.631 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:01 smithi188 ceph-mon[119889]: Deploying daemon osd.7 on smithi158 2023-09-07T07:29:01.632 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:01 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:29:01.632 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:01 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2023-09-07T07:29:01.633 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:01 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:01.633 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:01 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:01.633 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:01 smithi188 ceph-mon[119889]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2023-09-07T07:29:01.633 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:01 smithi188 ceph-mon[119889]: osd.3 [v2:172.21.15.158:6810/1060353001,v1:172.21.15.158:6811/1060353001] boot 2023-09-07T07:29:01.634 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:01 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2023-09-07T07:29:01.634 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:01 smithi188 ceph-mon[119889]: osdmap e22: 8 total, 4 up, 8 in 2023-09-07T07:29:01.634 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:01 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:29:01.635 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:01 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:29:01.635 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:01 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:29:01.635 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:01 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:29:01.635 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:01 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:29:01.636 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:01 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-07T07:29:01.677 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd stat -f json 2023-09-07T07:29:02.063 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:29:02.586 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:02 smithi158 ceph-mon[108027]: purged_snaps scrub starts 2023-09-07T07:29:02.587 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:02 smithi158 ceph-mon[108027]: purged_snaps scrub ok 2023-09-07T07:29:02.587 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:02 smithi158 ceph-mon[108027]: pgmap v49: 0 pgs: ; 0 B data, 79 MiB used, 268 GiB / 268 GiB avail 2023-09-07T07:29:02.587 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:02 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:29:02.587 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:02 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-09-07T07:29:02.588 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:02 smithi158 ceph-mon[108027]: osd.4 [v2:172.21.15.188:6816/1742842342,v1:172.21.15.188:6817/1742842342] boot 2023-09-07T07:29:02.588 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:02 smithi158 ceph-mon[108027]: osdmap e23: 8 total, 5 up, 8 in 2023-09-07T07:29:02.588 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:02 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:29:02.588 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:02 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:29:02.588 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:02 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:29:02.589 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:02 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:29:02.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:02 smithi188 ceph-mon[119889]: purged_snaps scrub starts 2023-09-07T07:29:02.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:02 smithi188 ceph-mon[119889]: purged_snaps scrub ok 2023-09-07T07:29:02.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:02 smithi188 ceph-mon[119889]: pgmap v49: 0 pgs: ; 0 B data, 79 MiB used, 268 GiB / 268 GiB avail 2023-09-07T07:29:02.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:02 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:29:02.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:02 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-09-07T07:29:02.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:02 smithi188 ceph-mon[119889]: osd.4 [v2:172.21.15.188:6816/1742842342,v1:172.21.15.188:6817/1742842342] boot 2023-09-07T07:29:02.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:02 smithi188 ceph-mon[119889]: osdmap e23: 8 total, 5 up, 8 in 2023-09-07T07:29:02.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:02 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:29:02.640 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:02 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:29:02.640 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:02 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:29:02.640 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:02 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:29:03.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:03 smithi188 ceph-mon[119889]: purged_snaps scrub starts 2023-09-07T07:29:03.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:03 smithi188 ceph-mon[119889]: purged_snaps scrub ok 2023-09-07T07:29:03.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:03 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:03.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:03 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:03.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:03 smithi188 ceph-mon[119889]: from='osd.5 [v2:172.21.15.158:6818/4073571908,v1:172.21.15.158:6819/4073571908]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-07T07:29:03.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:03 smithi188 ceph-mon[119889]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-07T07:29:03.482 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:29:03.513 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:03 smithi158 ceph-mon[108027]: purged_snaps scrub starts 2023-09-07T07:29:03.513 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:03 smithi158 ceph-mon[108027]: purged_snaps scrub ok 2023-09-07T07:29:03.514 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:03 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:03.514 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:03 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:03.514 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:03 smithi158 ceph-mon[108027]: from='osd.5 [v2:172.21.15.158:6818/4073571908,v1:172.21.15.158:6819/4073571908]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-07T07:29:03.514 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:03 smithi158 ceph-mon[108027]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-07T07:29:03.869 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":24,"num_osds":8,"num_up_osds":5,"osd_up_since":1694071742,"num_in_osds":8,"osd_in_since":1694071720,"num_remapped_pgs":0} 2023-09-07T07:29:04.462 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:04 smithi188 ceph-mon[119889]: pgmap v52: 1 pgs: 1 unknown; 0 B data, 106 MiB used, 357 GiB / 358 GiB avail 2023-09-07T07:29:04.463 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:04 smithi188 ceph-mon[119889]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-09-07T07:29:04.463 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:04 smithi188 ceph-mon[119889]: osdmap e24: 8 total, 5 up, 8 in 2023-09-07T07:29:04.464 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:04 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:29:04.464 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:04 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:29:04.464 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:04 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:29:04.464 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:04 smithi188 ceph-mon[119889]: from='osd.5 [v2:172.21.15.158:6818/4073571908,v1:172.21.15.158:6819/4073571908]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2023-09-07T07:29:04.464 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:04 smithi188 ceph-mon[119889]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2023-09-07T07:29:04.464 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:04 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:04.465 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:04 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/284773891' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:29:04.465 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:04 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:04.465 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:04 smithi188 ceph-mon[119889]: mgrmap e19: smithi158.cxqbri(active, since 83s), standbys: smithi188.gxmain 2023-09-07T07:29:04.465 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:04 smithi188 ceph-mon[119889]: from='osd.6 [v2:172.21.15.188:6824/2969681015,v1:172.21.15.188:6825/2969681015]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-07T07:29:04.466 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:04 smithi188 ceph-mon[119889]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-07T07:29:04.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:04 smithi158 ceph-mon[108027]: pgmap v52: 1 pgs: 1 unknown; 0 B data, 106 MiB used, 357 GiB / 358 GiB avail 2023-09-07T07:29:04.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:04 smithi158 ceph-mon[108027]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-09-07T07:29:04.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:04 smithi158 ceph-mon[108027]: osdmap e24: 8 total, 5 up, 8 in 2023-09-07T07:29:04.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:04 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:29:04.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:04 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:29:04.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:04 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:29:04.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:04 smithi158 ceph-mon[108027]: from='osd.5 [v2:172.21.15.158:6818/4073571908,v1:172.21.15.158:6819/4073571908]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2023-09-07T07:29:04.679 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:04 smithi158 ceph-mon[108027]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2023-09-07T07:29:04.679 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:04 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:04.679 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:04 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/284773891' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:29:04.679 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:04 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:04.679 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:04 smithi158 ceph-mon[108027]: mgrmap e19: smithi158.cxqbri(active, since 83s), standbys: smithi188.gxmain 2023-09-07T07:29:04.680 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:04 smithi158 ceph-mon[108027]: from='osd.6 [v2:172.21.15.188:6824/2969681015,v1:172.21.15.188:6825/2969681015]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-07T07:29:04.680 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:04 smithi158 ceph-mon[108027]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-07T07:29:04.871 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd stat -f json 2023-09-07T07:29:05.454 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:29:05.519 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:05 smithi188 ceph-mon[119889]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]': finished 2023-09-07T07:29:05.520 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:05 smithi188 ceph-mon[119889]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-09-07T07:29:05.520 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:05 smithi188 ceph-mon[119889]: osdmap e25: 8 total, 5 up, 8 in 2023-09-07T07:29:05.520 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:05 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:29:05.520 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:05 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:29:05.521 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:05 smithi188 ceph-mon[119889]: from='osd.6 [v2:172.21.15.188:6824/2969681015,v1:172.21.15.188:6825/2969681015]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2023-09-07T07:29:05.521 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:05 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:29:05.521 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:05 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:29:05.521 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:05 smithi188 ceph-mon[119889]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2023-09-07T07:29:05.521 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:05 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:05.522 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:05 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:05.522 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:05 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:05.522 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:05 smithi188 ceph-mon[119889]: pgmap v55: 1 pgs: 1 active+clean; 449 KiB data, 132 MiB used, 447 GiB / 447 GiB avail 2023-09-07T07:29:05.522 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:05 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:05.569 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:05 smithi158 ceph-mon[108027]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]': finished 2023-09-07T07:29:05.569 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:05 smithi158 ceph-mon[108027]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-09-07T07:29:05.570 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:05 smithi158 ceph-mon[108027]: osdmap e25: 8 total, 5 up, 8 in 2023-09-07T07:29:05.570 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:05 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:29:05.570 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:05 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:29:05.570 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:05 smithi158 ceph-mon[108027]: from='osd.6 [v2:172.21.15.188:6824/2969681015,v1:172.21.15.188:6825/2969681015]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2023-09-07T07:29:05.570 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:05 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:29:05.571 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:05 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:29:05.571 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:05 smithi158 ceph-mon[108027]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2023-09-07T07:29:05.571 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:05 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:05.571 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:05 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:05.571 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:05 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:05.572 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:05 smithi158 ceph-mon[108027]: pgmap v55: 1 pgs: 1 active+clean; 449 KiB data, 132 MiB used, 447 GiB / 447 GiB avail 2023-09-07T07:29:05.572 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:05 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:06.585 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:06 smithi158 sudo[146345]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-07T07:29:06.586 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:06 smithi158 sudo[146345]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-07T07:29:06.586 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:06 smithi158 sudo[146345]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-07T07:29:06.586 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:06 smithi158 sudo[146345]: pam_unix(sudo:session): session closed for user root 2023-09-07T07:29:06.828 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:29:06.848 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:06 smithi188 ceph-mon[119889]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2023-09-07T07:29:06.848 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:06 smithi188 ceph-mon[119889]: osd.5 [v2:172.21.15.158:6818/4073571908,v1:172.21.15.158:6819/4073571908] boot 2023-09-07T07:29:06.849 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:06 smithi188 ceph-mon[119889]: osdmap e26: 8 total, 6 up, 8 in 2023-09-07T07:29:06.849 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:06 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:29:06.849 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:06 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:29:06.849 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:06 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:29:06.849 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:06 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:29:06.850 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:06 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:06.850 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:06 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:06.850 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:06 smithi188 ceph-mon[119889]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-07T07:29:06.853 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:06 smithi158 sudo[146407]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-07T07:29:06.854 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:06 smithi158 sudo[146407]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-07T07:29:06.854 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:06 smithi158 sudo[146407]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-07T07:29:06.854 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:06 smithi158 sudo[146407]: pam_unix(sudo:session): session closed for user root 2023-09-07T07:29:06.854 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:06 smithi158 ceph-mon[108027]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2023-09-07T07:29:06.854 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:06 smithi158 ceph-mon[108027]: osd.5 [v2:172.21.15.158:6818/4073571908,v1:172.21.15.158:6819/4073571908] boot 2023-09-07T07:29:06.855 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:06 smithi158 ceph-mon[108027]: osdmap e26: 8 total, 6 up, 8 in 2023-09-07T07:29:06.855 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:06 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:29:06.855 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:06 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:29:06.855 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:06 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:29:06.855 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:06 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:29:06.856 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:06 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:06.856 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:06 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:06.856 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:06 smithi158 ceph-mon[108027]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-07T07:29:07.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:06 smithi188 sudo[131988]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-07T07:29:07.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:06 smithi188 sudo[131988]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-07T07:29:07.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:06 smithi188 sudo[131988]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-07T07:29:07.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:06 smithi188 sudo[131988]: pam_unix(sudo:session): session closed for user root 2023-09-07T07:29:07.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:07 smithi188 sudo[131991]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-07T07:29:07.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:07 smithi188 sudo[131991]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-07T07:29:07.139 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:07 smithi188 sudo[131991]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-07T07:29:07.139 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:07 smithi188 sudo[131991]: pam_unix(sudo:session): session closed for user root 2023-09-07T07:29:07.200 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":27,"num_osds":8,"num_up_osds":7,"osd_up_since":1694071746,"num_in_osds":8,"osd_in_since":1694071720,"num_remapped_pgs":0} 2023-09-07T07:29:07.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:07 smithi188 ceph-mon[119889]: purged_snaps scrub starts 2023-09-07T07:29:07.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:07 smithi188 ceph-mon[119889]: purged_snaps scrub ok 2023-09-07T07:29:07.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:07 smithi188 ceph-mon[119889]: purged_snaps scrub starts 2023-09-07T07:29:07.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:07 smithi188 ceph-mon[119889]: purged_snaps scrub ok 2023-09-07T07:29:07.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:07 smithi188 ceph-mon[119889]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-07T07:29:07.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:07 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mon metadata", "id": "smithi158"}]: dispatch 2023-09-07T07:29:07.889 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:07 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2023-09-07T07:29:07.889 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:07 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:29:07.889 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:07 smithi188 ceph-mon[119889]: osd.6 [v2:172.21.15.188:6824/2969681015,v1:172.21.15.188:6825/2969681015] boot 2023-09-07T07:29:07.889 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:07 smithi188 ceph-mon[119889]: osdmap e27: 8 total, 7 up, 8 in 2023-09-07T07:29:07.890 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:07 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:29:07.890 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:07 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:29:07.890 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:07 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:07.890 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:07 smithi188 ceph-mon[119889]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-07T07:29:07.890 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:07 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mon metadata", "id": "smithi158"}]: dispatch 2023-09-07T07:29:07.891 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:07 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2023-09-07T07:29:07.891 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:07 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/2604146938' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:29:07.891 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:07 smithi188 ceph-mon[119889]: pgmap v58: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 536 GiB / 536 GiB avail 2023-09-07T07:29:07.891 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:07 smithi188 ceph-mon[119889]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-07T07:29:07.891 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:07 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:07.892 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:07 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:07.892 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:07 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:07.892 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:07 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:29:07.892 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:07 smithi188 ceph-mon[119889]: osdmap e28: 8 total, 7 up, 8 in 2023-09-07T07:29:07.892 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:07 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:29:07.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:07 smithi158 ceph-mon[108027]: purged_snaps scrub starts 2023-09-07T07:29:07.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:07 smithi158 ceph-mon[108027]: purged_snaps scrub ok 2023-09-07T07:29:07.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:07 smithi158 ceph-mon[108027]: purged_snaps scrub starts 2023-09-07T07:29:07.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:07 smithi158 ceph-mon[108027]: purged_snaps scrub ok 2023-09-07T07:29:07.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:07 smithi158 ceph-mon[108027]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-07T07:29:07.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:07 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mon metadata", "id": "smithi158"}]: dispatch 2023-09-07T07:29:07.929 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:07 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2023-09-07T07:29:07.929 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:07 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:29:07.929 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:07 smithi158 ceph-mon[108027]: osd.6 [v2:172.21.15.188:6824/2969681015,v1:172.21.15.188:6825/2969681015] boot 2023-09-07T07:29:07.929 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:07 smithi158 ceph-mon[108027]: osdmap e27: 8 total, 7 up, 8 in 2023-09-07T07:29:07.930 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:07 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:29:07.930 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:07 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:29:07.930 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:07 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:07.930 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:07 smithi158 ceph-mon[108027]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-07T07:29:07.931 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:07 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mon metadata", "id": "smithi158"}]: dispatch 2023-09-07T07:29:07.931 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:07 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2023-09-07T07:29:07.931 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:07 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/2604146938' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:29:07.932 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:07 smithi158 ceph-mon[108027]: pgmap v58: 1 pgs: 1 active+clean; 449 KiB data, 161 MiB used, 536 GiB / 536 GiB avail 2023-09-07T07:29:07.932 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:07 smithi158 ceph-mon[108027]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-07T07:29:07.932 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:07 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:07.932 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:07 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:07.933 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:07 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:07.933 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:07 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:29:07.933 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:07 smithi158 ceph-mon[108027]: osdmap e28: 8 total, 7 up, 8 in 2023-09-07T07:29:07.933 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:07 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:29:08.201 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd stat -f json 2023-09-07T07:29:08.650 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:29:08.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:08 smithi188 ceph-mon[119889]: from='osd.7 [v2:172.21.15.158:6826/614292153,v1:172.21.15.158:6827/614292153]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-07T07:29:08.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:08 smithi158 ceph-mon[108027]: from='osd.7 [v2:172.21.15.158:6826/614292153,v1:172.21.15.158:6827/614292153]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-07T07:29:09.797 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:09 smithi188 ceph-mon[119889]: from='osd.7 [v2:172.21.15.158:6826/614292153,v1:172.21.15.158:6827/614292153]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-09-07T07:29:09.797 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:09 smithi188 ceph-mon[119889]: osdmap e29: 8 total, 7 up, 8 in 2023-09-07T07:29:09.797 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:09 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:29:09.798 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:09 smithi188 ceph-mon[119889]: from='osd.7 [v2:172.21.15.158:6826/614292153,v1:172.21.15.158:6827/614292153]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2023-09-07T07:29:09.798 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:09 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:09.799 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:09 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:09.799 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:09 smithi188 ceph-mon[119889]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 188 MiB used, 626 GiB / 626 GiB avail; 20 KiB/s rd, 1.1 MiB/s wr, 70 op/s 2023-09-07T07:29:09.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:09 smithi158 ceph-mon[108027]: from='osd.7 [v2:172.21.15.158:6826/614292153,v1:172.21.15.158:6827/614292153]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-09-07T07:29:09.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:09 smithi158 ceph-mon[108027]: osdmap e29: 8 total, 7 up, 8 in 2023-09-07T07:29:09.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:09 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:29:09.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:09 smithi158 ceph-mon[108027]: from='osd.7 [v2:172.21.15.158:6826/614292153,v1:172.21.15.158:6827/614292153]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2023-09-07T07:29:09.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:09 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:09.929 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:09 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:09.929 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:09 smithi158 ceph-mon[108027]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 188 MiB used, 626 GiB / 626 GiB avail; 20 KiB/s rd, 1.1 MiB/s wr, 70 op/s 2023-09-07T07:29:10.378 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:29:10.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:10 smithi158 ceph-mon[108027]: from='osd.7 [v2:172.21.15.158:6826/614292153,v1:172.21.15.158:6827/614292153]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]': finished 2023-09-07T07:29:10.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:10 smithi158 ceph-mon[108027]: osdmap e30: 8 total, 7 up, 8 in 2023-09-07T07:29:10.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:10 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:29:10.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:10 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:29:10.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:10 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:10.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:10 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:10.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:10 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/2527425825' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:29:10.757 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":30,"num_osds":8,"num_up_osds":7,"osd_up_since":1694071746,"num_in_osds":8,"osd_in_since":1694071720,"num_remapped_pgs":0} 2023-09-07T07:29:10.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:10 smithi188 ceph-mon[119889]: from='osd.7 [v2:172.21.15.158:6826/614292153,v1:172.21.15.158:6827/614292153]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]': finished 2023-09-07T07:29:10.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:10 smithi188 ceph-mon[119889]: osdmap e30: 8 total, 7 up, 8 in 2023-09-07T07:29:10.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:10 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:29:10.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:10 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:29:10.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:10 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:10.889 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:10 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:10.889 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:10 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/2527425825' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:29:11.758 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd stat -f json 2023-09-07T07:29:11.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:11 smithi188 ceph-mon[119889]: purged_snaps scrub starts 2023-09-07T07:29:11.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:11 smithi188 ceph-mon[119889]: purged_snaps scrub ok 2023-09-07T07:29:11.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:11 smithi188 ceph-mon[119889]: osd.7 [v2:172.21.15.158:6826/614292153,v1:172.21.15.158:6827/614292153] boot 2023-09-07T07:29:11.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:11 smithi188 ceph-mon[119889]: osdmap e31: 8 total, 8 up, 8 in 2023-09-07T07:29:11.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:11 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:29:11.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:11 smithi188 ceph-mon[119889]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 1.1 MiB/s wr, 70 op/s 2023-09-07T07:29:11.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:11 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:29:11.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:11 smithi158 ceph-mon[108027]: purged_snaps scrub starts 2023-09-07T07:29:11.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:11 smithi158 ceph-mon[108027]: purged_snaps scrub ok 2023-09-07T07:29:11.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:11 smithi158 ceph-mon[108027]: osd.7 [v2:172.21.15.158:6826/614292153,v1:172.21.15.158:6827/614292153] boot 2023-09-07T07:29:11.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:11 smithi158 ceph-mon[108027]: osdmap e31: 8 total, 8 up, 8 in 2023-09-07T07:29:11.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:11 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:29:11.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:11 smithi158 ceph-mon[108027]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 1.1 MiB/s wr, 70 op/s 2023-09-07T07:29:11.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:11 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:29:12.100 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:29:12.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:12 smithi158 ceph-mon[108027]: osdmap e32: 8 total, 8 up, 8 in 2023-09-07T07:29:12.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:12 smithi158 ceph-mon[108027]: Detected new or changed devices on smithi188 2023-09-07T07:29:12.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:12 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:12.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:12 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:12.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:12 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:29:12.929 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:12 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:29:12.929 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:12 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:29:12.929 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:12 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:29:12.929 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:12 smithi158 ceph-mon[108027]: Adjusting osd_memory_target on smithi188 to 3734M 2023-09-07T07:29:12.929 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:12 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:13.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:12 smithi188 ceph-mon[119889]: osdmap e32: 8 total, 8 up, 8 in 2023-09-07T07:29:13.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:12 smithi188 ceph-mon[119889]: Detected new or changed devices on smithi188 2023-09-07T07:29:13.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:12 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:13.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:12 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:13.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:12 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:29:13.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:12 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:29:13.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:12 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:29:13.139 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:12 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:29:13.139 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:12 smithi188 ceph-mon[119889]: Adjusting osd_memory_target on smithi188 to 3734M 2023-09-07T07:29:13.139 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:12 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:13.414 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:29:13.903 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:13 smithi158 ceph-mon[108027]: osdmap e33: 8 total, 8 up, 8 in 2023-09-07T07:29:13.903 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:13 smithi158 ceph-mon[108027]: pgmap v67: 1 pgs: 1 remapped; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:13.903 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:13 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/1470071680' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:29:13.904 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:13 smithi158 ceph-mon[108027]: osdmap e34: 8 total, 8 up, 8 in 2023-09-07T07:29:14.017 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":33,"num_osds":8,"num_up_osds":8,"osd_up_since":1694071750,"num_in_osds":8,"osd_in_since":1694071720,"num_remapped_pgs":1} 2023-09-07T07:29:14.018 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd dump --format=json 2023-09-07T07:29:14.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:13 smithi188 ceph-mon[119889]: osdmap e33: 8 total, 8 up, 8 in 2023-09-07T07:29:14.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:13 smithi188 ceph-mon[119889]: pgmap v67: 1 pgs: 1 remapped; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:14.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:13 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/1470071680' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:29:14.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:13 smithi188 ceph-mon[119889]: osdmap e34: 8 total, 8 up, 8 in 2023-09-07T07:29:14.266 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:29:15.246 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:15 smithi188 ceph-mon[119889]: Detected new or changed devices on smithi158 2023-09-07T07:29:15.246 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:15 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:15.247 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:15 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:15.247 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:15 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:29:15.247 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:15 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:29:15.247 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:15 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:29:15.247 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:15 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:29:15.248 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:15 smithi188 ceph-mon[119889]: Adjusting osd_memory_target on smithi158 to 2966M 2023-09-07T07:29:15.248 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:15 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:15.248 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:15 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:29:15.248 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:15 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:29:15.249 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:15 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:15.249 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:15 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:29:15.249 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:15 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-07T07:29:15.249 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:15 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:29:15.249 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:15 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-07T07:29:15.249 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:15 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:29:15.250 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:15 smithi188 ceph-mon[119889]: osdmap e35: 8 total, 8 up, 8 in 2023-09-07T07:29:15.381 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:15 smithi158 ceph-mon[108027]: Detected new or changed devices on smithi158 2023-09-07T07:29:15.381 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:15 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:15.381 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:15 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:15.382 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:15 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:29:15.382 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:15 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:29:15.382 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:15 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:29:15.382 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:15 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:29:15.382 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:15 smithi158 ceph-mon[108027]: Adjusting osd_memory_target on smithi158 to 2966M 2023-09-07T07:29:15.383 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:15 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:15.383 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:15 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:29:15.383 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:15 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:29:15.383 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:15 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:15.383 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:15 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:29:15.384 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:15 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-07T07:29:15.384 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:15 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:29:15.384 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:15 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-07T07:29:15.384 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:15 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:29:15.384 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:15 smithi158 ceph-mon[108027]: osdmap e35: 8 total, 8 up, 8 in 2023-09-07T07:29:15.871 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:29:15.871 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":35,"fsid":"af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da","created":"2023-09-07T07:26:00.380358+0000","modified":"2023-09-07T07:29:14.603565+0000","last_up_change":"2023-09-07T07:29:10.619348+0000","last_in_change":"2023-09-07T07:28:40.889139+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-09-07T07:29:01.266578+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"4e1f83a9-88bb-4a7a-a4e0-ba125fbc90bc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6800","nonce":3360529053},{"type":"v1","addr":"172.21.15.188:6801","nonce":3360529053}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6802","nonce":3360529053},{"type":"v1","addr":"172.21.15.188:6803","nonce":3360529053}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6806","nonce":3360529053},{"type":"v1","addr":"172.21.15.188:6807","nonce":3360529053}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6804","nonce":3360529053},{"type":"v1","addr":"172.21.15.188:6805","nonce":3360529053}]},"public_addr":"172.21.15.188:6801/3360529053","cluster_addr":"172.21.15.188:6803/3360529053","heartbeat_back_addr":"172.21.15.188:6807/3360529053","heartbeat_front_addr":"172.21.15.188:6805/3360529053","state":["exists","up"]},{"osd":1,"uuid":"26b1c369-c412-485f-bfea-dbec8314e333","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6802","nonce":3248058599},{"type":"v1","addr":"172.21.15.158:6803","nonce":3248058599}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6804","nonce":3248058599},{"type":"v1","addr":"172.21.15.158:6805","nonce":3248058599}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6808","nonce":3248058599},{"type":"v1","addr":"172.21.15.158:6809","nonce":3248058599}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6806","nonce":3248058599},{"type":"v1","addr":"172.21.15.158:6807","nonce":3248058599}]},"public_addr":"172.21.15.158:6803/3248058599","cluster_addr":"172.21.15.158:6805/3248058599","heartbeat_back_addr":"172.21.15.158:6809/3248058599","heartbeat_front_addr":"172.21.15.158:6807/3248058599","state":["exists","up"]},{"osd":2,"uuid":"06148b35-e302-4c1f-8c90-198bf16eb023","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6808","nonce":2432013150},{"type":"v1","addr":"172.21.15.188:6809","nonce":2432013150}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6810","nonce":2432013150},{"type":"v1","addr":"172.21.15.188:6811","nonce":2432013150}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6814","nonce":2432013150},{"type":"v1","addr":"172.21.15.188:6815","nonce":2432013150}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6812","nonce":2432013150},{"type":"v1","addr":"172.21.15.188:6813","nonce":2432013150}]},"public_addr":"172.21.15.188:6809/2432013150","cluster_addr":"172.21.15.188:6811/2432013150","heartbeat_back_addr":"172.21.15.188:6815/2432013150","heartbeat_front_addr":"172.21.15.188:6813/2432013150","state":["exists","up"]},{"osd":3,"uuid":"e495ef37-0b30-418f-b771-d643c5d16242","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6810","nonce":1060353001},{"type":"v1","addr":"172.21.15.158:6811","nonce":1060353001}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6812","nonce":1060353001},{"type":"v1","addr":"172.21.15.158:6813","nonce":1060353001}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6816","nonce":1060353001},{"type":"v1","addr":"172.21.15.158:6817","nonce":1060353001}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6814","nonce":1060353001},{"type":"v1","addr":"172.21.15.158:6815","nonce":1060353001}]},"public_addr":"172.21.15.158:6811/1060353001","cluster_addr":"172.21.15.158:6813/1060353001","heartbeat_back_addr":"172.21.15.158:6817/1060353001","heartbeat_front_addr":"172.21.15.158:6815/1060353001","state":["exists","up"]},{"osd":4,"uuid":"276e1451-6627-4898-a61f-1cdc071ec1d0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6816","nonce":1742842342},{"type":"v1","addr":"172.21.15.188:6817","nonce":1742842342}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6818","nonce":1742842342},{"type":"v1","addr":"172.21.15.188:6819","nonce":1742842342}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6822","nonce":1742842342},{"type":"v1","addr":"172.21.15.188:6823","nonce":1742842342}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6820","nonce":1742842342},{"type":"v1","addr":"172.21.15.188:6821","nonce":1742842342}]},"public_addr":"172.21.15.188:6817/1742842342","cluster_addr":"172.21.15.188:6819/1742842342","heartbeat_back_addr":"172.21.15.188:6823/1742842342","heartbeat_front_addr":"172.21.15.188:6821/1742842342","state":["exists","up"]},{"osd":5,"uuid":"4c7bbd24-a2ad-4404-b0fa-5bc7e6e02344","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6818","nonce":4073571908},{"type":"v1","addr":"172.21.15.158:6819","nonce":4073571908}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6820","nonce":4073571908},{"type":"v1","addr":"172.21.15.158:6821","nonce":4073571908}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6824","nonce":4073571908},{"type":"v1","addr":"172.21.15.158:6825","nonce":4073571908}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6822","nonce":4073571908},{"type":"v1","addr":"172.21.15.158:6823","nonce":4073571908}]},"public_addr":"172.21.15.158:6819/4073571908","cluster_addr":"172.21.15.158:6821/4073571908","heartbeat_back_addr":"172.21.15.158:6825/4073571908","heartbeat_front_addr":"172.21.15.158:6823/4073571908","state":["exists","up"]},{"osd":6,"uuid":"11ac40ce-51bd-4452-97cc-d68a14c5e19e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6824","nonce":2969681015},{"type":"v1","addr":"172.21.15.188:6825","nonce":2969681015}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6826","nonce":2969681015},{"type":"v1","addr":"172.21.15.188:6827","nonce":2969681015}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6830","nonce":2969681015},{"type":"v1","addr":"172.21.15.188:6831","nonce":2969681015}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6828","nonce":2969681015},{"type":"v1","addr":"172.21.15.188:6829","nonce":2969681015}]},"public_addr":"172.21.15.188:6825/2969681015","cluster_addr":"172.21.15.188:6827/2969681015","heartbeat_back_addr":"172.21.15.188:6831/2969681015","heartbeat_front_addr":"172.21.15.188:6829/2969681015","state":["exists","up"]},{"osd":7,"uuid":"f9efac81-4290-485a-821f-60b035f031fb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6826","nonce":614292153},{"type":"v1","addr":"172.21.15.158:6827","nonce":614292153}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6828","nonce":614292153},{"type":"v1","addr":"172.21.15.158:6829","nonce":614292153}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6832","nonce":614292153},{"type":"v1","addr":"172.21.15.158:6833","nonce":614292153}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6830","nonce":614292153},{"type":"v1","addr":"172.21.15.158:6831","nonce":614292153}]},"public_addr":"172.21.15.158:6827/614292153","cluster_addr":"172.21.15.158:6829/614292153","heartbeat_back_addr":"172.21.15.158:6833/614292153","heartbeat_front_addr":"172.21.15.158:6831/614292153","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:28:53.792763+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:28:55.430337+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:28:57.502868+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:28:59.653176+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:29:01.044084+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:29:04.315790+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:29:05.273957+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:29:08.806029+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.158:0/2797914958":"2023-09-08T07:27:40.945451+0000","172.21.15.158:0/77578306":"2023-09-08T07:27:40.945451+0000","172.21.15.158:6800/2176867818":"2023-09-08T07:27:40.945451+0000","172.21.15.158:0/147844892":"2023-09-08T07:27:40.945451+0000","172.21.15.158:6801/1951998413":"2023-09-08T07:26:51.335730+0000","172.21.15.158:0/3459431864":"2023-09-08T07:26:51.335730+0000","172.21.15.158:0/4158677598":"2023-09-08T07:26:23.399712+0000","172.21.15.158:0/2283368356":"2023-09-08T07:26:23.399712+0000","172.21.15.158:6801/2176867818":"2023-09-08T07:27:40.945451+0000","172.21.15.158:6801/2287843720":"2023-09-08T07:26:23.399712+0000","172.21.15.158:6800/1951998413":"2023-09-08T07:26:51.335730+0000","172.21.15.158:0/1610539499":"2023-09-08T07:26:23.399712+0000","172.21.15.158:0/1749170781":"2023-09-08T07:26:51.335730+0000","172.21.15.158:6800/2287843720":"2023-09-08T07:26:23.399712+0000","172.21.15.158:0/3057836359":"2023-09-08T07:26:51.335730+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-09-07T07:29:16.250 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-09-07T07:29:01.266578+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '24', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_acting': 7.889999866485596, 'score_stable': 7.889999866485596, 'optimal_score': 0.3799999952316284, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2023-09-07T07:29:16.251 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd pool get .mgr pg_num 2023-09-07T07:29:16.279 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:16 smithi158 ceph-mon[108027]: pgmap v70: 1 pgs: 1 remapped; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:16.280 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:16 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/2325928449' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-07T07:29:16.474 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:16 smithi188 ceph-mon[119889]: pgmap v70: 1 pgs: 1 remapped; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:16.474 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:16 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/2325928449' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-07T07:29:16.485 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:29:17.777 INFO:teuthology.orchestra.run.smithi158.stdout:pg_num: 1 2023-09-07T07:29:18.224 INFO:tasks.cephadm:Setting up client nodes... 2023-09-07T07:29:18.225 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-09-07T07:29:18.292 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:18 smithi158 ceph-mon[108027]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s, 0 objects/s recovering 2023-09-07T07:29:18.292 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:18 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/2843713495' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-09-07T07:29:18.349 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:18 smithi188 ceph-mon[119889]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s, 0 objects/s recovering 2023-09-07T07:29:18.350 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:18 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/2843713495' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-09-07T07:29:18.597 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:29:19.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:19 smithi188 ceph-mon[119889]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 91 KiB/s, 0 objects/s recovering 2023-09-07T07:29:19.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:19 smithi158 ceph-mon[108027]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 91 KiB/s, 0 objects/s recovering 2023-09-07T07:29:20.039 INFO:teuthology.orchestra.run.smithi158.stdout:[client.0] 2023-09-07T07:29:20.040 INFO:teuthology.orchestra.run.smithi158.stdout: key = AQDQe/lkvRggAhAAJ8cZLBuLpv13K0BmUsg2UA== 2023-09-07T07:29:20.490 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2023-09-07T07:29:20.490 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-09-07T07:29:20.491 DEBUG:teuthology.orchestra.run.smithi158:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-09-07T07:29:20.572 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-09-07T07:29:20.794 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi188/config 2023-09-07T07:29:20.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:20 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/3779693421' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-07T07:29:20.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:20 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/3779693421' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-09-07T07:29:20.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:20 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:20.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:20 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:20.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:20 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/3779693421' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-07T07:29:20.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:20 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/3779693421' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-09-07T07:29:20.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:20 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:20.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:20 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:21.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:21 smithi188 ceph-mon[119889]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-09-07T07:29:21.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:21 smithi158 ceph-mon[108027]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-09-07T07:29:22.055 INFO:teuthology.orchestra.run.smithi188.stdout:[client.1] 2023-09-07T07:29:22.056 INFO:teuthology.orchestra.run.smithi188.stdout: key = AQDSe/lkfdMQAxAAaoawFjFt2zPiuJn9zNwqhA== 2023-09-07T07:29:22.373 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2023-09-07T07:29:22.373 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-09-07T07:29:22.374 DEBUG:teuthology.orchestra.run.smithi188:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-09-07T07:29:22.414 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-09-07T07:29:22.415 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-09-07T07:29:22.415 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph mgr dump --format=json 2023-09-07T07:29:22.652 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:29:22.792 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:22 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:22.792 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:22 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:22.792 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:22 smithi158 ceph-mon[108027]: from='client.? 172.21.15.188:0/552054219' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-07T07:29:22.792 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:22 smithi158 ceph-mon[108027]: from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-07T07:29:22.793 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:22 smithi158 ceph-mon[108027]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-09-07T07:29:23.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:22 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:23.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:22 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:29:23.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:22 smithi188 ceph-mon[119889]: from='client.? 172.21.15.188:0/552054219' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-07T07:29:23.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:22 smithi188 ceph-mon[119889]: from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-07T07:29:23.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:22 smithi188 ceph-mon[119889]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-09-07T07:29:23.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:23 smithi158 ceph-mon[108027]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 62 KiB/s, 0 objects/s recovering 2023-09-07T07:29:23.976 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:29:24.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:23 smithi188 ceph-mon[119889]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 62 KiB/s, 0 objects/s recovering 2023-09-07T07:29:24.364 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":19,"active_gid":14213,"active_name":"smithi158.cxqbri","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6800","nonce":2691003485},{"type":"v1","addr":"172.21.15.158:6801","nonce":2691003485}]},"active_addr":"172.21.15.158:6801/2691003485","active_change":"2023-09-07T07:27:40.945606+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":14234,"name":"smithi188.gxmain","mgr_features":4540138322906710015,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph:v18","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:0.0.2","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"secs","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","prometheus","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph:v18","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:0.0.2","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"secs","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.158:8443/","prometheus":"http://172.21.15.158:9283/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":5,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.158:0","nonce":3302878672}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.158:0","nonce":2037835673}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.158:0","nonce":1642841711}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.158:0","nonce":3521336827}]}]} 2023-09-07T07:29:24.370 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-09-07T07:29:24.370 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-09-07T07:29:24.371 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd dump --format=json 2023-09-07T07:29:24.593 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:29:25.051 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:24 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/2200872506' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-09-07T07:29:25.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:24 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/2200872506' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-09-07T07:29:25.812 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:29:25.812 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":35,"fsid":"af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da","created":"2023-09-07T07:26:00.380358+0000","modified":"2023-09-07T07:29:14.603565+0000","last_up_change":"2023-09-07T07:29:10.619348+0000","last_in_change":"2023-09-07T07:28:40.889139+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-09-07T07:29:01.266578+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"4e1f83a9-88bb-4a7a-a4e0-ba125fbc90bc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6800","nonce":3360529053},{"type":"v1","addr":"172.21.15.188:6801","nonce":3360529053}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6802","nonce":3360529053},{"type":"v1","addr":"172.21.15.188:6803","nonce":3360529053}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6806","nonce":3360529053},{"type":"v1","addr":"172.21.15.188:6807","nonce":3360529053}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6804","nonce":3360529053},{"type":"v1","addr":"172.21.15.188:6805","nonce":3360529053}]},"public_addr":"172.21.15.188:6801/3360529053","cluster_addr":"172.21.15.188:6803/3360529053","heartbeat_back_addr":"172.21.15.188:6807/3360529053","heartbeat_front_addr":"172.21.15.188:6805/3360529053","state":["exists","up"]},{"osd":1,"uuid":"26b1c369-c412-485f-bfea-dbec8314e333","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6802","nonce":3248058599},{"type":"v1","addr":"172.21.15.158:6803","nonce":3248058599}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6804","nonce":3248058599},{"type":"v1","addr":"172.21.15.158:6805","nonce":3248058599}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6808","nonce":3248058599},{"type":"v1","addr":"172.21.15.158:6809","nonce":3248058599}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6806","nonce":3248058599},{"type":"v1","addr":"172.21.15.158:6807","nonce":3248058599}]},"public_addr":"172.21.15.158:6803/3248058599","cluster_addr":"172.21.15.158:6805/3248058599","heartbeat_back_addr":"172.21.15.158:6809/3248058599","heartbeat_front_addr":"172.21.15.158:6807/3248058599","state":["exists","up"]},{"osd":2,"uuid":"06148b35-e302-4c1f-8c90-198bf16eb023","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6808","nonce":2432013150},{"type":"v1","addr":"172.21.15.188:6809","nonce":2432013150}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6810","nonce":2432013150},{"type":"v1","addr":"172.21.15.188:6811","nonce":2432013150}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6814","nonce":2432013150},{"type":"v1","addr":"172.21.15.188:6815","nonce":2432013150}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6812","nonce":2432013150},{"type":"v1","addr":"172.21.15.188:6813","nonce":2432013150}]},"public_addr":"172.21.15.188:6809/2432013150","cluster_addr":"172.21.15.188:6811/2432013150","heartbeat_back_addr":"172.21.15.188:6815/2432013150","heartbeat_front_addr":"172.21.15.188:6813/2432013150","state":["exists","up"]},{"osd":3,"uuid":"e495ef37-0b30-418f-b771-d643c5d16242","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6810","nonce":1060353001},{"type":"v1","addr":"172.21.15.158:6811","nonce":1060353001}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6812","nonce":1060353001},{"type":"v1","addr":"172.21.15.158:6813","nonce":1060353001}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6816","nonce":1060353001},{"type":"v1","addr":"172.21.15.158:6817","nonce":1060353001}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6814","nonce":1060353001},{"type":"v1","addr":"172.21.15.158:6815","nonce":1060353001}]},"public_addr":"172.21.15.158:6811/1060353001","cluster_addr":"172.21.15.158:6813/1060353001","heartbeat_back_addr":"172.21.15.158:6817/1060353001","heartbeat_front_addr":"172.21.15.158:6815/1060353001","state":["exists","up"]},{"osd":4,"uuid":"276e1451-6627-4898-a61f-1cdc071ec1d0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6816","nonce":1742842342},{"type":"v1","addr":"172.21.15.188:6817","nonce":1742842342}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6818","nonce":1742842342},{"type":"v1","addr":"172.21.15.188:6819","nonce":1742842342}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6822","nonce":1742842342},{"type":"v1","addr":"172.21.15.188:6823","nonce":1742842342}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6820","nonce":1742842342},{"type":"v1","addr":"172.21.15.188:6821","nonce":1742842342}]},"public_addr":"172.21.15.188:6817/1742842342","cluster_addr":"172.21.15.188:6819/1742842342","heartbeat_back_addr":"172.21.15.188:6823/1742842342","heartbeat_front_addr":"172.21.15.188:6821/1742842342","state":["exists","up"]},{"osd":5,"uuid":"4c7bbd24-a2ad-4404-b0fa-5bc7e6e02344","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6818","nonce":4073571908},{"type":"v1","addr":"172.21.15.158:6819","nonce":4073571908}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6820","nonce":4073571908},{"type":"v1","addr":"172.21.15.158:6821","nonce":4073571908}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6824","nonce":4073571908},{"type":"v1","addr":"172.21.15.158:6825","nonce":4073571908}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6822","nonce":4073571908},{"type":"v1","addr":"172.21.15.158:6823","nonce":4073571908}]},"public_addr":"172.21.15.158:6819/4073571908","cluster_addr":"172.21.15.158:6821/4073571908","heartbeat_back_addr":"172.21.15.158:6825/4073571908","heartbeat_front_addr":"172.21.15.158:6823/4073571908","state":["exists","up"]},{"osd":6,"uuid":"11ac40ce-51bd-4452-97cc-d68a14c5e19e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6824","nonce":2969681015},{"type":"v1","addr":"172.21.15.188:6825","nonce":2969681015}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6826","nonce":2969681015},{"type":"v1","addr":"172.21.15.188:6827","nonce":2969681015}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6830","nonce":2969681015},{"type":"v1","addr":"172.21.15.188:6831","nonce":2969681015}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6828","nonce":2969681015},{"type":"v1","addr":"172.21.15.188:6829","nonce":2969681015}]},"public_addr":"172.21.15.188:6825/2969681015","cluster_addr":"172.21.15.188:6827/2969681015","heartbeat_back_addr":"172.21.15.188:6831/2969681015","heartbeat_front_addr":"172.21.15.188:6829/2969681015","state":["exists","up"]},{"osd":7,"uuid":"f9efac81-4290-485a-821f-60b035f031fb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6826","nonce":614292153},{"type":"v1","addr":"172.21.15.158:6827","nonce":614292153}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6828","nonce":614292153},{"type":"v1","addr":"172.21.15.158:6829","nonce":614292153}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6832","nonce":614292153},{"type":"v1","addr":"172.21.15.158:6833","nonce":614292153}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6830","nonce":614292153},{"type":"v1","addr":"172.21.15.158:6831","nonce":614292153}]},"public_addr":"172.21.15.158:6827/614292153","cluster_addr":"172.21.15.158:6829/614292153","heartbeat_back_addr":"172.21.15.158:6833/614292153","heartbeat_front_addr":"172.21.15.158:6831/614292153","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:28:53.792763+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:28:55.430337+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:28:57.502868+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:28:59.653176+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:29:01.044084+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:29:04.315790+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:29:05.273957+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:29:08.806029+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.158:0/2797914958":"2023-09-08T07:27:40.945451+0000","172.21.15.158:0/77578306":"2023-09-08T07:27:40.945451+0000","172.21.15.158:6800/2176867818":"2023-09-08T07:27:40.945451+0000","172.21.15.158:0/147844892":"2023-09-08T07:27:40.945451+0000","172.21.15.158:6801/1951998413":"2023-09-08T07:26:51.335730+0000","172.21.15.158:0/3459431864":"2023-09-08T07:26:51.335730+0000","172.21.15.158:0/4158677598":"2023-09-08T07:26:23.399712+0000","172.21.15.158:0/2283368356":"2023-09-08T07:26:23.399712+0000","172.21.15.158:6801/2176867818":"2023-09-08T07:27:40.945451+0000","172.21.15.158:6801/2287843720":"2023-09-08T07:26:23.399712+0000","172.21.15.158:6800/1951998413":"2023-09-08T07:26:51.335730+0000","172.21.15.158:0/1610539499":"2023-09-08T07:26:23.399712+0000","172.21.15.158:0/1749170781":"2023-09-08T07:26:51.335730+0000","172.21.15.158:6800/2287843720":"2023-09-08T07:26:23.399712+0000","172.21.15.158:0/3057836359":"2023-09-08T07:26:51.335730+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-09-07T07:29:25.975 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:25 smithi158 ceph-mon[108027]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-09-07T07:29:26.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:25 smithi188 ceph-mon[119889]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-09-07T07:29:26.188 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-09-07T07:29:26.189 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd dump --format=json 2023-09-07T07:29:26.417 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:29:26.826 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:26 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/2201929537' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-07T07:29:26.826 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:26 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:29:27.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:26 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/2201929537' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-07T07:29:27.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:26 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:29:27.571 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:29:27.571 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":35,"fsid":"af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da","created":"2023-09-07T07:26:00.380358+0000","modified":"2023-09-07T07:29:14.603565+0000","last_up_change":"2023-09-07T07:29:10.619348+0000","last_in_change":"2023-09-07T07:28:40.889139+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-09-07T07:29:01.266578+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"4e1f83a9-88bb-4a7a-a4e0-ba125fbc90bc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6800","nonce":3360529053},{"type":"v1","addr":"172.21.15.188:6801","nonce":3360529053}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6802","nonce":3360529053},{"type":"v1","addr":"172.21.15.188:6803","nonce":3360529053}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6806","nonce":3360529053},{"type":"v1","addr":"172.21.15.188:6807","nonce":3360529053}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6804","nonce":3360529053},{"type":"v1","addr":"172.21.15.188:6805","nonce":3360529053}]},"public_addr":"172.21.15.188:6801/3360529053","cluster_addr":"172.21.15.188:6803/3360529053","heartbeat_back_addr":"172.21.15.188:6807/3360529053","heartbeat_front_addr":"172.21.15.188:6805/3360529053","state":["exists","up"]},{"osd":1,"uuid":"26b1c369-c412-485f-bfea-dbec8314e333","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6802","nonce":3248058599},{"type":"v1","addr":"172.21.15.158:6803","nonce":3248058599}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6804","nonce":3248058599},{"type":"v1","addr":"172.21.15.158:6805","nonce":3248058599}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6808","nonce":3248058599},{"type":"v1","addr":"172.21.15.158:6809","nonce":3248058599}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6806","nonce":3248058599},{"type":"v1","addr":"172.21.15.158:6807","nonce":3248058599}]},"public_addr":"172.21.15.158:6803/3248058599","cluster_addr":"172.21.15.158:6805/3248058599","heartbeat_back_addr":"172.21.15.158:6809/3248058599","heartbeat_front_addr":"172.21.15.158:6807/3248058599","state":["exists","up"]},{"osd":2,"uuid":"06148b35-e302-4c1f-8c90-198bf16eb023","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6808","nonce":2432013150},{"type":"v1","addr":"172.21.15.188:6809","nonce":2432013150}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6810","nonce":2432013150},{"type":"v1","addr":"172.21.15.188:6811","nonce":2432013150}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6814","nonce":2432013150},{"type":"v1","addr":"172.21.15.188:6815","nonce":2432013150}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6812","nonce":2432013150},{"type":"v1","addr":"172.21.15.188:6813","nonce":2432013150}]},"public_addr":"172.21.15.188:6809/2432013150","cluster_addr":"172.21.15.188:6811/2432013150","heartbeat_back_addr":"172.21.15.188:6815/2432013150","heartbeat_front_addr":"172.21.15.188:6813/2432013150","state":["exists","up"]},{"osd":3,"uuid":"e495ef37-0b30-418f-b771-d643c5d16242","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6810","nonce":1060353001},{"type":"v1","addr":"172.21.15.158:6811","nonce":1060353001}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6812","nonce":1060353001},{"type":"v1","addr":"172.21.15.158:6813","nonce":1060353001}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6816","nonce":1060353001},{"type":"v1","addr":"172.21.15.158:6817","nonce":1060353001}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6814","nonce":1060353001},{"type":"v1","addr":"172.21.15.158:6815","nonce":1060353001}]},"public_addr":"172.21.15.158:6811/1060353001","cluster_addr":"172.21.15.158:6813/1060353001","heartbeat_back_addr":"172.21.15.158:6817/1060353001","heartbeat_front_addr":"172.21.15.158:6815/1060353001","state":["exists","up"]},{"osd":4,"uuid":"276e1451-6627-4898-a61f-1cdc071ec1d0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6816","nonce":1742842342},{"type":"v1","addr":"172.21.15.188:6817","nonce":1742842342}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6818","nonce":1742842342},{"type":"v1","addr":"172.21.15.188:6819","nonce":1742842342}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6822","nonce":1742842342},{"type":"v1","addr":"172.21.15.188:6823","nonce":1742842342}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6820","nonce":1742842342},{"type":"v1","addr":"172.21.15.188:6821","nonce":1742842342}]},"public_addr":"172.21.15.188:6817/1742842342","cluster_addr":"172.21.15.188:6819/1742842342","heartbeat_back_addr":"172.21.15.188:6823/1742842342","heartbeat_front_addr":"172.21.15.188:6821/1742842342","state":["exists","up"]},{"osd":5,"uuid":"4c7bbd24-a2ad-4404-b0fa-5bc7e6e02344","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6818","nonce":4073571908},{"type":"v1","addr":"172.21.15.158:6819","nonce":4073571908}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6820","nonce":4073571908},{"type":"v1","addr":"172.21.15.158:6821","nonce":4073571908}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6824","nonce":4073571908},{"type":"v1","addr":"172.21.15.158:6825","nonce":4073571908}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6822","nonce":4073571908},{"type":"v1","addr":"172.21.15.158:6823","nonce":4073571908}]},"public_addr":"172.21.15.158:6819/4073571908","cluster_addr":"172.21.15.158:6821/4073571908","heartbeat_back_addr":"172.21.15.158:6825/4073571908","heartbeat_front_addr":"172.21.15.158:6823/4073571908","state":["exists","up"]},{"osd":6,"uuid":"11ac40ce-51bd-4452-97cc-d68a14c5e19e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6824","nonce":2969681015},{"type":"v1","addr":"172.21.15.188:6825","nonce":2969681015}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6826","nonce":2969681015},{"type":"v1","addr":"172.21.15.188:6827","nonce":2969681015}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6830","nonce":2969681015},{"type":"v1","addr":"172.21.15.188:6831","nonce":2969681015}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6828","nonce":2969681015},{"type":"v1","addr":"172.21.15.188:6829","nonce":2969681015}]},"public_addr":"172.21.15.188:6825/2969681015","cluster_addr":"172.21.15.188:6827/2969681015","heartbeat_back_addr":"172.21.15.188:6831/2969681015","heartbeat_front_addr":"172.21.15.188:6829/2969681015","state":["exists","up"]},{"osd":7,"uuid":"f9efac81-4290-485a-821f-60b035f031fb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6826","nonce":614292153},{"type":"v1","addr":"172.21.15.158:6827","nonce":614292153}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6828","nonce":614292153},{"type":"v1","addr":"172.21.15.158:6829","nonce":614292153}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6832","nonce":614292153},{"type":"v1","addr":"172.21.15.158:6833","nonce":614292153}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6830","nonce":614292153},{"type":"v1","addr":"172.21.15.158:6831","nonce":614292153}]},"public_addr":"172.21.15.158:6827/614292153","cluster_addr":"172.21.15.158:6829/614292153","heartbeat_back_addr":"172.21.15.158:6833/614292153","heartbeat_front_addr":"172.21.15.158:6831/614292153","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:28:53.792763+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:28:55.430337+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:28:57.502868+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:28:59.653176+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:29:01.044084+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:29:04.315790+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:29:05.273957+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:29:08.806029+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.158:0/2797914958":"2023-09-08T07:27:40.945451+0000","172.21.15.158:0/77578306":"2023-09-08T07:27:40.945451+0000","172.21.15.158:6800/2176867818":"2023-09-08T07:27:40.945451+0000","172.21.15.158:0/147844892":"2023-09-08T07:27:40.945451+0000","172.21.15.158:6801/1951998413":"2023-09-08T07:26:51.335730+0000","172.21.15.158:0/3459431864":"2023-09-08T07:26:51.335730+0000","172.21.15.158:0/4158677598":"2023-09-08T07:26:23.399712+0000","172.21.15.158:0/2283368356":"2023-09-08T07:26:23.399712+0000","172.21.15.158:6801/2176867818":"2023-09-08T07:27:40.945451+0000","172.21.15.158:6801/2287843720":"2023-09-08T07:26:23.399712+0000","172.21.15.158:6800/1951998413":"2023-09-08T07:26:51.335730+0000","172.21.15.158:0/1610539499":"2023-09-08T07:26:23.399712+0000","172.21.15.158:0/1749170781":"2023-09-08T07:26:51.335730+0000","172.21.15.158:6800/2287843720":"2023-09-08T07:26:23.399712+0000","172.21.15.158:0/3057836359":"2023-09-08T07:26:51.335730+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-09-07T07:29:27.870 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:27 smithi158 ceph-mon[108027]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2023-09-07T07:29:27.871 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:27 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/3722638533' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-07T07:29:27.964 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph tell osd.0 flush_pg_stats 2023-09-07T07:29:27.964 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph tell osd.1 flush_pg_stats 2023-09-07T07:29:27.965 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph tell osd.2 flush_pg_stats 2023-09-07T07:29:27.965 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph tell osd.3 flush_pg_stats 2023-09-07T07:29:27.966 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph tell osd.4 flush_pg_stats 2023-09-07T07:29:27.967 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph tell osd.5 flush_pg_stats 2023-09-07T07:29:27.967 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph tell osd.6 flush_pg_stats 2023-09-07T07:29:27.968 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph tell osd.7 flush_pg_stats 2023-09-07T07:29:28.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:27 smithi188 ceph-mon[119889]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2023-09-07T07:29:28.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:27 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/3722638533' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-07T07:29:28.515 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:29:28.843 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:29:29.020 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:29:29.460 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:29:29.460 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:29:29.523 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:29:29.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:29 smithi188 ceph-mon[119889]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:29.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:29 smithi158 ceph-mon[108027]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:30.630 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:29:30.803 INFO:teuthology.orchestra.run.smithi158.stdout:77309411338 2023-09-07T07:29:30.804 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd last-stat-seq osd.1 2023-09-07T07:29:31.273 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:29:32.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:32 smithi158 ceph-mon[108027]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:32.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:32 smithi188 ceph-mon[119889]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:32.561 INFO:teuthology.orchestra.run.smithi158.stdout:111669149705 2023-09-07T07:29:32.562 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd last-stat-seq osd.5 2023-09-07T07:29:32.779 INFO:teuthology.orchestra.run.smithi158.stdout:133143986183 2023-09-07T07:29:32.780 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd last-stat-seq osd.7 2023-09-07T07:29:34.029 INFO:teuthology.orchestra.run.smithi158.stdout:98784247817 2023-09-07T07:29:34.030 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd last-stat-seq osd.4 2023-09-07T07:29:34.286 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:34 smithi158 ceph-mon[108027]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:34.386 INFO:teuthology.orchestra.run.smithi158.stdout:94489280520 2023-09-07T07:29:34.387 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd last-stat-seq osd.3 2023-09-07T07:29:34.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:34 smithi188 ceph-mon[119889]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:35.273 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:29:35.420 INFO:teuthology.orchestra.run.smithi158.stdout:115964117001 2023-09-07T07:29:35.421 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd last-stat-seq osd.6 2023-09-07T07:29:35.905 INFO:teuthology.orchestra.run.smithi158.stdout:85899345930 2023-09-07T07:29:35.906 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd last-stat-seq osd.2 2023-09-07T07:29:35.921 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:29:36.124 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:29:36.285 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:36 smithi158 ceph-mon[108027]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:36.286 INFO:teuthology.orchestra.run.smithi158.stdout:68719476747 2023-09-07T07:29:36.287 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd last-stat-seq osd.0 2023-09-07T07:29:36.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:36 smithi188 ceph-mon[119889]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:37.070 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:29:37.225 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:29:38.326 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:38 smithi158 ceph-mon[108027]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:38.326 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:38 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/2609547488' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-09-07T07:29:38.331 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:29:38.372 INFO:teuthology.orchestra.run.smithi158.stdout:133143986184 2023-09-07T07:29:38.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:38 smithi188 ceph-mon[119889]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:38.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:38 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/2609547488' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-09-07T07:29:38.863 INFO:teuthology.orchestra.run.smithi158.stdout:111669149706 2023-09-07T07:29:38.875 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:29:39.167 INFO:teuthology.orchestra.run.smithi158.stdout:77309411339 2023-09-07T07:29:39.480 INFO:teuthology.orchestra.run.smithi158.stdout:94489280521 2023-09-07T07:29:39.720 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149705 got 111669149706 for osd.5 2023-09-07T07:29:39.720 DEBUG:teuthology.parallel:result is None 2023-09-07T07:29:39.774 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:39 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/2912101402' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-09-07T07:29:39.774 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:39 smithi158 ceph-mon[108027]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:39.775 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:39 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/1409803837' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-09-07T07:29:39.775 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:39 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/2723619778' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-09-07T07:29:39.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:39 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/2912101402' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-09-07T07:29:39.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:39 smithi188 ceph-mon[119889]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:39.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:39 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/1409803837' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-09-07T07:29:39.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:39 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/2723619778' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-09-07T07:29:39.894 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986183 got 133143986184 for osd.7 2023-09-07T07:29:39.895 DEBUG:teuthology.parallel:result is None 2023-09-07T07:29:40.061 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411338 got 77309411339 for osd.1 2023-09-07T07:29:40.062 DEBUG:teuthology.parallel:result is None 2023-09-07T07:29:40.294 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:29:40.578 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280520 got 94489280521 for osd.3 2023-09-07T07:29:40.578 DEBUG:teuthology.parallel:result is None 2023-09-07T07:29:41.174 INFO:teuthology.orchestra.run.smithi158.stdout:85899345932 2023-09-07T07:29:41.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:41 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:29:41.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:41 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:29:41.488 INFO:teuthology.orchestra.run.smithi158.stdout:68719476748 2023-09-07T07:29:41.702 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345930 got 85899345932 for osd.2 2023-09-07T07:29:41.703 DEBUG:teuthology.parallel:result is None 2023-09-07T07:29:42.269 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:42 smithi158 ceph-mon[108027]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:42.269 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:42 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/3850756969' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-09-07T07:29:42.269 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:42 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/1234138404' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-09-07T07:29:42.287 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476747 got 68719476748 for osd.0 2023-09-07T07:29:42.287 DEBUG:teuthology.parallel:result is None 2023-09-07T07:29:42.344 INFO:teuthology.orchestra.run.smithi158.stdout:115964117002 2023-09-07T07:29:42.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:42 smithi188 ceph-mon[119889]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:42.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:42 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/3850756969' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-09-07T07:29:42.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:42 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/1234138404' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-09-07T07:29:42.446 INFO:teuthology.orchestra.run.smithi158.stdout:98784247819 2023-09-07T07:29:42.928 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117001 got 115964117002 for osd.6 2023-09-07T07:29:42.928 DEBUG:teuthology.parallel:result is None 2023-09-07T07:29:43.018 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247817 got 98784247819 for osd.4 2023-09-07T07:29:43.019 DEBUG:teuthology.parallel:result is None 2023-09-07T07:29:43.019 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-09-07T07:29:43.020 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph pg dump --format=json 2023-09-07T07:29:43.244 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:29:43.255 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:43 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/1140623300' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-09-07T07:29:43.256 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:43 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/385391216' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-09-07T07:29:43.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:43 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/1140623300' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-09-07T07:29:43.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:43 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/385391216' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-09-07T07:29:44.330 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:44 smithi158 ceph-mon[108027]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:44.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:44 smithi188 ceph-mon[119889]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:44.402 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:29:44.405 INFO:teuthology.orchestra.run.smithi158.stderr:dumped all 2023-09-07T07:29:44.777 INFO:teuthology.orchestra.run.smithi158.stdout:{"pg_ready":true,"pg_map":{"version":84,"stamp":"2023-09-07T07:29:42.969305+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":176,"num_read_kb":154,"num_write":291,"num_write_kb":5548,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":237,"ondisk_log_size":237,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":3,"kb":749928448,"kb_used":220108,"kb_used_data":4492,"kb_used_omap":0,"kb_used_meta":215552,"kb_avail":749708340,"statfs":{"total":767926730752,"available":767701340160,"internally_reserved":0,"allocated":4599808,"data_stored":2898856,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":220725248},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002326"},"pg_stats":[{"pgid":"1.0","version":"27'237","reported_seq":320,"reported_epoch":35,"state":"active+clean","last_fresh":"2023-09-07T07:29:14.609642+0000","last_change":"2023-09-07T07:29:14.609352+0000","last_active":"2023-09-07T07:29:14.609642+0000","last_peered":"2023-09-07T07:29:14.609642+0000","last_clean":"2023-09-07T07:29:14.609642+0000","last_became_active":"2023-09-07T07:29:14.608852+0000","last_became_peered":"2023-09-07T07:29:14.608852+0000","last_unstale":"2023-09-07T07:29:14.609642+0000","last_undegraded":"2023-09-07T07:29:14.609642+0000","last_fullsized":"2023-09-07T07:29:14.609642+0000","mapping_epoch":34,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":35,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-07T07:29:01.282075+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-07T07:29:01.282075+0000","last_clean_scrub_stamp":"2023-09-07T07:29:01.282075+0000","objects_scrubbed":0,"log_size":237,"log_dups_size":0,"ondisk_log_size":237,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-09-08T08:42:11.931547+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":176,"num_read_kb":154,"num_write":291,"num_write_kb":5548,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":176,"num_read_kb":154,"num_write":291,"num_write_kb":5548,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":2375680,"data_stored":2361472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":237,"ondisk_log_size":237,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":31,"seq":133143986185,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27876,"kb_used_data":924,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713180,"statfs":{"total":95990841344,"available":95962296320,"internally_reserved":0,"allocated":946176,"data_stored":731337,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51600000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.28599999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52800000000000002}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41399999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56499999999999995}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34899999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60099999999999998}]}]},{"osd":6,"up_from":27,"seq":115964117003,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27296,"kb_used_data":344,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713760,"statfs":{"total":95990841344,"available":95962890240,"internally_reserved":0,"allocated":352256,"data_stored":140969,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.30499999999999999}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46200000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39000000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42499999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.49399999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66500000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55200000000000005}]}]},{"osd":1,"up_from":18,"seq":77309411340,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27296,"kb_used_data":344,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713760,"statfs":{"total":95990841344,"available":95962890240,"internally_reserved":0,"allocated":352256,"data_stored":140969,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63900000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.67200000000000004}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.35699999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65200000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38600000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.68600000000000005}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.33300000000000002}]}]},{"osd":0,"up_from":16,"seq":68719476749,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27876,"kb_used_data":924,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713180,"statfs":{"total":95990841344,"available":95962296320,"internally_reserved":0,"allocated":946176,"data_stored":731337,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.496}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53100000000000003}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55600000000000005}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48499999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60299999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.625}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69899999999999995}]}]},{"osd":2,"up_from":20,"seq":85899345932,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27296,"kb_used_data":344,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713760,"statfs":{"total":95990841344,"available":95962890240,"internally_reserved":0,"allocated":352256,"data_stored":140969,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40000000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59999999999999998}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56699999999999995}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54400000000000004}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46700000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45200000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63400000000000001}]}]},{"osd":3,"up_from":22,"seq":94489280522,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27876,"kb_used_data":924,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713180,"statfs":{"total":95990841344,"available":95962296320,"internally_reserved":0,"allocated":946176,"data_stored":731337,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59999999999999998}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48999999999999999}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63200000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56299999999999994}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.373}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56799999999999995}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47399999999999998}]}]},{"osd":4,"up_from":23,"seq":98784247819,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27296,"kb_used_data":344,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713760,"statfs":{"total":95990841344,"available":95962890240,"internally_reserved":0,"allocated":352256,"data_stored":140969,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51500000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.74399999999999999}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59999999999999998}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.76600000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.71999999999999997}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.72899999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.78800000000000003}]}]},{"osd":5,"up_from":26,"seq":111669149707,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27296,"kb_used_data":344,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713760,"statfs":{"total":95990841344,"available":95962890240,"internally_reserved":0,"allocated":352256,"data_stored":140969,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32900000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.215}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47099999999999997}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42499999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.307}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48599999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.33800000000000002}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-09-07T07:29:44.778 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph pg dump --format=json 2023-09-07T07:29:45.001 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:29:46.190 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:29:46.192 INFO:teuthology.orchestra.run.smithi158.stderr:dumped all 2023-09-07T07:29:46.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:46 smithi188 ceph-mon[119889]: from='client.14532 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:29:46.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:46 smithi188 ceph-mon[119889]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:46.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:46 smithi158 ceph-mon[108027]: from='client.14532 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:29:46.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:46 smithi158 ceph-mon[108027]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:46.594 INFO:teuthology.orchestra.run.smithi158.stdout:{"pg_ready":true,"pg_map":{"version":85,"stamp":"2023-09-07T07:29:44.969619+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":176,"num_read_kb":154,"num_write":291,"num_write_kb":5548,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":237,"ondisk_log_size":237,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":3,"kb":749928448,"kb_used":220108,"kb_used_data":4492,"kb_used_omap":0,"kb_used_meta":215552,"kb_avail":749708340,"statfs":{"total":767926730752,"available":767701340160,"internally_reserved":0,"allocated":4599808,"data_stored":2898856,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":220725248},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002258"},"pg_stats":[{"pgid":"1.0","version":"27'237","reported_seq":320,"reported_epoch":35,"state":"active+clean","last_fresh":"2023-09-07T07:29:14.609642+0000","last_change":"2023-09-07T07:29:14.609352+0000","last_active":"2023-09-07T07:29:14.609642+0000","last_peered":"2023-09-07T07:29:14.609642+0000","last_clean":"2023-09-07T07:29:14.609642+0000","last_became_active":"2023-09-07T07:29:14.608852+0000","last_became_peered":"2023-09-07T07:29:14.608852+0000","last_unstale":"2023-09-07T07:29:14.609642+0000","last_undegraded":"2023-09-07T07:29:14.609642+0000","last_fullsized":"2023-09-07T07:29:14.609642+0000","mapping_epoch":34,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":35,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-07T07:29:01.282075+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-07T07:29:01.282075+0000","last_clean_scrub_stamp":"2023-09-07T07:29:01.282075+0000","objects_scrubbed":0,"log_size":237,"log_dups_size":0,"ondisk_log_size":237,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-09-08T08:42:11.931547+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":176,"num_read_kb":154,"num_write":291,"num_write_kb":5548,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":176,"num_read_kb":154,"num_write":291,"num_write_kb":5548,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":2375680,"data_stored":2361472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":237,"ondisk_log_size":237,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":31,"seq":133143986185,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27876,"kb_used_data":924,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713180,"statfs":{"total":95990841344,"available":95962296320,"internally_reserved":0,"allocated":946176,"data_stored":731337,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51600000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.28599999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52800000000000002}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41399999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56499999999999995}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34899999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60099999999999998}]}]},{"osd":6,"up_from":27,"seq":115964117003,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27296,"kb_used_data":344,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713760,"statfs":{"total":95990841344,"available":95962890240,"internally_reserved":0,"allocated":352256,"data_stored":140969,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.30499999999999999}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46200000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39000000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42499999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.49399999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66500000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55200000000000005}]}]},{"osd":1,"up_from":18,"seq":77309411341,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27296,"kb_used_data":344,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713760,"statfs":{"total":95990841344,"available":95962890240,"internally_reserved":0,"allocated":352256,"data_stored":140969,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.621}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.67600000000000005}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.31900000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.5}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60299999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55800000000000005}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64000000000000001}]}]},{"osd":0,"up_from":16,"seq":68719476749,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27876,"kb_used_data":924,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713180,"statfs":{"total":95990841344,"available":95962296320,"internally_reserved":0,"allocated":946176,"data_stored":731337,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.496}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53100000000000003}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55600000000000005}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48499999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60299999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.625}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69899999999999995}]}]},{"osd":2,"up_from":20,"seq":85899345932,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27296,"kb_used_data":344,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713760,"statfs":{"total":95990841344,"available":95962890240,"internally_reserved":0,"allocated":352256,"data_stored":140969,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40000000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59999999999999998}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56699999999999995}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54400000000000004}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46700000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45200000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63400000000000001}]}]},{"osd":3,"up_from":22,"seq":94489280522,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27876,"kb_used_data":924,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713180,"statfs":{"total":95990841344,"available":95962296320,"internally_reserved":0,"allocated":946176,"data_stored":731337,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59999999999999998}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48999999999999999}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63200000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56299999999999994}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.373}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56799999999999995}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47399999999999998}]}]},{"osd":4,"up_from":23,"seq":98784247820,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27296,"kb_used_data":344,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713760,"statfs":{"total":95990841344,"available":95962890240,"internally_reserved":0,"allocated":352256,"data_stored":140969,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40200000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36099999999999999}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.31}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47099999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.498}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55800000000000005}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53500000000000003}]}]},{"osd":5,"up_from":26,"seq":111669149707,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27296,"kb_used_data":344,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713760,"statfs":{"total":95990841344,"available":95962890240,"internally_reserved":0,"allocated":352256,"data_stored":140969,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32900000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.215}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47099999999999997}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42499999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.307}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48599999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.33800000000000002}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-09-07T07:29:46.595 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-09-07T07:29:46.596 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-09-07T07:29:46.596 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-09-07T07:29:46.596 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph health --format=json 2023-09-07T07:29:46.819 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:29:47.273 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:47 smithi158 ceph-mon[108027]: from='client.14536 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:29:47.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:47 smithi188 ceph-mon[119889]: from='client.14536 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:29:48.090 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:29:48.091 INFO:teuthology.orchestra.run.smithi158.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-09-07T07:29:48.383 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:48 smithi158 ceph-mon[108027]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:48.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:48 smithi188 ceph-mon[119889]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:48.459 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-09-07T07:29:48.460 INFO:tasks.cephadm:Setup complete, yielding 2023-09-07T07:29:48.460 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-09-07T07:29:48.469 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi158.front.sepia.ceph.com 2023-09-07T07:29:48.470 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- bash -c 'ceph orch status' 2023-09-07T07:29:48.694 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:29:49.381 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:49 smithi158 ceph-mon[108027]: from='client.? 172.21.15.158:0/4272006197' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-07T07:29:49.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:49 smithi188 ceph-mon[119889]: from='client.? 172.21.15.158:0/4272006197' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-07T07:29:49.893 INFO:teuthology.orchestra.run.smithi158.stdout:Backend: cephadm 2023-09-07T07:29:49.894 INFO:teuthology.orchestra.run.smithi158.stdout:Available: Yes 2023-09-07T07:29:49.894 INFO:teuthology.orchestra.run.smithi158.stdout:Paused: No 2023-09-07T07:29:50.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:50 smithi158 ceph-mon[108027]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:50.260 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- bash -c 'ceph orch ps' 2023-09-07T07:29:50.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:50 smithi188 ceph-mon[119889]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:50.486 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:29:51.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:51 smithi158 ceph-mon[108027]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:29:51.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:51 smithi188 ceph-mon[119889]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:29:51.650 INFO:teuthology.orchestra.run.smithi158.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:29:51.650 INFO:teuthology.orchestra.run.smithi158.stdout:alertmanager.smithi158 smithi158 *:9093,9094 running (98s) - 2m 28.5M - 0.25.0 c8568f914cd2 150a9432ee14 2023-09-07T07:29:51.650 INFO:teuthology.orchestra.run.smithi158.stdout:ceph-exporter.smithi158 smithi158 running (2m) - 2m 7856k - 18.2.0-387-g68b7f2b3 baa439efeddd 9b8bb01a47c0 2023-09-07T07:29:51.651 INFO:teuthology.orchestra.run.smithi158.stdout:ceph-exporter.smithi188 smithi188 running (2m) - 2m 8280k - 18.2.0-387-g68b7f2b3 baa439efeddd f509fcc1668e 2023-09-07T07:29:51.651 INFO:teuthology.orchestra.run.smithi158.stdout:crash.smithi158 smithi158 running (2m) - 2m 7474k - 18.2.0-387-g68b7f2b3 baa439efeddd 6fc587465a42 2023-09-07T07:29:51.651 INFO:teuthology.orchestra.run.smithi158.stdout:crash.smithi188 smithi188 running (2m) - 2m 7448k - 18.2.0-387-g68b7f2b3 baa439efeddd 73cd6be2a450 2023-09-07T07:29:51.651 INFO:teuthology.orchestra.run.smithi158.stdout:grafana.smithi158 smithi158 *:3000 running (95s) - 2m 79.3M - 9.4.7 2c41d148cca3 afde97a1991f 2023-09-07T07:29:51.651 INFO:teuthology.orchestra.run.smithi158.stdout:mgr.smithi158.cxqbri smithi158 *:9283,8765,8443 running (3m) - 3m 498M - 18.2.0-387-g68b7f2b3 baa439efeddd 49c34830459f 2023-09-07T07:29:51.652 INFO:teuthology.orchestra.run.smithi158.stdout:mgr.smithi188.gxmain smithi188 *:8443,9283,8765 running (115s) - 115s 447M - 18.2.0-387-g68b7f2b3 baa439efeddd 6b0632caf6f7 2023-09-07T07:29:51.652 INFO:teuthology.orchestra.run.smithi158.stdout:mon.smithi158 smithi158 running (3m) - 3m 67.0M 2048M 18.2.0-387-g68b7f2b3 baa439efeddd 9aa8258f6319 2023-09-07T07:29:51.652 INFO:teuthology.orchestra.run.smithi158.stdout:mon.smithi188 smithi188 running (112s) - 112s 54.3M 2048M 18.2.0-387-g68b7f2b3 baa439efeddd ac93a5868f3e 2023-09-07T07:29:51.652 INFO:teuthology.orchestra.run.smithi158.stdout:node-exporter.smithi158 smithi158 *:9100 running (2m) - 2m 16.3M - 1.5.0 0da6a335fe13 88c8cf9f0767 2023-09-07T07:29:51.652 INFO:teuthology.orchestra.run.smithi158.stdout:node-exporter.smithi188 smithi188 *:9100 running (117s) - 117s 17.1M - 1.5.0 0da6a335fe13 8ed98e162d20 2023-09-07T07:29:51.652 INFO:teuthology.orchestra.run.smithi158.stdout:osd.0 smithi188 running (62s) - 62s 45.3M 3734M 18.2.0-387-g68b7f2b3 baa439efeddd cf6593c85547 2023-09-07T07:29:51.653 INFO:teuthology.orchestra.run.smithi158.stdout:osd.1 smithi158 running (60s) - 60s 54.6M 2966M 18.2.0-387-g68b7f2b3 baa439efeddd f83f44ccf9e8 2023-09-07T07:29:51.653 INFO:teuthology.orchestra.run.smithi158.stdout:osd.2 smithi188 running (58s) - 58s 33.8M 3734M 18.2.0-387-g68b7f2b3 baa439efeddd 847ff850ac6e 2023-09-07T07:29:51.653 INFO:teuthology.orchestra.run.smithi158.stdout:osd.3 smithi158 running (56s) - 56s 44.5M 2966M 18.2.0-387-g68b7f2b3 baa439efeddd dc11217ff783 2023-09-07T07:29:51.653 INFO:teuthology.orchestra.run.smithi158.stdout:osd.4 smithi188 running (54s) - 54s 32.4M 3734M 18.2.0-387-g68b7f2b3 baa439efeddd ec8a4bcef9e6 2023-09-07T07:29:51.653 INFO:teuthology.orchestra.run.smithi158.stdout:osd.5 smithi158 running (51s) - 51s 32.4M 2966M 18.2.0-387-g68b7f2b3 baa439efeddd c32fda28da6c 2023-09-07T07:29:51.654 INFO:teuthology.orchestra.run.smithi158.stdout:osd.6 smithi188 running (50s) - 50s 33.2M 3734M 18.2.0-387-g68b7f2b3 baa439efeddd 940bb4809d7b 2023-09-07T07:29:51.654 INFO:teuthology.orchestra.run.smithi158.stdout:osd.7 smithi158 running (47s) - 47s 25.6M 2966M 18.2.0-387-g68b7f2b3 baa439efeddd b75b08daa307 2023-09-07T07:29:51.654 INFO:teuthology.orchestra.run.smithi158.stdout:prometheus.smithi158 smithi158 *:9095 running (92s) - 2m 39.0M - 2.43.0 a07b618ecd1d a44d6522e238 2023-09-07T07:29:52.026 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- bash -c 'ceph orch ls' 2023-09-07T07:29:52.249 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:29:52.370 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:52 smithi158 ceph-mon[108027]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:52.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:52 smithi188 ceph-mon[119889]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:53.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:53 smithi188 ceph-mon[119889]: from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:29:53.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:53 smithi158 ceph-mon[108027]: from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:29:53.489 INFO:teuthology.orchestra.run.smithi158.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-09-07T07:29:53.489 INFO:teuthology.orchestra.run.smithi158.stdout:alertmanager ?:9093,9094 1/1 - 3m count:1 2023-09-07T07:29:53.489 INFO:teuthology.orchestra.run.smithi158.stdout:ceph-exporter 2/2 - 3m * 2023-09-07T07:29:53.490 INFO:teuthology.orchestra.run.smithi158.stdout:crash 2/2 - 3m * 2023-09-07T07:29:53.490 INFO:teuthology.orchestra.run.smithi158.stdout:grafana ?:3000 1/1 - 3m count:1 2023-09-07T07:29:53.490 INFO:teuthology.orchestra.run.smithi158.stdout:mgr 2/2 - 3m count:2 2023-09-07T07:29:53.490 INFO:teuthology.orchestra.run.smithi158.stdout:mon 2/2 - 2m smithi158:172.21.15.158=smithi158;smithi188:172.21.15.188=smithi188;count:2 2023-09-07T07:29:53.490 INFO:teuthology.orchestra.run.smithi158.stdout:node-exporter ?:9100 2/2 - 3m * 2023-09-07T07:29:53.491 INFO:teuthology.orchestra.run.smithi158.stdout:osd.all-available-devices 8 - 101s * 2023-09-07T07:29:53.491 INFO:teuthology.orchestra.run.smithi158.stdout:prometheus ?:9095 1/1 - 3m count:1 2023-09-07T07:29:53.859 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- bash -c 'ceph orch host ls' 2023-09-07T07:29:54.083 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:29:54.343 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:54 smithi158 ceph-mon[108027]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:54.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:54 smithi188 ceph-mon[119889]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:55.253 INFO:teuthology.orchestra.run.smithi158.stdout:HOST ADDR LABELS STATUS 2023-09-07T07:29:55.253 INFO:teuthology.orchestra.run.smithi158.stdout:smithi158 172.21.15.158 2023-09-07T07:29:55.254 INFO:teuthology.orchestra.run.smithi158.stdout:smithi188 172.21.15.188 2023-09-07T07:29:55.254 INFO:teuthology.orchestra.run.smithi158.stdout:2 hosts in cluster 2023-09-07T07:29:55.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:55 smithi188 ceph-mon[119889]: from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:29:55.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:55 smithi158 ceph-mon[108027]: from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:29:55.667 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- bash -c 'ceph orch device ls' 2023-09-07T07:29:55.891 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:29:56.321 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:56 smithi158 ceph-mon[108027]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:56.321 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:56 smithi158 ceph-mon[108027]: from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:29:56.321 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:56 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:29:56.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:56 smithi188 ceph-mon[119889]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:56.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:56 smithi188 ceph-mon[119889]: from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:29:56.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:56 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:29:57.037 INFO:teuthology.orchestra.run.smithi158.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-09-07T07:29:57.038 INFO:teuthology.orchestra.run.smithi158.stdout:smithi158 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB7475005A480DGN 447G No 42s ago Has a FileSystem, LVM detected 2023-09-07T07:29:57.038 INFO:teuthology.orchestra.run.smithi158.stdout:smithi158 /dev/nvme1n1 ssd Linux_ffe8028da698a0373ea4 89.4G No 42s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-07T07:29:57.038 INFO:teuthology.orchestra.run.smithi158.stdout:smithi158 /dev/nvme2n1 ssd Linux_026818720070cff62fd6 89.4G No 42s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-07T07:29:57.038 INFO:teuthology.orchestra.run.smithi158.stdout:smithi158 /dev/nvme3n1 ssd Linux_0b46411d006eb8bcfe27 89.4G No 42s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-07T07:29:57.039 INFO:teuthology.orchestra.run.smithi158.stdout:smithi158 /dev/nvme4n1 ssd Linux_8b2a48ec190b9a8e9446 89.4G No 42s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-07T07:29:57.039 INFO:teuthology.orchestra.run.smithi158.stdout:smithi188 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620500MP400BGN 372G No 45s ago Has a FileSystem, LVM detected 2023-09-07T07:29:57.039 INFO:teuthology.orchestra.run.smithi158.stdout:smithi188 /dev/nvme1n1 ssd Linux_04a17fa50a71cc209f97 89.4G No 45s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-07T07:29:57.039 INFO:teuthology.orchestra.run.smithi158.stdout:smithi188 /dev/nvme2n1 ssd Linux_ab09cb15864a859f0481 89.4G No 45s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-07T07:29:57.039 INFO:teuthology.orchestra.run.smithi158.stdout:smithi188 /dev/nvme3n1 ssd Linux_465f7ac90cb2d6355ebf 89.4G No 45s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-07T07:29:57.040 INFO:teuthology.orchestra.run.smithi158.stdout:smithi188 /dev/nvme4n1 ssd Linux_1702afbaad1403f88163 89.4G No 45s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-07T07:29:57.426 INFO:teuthology.run_tasks:Running task vip... 2023-09-07T07:29:57.436 INFO:tasks.vip:Allocating static IPs for each host... 2023-09-07T07:29:57.436 INFO:tasks.vip:peername 172.21.15.158 2023-09-07T07:29:57.440 INFO:tasks.vip:172.21.15.158 in 172.21.0.0/20, pos 3997 2023-09-07T07:29:57.444 INFO:tasks.vip:smithi158.front.sepia.ceph.com static 10.0.15.158, vnet 10.0.0.0/16 2023-09-07T07:29:57.445 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-09-07T07:29:57.445 DEBUG:teuthology.orchestra.run.smithi158:> sudo ip route ls 2023-09-07T07:29:57.475 INFO:teuthology.orchestra.run.smithi158.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.158 metric 100 2023-09-07T07:29:57.476 INFO:teuthology.orchestra.run.smithi158.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.158 metric 100 2023-09-07T07:29:57.477 INFO:tasks.vip:Configuring 10.0.15.158 on smithi158.front.sepia.ceph.com iface enp3s0f1... 2023-09-07T07:29:57.477 DEBUG:teuthology.orchestra.run.smithi158:> sudo ip addr add 10.0.15.158/16 dev enp3s0f1 2023-09-07T07:29:57.546 INFO:tasks.vip:peername 172.21.15.188 2023-09-07T07:29:57.549 INFO:tasks.vip:172.21.15.188 in 172.21.0.0/20, pos 4027 2023-09-07T07:29:57.553 INFO:tasks.vip:smithi188.front.sepia.ceph.com static 10.0.15.188, vnet 10.0.0.0/16 2023-09-07T07:29:57.553 DEBUG:teuthology.orchestra.run.smithi188:> sudo ip route ls 2023-09-07T07:29:57.589 INFO:teuthology.orchestra.run.smithi188.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.188 metric 100 2023-09-07T07:29:57.590 INFO:teuthology.orchestra.run.smithi188.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.188 metric 100 2023-09-07T07:29:57.591 INFO:tasks.vip:Configuring 10.0.15.188 on smithi188.front.sepia.ceph.com iface enp3s0f1... 2023-09-07T07:29:57.591 DEBUG:teuthology.orchestra.run.smithi188:> sudo ip addr add 10.0.15.188/16 dev enp3s0f1 2023-09-07T07:29:57.664 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-09-07T07:29:57.673 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi158.front.sepia.ceph.com 2023-09-07T07:29:57.673 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- bash -c 'ceph orch device ls --refresh' 2023-09-07T07:29:57.894 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:29:58.345 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:58 smithi158 ceph-mon[108027]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:58.346 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:58 smithi158 ceph-mon[108027]: from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:29:58.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:58 smithi188 ceph-mon[119889]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:58.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:58 smithi188 ceph-mon[119889]: from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:29:59.090 INFO:teuthology.orchestra.run.smithi158.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-09-07T07:29:59.090 INFO:teuthology.orchestra.run.smithi158.stdout:smithi158 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB7475005A480DGN 447G No 44s ago Has a FileSystem, LVM detected 2023-09-07T07:29:59.091 INFO:teuthology.orchestra.run.smithi158.stdout:smithi158 /dev/nvme1n1 ssd Linux_ffe8028da698a0373ea4 89.4G No 44s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-07T07:29:59.091 INFO:teuthology.orchestra.run.smithi158.stdout:smithi158 /dev/nvme2n1 ssd Linux_026818720070cff62fd6 89.4G No 44s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-07T07:29:59.091 INFO:teuthology.orchestra.run.smithi158.stdout:smithi158 /dev/nvme3n1 ssd Linux_0b46411d006eb8bcfe27 89.4G No 44s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-07T07:29:59.091 INFO:teuthology.orchestra.run.smithi158.stdout:smithi158 /dev/nvme4n1 ssd Linux_8b2a48ec190b9a8e9446 89.4G No 44s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-07T07:29:59.091 INFO:teuthology.orchestra.run.smithi158.stdout:smithi188 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620500MP400BGN 372G No 47s ago Has a FileSystem, LVM detected 2023-09-07T07:29:59.092 INFO:teuthology.orchestra.run.smithi158.stdout:smithi188 /dev/nvme1n1 ssd Linux_04a17fa50a71cc209f97 89.4G No 47s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-07T07:29:59.092 INFO:teuthology.orchestra.run.smithi158.stdout:smithi188 /dev/nvme2n1 ssd Linux_ab09cb15864a859f0481 89.4G No 47s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-07T07:29:59.092 INFO:teuthology.orchestra.run.smithi158.stdout:smithi188 /dev/nvme3n1 ssd Linux_465f7ac90cb2d6355ebf 89.4G No 47s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-07T07:29:59.092 INFO:teuthology.orchestra.run.smithi158.stdout:smithi188 /dev/nvme4n1 ssd Linux_1702afbaad1403f88163 89.4G No 47s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-07T07:29:59.455 INFO:teuthology.run_tasks:Running task vip.exec... 2023-09-07T07:29:59.465 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi158.front.sepia.ceph.com 2023-09-07T07:29:59.465 DEBUG:teuthology.orchestra.run.smithi158:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-09-07T07:29:59.498 INFO:teuthology.orchestra.run.smithi158.stderr:+ systemctl stop nfs-server 2023-09-07T07:29:59.505 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi188.front.sepia.ceph.com 2023-09-07T07:29:59.505 DEBUG:teuthology.orchestra.run.smithi188:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-09-07T07:29:59.534 INFO:teuthology.orchestra.run.smithi188.stderr:+ systemctl stop nfs-server 2023-09-07T07:29:59.540 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-09-07T07:29:59.549 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi158.front.sepia.ceph.com 2023-09-07T07:29:59.550 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- bash -c 'ceph fs volume create foofs' 2023-09-07T07:29:59.764 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:59 smithi158 ceph-mon[108027]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:59.764 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:59 smithi158 ceph-mon[108027]: from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:29:59.764 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:29:59 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:29:59.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:59 smithi188 ceph-mon[119889]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:59.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:59 smithi188 ceph-mon[119889]: from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:29:59.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:29:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:29:59.981 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:30:00.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:00 smithi188 ceph-mon[119889]: overall HEALTH_OK 2023-09-07T07:30:00.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:00 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:00.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:00 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:00.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:00 smithi158 ceph-mon[108027]: overall HEALTH_OK 2023-09-07T07:30:00.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:00 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:00.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:00 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:02.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:01 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:02.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:01 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:02.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:01 smithi188 ceph-mon[119889]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:02.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:01 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:02.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:01 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:02.178 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:01 smithi158 ceph-mon[108027]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:03.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:02 smithi158 ceph-mon[108027]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:30:03.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:02 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-09-07T07:30:03.178 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:02 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-09-07T07:30:03.178 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:02 smithi158 ceph-mon[108027]: osdmap e36: 8 total, 8 up, 8 in 2023-09-07T07:30:03.178 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:02 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-09-07T07:30:03.178 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:02 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:03.179 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:02 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:03.179 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:02 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:03.179 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:02 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:03.179 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:02 smithi158 ceph-af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da-mon-smithi158[108004]: 2023-09-07T07:30:02.958+0000 7f0b32fa6700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-07T07:30:03.248 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:02 smithi188 ceph-mon[119889]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:30:03.248 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:02 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-09-07T07:30:03.249 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:02 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-09-07T07:30:03.249 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:02 smithi188 ceph-mon[119889]: osdmap e36: 8 total, 8 up, 8 in 2023-09-07T07:30:03.249 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:02 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-09-07T07:30:03.249 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:02 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:03.250 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:02 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:03.250 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:02 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:03.250 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:02 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:03.407 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.158/16 --port 2999' 2023-09-07T07:30:03.738 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:30:04.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:03 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-09-07T07:30:04.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:03 smithi158 ceph-mon[108027]: osdmap e37: 8 total, 8 up, 8 in 2023-09-07T07:30:04.178 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:03 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-09-07T07:30:04.178 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:03 smithi158 ceph-mon[108027]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-07T07:30:04.178 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:03 smithi158 ceph-mon[108027]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-09-07T07:30:04.178 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:03 smithi158 ceph-mon[108027]: pgmap v96: 65 pgs: 6 creating+peering, 1 active+clean, 58 unknown; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:04.178 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:03 smithi158 ceph-mon[108027]: osdmap e38: 8 total, 8 up, 8 in 2023-09-07T07:30:04.179 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:03 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-09-07T07:30:04.179 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:03 smithi158 ceph-mon[108027]: fsmap foofs:0 2023-09-07T07:30:04.179 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:03 smithi158 ceph-mon[108027]: Saving service mds.foofs spec with placement count:2 2023-09-07T07:30:04.179 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:03 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:04.179 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:03 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:04.180 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:03 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:04.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:03 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-09-07T07:30:04.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:03 smithi188 ceph-mon[119889]: osdmap e37: 8 total, 8 up, 8 in 2023-09-07T07:30:04.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:03 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-09-07T07:30:04.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:03 smithi188 ceph-mon[119889]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-07T07:30:04.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:03 smithi188 ceph-mon[119889]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-09-07T07:30:04.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:03 smithi188 ceph-mon[119889]: pgmap v96: 65 pgs: 6 creating+peering, 1 active+clean, 58 unknown; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:04.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:03 smithi188 ceph-mon[119889]: osdmap e38: 8 total, 8 up, 8 in 2023-09-07T07:30:04.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:03 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-09-07T07:30:04.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:03 smithi188 ceph-mon[119889]: fsmap foofs:0 2023-09-07T07:30:04.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:03 smithi188 ceph-mon[119889]: Saving service mds.foofs spec with placement count:2 2023-09-07T07:30:04.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:03 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:04.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:03 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:04.390 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:03 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:05.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:04 smithi188 ceph-mon[119889]: osdmap e39: 8 total, 8 up, 8 in 2023-09-07T07:30:05.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:04 smithi158 ceph-mon[108027]: osdmap e39: 8 total, 8 up, 8 in 2023-09-07T07:30:06.072 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:05 smithi158 ceph-mon[108027]: pgmap v99: 65 pgs: 13 creating+peering, 4 active+clean, 48 unknown; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:06.073 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:05 smithi158 ceph-mon[108027]: osdmap e40: 8 total, 8 up, 8 in 2023-09-07T07:30:06.073 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:05 smithi158 ceph-mon[108027]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.158/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:30:06.073 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:05 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-09-07T07:30:06.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:05 smithi188 ceph-mon[119889]: pgmap v99: 65 pgs: 13 creating+peering, 4 active+clean, 48 unknown; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:06.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:05 smithi188 ceph-mon[119889]: osdmap e40: 8 total, 8 up, 8 in 2023-09-07T07:30:06.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:05 smithi188 ceph-mon[119889]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.158/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:30:06.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:05 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-09-07T07:30:07.267 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:07 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2023-09-07T07:30:07.267 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:07 smithi188 ceph-mon[119889]: osdmap e41: 8 total, 8 up, 8 in 2023-09-07T07:30:07.267 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:07 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-09-07T07:30:07.268 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:07 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:07.268 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:07 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:07.268 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:07 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:30:07.268 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:07 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:30:07.268 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:07 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:07.269 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:07 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:30:07.269 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:07 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi188.qlwmrn", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-07T07:30:07.269 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:07 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi188.qlwmrn", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-07T07:30:07.269 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:07 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:30:07.269 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:07 smithi188 ceph-mon[119889]: Deploying daemon mds.foofs.smithi188.qlwmrn on smithi188 2023-09-07T07:30:07.289 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:06 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2023-09-07T07:30:07.289 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:06 smithi158 ceph-mon[108027]: osdmap e41: 8 total, 8 up, 8 in 2023-09-07T07:30:07.290 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:06 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-09-07T07:30:07.290 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:06 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:07.290 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:06 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:07.290 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:06 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:30:07.291 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:06 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:30:07.291 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:06 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:07.291 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:06 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:30:07.291 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:06 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi188.qlwmrn", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-07T07:30:07.292 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:06 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi188.qlwmrn", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-07T07:30:07.292 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:06 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:30:07.292 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:06 smithi158 ceph-mon[108027]: Deploying daemon mds.foofs.smithi188.qlwmrn on smithi188 2023-09-07T07:30:07.392 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2023-09-07T07:30:07.619 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:30:08.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:08 smithi188 ceph-mon[119889]: pgmap v102: 97 pgs: 29 creating+peering, 49 active+clean, 19 unknown; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:08.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:08 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-09-07T07:30:08.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:08 smithi188 ceph-mon[119889]: osdmap e42: 8 total, 8 up, 8 in 2023-09-07T07:30:08.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:08 smithi188 ceph-mon[119889]: Saving service nfs.foo spec with placement count:1 2023-09-07T07:30:08.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:08 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:08.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:08 smithi188 ceph-mon[119889]: Saving service ingress.nfs.foo spec with placement count:2 2023-09-07T07:30:08.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:08 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:08.139 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:08 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:08.139 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:08 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:08.139 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:08 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:08.139 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:08 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi158.iuijkw", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-07T07:30:08.139 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:08 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi158.iuijkw", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-07T07:30:08.139 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:08 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:30:08.382 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:08 smithi158 ceph-mon[108027]: pgmap v102: 97 pgs: 29 creating+peering, 49 active+clean, 19 unknown; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:08.382 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:08 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-09-07T07:30:08.383 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:08 smithi158 ceph-mon[108027]: osdmap e42: 8 total, 8 up, 8 in 2023-09-07T07:30:08.383 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:08 smithi158 ceph-mon[108027]: Saving service nfs.foo spec with placement count:1 2023-09-07T07:30:08.383 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:08 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:08.383 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:08 smithi158 ceph-mon[108027]: Saving service ingress.nfs.foo spec with placement count:2 2023-09-07T07:30:08.383 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:08 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:08.383 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:08 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:08.384 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:08 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:08.384 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:08 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:08.384 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:08 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi158.iuijkw", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-07T07:30:08.384 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:08 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi158.iuijkw", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-07T07:30:08.384 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:08 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:30:09.204 INFO:teuthology.orchestra.run.smithi158.stdout:{ 2023-09-07T07:30:09.204 INFO:teuthology.orchestra.run.smithi158.stdout: "bind": "/fake", 2023-09-07T07:30:09.205 INFO:teuthology.orchestra.run.smithi158.stdout: "cluster": "foo", 2023-09-07T07:30:09.205 INFO:teuthology.orchestra.run.smithi158.stdout: "fs": "foofs", 2023-09-07T07:30:09.205 INFO:teuthology.orchestra.run.smithi158.stdout: "mode": "RW", 2023-09-07T07:30:09.205 INFO:teuthology.orchestra.run.smithi158.stdout: "path": "/" 2023-09-07T07:30:09.205 INFO:teuthology.orchestra.run.smithi158.stdout:} 2023-09-07T07:30:09.333 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:09 smithi158 ceph-mon[108027]: Deploying daemon mds.foofs.smithi158.iuijkw on smithi158 2023-09-07T07:30:09.333 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:09 smithi158 ceph-mon[108027]: osdmap e43: 8 total, 8 up, 8 in 2023-09-07T07:30:09.334 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:09 smithi158 ceph-mon[108027]: mds.? [v2:172.21.15.188:6832/344441059,v1:172.21.15.188:6833/344441059] up:boot 2023-09-07T07:30:09.334 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:09 smithi158 ceph-mon[108027]: daemon mds.foofs.smithi188.qlwmrn assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-09-07T07:30:09.334 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:09 smithi158 ceph-mon[108027]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-09-07T07:30:09.334 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:09 smithi158 ceph-mon[108027]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-09-07T07:30:09.335 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:09 smithi158 ceph-mon[108027]: Cluster is now healthy 2023-09-07T07:30:09.335 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:09 smithi158 ceph-mon[108027]: fsmap foofs:0 1 up:standby 2023-09-07T07:30:09.335 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:09 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi188.qlwmrn"}]: dispatch 2023-09-07T07:30:09.335 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:09 smithi158 ceph-mon[108027]: mgrmap e20: smithi158.cxqbri(active, since 2m), standbys: smithi188.gxmain 2023-09-07T07:30:09.335 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:09 smithi158 ceph-mon[108027]: fsmap foofs:1 {0=foofs.smithi188.qlwmrn=up:creating} 2023-09-07T07:30:09.336 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:09 smithi158 ceph-mon[108027]: daemon mds.foofs.smithi188.qlwmrn is now active in filesystem foofs as rank 0 2023-09-07T07:30:09.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:09 smithi188 ceph-mon[119889]: Deploying daemon mds.foofs.smithi158.iuijkw on smithi158 2023-09-07T07:30:09.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:09 smithi188 ceph-mon[119889]: osdmap e43: 8 total, 8 up, 8 in 2023-09-07T07:30:09.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:09 smithi188 ceph-mon[119889]: mds.? [v2:172.21.15.188:6832/344441059,v1:172.21.15.188:6833/344441059] up:boot 2023-09-07T07:30:09.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:09 smithi188 ceph-mon[119889]: daemon mds.foofs.smithi188.qlwmrn assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-09-07T07:30:09.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:09 smithi188 ceph-mon[119889]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-09-07T07:30:09.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:09 smithi188 ceph-mon[119889]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-09-07T07:30:09.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:09 smithi188 ceph-mon[119889]: Cluster is now healthy 2023-09-07T07:30:09.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:09 smithi188 ceph-mon[119889]: fsmap foofs:0 1 up:standby 2023-09-07T07:30:09.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:09 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi188.qlwmrn"}]: dispatch 2023-09-07T07:30:09.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:09 smithi188 ceph-mon[119889]: mgrmap e20: smithi158.cxqbri(active, since 2m), standbys: smithi188.gxmain 2023-09-07T07:30:09.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:09 smithi188 ceph-mon[119889]: fsmap foofs:1 {0=foofs.smithi188.qlwmrn=up:creating} 2023-09-07T07:30:09.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:09 smithi188 ceph-mon[119889]: daemon mds.foofs.smithi188.qlwmrn is now active in filesystem foofs as rank 0 2023-09-07T07:30:09.573 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-09-07T07:30:09.583 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-09-07T07:30:09.584 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:30:09.975 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:30:10.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:10 smithi188 ceph-mon[119889]: pgmap v105: 97 pgs: 16 creating+peering, 76 active+clean, 5 unknown; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 1 op/s 2023-09-07T07:30:10.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:10 smithi188 ceph-mon[119889]: from='client.14582 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:30:10.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:10 smithi188 ceph-mon[119889]: mds.? [v2:172.21.15.188:6832/344441059,v1:172.21.15.188:6833/344441059] up:active 2023-09-07T07:30:10.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:10 smithi188 ceph-mon[119889]: fsmap foofs:1 {0=foofs.smithi188.qlwmrn=up:active} 2023-09-07T07:30:10.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:10 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-09-07T07:30:10.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:10 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2023-09-07T07:30:10.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:10 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:10.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:10 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:10.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:10 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:10.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:10 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:10.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:10 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:10.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:10 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:30:10.461 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:10 smithi158 ceph-mon[108027]: pgmap v105: 97 pgs: 16 creating+peering, 76 active+clean, 5 unknown; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 1 op/s 2023-09-07T07:30:10.461 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:10 smithi158 ceph-mon[108027]: from='client.14582 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:30:10.461 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:10 smithi158 ceph-mon[108027]: mds.? [v2:172.21.15.188:6832/344441059,v1:172.21.15.188:6833/344441059] up:active 2023-09-07T07:30:10.462 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:10 smithi158 ceph-mon[108027]: fsmap foofs:1 {0=foofs.smithi188.qlwmrn=up:active} 2023-09-07T07:30:10.462 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:10 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-09-07T07:30:10.462 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:10 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2023-09-07T07:30:10.462 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:10 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:10.462 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:10 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:10.463 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:10 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:10.463 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:10 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:10.463 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:10 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:10.463 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:10 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:30:11.343 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:30:11.344 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 0, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:30:11.542 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:11 smithi158 ceph-mon[108027]: mgrmap e21: smithi158.cxqbri(active, since 2m), standbys: smithi188.gxmain 2023-09-07T07:30:11.543 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:11 smithi158 ceph-mon[108027]: mds.? [v2:172.21.15.158:6834/157627952,v1:172.21.15.158:6835/157627952] up:boot 2023-09-07T07:30:11.543 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:11 smithi158 ceph-mon[108027]: fsmap foofs:1 {0=foofs.smithi188.qlwmrn=up:active} 1 up:standby 2023-09-07T07:30:11.543 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:11 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi158.iuijkw"}]: dispatch 2023-09-07T07:30:11.543 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:11 smithi158 ceph-mon[108027]: fsmap foofs:1 {0=foofs.smithi188.qlwmrn=up:active} 1 up:standby 2023-09-07T07:30:11.543 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:11 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:30:11.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:11 smithi188 ceph-mon[119889]: mgrmap e21: smithi158.cxqbri(active, since 2m), standbys: smithi188.gxmain 2023-09-07T07:30:11.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:11 smithi188 ceph-mon[119889]: mds.? [v2:172.21.15.158:6834/157627952,v1:172.21.15.158:6835/157627952] up:boot 2023-09-07T07:30:11.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:11 smithi188 ceph-mon[119889]: fsmap foofs:1 {0=foofs.smithi188.qlwmrn=up:active} 1 up:standby 2023-09-07T07:30:11.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:11 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi158.iuijkw"}]: dispatch 2023-09-07T07:30:11.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:11 smithi188 ceph-mon[119889]: fsmap foofs:1 {0=foofs.smithi188.qlwmrn=up:active} 1 up:standby 2023-09-07T07:30:11.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:11 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:30:11.806 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:30:12.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:12 smithi158 ceph-mon[108027]: pgmap v106: 97 pgs: 16 creating+peering, 81 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 342 B/s wr, 4 op/s 2023-09-07T07:30:12.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:12 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:12.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:12 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:12.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:12 smithi188 ceph-mon[119889]: pgmap v106: 97 pgs: 16 creating+peering, 81 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 342 B/s wr, 4 op/s 2023-09-07T07:30:12.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:12 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:12.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:12 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:12.807 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:30:13.204 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:30:13.337 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:13 smithi158 ceph-mon[108027]: from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:30:13.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:13 smithi188 ceph-mon[119889]: from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:30:14.390 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:30:14.391 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:30:14.415 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:14 smithi158 ceph-mon[108027]: pgmap v107: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s wr, 6 op/s 2023-09-07T07:30:14.415 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:14 smithi158 ceph-mon[108027]: mds.? [v2:172.21.15.188:6832/344441059,v1:172.21.15.188:6833/344441059] up:active 2023-09-07T07:30:14.416 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:14 smithi158 ceph-mon[108027]: fsmap foofs:1 {0=foofs.smithi188.qlwmrn=up:active} 1 up:standby 2023-09-07T07:30:14.416 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:14 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:14.416 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:14 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:14.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:14 smithi188 ceph-mon[119889]: pgmap v107: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s wr, 6 op/s 2023-09-07T07:30:14.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:14 smithi188 ceph-mon[119889]: mds.? [v2:172.21.15.188:6832/344441059,v1:172.21.15.188:6833/344441059] up:active 2023-09-07T07:30:14.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:14 smithi188 ceph-mon[119889]: fsmap foofs:1 {0=foofs.smithi188.qlwmrn=up:active} 1 up:standby 2023-09-07T07:30:14.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:14 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:14.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:14 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:14.781 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:30:15.326 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:15 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:30:15.326 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:15 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:30:15.327 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:15 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:15.327 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:15 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:30:15.327 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:15 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:15.327 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:15 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi158.qovsxt", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-07T07:30:15.327 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:15 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi158.qovsxt", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-07T07:30:15.328 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:15 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-07T07:30:15.328 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:15 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-07T07:30:15.328 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:15 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:30:15.328 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:15 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-07T07:30:15.329 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:15 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-07T07:30:15.329 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:15 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi158.qovsxt-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-07T07:30:15.329 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:15 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi158.qovsxt-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-07T07:30:15.329 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:15 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:30:15.329 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:15 smithi158 ceph-mon[108027]: mds.? [v2:172.21.15.158:6834/157627952,v1:172.21.15.158:6835/157627952] up:standby 2023-09-07T07:30:15.329 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:15 smithi158 ceph-mon[108027]: fsmap foofs:1 {0=foofs.smithi188.qlwmrn=up:active} 1 up:standby 2023-09-07T07:30:15.330 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:15 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:15.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:15 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:30:15.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:15 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:30:15.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:15 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:15.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:15 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:30:15.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:15 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:15.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:15 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi158.qovsxt", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-07T07:30:15.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:15 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi158.qovsxt", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-07T07:30:15.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:15 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-07T07:30:15.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:15 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-07T07:30:15.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:15 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:30:15.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:15 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-07T07:30:15.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:15 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-07T07:30:15.640 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:15 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi158.qovsxt-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-07T07:30:15.640 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:15 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi158.qovsxt-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-07T07:30:15.640 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:15 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:30:15.640 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:15 smithi188 ceph-mon[119889]: mds.? [v2:172.21.15.158:6834/157627952,v1:172.21.15.158:6835/157627952] up:standby 2023-09-07T07:30:15.640 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:15 smithi188 ceph-mon[119889]: fsmap foofs:1 {0=foofs.smithi188.qlwmrn=up:active} 1 up:standby 2023-09-07T07:30:15.641 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:15 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:15.783 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:30:16.294 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:30:16.597 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:16 smithi158 ceph-mon[108027]: from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:30:16.597 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:16 smithi158 ceph-mon[108027]: Creating key for client.nfs.foo.0.0.smithi158.qovsxt 2023-09-07T07:30:16.598 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:16 smithi158 ceph-mon[108027]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-07T07:30:16.598 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:16 smithi158 ceph-mon[108027]: Rados config object exists: conf-nfs.foo 2023-09-07T07:30:16.598 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:16 smithi158 ceph-mon[108027]: Creating key for client.nfs.foo.0.0.smithi158.qovsxt-rgw 2023-09-07T07:30:16.598 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:16 smithi158 ceph-mon[108027]: Bind address in nfs.foo.0.0.smithi158.qovsxt's ganesha conf is defaulting to empty 2023-09-07T07:30:16.599 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:16 smithi158 ceph-mon[108027]: Deploying daemon nfs.foo.0.0.smithi158.qovsxt on smithi158 2023-09-07T07:30:16.599 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:16 smithi158 ceph-mon[108027]: pgmap v108: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s wr, 5 op/s 2023-09-07T07:30:16.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:16 smithi188 ceph-mon[119889]: from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:30:16.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:16 smithi188 ceph-mon[119889]: Creating key for client.nfs.foo.0.0.smithi158.qovsxt 2023-09-07T07:30:16.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:16 smithi188 ceph-mon[119889]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-07T07:30:16.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:16 smithi188 ceph-mon[119889]: Rados config object exists: conf-nfs.foo 2023-09-07T07:30:16.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:16 smithi188 ceph-mon[119889]: Creating key for client.nfs.foo.0.0.smithi158.qovsxt-rgw 2023-09-07T07:30:16.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:16 smithi188 ceph-mon[119889]: Bind address in nfs.foo.0.0.smithi158.qovsxt's ganesha conf is defaulting to empty 2023-09-07T07:30:16.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:16 smithi188 ceph-mon[119889]: Deploying daemon nfs.foo.0.0.smithi158.qovsxt on smithi158 2023-09-07T07:30:16.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:16 smithi188 ceph-mon[119889]: pgmap v108: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s wr, 5 op/s 2023-09-07T07:30:17.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:17 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:17.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:17 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:17.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:17 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:17.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:17 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:17.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:17 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:17.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:17 smithi158 ceph-mon[108027]: Deploying daemon haproxy.nfs.foo.smithi158.legolg on smithi158 2023-09-07T07:30:17.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:17 smithi158 ceph-mon[108027]: pgmap v109: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 307 B/s rd, 1.7 KiB/s wr, 5 op/s 2023-09-07T07:30:17.499 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:30:17.500 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:30:17.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:17 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:17.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:17 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:17.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:17 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:17.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:17 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:17.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:17 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:17.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:17 smithi188 ceph-mon[119889]: Deploying daemon haproxy.nfs.foo.smithi158.legolg on smithi158 2023-09-07T07:30:17.640 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:17 smithi188 ceph-mon[119889]: pgmap v109: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 307 B/s rd, 1.7 KiB/s wr, 5 op/s 2023-09-07T07:30:18.020 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:30:18.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:18 smithi158 ceph-mon[108027]: from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:30:18.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:18 smithi188 ceph-mon[119889]: from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:30:19.022 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:30:19.260 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:30:19.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:19 smithi158 ceph-mon[108027]: pgmap v110: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.3 KiB/s wr, 6 op/s 2023-09-07T07:30:19.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:19 smithi188 ceph-mon[119889]: pgmap v110: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.3 KiB/s wr, 6 op/s 2023-09-07T07:30:20.587 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:30:20.588 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:30:20.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:20 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:21.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:20 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:21.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:21 smithi158 ceph-mon[108027]: from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:30:21.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:21 smithi158 ceph-mon[108027]: pgmap v111: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.9 KiB/s wr, 5 op/s 2023-09-07T07:30:22.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:21 smithi188 ceph-mon[119889]: from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:30:22.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:21 smithi188 ceph-mon[119889]: pgmap v111: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.9 KiB/s wr, 5 op/s 2023-09-07T07:30:22.178 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:30:23.180 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:30:23.422 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:30:24.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:24 smithi158 ceph-mon[108027]: pgmap v112: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.9 KiB/s wr, 3 op/s 2023-09-07T07:30:24.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:24 smithi188 ceph-mon[119889]: pgmap v112: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.9 KiB/s wr, 3 op/s 2023-09-07T07:30:24.749 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:30:24.749 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:30:25.120 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:30:25.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:25 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:25.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:25 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:25.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:25 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:25.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:25 smithi158 ceph-mon[108027]: Deploying daemon haproxy.nfs.foo.smithi188.jrlhzp on smithi188 2023-09-07T07:30:25.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:25 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:25.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:25 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:25.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:25 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:25.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:25 smithi188 ceph-mon[119889]: Deploying daemon haproxy.nfs.foo.smithi188.jrlhzp on smithi188 2023-09-07T07:30:26.122 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:30:26.361 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:30:26.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:26 smithi158 ceph-mon[108027]: from='client.24381 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:30:26.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:26 smithi158 ceph-mon[108027]: pgmap v113: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 682 B/s wr, 1 op/s 2023-09-07T07:30:26.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:26 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:30:26.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:26 smithi188 ceph-mon[119889]: from='client.24381 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:30:26.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:26 smithi188 ceph-mon[119889]: pgmap v113: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 682 B/s wr, 1 op/s 2023-09-07T07:30:26.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:26 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:30:27.596 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:30:27.597 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:30:27.977 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:30:28.612 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:28 smithi188 ceph-mon[119889]: pgmap v114: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 682 B/s wr, 1 op/s 2023-09-07T07:30:28.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:28 smithi158 ceph-mon[108027]: pgmap v114: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 682 B/s wr, 1 op/s 2023-09-07T07:30:28.979 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:30:29.219 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:30:29.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:29 smithi188 ceph-mon[119889]: from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:30:29.674 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:29 smithi158 ceph-mon[108027]: from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:30:30.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:30 smithi158 ceph-mon[108027]: pgmap v115: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 682 B/s wr, 1 op/s 2023-09-07T07:30:30.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:30 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:30.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:30 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:30.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:30 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:30.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:30 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:30.488 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:30:30.489 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:30:30.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:30 smithi188 ceph-mon[119889]: pgmap v115: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 682 B/s wr, 1 op/s 2023-09-07T07:30:30.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:30 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:30.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:30 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:30.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:30 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:30.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:30 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:30.958 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:30:31.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:31 smithi188 ceph-mon[119889]: 10.0.31.158 is in 10.0.0.0/16 on smithi158 interface enp3s0f1 2023-09-07T07:30:31.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:31 smithi188 ceph-mon[119889]: 10.0.31.158 is in 10.0.0.0/16 on smithi188 interface enp3s0f1 2023-09-07T07:30:31.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:31 smithi188 ceph-mon[119889]: Deploying daemon keepalived.nfs.foo.smithi158.sleucd on smithi158 2023-09-07T07:30:31.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:31 smithi158 ceph-mon[108027]: 10.0.31.158 is in 10.0.0.0/16 on smithi158 interface enp3s0f1 2023-09-07T07:30:31.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:31 smithi158 ceph-mon[108027]: 10.0.31.158 is in 10.0.0.0/16 on smithi188 interface enp3s0f1 2023-09-07T07:30:31.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:31 smithi158 ceph-mon[108027]: Deploying daemon keepalived.nfs.foo.smithi158.sleucd on smithi158 2023-09-07T07:30:31.959 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:30:32.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:32 smithi188 ceph-mon[119889]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:30:32.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:32 smithi188 ceph-mon[119889]: pgmap v116: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:32.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:32 smithi158 ceph-mon[108027]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:30:32.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:32 smithi158 ceph-mon[108027]: pgmap v116: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:33.682 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:30:34.586 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:34 smithi158 ceph-mon[108027]: pgmap v117: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 85 B/s wr, 0 op/s 2023-09-07T07:30:34.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:34 smithi188 ceph-mon[119889]: pgmap v117: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 85 B/s wr, 0 op/s 2023-09-07T07:30:35.487 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:30:35.488 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:30:35.866 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:30:36.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:36 smithi158 ceph-mon[108027]: pgmap v118: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 85 B/s wr, 0 op/s 2023-09-07T07:30:36.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:36 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:36.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:36 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:36.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:36 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:36.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:36 smithi188 ceph-mon[119889]: pgmap v118: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 85 B/s wr, 0 op/s 2023-09-07T07:30:36.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:36 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:36.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:36 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:36.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:36 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:36.867 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:30:37.104 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:30:37.539 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:37 smithi158 ceph-mon[108027]: from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:30:37.539 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:37 smithi158 ceph-mon[108027]: 10.0.31.158 is in 10.0.0.0/16 on smithi188 interface enp3s0f1 2023-09-07T07:30:37.539 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:37 smithi158 ceph-mon[108027]: 10.0.31.158 is in 10.0.0.0/16 on smithi158 interface enp3s0f1 2023-09-07T07:30:37.540 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:37 smithi158 ceph-mon[108027]: Deploying daemon keepalived.nfs.foo.smithi188.pjrsrq on smithi188 2023-09-07T07:30:37.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:37 smithi188 ceph-mon[119889]: from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:30:37.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:37 smithi188 ceph-mon[119889]: 10.0.31.158 is in 10.0.0.0/16 on smithi188 interface enp3s0f1 2023-09-07T07:30:37.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:37 smithi188 ceph-mon[119889]: 10.0.31.158 is in 10.0.0.0/16 on smithi158 interface enp3s0f1 2023-09-07T07:30:37.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:37 smithi188 ceph-mon[119889]: Deploying daemon keepalived.nfs.foo.smithi188.pjrsrq on smithi188 2023-09-07T07:30:38.299 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:30:38.299 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:30:38.592 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:38 smithi158 ceph-mon[108027]: pgmap v119: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 85 B/s wr, 0 op/s 2023-09-07T07:30:38.592 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:38 smithi158 ceph-mon[108027]: from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:30:38.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:38 smithi188 ceph-mon[119889]: pgmap v119: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 85 B/s wr, 0 op/s 2023-09-07T07:30:38.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:38 smithi188 ceph-mon[119889]: from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:30:38.676 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:30:39.678 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:30:39.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:39 smithi188 ceph-mon[119889]: pgmap v120: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:30:39.921 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:30:39.925 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:39 smithi158 ceph-mon[108027]: pgmap v120: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:30:41.099 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:30:41.101 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:30:41.315 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:41 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:30:41.383 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:41 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:30:41.414 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:30:42.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:42 smithi188 ceph-mon[119889]: pgmap v121: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:30:42.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:42 smithi188 ceph-mon[119889]: from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:30:42.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:42 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:42.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:42 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:42.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:42 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:42.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:42 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:42.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:42 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:30:42.415 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:30:42.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:42 smithi158 ceph-mon[108027]: pgmap v121: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:30:42.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:42 smithi158 ceph-mon[108027]: from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:30:42.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:42 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:42.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:42 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:42.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:42 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:42.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:42 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:42.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:42 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:30:42.854 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:30:44.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:44 smithi188 ceph-mon[119889]: pgmap v122: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:30:44.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:44 smithi158 ceph-mon[108027]: pgmap v122: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:30:45.120 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:30:45.121 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 2, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:30:45.599 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:45 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:45.599 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:45 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:45.599 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:45 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:45.600 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:45 smithi158 ceph-mon[108027]: pgmap v123: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 0 op/s 2023-09-07T07:30:45.600 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:45 smithi158 ceph-mon[108027]: from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:30:45.618 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:30:45.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:45 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:45.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:45 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:45.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:45 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:45.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:45 smithi188 ceph-mon[119889]: pgmap v123: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 0 op/s 2023-09-07T07:30:45.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:45 smithi188 ceph-mon[119889]: from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:30:46.619 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:30:47.033 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:30:48.254 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:30:48.254 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:30:48.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:48 smithi188 ceph-mon[119889]: pgmap v124: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:30:48.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:48 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:48.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:48 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:48.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:48 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:30:48.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:48 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:30:48.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:48 smithi188 ceph-mon[119889]: pgmap v125: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 707 B/s rd, 505 B/s wr, 1 op/s 2023-09-07T07:30:48.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:48 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:48.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:48 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:30:48.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:48 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:48.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:48 smithi188 ceph-mon[119889]: Reconfiguring prometheus.smithi158 (dependencies changed)... 2023-09-07T07:30:48.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:48 smithi158 ceph-mon[108027]: pgmap v124: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:30:48.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:48 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:48.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:48 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:48.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:48 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:30:48.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:48 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:30:48.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:48 smithi158 ceph-mon[108027]: pgmap v125: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 707 B/s rd, 505 B/s wr, 1 op/s 2023-09-07T07:30:48.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:48 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:48.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:48 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:30:48.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:48 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:48.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:48 smithi158 ceph-mon[108027]: Reconfiguring prometheus.smithi158 (dependencies changed)... 2023-09-07T07:30:48.726 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:30:49.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:49 smithi158 ceph-mon[108027]: Reconfiguring daemon prometheus.smithi158 on smithi158 2023-09-07T07:30:49.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:49 smithi158 ceph-mon[108027]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-09-07T07:30:49.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:49 smithi158 ceph-mon[108027]: from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:30:49.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:49 smithi188 ceph-mon[119889]: Reconfiguring daemon prometheus.smithi158 on smithi158 2023-09-07T07:30:49.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:49 smithi188 ceph-mon[119889]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-09-07T07:30:49.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:49 smithi188 ceph-mon[119889]: from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:30:49.727 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:30:50.220 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:30:50.370 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:50 smithi158 ceph-mon[108027]: pgmap v126: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 303 B/s rd, 101 B/s wr, 0 op/s 2023-09-07T07:30:50.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:50 smithi188 ceph-mon[119889]: pgmap v126: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 303 B/s rd, 101 B/s wr, 0 op/s 2023-09-07T07:30:51.504 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:30:51.505 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 0, "size": 1}}] 2023-09-07T07:30:52.125 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:30:52.304 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:52 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:52.305 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:52 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:52.305 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:52 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-07T07:30:52.305 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:52 smithi158 ceph-mon[108027]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-07T07:30:52.305 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:52 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:30:52.305 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:52 smithi158 ceph-mon[108027]: pgmap v127: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 303 B/s rd, 101 B/s wr, 0 op/s 2023-09-07T07:30:52.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:52 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:52.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:52 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:52.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:52 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-07T07:30:52.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:52 smithi188 ceph-mon[119889]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-07T07:30:52.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:52 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:30:52.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:52 smithi188 ceph-mon[119889]: pgmap v127: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 303 B/s rd, 101 B/s wr, 0 op/s 2023-09-07T07:30:53.127 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:30:53.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:53 smithi188 ceph-mon[119889]: from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:30:53.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:53 smithi158 ceph-mon[108027]: from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:30:53.710 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:30:54.169 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:54 smithi158 ceph-mon[108027]: pgmap v128: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-09-07T07:30:54.169 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:54 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:54.170 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:54 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:54.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:54 smithi188 ceph-mon[119889]: pgmap v128: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-09-07T07:30:54.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:54 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:54.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:54 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:56.151 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:30:56.152 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 0, "size": 1}}] 2023-09-07T07:30:56.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:56 smithi158 ceph-mon[108027]: pgmap v129: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-09-07T07:30:56.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:56 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:56.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:56 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:30:56.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:56 smithi188 ceph-mon[119889]: pgmap v129: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-09-07T07:30:56.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:56 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:56.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:56 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:30:56.706 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:30:57.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:57 smithi158 ceph-mon[108027]: from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:30:57.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:57 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:57.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:57 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:57.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:57 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:30:57.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:57 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:30:57.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:57 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:57.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:57 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:30:57.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:57 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:57.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:57 smithi188 ceph-mon[119889]: from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:30:57.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:57 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:57.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:57 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:57.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:57 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:30:57.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:57 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:30:57.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:57 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:57.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:57 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:30:57.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:57 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:30:57.707 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:30:57.949 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:30:58.376 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:58 smithi158 ceph-mon[108027]: pgmap v130: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 207 B/s rd, 0 op/s 2023-09-07T07:30:58.377 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:58 smithi158 ceph-mon[108027]: pgmap v131: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 210 B/s rd, 0 op/s 2023-09-07T07:30:58.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:58 smithi188 ceph-mon[119889]: pgmap v130: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 207 B/s rd, 0 op/s 2023-09-07T07:30:58.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:58 smithi188 ceph-mon[119889]: pgmap v131: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 210 B/s rd, 0 op/s 2023-09-07T07:30:59.067 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:30:59.068 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:30:59.481 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:30:59.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:59 smithi158 ceph-mon[108027]: pgmap v132: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 525 B/s rd, 105 B/s wr, 0 op/s 2023-09-07T07:30:59.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:30:59 smithi158 ceph-mon[108027]: from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:30:59.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:59 smithi188 ceph-mon[119889]: pgmap v132: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 525 B/s rd, 105 B/s wr, 0 op/s 2023-09-07T07:30:59.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:30:59 smithi188 ceph-mon[119889]: from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:00.483 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:31:00.717 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:31:01.886 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:31:01.887 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:31:02.108 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:01 smithi158 ceph-mon[108027]: pgmap v133: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 525 B/s rd, 105 B/s wr, 0 op/s 2023-09-07T07:31:02.282 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:31:02.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:01 smithi188 ceph-mon[119889]: pgmap v133: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 525 B/s rd, 105 B/s wr, 0 op/s 2023-09-07T07:31:03.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:02 smithi158 ceph-mon[108027]: from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:03.283 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:31:03.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:02 smithi188 ceph-mon[119889]: from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:03.528 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:31:04.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:03 smithi158 ceph-mon[108027]: pgmap v134: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 945 B/s rd, 525 B/s wr, 1 op/s 2023-09-07T07:31:04.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:03 smithi188 ceph-mon[119889]: pgmap v134: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 945 B/s rd, 525 B/s wr, 1 op/s 2023-09-07T07:31:04.697 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:31:04.698 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:31:05.063 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:31:06.064 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:31:06.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:05 smithi188 ceph-mon[119889]: from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:06.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:05 smithi188 ceph-mon[119889]: pgmap v135: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 525 B/s wr, 1 op/s 2023-09-07T07:31:06.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:05 smithi158 ceph-mon[108027]: from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:06.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:05 smithi158 ceph-mon[108027]: pgmap v135: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 525 B/s wr, 1 op/s 2023-09-07T07:31:06.314 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:31:08.042 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:07 smithi158 ceph-mon[108027]: pgmap v136: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:31:08.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:07 smithi188 ceph-mon[119889]: pgmap v136: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:31:08.545 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:31:08.545 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:31:08.913 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:31:09.914 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:31:09.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:09 smithi158 ceph-mon[108027]: from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:09.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:09 smithi158 ceph-mon[108027]: pgmap v137: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:31:10.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:09 smithi188 ceph-mon[119889]: from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:10.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:09 smithi188 ceph-mon[119889]: pgmap v137: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:31:10.160 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:31:11.340 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:31:11.341 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:31:11.714 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:31:12.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:11 smithi158 ceph-mon[108027]: pgmap v138: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:31:12.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:11 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:31:12.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:11 smithi188 ceph-mon[119889]: pgmap v138: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:31:12.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:11 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:31:12.715 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:31:12.959 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:31:13.063 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:12 smithi158 ceph-mon[108027]: from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:13.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:12 smithi188 ceph-mon[119889]: from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:14.144 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:31:14.144 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:31:14.166 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:13 smithi158 ceph-mon[108027]: pgmap v139: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:31:14.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:13 smithi188 ceph-mon[119889]: pgmap v139: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:31:14.522 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:31:15.308 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:14 smithi158 ceph-mon[108027]: from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:15.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:14 smithi188 ceph-mon[119889]: from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:15.523 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:31:15.757 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:31:16.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:15 smithi188 ceph-mon[119889]: pgmap v140: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 85 B/s wr, 0 op/s 2023-09-07T07:31:16.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:15 smithi158 ceph-mon[108027]: pgmap v140: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 85 B/s wr, 0 op/s 2023-09-07T07:31:16.967 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:31:16.968 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:31:17.337 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:31:18.338 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:31:18.366 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:17 smithi158 ceph-mon[108027]: pgmap v141: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-09-07T07:31:18.366 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:17 smithi158 ceph-mon[108027]: from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:18.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:17 smithi188 ceph-mon[119889]: pgmap v141: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-09-07T07:31:18.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:17 smithi188 ceph-mon[119889]: from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:18.827 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:31:19.704 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:19 smithi158 ceph-mon[108027]: pgmap v142: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-09-07T07:31:20.067 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:31:20.067 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:31:20.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:19 smithi188 ceph-mon[119889]: pgmap v142: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-09-07T07:31:20.444 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:31:20.929 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:20 smithi158 ceph-mon[108027]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:21.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:20 smithi188 ceph-mon[119889]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:21.445 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:31:21.691 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:31:21.796 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:21 smithi158 ceph-mon[108027]: pgmap v143: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:22.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:21 smithi188 ceph-mon[119889]: pgmap v143: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:22.853 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:31:22.854 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:31:23.218 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:31:24.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:23 smithi158 ceph-mon[108027]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:24.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:23 smithi158 ceph-mon[108027]: pgmap v144: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:31:24.219 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:31:24.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:23 smithi188 ceph-mon[119889]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:24.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:23 smithi188 ceph-mon[119889]: pgmap v144: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:31:24.462 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:31:25.648 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:31:25.648 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:31:26.018 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:31:26.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:25 smithi158 ceph-mon[108027]: pgmap v145: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:31:26.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:25 smithi188 ceph-mon[119889]: pgmap v145: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:31:27.020 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:31:27.265 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:31:27.378 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:26 smithi158 ceph-mon[108027]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:27.379 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:26 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:31:27.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:26 smithi188 ceph-mon[119889]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:27.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:26 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:31:28.082 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:27 smithi158 ceph-mon[108027]: pgmap v146: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:31:28.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:27 smithi188 ceph-mon[119889]: pgmap v146: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:31:28.461 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:31:28.462 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:31:28.834 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:31:29.836 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:31:29.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:29 smithi158 ceph-mon[108027]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:29.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:29 smithi158 ceph-mon[108027]: pgmap v147: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:31:30.078 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:31:30.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:29 smithi188 ceph-mon[119889]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:30.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:29 smithi188 ceph-mon[119889]: pgmap v147: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:31:31.554 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:31:31.555 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:31:31.964 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:31:32.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:31 smithi158 ceph-mon[108027]: pgmap v148: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:31:32.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:31 smithi188 ceph-mon[119889]: pgmap v148: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:31:32.966 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:31:33.210 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:31:33.256 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:32 smithi158 ceph-mon[108027]: from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:33.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:32 smithi188 ceph-mon[119889]: from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:34.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:33 smithi188 ceph-mon[119889]: pgmap v149: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:31:34.398 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:31:34.398 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:31:34.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:33 smithi158 ceph-mon[108027]: pgmap v149: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:31:34.767 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:31:35.768 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:31:35.999 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:31:36.118 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:35 smithi158 ceph-mon[108027]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:36.118 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:35 smithi158 ceph-mon[108027]: pgmap v150: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:31:36.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:35 smithi188 ceph-mon[119889]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:36.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:35 smithi188 ceph-mon[119889]: pgmap v150: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:31:37.184 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:31:37.184 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:31:37.542 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:31:38.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:37 smithi188 ceph-mon[119889]: pgmap v151: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:31:38.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:37 smithi188 ceph-mon[119889]: from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:38.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:37 smithi158 ceph-mon[108027]: pgmap v151: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:31:38.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:37 smithi158 ceph-mon[108027]: from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:38.543 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:31:38.788 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:31:39.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:39 smithi158 ceph-mon[108027]: pgmap v152: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:31:40.063 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:31:40.064 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:31:40.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:39 smithi188 ceph-mon[119889]: pgmap v152: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:31:40.433 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:31:40.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:40 smithi158 ceph-mon[108027]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:41.091 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:40 smithi188 ceph-mon[119889]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:41.434 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:31:41.692 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:41 smithi158 ceph-mon[108027]: mgrmap e22: smithi158.cxqbri(active, since 3m), standbys: smithi188.gxmain 2023-09-07T07:31:41.692 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:41 smithi158 ceph-mon[108027]: pgmap v153: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-09-07T07:31:41.692 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:41 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:31:41.864 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:31:42.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:41 smithi188 ceph-mon[119889]: mgrmap e22: smithi158.cxqbri(active, since 3m), standbys: smithi188.gxmain 2023-09-07T07:31:42.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:41 smithi188 ceph-mon[119889]: pgmap v153: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-09-07T07:31:42.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:41 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:31:43.026 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:31:43.026 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:31:43.440 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:31:44.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:43 smithi158 ceph-mon[108027]: pgmap v154: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2023-09-07T07:31:44.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:43 smithi158 ceph-mon[108027]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:44.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:43 smithi188 ceph-mon[119889]: pgmap v154: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2023-09-07T07:31:44.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:43 smithi188 ceph-mon[119889]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:44.442 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:31:44.686 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:31:45.882 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:31:45.882 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:31:46.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:45 smithi158 ceph-mon[108027]: pgmap v155: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:31:46.240 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:31:46.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:45 smithi188 ceph-mon[119889]: pgmap v155: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:31:47.241 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:31:47.274 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:46 smithi158 ceph-mon[108027]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:47.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:46 smithi188 ceph-mon[119889]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:47.482 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:31:48.285 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:47 smithi158 ceph-mon[108027]: pgmap v156: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:31:48.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:47 smithi188 ceph-mon[119889]: pgmap v156: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:31:48.668 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:31:48.669 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:31:49.066 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:31:49.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:49 smithi158 ceph-mon[108027]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:49.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:49 smithi158 ceph-mon[108027]: pgmap v157: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:31:50.067 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:31:50.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:49 smithi188 ceph-mon[119889]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:50.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:49 smithi188 ceph-mon[119889]: pgmap v157: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:31:50.311 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:31:51.468 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:31:51.469 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:31:51.831 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:31:52.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:51 smithi158 ceph-mon[108027]: pgmap v158: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:31:52.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:51 smithi188 ceph-mon[119889]: pgmap v158: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:31:52.832 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:31:53.076 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:31:53.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:52 smithi158 ceph-mon[108027]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:53.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:52 smithi188 ceph-mon[119889]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:54.101 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:53 smithi158 ceph-mon[108027]: pgmap v159: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 682 B/s wr, 1 op/s 2023-09-07T07:31:54.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:53 smithi188 ceph-mon[119889]: pgmap v159: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 682 B/s wr, 1 op/s 2023-09-07T07:31:54.596 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:31:54.597 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:31:54.963 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:31:55.964 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:31:56.001 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:55 smithi158 ceph-mon[108027]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:56.001 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:55 smithi158 ceph-mon[108027]: pgmap v160: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:31:56.213 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:31:56.259 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:55 smithi188 ceph-mon[119889]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:56.259 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:55 smithi188 ceph-mon[119889]: pgmap v160: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:31:57.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:56 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:31:57.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:56 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:31:57.457 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:31:57.457 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:31:57.975 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:31:58.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:57 smithi158 ceph-mon[108027]: pgmap v161: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:31:58.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:57 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:31:58.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:57 smithi188 ceph-mon[119889]: pgmap v161: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:31:58.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:57 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:31:58.976 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:31:59.005 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:58 smithi158 ceph-mon[108027]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:59.352 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:31:59.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:58 smithi188 ceph-mon[119889]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:00.275 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:59 smithi158 ceph-mon[108027]: pgmap v162: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:32:00.275 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:59 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:32:00.276 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:31:59 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:32:00.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:59 smithi188 ceph-mon[119889]: pgmap v162: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:32:00.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:32:00.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:31:59 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:32:00.700 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:32:00.701 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:32:01.439 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:32:02.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:01 smithi188 ceph-mon[119889]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:02.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:01 smithi188 ceph-mon[119889]: pgmap v163: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:32:02.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:01 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:32:02.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:01 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:32:02.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:01 smithi158 ceph-mon[108027]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:02.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:01 smithi158 ceph-mon[108027]: pgmap v163: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:32:02.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:01 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:32:02.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:01 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:32:02.440 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:32:02.668 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:32:03.066 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:02 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:32:03.066 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:02 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:32:03.067 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:02 smithi158 ceph-mon[108027]: pgmap v164: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 369 B/s rd, 276 B/s wr, 0 op/s 2023-09-07T07:32:03.067 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:02 smithi158 ceph-mon[108027]: pgmap v165: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-09-07T07:32:03.067 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:02 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:32:03.067 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:02 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:32:03.067 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:02 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:32:03.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:02 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:32:03.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:02 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:32:03.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:02 smithi188 ceph-mon[119889]: pgmap v164: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 369 B/s rd, 276 B/s wr, 0 op/s 2023-09-07T07:32:03.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:02 smithi188 ceph-mon[119889]: pgmap v165: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-09-07T07:32:03.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:02 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:32:03.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:02 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:32:03.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:02 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:32:03.810 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:32:03.810 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:32:04.188 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:32:04.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:04 smithi158 ceph-mon[108027]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:04.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:04 smithi158 ceph-mon[108027]: pgmap v166: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-09-07T07:32:05.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:04 smithi188 ceph-mon[119889]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:05.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:04 smithi188 ceph-mon[119889]: pgmap v166: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-09-07T07:32:05.189 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:32:05.423 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:32:06.630 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:32:06.631 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:32:07.004 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:32:07.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:07 smithi188 ceph-mon[119889]: pgmap v167: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-09-07T07:32:07.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:07 smithi158 ceph-mon[108027]: pgmap v167: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-09-07T07:32:08.005 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:32:08.256 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:32:08.371 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:08 smithi158 ceph-mon[108027]: from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:08.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:08 smithi188 ceph-mon[119889]: from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:09.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:09 smithi188 ceph-mon[119889]: pgmap v168: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 562 B/s rd, 112 B/s wr, 0 op/s 2023-09-07T07:32:09.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:09 smithi158 ceph-mon[108027]: pgmap v168: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 562 B/s rd, 112 B/s wr, 0 op/s 2023-09-07T07:32:09.480 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:32:09.481 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:32:09.860 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:32:10.860 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:32:11.102 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:32:11.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:11 smithi158 ceph-mon[108027]: from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:11.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:11 smithi158 ceph-mon[108027]: pgmap v169: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 562 B/s rd, 112 B/s wr, 0 op/s 2023-09-07T07:32:11.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:11 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:32:11.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:11 smithi188 ceph-mon[119889]: from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:11.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:11 smithi188 ceph-mon[119889]: pgmap v169: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 562 B/s rd, 112 B/s wr, 0 op/s 2023-09-07T07:32:11.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:11 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:32:12.350 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:32:12.350 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:32:12.735 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:32:13.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:13 smithi188 ceph-mon[119889]: pgmap v170: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 102 B/s wr, 0 op/s 2023-09-07T07:32:13.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:13 smithi158 ceph-mon[108027]: pgmap v170: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 102 B/s wr, 0 op/s 2023-09-07T07:32:13.737 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:32:13.982 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:32:14.312 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:14 smithi158 ceph-mon[108027]: from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:14.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:14 smithi188 ceph-mon[119889]: from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:15.214 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:32:15.215 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:32:15.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:15 smithi188 ceph-mon[119889]: pgmap v171: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:32:15.389 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:15 smithi158 ceph-mon[108027]: pgmap v171: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:32:15.593 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:32:16.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:16 smithi158 ceph-mon[108027]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:16.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:16 smithi188 ceph-mon[119889]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:16.594 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:32:16.830 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:32:17.239 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:17 smithi158 ceph-mon[108027]: pgmap v172: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:32:17.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:17 smithi188 ceph-mon[119889]: pgmap v172: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:32:18.211 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:32:18.211 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:32:18.604 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:32:19.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:19 smithi188 ceph-mon[119889]: pgmap v173: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:32:19.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:19 smithi188 ceph-mon[119889]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:19.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:19 smithi158 ceph-mon[108027]: pgmap v173: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:32:19.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:19 smithi158 ceph-mon[108027]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:19.605 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:32:19.850 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:32:21.059 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:32:21.059 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:32:21.229 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:21 smithi158 ceph-mon[108027]: pgmap v174: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:32:21.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:21 smithi188 ceph-mon[119889]: pgmap v174: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:32:21.443 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:32:22.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:22 smithi188 ceph-mon[119889]: from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:22.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:22 smithi158 ceph-mon[108027]: from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:22.443 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:32:22.681 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:32:23.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:23 smithi188 ceph-mon[119889]: pgmap v175: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:32:23.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:23 smithi158 ceph-mon[108027]: pgmap v175: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:32:23.846 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:32:23.847 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:32:24.387 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:32:24.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:24 smithi158 ceph-mon[108027]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:24.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:24 smithi158 ceph-mon[108027]: pgmap v176: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:32:25.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:24 smithi188 ceph-mon[119889]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:25.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:24 smithi188 ceph-mon[119889]: pgmap v176: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:32:25.389 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:32:25.628 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:32:26.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:26 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:32:26.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:26 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:32:26.818 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:32:26.818 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:32:27.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:27 smithi158 ceph-mon[108027]: pgmap v177: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-09-07T07:32:27.192 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:32:27.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:27 smithi188 ceph-mon[119889]: pgmap v177: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-09-07T07:32:28.192 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:32:28.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:28 smithi188 ceph-mon[119889]: from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:28.424 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:32:28.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:28 smithi158 ceph-mon[108027]: from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:29.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:29 smithi158 ceph-mon[108027]: pgmap v178: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-09-07T07:32:29.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:29 smithi188 ceph-mon[119889]: pgmap v178: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-09-07T07:32:29.613 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:32:29.614 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:32:29.999 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:32:31.000 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:32:31.250 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:32:31.351 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:31 smithi158 ceph-mon[108027]: from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:31.351 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:31 smithi158 ceph-mon[108027]: pgmap v179: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:31.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:31 smithi188 ceph-mon[119889]: from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:31.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:31 smithi188 ceph-mon[119889]: pgmap v179: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:32.406 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:32:32.407 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:32:32.773 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:32:33.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:33 smithi188 ceph-mon[119889]: pgmap v180: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-07T07:32:33.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:33 smithi158 ceph-mon[108027]: pgmap v180: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-07T07:32:33.774 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:32:34.016 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:32:34.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:34 smithi188 ceph-mon[119889]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:34.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:34 smithi158 ceph-mon[108027]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:35.213 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:32:35.214 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:32:35.385 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:35 smithi158 ceph-mon[108027]: pgmap v181: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:32:35.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:35 smithi188 ceph-mon[119889]: pgmap v181: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:32:35.589 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:32:36.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:36 smithi188 ceph-mon[119889]: from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:36.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:36 smithi158 ceph-mon[108027]: from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:36.590 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:32:36.826 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:32:37.251 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:37 smithi158 ceph-mon[108027]: pgmap v182: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:32:37.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:37 smithi188 ceph-mon[119889]: pgmap v182: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:32:38.026 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:32:38.026 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:32:38.397 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:32:39.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:39 smithi188 ceph-mon[119889]: pgmap v183: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:32:39.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:39 smithi188 ceph-mon[119889]: from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:39.399 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:32:39.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:39 smithi158 ceph-mon[108027]: pgmap v183: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:32:39.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:39 smithi158 ceph-mon[108027]: from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:39.639 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:32:41.115 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:32:41.116 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:32:41.379 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:41 smithi158 ceph-mon[108027]: pgmap v184: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:32:41.379 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:41 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:32:41.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:41 smithi188 ceph-mon[119889]: pgmap v184: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:32:41.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:41 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:32:41.442 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:32:42.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:42 smithi188 ceph-mon[119889]: from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:42.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:42 smithi158 ceph-mon[108027]: from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:42.444 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:32:42.675 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:32:43.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:43 smithi188 ceph-mon[119889]: pgmap v185: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:32:43.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:43 smithi158 ceph-mon[108027]: pgmap v185: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:32:43.871 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:32:43.871 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:32:44.279 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:32:44.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:44 smithi158 ceph-mon[108027]: from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:44.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:44 smithi158 ceph-mon[108027]: pgmap v186: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:32:45.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:44 smithi188 ceph-mon[119889]: from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:45.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:44 smithi188 ceph-mon[119889]: pgmap v186: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:32:45.281 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:32:45.523 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:32:46.730 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:32:46.731 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:32:47.114 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:32:47.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:47 smithi188 ceph-mon[119889]: pgmap v187: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:32:47.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:47 smithi158 ceph-mon[108027]: pgmap v187: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:32:48.115 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:32:48.358 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:32:48.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:48 smithi188 ceph-mon[119889]: from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:48.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:48 smithi158 ceph-mon[108027]: from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:49.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:49 smithi188 ceph-mon[119889]: pgmap v188: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:32:49.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:49 smithi158 ceph-mon[108027]: pgmap v188: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:32:49.547 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:32:49.547 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:32:49.930 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:32:50.931 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:32:51.174 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:32:51.286 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:51 smithi158 ceph-mon[108027]: from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:51.287 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:51 smithi158 ceph-mon[108027]: pgmap v189: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-09-07T07:32:51.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:51 smithi188 ceph-mon[119889]: from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:51.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:51 smithi188 ceph-mon[119889]: pgmap v189: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-09-07T07:32:52.332 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:32:52.333 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:32:52.728 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:32:53.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:53 smithi188 ceph-mon[119889]: pgmap v190: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-09-07T07:32:53.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:53 smithi188 ceph-mon[119889]: from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:53.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:53 smithi158 ceph-mon[108027]: pgmap v190: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-09-07T07:32:53.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:53 smithi158 ceph-mon[108027]: from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:53.729 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:32:53.971 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:32:54.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:54 smithi158 ceph-mon[108027]: pgmap v191: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:55.117 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:32:55.118 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:32:55.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:54 smithi188 ceph-mon[119889]: pgmap v191: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:55.512 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:32:55.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:55 smithi158 ceph-mon[108027]: from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:56.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:55 smithi188 ceph-mon[119889]: from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:56.513 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:32:56.743 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:32:56.930 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:56 smithi158 ceph-mon[108027]: pgmap v192: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:56.930 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:56 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:32:56.931 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:56 smithi188 ceph-mon[119889]: pgmap v192: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:56.932 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:56 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:32:57.894 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:32:57.894 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:32:58.270 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:32:59.271 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:32:59.306 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:59 smithi158 ceph-mon[108027]: from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:59.307 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:32:59 smithi158 ceph-mon[108027]: pgmap v193: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:59.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:59 smithi188 ceph-mon[119889]: from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:59.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:32:59 smithi188 ceph-mon[119889]: pgmap v193: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:59.514 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:33:00.661 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:33:00.662 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:33:01.027 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:33:01.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:01 smithi188 ceph-mon[119889]: pgmap v194: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:01.388 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:01 smithi158 ceph-mon[108027]: pgmap v194: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:02.028 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:33:02.288 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:33:02.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:02 smithi188 ceph-mon[119889]: from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:02.388 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:02 smithi158 ceph-mon[108027]: from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:03.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:03 smithi188 ceph-mon[119889]: pgmap v195: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:03.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:03 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:33:03.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:03 smithi158 ceph-mon[108027]: pgmap v195: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:03.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:03 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:33:03.678 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:33:03.678 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:33:04.168 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:33:04.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:04 smithi158 ceph-mon[108027]: from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:04.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:04 smithi158 ceph-mon[108027]: pgmap v196: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:04.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:04 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:33:04.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:04 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:33:05.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:04 smithi188 ceph-mon[119889]: from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:05.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:04 smithi188 ceph-mon[119889]: pgmap v196: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:05.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:04 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:33:05.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:04 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:33:05.169 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:33:05.414 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:33:06.965 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:33:06.965 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:33:07.121 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:07 smithi158 ceph-mon[108027]: pgmap v197: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:07.122 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:07 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:33:07.122 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:07 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:33:07.338 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:33:07.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:07 smithi188 ceph-mon[119889]: pgmap v197: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:07.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:07 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:33:07.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:07 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:33:08.339 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:33:08.369 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:08 smithi158 ceph-mon[108027]: from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:08.370 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:08 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:08.370 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:08 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:33:08.370 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:08 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:33:08.370 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:08 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:33:08.371 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:08 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:33:08.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:08 smithi188 ceph-mon[119889]: from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:08.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:08 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:08.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:08 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:33:08.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:08 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:33:08.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:08 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:33:08.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:08 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:33:08.575 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:33:09.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:09 smithi188 ceph-mon[119889]: pgmap v198: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:09.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:09 smithi188 ceph-mon[119889]: pgmap v199: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:09.396 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:09 smithi158 ceph-mon[108027]: pgmap v198: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:09.397 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:09 smithi158 ceph-mon[108027]: pgmap v199: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:09.794 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:33:09.794 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:33:10.176 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:33:11.177 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:33:11.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:11 smithi188 ceph-mon[119889]: pgmap v200: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:11.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:11 smithi188 ceph-mon[119889]: from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:11.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:11 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:33:11.421 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:33:11.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:11 smithi158 ceph-mon[108027]: pgmap v200: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:11.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:11 smithi158 ceph-mon[108027]: from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:11.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:11 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:33:12.589 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:33:12.590 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:33:12.975 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:33:13.255 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:13 smithi158 ceph-mon[108027]: pgmap v201: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:13.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:13 smithi188 ceph-mon[119889]: pgmap v201: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:13.976 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:33:14.220 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:33:14.326 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:14 smithi158 ceph-mon[108027]: from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:14.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:14 smithi188 ceph-mon[119889]: from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:15.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:15 smithi188 ceph-mon[119889]: pgmap v202: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:15.408 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:33:15.409 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:33:15.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:15 smithi158 ceph-mon[108027]: pgmap v202: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:15.801 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:33:16.802 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:33:17.039 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:33:17.159 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:17 smithi158 ceph-mon[108027]: from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:17.159 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:17 smithi158 ceph-mon[108027]: pgmap v203: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:17.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:17 smithi188 ceph-mon[119889]: from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:17.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:17 smithi188 ceph-mon[119889]: pgmap v203: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:18.198 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:33:18.198 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:33:18.568 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:33:19.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:19 smithi188 ceph-mon[119889]: pgmap v204: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:19.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:19 smithi188 ceph-mon[119889]: from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:19.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:19 smithi158 ceph-mon[108027]: pgmap v204: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:19.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:19 smithi158 ceph-mon[108027]: from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:19.569 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:33:19.810 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:33:20.934 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:33:20.935 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:33:21.258 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:21 smithi158 ceph-mon[108027]: pgmap v205: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:21.306 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:33:21.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:21 smithi188 ceph-mon[119889]: pgmap v205: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:22.307 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:33:22.337 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:22 smithi158 ceph-mon[108027]: from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:22.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:22 smithi188 ceph-mon[119889]: from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:22.541 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:33:23.256 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:23 smithi158 ceph-mon[108027]: pgmap v206: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:23.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:23 smithi188 ceph-mon[119889]: pgmap v206: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:23.718 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:33:23.718 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:33:24.107 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:33:25.108 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:33:25.350 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:33:25.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:25 smithi188 ceph-mon[119889]: pgmap v207: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:25.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:25 smithi188 ceph-mon[119889]: from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:25.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:25 smithi158 ceph-mon[108027]: pgmap v207: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:25.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:25 smithi158 ceph-mon[108027]: from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:26.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:26 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:33:26.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:26 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:33:26.624 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:33:26.624 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:33:26.997 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:33:27.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:27 smithi188 ceph-mon[119889]: pgmap v208: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:27.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:27 smithi158 ceph-mon[108027]: pgmap v208: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:27.999 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:33:28.244 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:33:28.382 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:28 smithi158 ceph-mon[108027]: from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:28.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:28 smithi188 ceph-mon[119889]: from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:29.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:29 smithi188 ceph-mon[119889]: pgmap v209: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:29.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:29 smithi158 ceph-mon[108027]: pgmap v209: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:29.484 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:33:29.484 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:33:29.864 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:33:30.866 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:33:31.109 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:33:31.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:31 smithi158 ceph-mon[108027]: pgmap v210: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:31.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:31 smithi158 ceph-mon[108027]: from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:31.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:31 smithi188 ceph-mon[119889]: pgmap v210: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:31.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:31 smithi188 ceph-mon[119889]: from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:32.376 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:33:32.376 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:33:32.748 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:33:33.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:33 smithi188 ceph-mon[119889]: pgmap v211: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:33.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:33 smithi158 ceph-mon[108027]: pgmap v211: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:33.749 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:33:33.992 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:33:34.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:34 smithi188 ceph-mon[119889]: from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:34.425 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:34 smithi158 ceph-mon[108027]: from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:35.191 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:33:35.192 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:33:35.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:35 smithi188 ceph-mon[119889]: pgmap v212: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:35.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:35 smithi158 ceph-mon[108027]: pgmap v212: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:35.563 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:33:36.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:36 smithi188 ceph-mon[119889]: from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:36.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:36 smithi158 ceph-mon[108027]: from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:36.564 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:33:36.803 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:33:37.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:37 smithi158 ceph-mon[108027]: pgmap v213: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:37.380 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:37 smithi188 ceph-mon[119889]: pgmap v213: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:37.978 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:33:37.978 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:33:38.364 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:33:39.366 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:33:39.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:39 smithi188 ceph-mon[119889]: pgmap v214: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:39.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:39 smithi188 ceph-mon[119889]: from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:39.401 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:39 smithi158 ceph-mon[108027]: pgmap v214: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:39.401 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:39 smithi158 ceph-mon[108027]: from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:39.607 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:33:40.823 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:33:40.823 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:33:41.203 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:33:41.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:41 smithi188 ceph-mon[119889]: pgmap v215: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:41.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:41 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:33:41.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:41 smithi158 ceph-mon[108027]: pgmap v215: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:41.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:41 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:33:42.204 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:33:42.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:42 smithi188 ceph-mon[119889]: from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:42.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:42 smithi158 ceph-mon[108027]: from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:42.436 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:33:43.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:43 smithi188 ceph-mon[119889]: pgmap v216: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:43.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:43 smithi158 ceph-mon[108027]: pgmap v216: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:43.628 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:33:43.628 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:33:43.988 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:33:44.989 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:33:45.232 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:33:45.329 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:45 smithi158 ceph-mon[108027]: pgmap v217: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:45.329 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:45 smithi158 ceph-mon[108027]: from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:45.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:45 smithi188 ceph-mon[119889]: pgmap v217: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:45.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:45 smithi188 ceph-mon[119889]: from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:46.425 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:33:46.426 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:33:46.795 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:33:47.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:47 smithi188 ceph-mon[119889]: pgmap v218: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:47.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:47 smithi158 ceph-mon[108027]: pgmap v218: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:47.796 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:33:48.041 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:33:48.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:48 smithi188 ceph-mon[119889]: from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:48.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:48 smithi158 ceph-mon[108027]: from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:49.211 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:33:49.211 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:33:49.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:49 smithi188 ceph-mon[119889]: pgmap v219: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:49.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:49 smithi158 ceph-mon[108027]: pgmap v219: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:49.577 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:33:50.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:50 smithi158 ceph-mon[108027]: from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:50.579 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:33:50.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:50 smithi188 ceph-mon[119889]: from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:50.815 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:33:51.272 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:51 smithi158 ceph-mon[108027]: pgmap v220: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:51.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:51 smithi188 ceph-mon[119889]: pgmap v220: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:52.120 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:33:52.120 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:33:52.487 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:33:53.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:53 smithi158 ceph-mon[108027]: pgmap v221: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:53.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:53 smithi158 ceph-mon[108027]: from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:53.488 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:33:53.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:53 smithi188 ceph-mon[119889]: pgmap v221: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:53.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:53 smithi188 ceph-mon[119889]: from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:53.732 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:33:54.987 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:33:54.988 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:33:55.358 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:55 smithi158 ceph-mon[108027]: pgmap v222: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:55.377 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:33:55.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:55 smithi188 ceph-mon[119889]: pgmap v222: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:56.378 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:33:56.410 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:56 smithi158 ceph-mon[108027]: from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:56.410 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:56 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:33:56.615 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:33:56.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:56 smithi188 ceph-mon[119889]: from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:56.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:56 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:33:57.363 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:57 smithi158 ceph-mon[108027]: pgmap v223: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:57.604 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:57 smithi188 ceph-mon[119889]: pgmap v223: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:57.760 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:33:57.760 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:33:58.133 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:33:59.134 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:33:59.376 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:33:59.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:59 smithi158 ceph-mon[108027]: pgmap v224: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:59.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:33:59 smithi158 ceph-mon[108027]: from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:59.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:59 smithi188 ceph-mon[119889]: pgmap v224: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:33:59.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:33:59 smithi188 ceph-mon[119889]: from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:00.597 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:34:00.598 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:34:00.983 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:34:01.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:01 smithi158 ceph-mon[108027]: pgmap v225: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:01.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:01 smithi188 ceph-mon[119889]: pgmap v225: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:01.985 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:34:02.234 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:34:02.352 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:02 smithi158 ceph-mon[108027]: from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:02.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:02 smithi188 ceph-mon[119889]: from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:03.257 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:03 smithi158 ceph-mon[108027]: pgmap v226: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:03.423 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:34:03.424 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:34:03.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:03 smithi188 ceph-mon[119889]: pgmap v226: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:03.799 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:34:04.800 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:34:05.042 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:34:05.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:05 smithi158 ceph-mon[108027]: from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:05.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:05 smithi158 ceph-mon[108027]: pgmap v227: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:05.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:05 smithi188 ceph-mon[119889]: from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:05.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:05 smithi188 ceph-mon[119889]: pgmap v227: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:06.263 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:34:06.263 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:34:06.641 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:34:07.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:07 smithi158 ceph-mon[108027]: pgmap v228: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:07.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:07 smithi158 ceph-mon[108027]: from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:07.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:07 smithi188 ceph-mon[119889]: pgmap v228: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:07.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:07 smithi188 ceph-mon[119889]: from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:07.642 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:34:07.881 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:34:08.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:08 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:34:08.604 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:08 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:34:09.331 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:34:09.331 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:34:09.360 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:09 smithi158 ceph-mon[108027]: pgmap v229: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:09.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:09 smithi188 ceph-mon[119889]: pgmap v229: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:09.779 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:34:10.564 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:10 smithi158 ceph-mon[108027]: from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:10.564 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:10 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:34:10.564 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:10 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:34:10.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:10 smithi188 ceph-mon[119889]: from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:10.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:10 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:34:10.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:10 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:34:10.780 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:34:11.039 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:34:11.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:11 smithi158 ceph-mon[108027]: pgmap v230: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:11.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:11 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:34:11.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:11 smithi188 ceph-mon[119889]: pgmap v230: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:11.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:11 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:34:12.355 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:34:12.355 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:34:12.952 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:34:13.257 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:13 smithi158 ceph-mon[108027]: pgmap v231: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:13.257 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:13 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:34:13.257 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:13 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:34:13.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:13 smithi188 ceph-mon[119889]: pgmap v231: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:13.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:13 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:34:13.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:13 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:34:13.954 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:34:14.182 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:34:14.291 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:14 smithi158 ceph-mon[108027]: from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:14.292 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:14 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:34:14.292 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:14 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:34:14.292 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:14 smithi158 ceph-mon[108027]: pgmap v232: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:14.292 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:14 smithi158 ceph-mon[108027]: pgmap v233: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:14.293 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:14 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:34:14.293 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:14 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:34:14.293 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:14 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:34:14.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:14 smithi188 ceph-mon[119889]: from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:14.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:14 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:34:14.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:14 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:34:14.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:14 smithi188 ceph-mon[119889]: pgmap v232: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:14.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:14 smithi188 ceph-mon[119889]: pgmap v233: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:14.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:14 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:34:14.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:14 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:34:14.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:14 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:34:15.365 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:34:15.366 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:34:15.749 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:34:16.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:16 smithi188 ceph-mon[119889]: pgmap v234: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:16.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:16 smithi158 ceph-mon[108027]: pgmap v234: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:16.753 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:34:16.996 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:34:17.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:17 smithi158 ceph-mon[108027]: from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:17.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:17 smithi188 ceph-mon[119889]: from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:18.179 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:34:18.179 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:34:18.513 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:18 smithi158 ceph-mon[108027]: pgmap v235: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:18.513 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:18 smithi158 ceph-mon[108027]: from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:18.547 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:34:18.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:18 smithi188 ceph-mon[119889]: pgmap v235: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:18.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:18 smithi188 ceph-mon[119889]: from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:19.548 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:34:19.792 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:34:19.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:19 smithi158 ceph-mon[108027]: pgmap v236: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:20.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:19 smithi188 ceph-mon[119889]: pgmap v236: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:21.003 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:34:21.003 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:34:21.389 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:34:22.390 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:34:22.623 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:34:22.636 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:22 smithi188 ceph-mon[119889]: from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:22.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:22 smithi188 ceph-mon[119889]: pgmap v237: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:22.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:22 smithi158 ceph-mon[108027]: from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:22.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:22 smithi158 ceph-mon[108027]: pgmap v237: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:23.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:23 smithi188 ceph-mon[119889]: pgmap v238: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:23.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:23 smithi158 ceph-mon[108027]: pgmap v238: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:23.825 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:34:23.826 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:34:24.213 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:34:25.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:24 smithi188 ceph-mon[119889]: from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:25.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:24 smithi158 ceph-mon[108027]: from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:25.215 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:34:25.446 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:34:25.891 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:25 smithi158 ceph-mon[108027]: pgmap v239: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:26.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:25 smithi188 ceph-mon[119889]: pgmap v239: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:26.635 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:34:26.635 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:34:26.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:26 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:34:27.020 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:34:27.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:26 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:34:28.022 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:34:28.057 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:27 smithi158 ceph-mon[108027]: from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:28.058 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:27 smithi158 ceph-mon[108027]: pgmap v240: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:28.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:27 smithi188 ceph-mon[119889]: from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:28.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:27 smithi188 ceph-mon[119889]: pgmap v240: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:28.264 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:34:29.556 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:34:29.556 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:34:29.910 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:29 smithi158 ceph-mon[108027]: pgmap v241: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:29.929 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:34:30.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:29 smithi188 ceph-mon[119889]: pgmap v241: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:30.931 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:34:30.965 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:30 smithi158 ceph-mon[108027]: from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:31.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:30 smithi188 ceph-mon[119889]: from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:31.173 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:34:31.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:31 smithi158 ceph-mon[108027]: pgmap v242: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:32.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:31 smithi188 ceph-mon[119889]: pgmap v242: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:32.375 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:34:32.376 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:34:32.746 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:34:33.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:33 smithi158 ceph-mon[108027]: from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:33.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:33 smithi158 ceph-mon[108027]: pgmap v243: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:33.748 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:34:33.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:33 smithi188 ceph-mon[119889]: from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:33.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:33 smithi188 ceph-mon[119889]: pgmap v243: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:33.988 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:34:35.204 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:34:35.204 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:34:35.526 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:35 smithi158 ceph-mon[108027]: from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:35.526 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:35 smithi158 ceph-mon[108027]: pgmap v244: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:35.546 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:34:35.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:35 smithi188 ceph-mon[119889]: from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:35.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:35 smithi188 ceph-mon[119889]: pgmap v244: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:36.548 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:34:36.789 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:34:37.641 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:37 smithi158 ceph-mon[108027]: pgmap v245: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:37.889 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:37 smithi188 ceph-mon[119889]: pgmap v245: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:38.135 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:34:38.136 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:34:38.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:38 smithi158 ceph-mon[108027]: from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:38.479 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:34:38.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:38 smithi188 ceph-mon[119889]: from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:39.481 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:34:39.724 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:34:39.878 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:39 smithi158 ceph-mon[108027]: pgmap v246: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:40.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:39 smithi188 ceph-mon[119889]: pgmap v246: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:40.997 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:34:40.997 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:34:41.325 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:41 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:34:41.369 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:34:41.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:41 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:34:42.370 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:34:42.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:42 smithi188 ceph-mon[119889]: from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:42.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:42 smithi188 ceph-mon[119889]: pgmap v247: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:42.401 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:42 smithi158 ceph-mon[108027]: from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:42.401 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:42 smithi158 ceph-mon[108027]: pgmap v247: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:42.610 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:34:43.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:43 smithi158 ceph-mon[108027]: pgmap v248: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:43.795 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:34:43.796 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:34:43.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:43 smithi188 ceph-mon[119889]: pgmap v248: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:44.161 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:34:45.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:44 smithi188 ceph-mon[119889]: from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:45.162 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:34:45.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:44 smithi158 ceph-mon[108027]: from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:45.398 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:34:45.888 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:45 smithi158 ceph-mon[108027]: pgmap v249: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:46.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:45 smithi188 ceph-mon[119889]: pgmap v249: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:46.660 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:34:46.661 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:34:47.060 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:34:47.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:47 smithi158 ceph-mon[108027]: from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:47.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:47 smithi158 ceph-mon[108027]: pgmap v250: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:47.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:47 smithi188 ceph-mon[119889]: from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:47.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:47 smithi188 ceph-mon[119889]: pgmap v250: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:48.060 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:34:48.292 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:34:49.515 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:34:49.516 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:34:49.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:49 smithi158 ceph-mon[108027]: pgmap v251: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:49.960 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:34:50.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:49 smithi188 ceph-mon[119889]: pgmap v251: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:50.961 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:34:50.996 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:50 smithi158 ceph-mon[108027]: from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:51.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:50 smithi188 ceph-mon[119889]: from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:51.200 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:34:51.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:51 smithi158 ceph-mon[108027]: pgmap v252: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:52.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:51 smithi188 ceph-mon[119889]: pgmap v252: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:52.393 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:34:52.394 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:34:52.775 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:34:53.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:53 smithi188 ceph-mon[119889]: from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:53.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:53 smithi188 ceph-mon[119889]: pgmap v253: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:53.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:53 smithi158 ceph-mon[108027]: from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:53.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:53 smithi158 ceph-mon[108027]: pgmap v253: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:53.777 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:34:54.018 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:34:55.242 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:34:55.242 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:34:55.573 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:55 smithi158 ceph-mon[108027]: from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:55.573 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:55 smithi158 ceph-mon[108027]: pgmap v254: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:55.624 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:34:55.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:55 smithi188 ceph-mon[119889]: from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:55.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:55 smithi188 ceph-mon[119889]: pgmap v254: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:56.626 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:34:56.661 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:56 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:34:56.869 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:34:56.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:56 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:34:57.568 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:57 smithi158 ceph-mon[108027]: pgmap v255: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:57.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:57 smithi188 ceph-mon[119889]: pgmap v255: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:58.051 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:34:58.051 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:34:58.459 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:34:58.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:58 smithi188 ceph-mon[119889]: from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:58.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:58 smithi158 ceph-mon[108027]: from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:34:59.460 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:34:59.704 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:34:59.826 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:34:59 smithi158 ceph-mon[108027]: pgmap v256: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:00.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:34:59 smithi188 ceph-mon[119889]: pgmap v256: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:00.949 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:35:00.950 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:35:01.315 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:35:01.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:01 smithi158 ceph-mon[108027]: from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:01.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:01 smithi158 ceph-mon[108027]: pgmap v257: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:01.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:01 smithi188 ceph-mon[119889]: from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:01.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:01 smithi188 ceph-mon[119889]: pgmap v257: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:02.317 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:35:02.558 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:35:03.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:03 smithi188 ceph-mon[119889]: pgmap v258: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:03.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:03 smithi158 ceph-mon[108027]: pgmap v258: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:03.749 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:35:03.749 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:35:04.130 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:35:05.132 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:35:05.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:04 smithi188 ceph-mon[119889]: from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:05.166 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:04 smithi158 ceph-mon[108027]: from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:05.373 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:35:05.859 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:05 smithi158 ceph-mon[108027]: pgmap v259: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:06.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:05 smithi188 ceph-mon[119889]: pgmap v259: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:06.638 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:35:06.638 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:35:07.031 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:35:07.669 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:07 smithi158 ceph-mon[108027]: from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:07.670 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:07 smithi158 ceph-mon[108027]: pgmap v260: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:07.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:07 smithi188 ceph-mon[119889]: from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:07.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:07 smithi188 ceph-mon[119889]: pgmap v260: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:08.032 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:35:08.274 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:35:09.581 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:35:09.582 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:35:09.871 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:09 smithi158 ceph-mon[108027]: pgmap v261: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:09.955 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:35:10.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:09 smithi188 ceph-mon[119889]: pgmap v261: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:10.957 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:35:10.990 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:10 smithi158 ceph-mon[108027]: from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:11.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:10 smithi188 ceph-mon[119889]: from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:11.201 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:35:12.017 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:11 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:35:12.017 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:11 smithi158 ceph-mon[108027]: pgmap v262: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:12.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:11 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:35:12.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:11 smithi188 ceph-mon[119889]: pgmap v262: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:12.423 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:35:12.423 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:35:12.805 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:35:13.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:13 smithi158 ceph-mon[108027]: from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:13.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:13 smithi158 ceph-mon[108027]: pgmap v263: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:13.807 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:35:13.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:13 smithi188 ceph-mon[119889]: from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:13.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:13 smithi188 ceph-mon[119889]: pgmap v263: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:14.193 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:35:14.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:14 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:35:14.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:14 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:35:15.587 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:35:15.588 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:35:15.611 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:15 smithi158 ceph-mon[108027]: pgmap v264: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:15.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:15 smithi188 ceph-mon[119889]: pgmap v264: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:16.139 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:35:16.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:16 smithi158 ceph-mon[108027]: from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:16.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:16 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:35:16.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:16 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:35:17.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:16 smithi188 ceph-mon[119889]: from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:17.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:16 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:35:17.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:16 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:35:17.140 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:35:17.422 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:35:17.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:17 smithi158 ceph-mon[108027]: pgmap v265: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:18.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:17 smithi188 ceph-mon[119889]: pgmap v265: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:18.852 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:35:18.852 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:35:19.127 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:19 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:35:19.127 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:19 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:35:19.128 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:19 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:35:19.128 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:19 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:35:19.128 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:19 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:35:19.128 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:19 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:35:19.128 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:19 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:35:19.236 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:35:19.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:19 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:35:19.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:19 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:35:19.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:19 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:35:19.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:19 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:35:19.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:19 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:35:19.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:19 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:35:19.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:19 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:35:20.238 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:35:20.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:20 smithi188 ceph-mon[119889]: pgmap v266: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:20.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:20 smithi188 ceph-mon[119889]: pgmap v267: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:20.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:20 smithi188 ceph-mon[119889]: from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:20.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:20 smithi158 ceph-mon[108027]: pgmap v266: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:20.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:20 smithi158 ceph-mon[108027]: pgmap v267: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:20.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:20 smithi158 ceph-mon[108027]: from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:20.478 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:35:21.636 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:35:21.636 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:35:22.028 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:35:22.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:22 smithi188 ceph-mon[119889]: pgmap v268: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:22.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:22 smithi158 ceph-mon[108027]: pgmap v268: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:23.029 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:35:23.262 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:35:23.379 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:23 smithi158 ceph-mon[108027]: from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:23.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:23 smithi188 ceph-mon[119889]: from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:24.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:24 smithi188 ceph-mon[119889]: pgmap v269: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:24.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:24 smithi158 ceph-mon[108027]: pgmap v269: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:24.466 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:35:24.466 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:35:24.836 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:35:25.837 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:35:26.082 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:35:26.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:26 smithi158 ceph-mon[108027]: pgmap v270: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:26.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:26 smithi158 ceph-mon[108027]: from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:26.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:26 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:35:26.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:26 smithi188 ceph-mon[119889]: pgmap v270: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:26.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:26 smithi188 ceph-mon[119889]: from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:26.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:26 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:35:27.298 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:35:27.299 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:35:27.693 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:35:28.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:28 smithi188 ceph-mon[119889]: pgmap v271: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:28.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:28 smithi188 ceph-mon[119889]: from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:28.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:28 smithi158 ceph-mon[108027]: pgmap v271: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:28.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:28 smithi158 ceph-mon[108027]: from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:28.695 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:35:28.933 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:35:30.077 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:35:30.078 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:35:30.384 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:30 smithi158 ceph-mon[108027]: pgmap v272: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:30.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:30 smithi188 ceph-mon[119889]: pgmap v272: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:30.459 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:35:31.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:31 smithi188 ceph-mon[119889]: from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:31.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:31 smithi158 ceph-mon[108027]: from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:31.479 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:35:31.722 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:35:32.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:32 smithi188 ceph-mon[119889]: pgmap v273: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:32.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:32 smithi158 ceph-mon[108027]: pgmap v273: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:32.918 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:35:32.918 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:35:33.293 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:35:34.293 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:35:34.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:34 smithi188 ceph-mon[119889]: pgmap v274: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:34.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:34 smithi188 ceph-mon[119889]: from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:34.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:34 smithi158 ceph-mon[108027]: pgmap v274: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:34.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:34 smithi158 ceph-mon[108027]: from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:34.533 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:35:35.736 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:35:35.736 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:35:36.100 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:35:36.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:36 smithi188 ceph-mon[119889]: pgmap v275: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:36.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:36 smithi158 ceph-mon[108027]: pgmap v275: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:37.101 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:35:37.341 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:35:37.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:37 smithi188 ceph-mon[119889]: from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:37.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:37 smithi158 ceph-mon[108027]: from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:38.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:38 smithi188 ceph-mon[119889]: pgmap v276: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:38.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:38 smithi158 ceph-mon[108027]: pgmap v276: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:38.561 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:35:38.562 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:35:38.942 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:35:39.943 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:35:40.187 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:35:40.293 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:40 smithi158 ceph-mon[108027]: pgmap v277: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:40.294 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:40 smithi158 ceph-mon[108027]: from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:40.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:40 smithi188 ceph-mon[119889]: pgmap v277: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:40.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:40 smithi188 ceph-mon[119889]: from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:41.386 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:35:41.386 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:35:41.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:41 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:35:41.408 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:41 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:35:41.776 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:35:42.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:42 smithi188 ceph-mon[119889]: pgmap v278: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:42.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:42 smithi158 ceph-mon[108027]: pgmap v278: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:42.777 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:35:43.020 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:35:43.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:43 smithi188 ceph-mon[119889]: from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:43.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:43 smithi158 ceph-mon[108027]: from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:44.262 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:35:44.262 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:35:44.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:44 smithi188 ceph-mon[119889]: pgmap v279: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:44.411 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:44 smithi158 ceph-mon[108027]: pgmap v279: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:44.632 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:35:45.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:45 smithi188 ceph-mon[119889]: from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:45.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:45 smithi158 ceph-mon[108027]: from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:45.632 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:35:45.875 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:35:46.327 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:46 smithi158 ceph-mon[108027]: pgmap v280: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:46.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:46 smithi188 ceph-mon[119889]: pgmap v280: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:47.062 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:35:47.062 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:35:47.441 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:35:48.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:48 smithi158 ceph-mon[108027]: pgmap v281: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:48.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:48 smithi158 ceph-mon[108027]: from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:48.442 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:35:48.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:48 smithi188 ceph-mon[119889]: pgmap v281: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:48.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:48 smithi188 ceph-mon[119889]: from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:48.673 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:35:49.868 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:35:49.868 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:35:50.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:50 smithi158 ceph-mon[108027]: pgmap v282: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:50.265 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:35:50.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:50 smithi188 ceph-mon[119889]: pgmap v282: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:51.266 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:35:51.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:51 smithi158 ceph-mon[108027]: from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:51.508 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:35:51.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:51 smithi188 ceph-mon[119889]: from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:52.310 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:52 smithi158 ceph-mon[108027]: pgmap v283: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:52.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:52 smithi188 ceph-mon[119889]: pgmap v283: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:52.697 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:35:52.697 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:35:53.057 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:35:54.058 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:35:54.301 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:35:54.408 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:54 smithi158 ceph-mon[108027]: pgmap v284: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:54.408 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:54 smithi158 ceph-mon[108027]: from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:54.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:54 smithi188 ceph-mon[119889]: pgmap v284: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:54.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:54 smithi188 ceph-mon[119889]: from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:55.514 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:35:55.515 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:35:55.905 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:35:56.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:56 smithi158 ceph-mon[108027]: pgmap v285: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:56.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:56 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:35:56.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:56 smithi188 ceph-mon[119889]: pgmap v285: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:56.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:56 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:35:56.906 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:35:57.137 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:35:57.249 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:57 smithi158 ceph-mon[108027]: from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:57.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:57 smithi188 ceph-mon[119889]: from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:58.288 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:35:58.289 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:35:58.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:58 smithi158 ceph-mon[108027]: pgmap v286: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:58.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:58 smithi188 ceph-mon[119889]: pgmap v286: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:58.663 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:35:59.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:35:59 smithi188 ceph-mon[119889]: from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:59.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:35:59 smithi158 ceph-mon[108027]: from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:59.664 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:35:59.900 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:36:00.367 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:00 smithi158 ceph-mon[108027]: pgmap v287: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:00.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:00 smithi188 ceph-mon[119889]: pgmap v287: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:01.101 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:36:01.101 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:36:01.479 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:36:02.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:02 smithi158 ceph-mon[108027]: pgmap v288: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:02.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:02 smithi158 ceph-mon[108027]: from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:02.480 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:36:02.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:02 smithi188 ceph-mon[119889]: pgmap v288: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:02.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:02 smithi188 ceph-mon[119889]: from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:02.718 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:36:03.986 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:36:03.986 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:36:04.278 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:04 smithi158 ceph-mon[108027]: pgmap v289: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:04.354 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:36:04.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:04 smithi188 ceph-mon[119889]: pgmap v289: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:05.355 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:36:05.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:05 smithi158 ceph-mon[108027]: from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:05.597 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:36:05.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:05 smithi188 ceph-mon[119889]: from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:06.342 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:06 smithi158 ceph-mon[108027]: pgmap v290: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:06.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:06 smithi188 ceph-mon[119889]: pgmap v290: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:06.728 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:36:06.729 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:36:07.095 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:36:08.097 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:36:08.349 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:36:08.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:08 smithi158 ceph-mon[108027]: pgmap v291: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:08.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:08 smithi158 ceph-mon[108027]: from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:08.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:08 smithi188 ceph-mon[119889]: pgmap v291: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:08.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:08 smithi188 ceph-mon[119889]: from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:09.548 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:36:09.548 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:36:09.936 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:36:10.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:10 smithi188 ceph-mon[119889]: pgmap v292: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:10.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:10 smithi158 ceph-mon[108027]: pgmap v292: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:10.938 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:36:11.184 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:36:11.295 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:11 smithi158 ceph-mon[108027]: from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:11.296 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:11 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:36:11.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:11 smithi188 ceph-mon[119889]: from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:11.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:11 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:36:12.356 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:36:12.356 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:36:12.379 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:12 smithi158 ceph-mon[108027]: pgmap v293: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:12.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:12 smithi188 ceph-mon[119889]: pgmap v293: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:12.728 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:36:13.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:13 smithi188 ceph-mon[119889]: from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:13.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:13 smithi158 ceph-mon[108027]: from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:13.730 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:36:13.970 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:36:14.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:14 smithi188 ceph-mon[119889]: pgmap v294: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:14.423 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:14 smithi158 ceph-mon[108027]: pgmap v294: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:15.191 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:36:15.191 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:36:15.569 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:36:16.570 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:36:16.605 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:16 smithi158 ceph-mon[108027]: pgmap v295: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:16.606 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:16 smithi158 ceph-mon[108027]: from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:16.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:16 smithi188 ceph-mon[119889]: pgmap v295: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:16.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:16 smithi188 ceph-mon[119889]: from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:16.813 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:36:18.013 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:36:18.013 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:36:18.300 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:18 smithi158 ceph-mon[108027]: pgmap v296: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:18.394 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:36:18.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:18 smithi188 ceph-mon[119889]: pgmap v296: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:19.395 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:36:19.425 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:19 smithi158 ceph-mon[108027]: from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:19.425 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:19 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:36:19.603 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:19 smithi188 ceph-mon[119889]: from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:19.603 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:19 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:36:19.918 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:36:20.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:20 smithi158 ceph-mon[108027]: pgmap v297: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:20.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:20 smithi188 ceph-mon[119889]: pgmap v297: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:21.584 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:36:21.585 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:36:22.070 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:36:22.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:21 smithi158 ceph-mon[108027]: pgmap v298: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:22.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:21 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:36:22.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:21 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:36:22.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:21 smithi188 ceph-mon[119889]: pgmap v298: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:22.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:21 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:36:22.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:21 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:36:23.072 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:36:23.257 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:22 smithi158 ceph-mon[108027]: from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:23.312 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:36:23.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:22 smithi188 ceph-mon[119889]: from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:24.214 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:24 smithi158 ceph-mon[108027]: pgmap v299: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:24.214 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:24 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:36:24.214 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:24 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:36:24.215 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:24 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:36:24.215 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:24 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:36:24.215 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:24 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:36:24.215 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:24 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:36:24.215 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:24 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:36:24.596 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:36:24.597 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:36:24.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:24 smithi188 ceph-mon[119889]: pgmap v299: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:24.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:24 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:36:24.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:24 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:36:24.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:24 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:36:24.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:24 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:36:24.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:24 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:36:24.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:24 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:36:24.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:24 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:36:24.961 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:36:25.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:25 smithi158 ceph-mon[108027]: pgmap v300: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:25.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:25 smithi158 ceph-mon[108027]: pgmap v301: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:25.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:25 smithi188 ceph-mon[119889]: pgmap v300: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:25.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:25 smithi188 ceph-mon[119889]: pgmap v301: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:25.962 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:36:26.208 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:36:26.344 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:26 smithi158 ceph-mon[108027]: from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:26.345 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:26 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:36:26.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:26 smithi188 ceph-mon[119889]: from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:26.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:26 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:36:27.402 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:36:27.403 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:36:27.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:27 smithi158 ceph-mon[108027]: pgmap v302: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:27.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:27 smithi188 ceph-mon[119889]: pgmap v302: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:27.784 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:36:28.786 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:36:29.026 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:36:29.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:29 smithi158 ceph-mon[108027]: from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:29.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:29 smithi158 ceph-mon[108027]: pgmap v303: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:29.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:29 smithi188 ceph-mon[119889]: from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:29.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:29 smithi188 ceph-mon[119889]: pgmap v303: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:30.226 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:36:30.227 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:36:30.641 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:36:31.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:31 smithi188 ceph-mon[119889]: pgmap v304: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:31.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:31 smithi188 ceph-mon[119889]: from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:31.643 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:36:31.674 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:31 smithi158 ceph-mon[108027]: pgmap v304: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:31.674 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:31 smithi158 ceph-mon[108027]: from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:31.877 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:36:33.119 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:36:33.120 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:36:33.397 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:33 smithi158 ceph-mon[108027]: pgmap v305: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:33.483 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:36:33.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:33 smithi188 ceph-mon[119889]: pgmap v305: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:34.484 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:36:34.515 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:34 smithi158 ceph-mon[108027]: from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:34.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:34 smithi188 ceph-mon[119889]: from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:34.716 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:36:35.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:35 smithi158 ceph-mon[108027]: pgmap v306: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:35.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:35 smithi188 ceph-mon[119889]: pgmap v306: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:35.917 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:36:35.917 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:36:36.316 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:36:37.318 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:36:37.559 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:36:37.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:37 smithi188 ceph-mon[119889]: pgmap v307: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:37.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:37 smithi188 ceph-mon[119889]: from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:37.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:37 smithi158 ceph-mon[108027]: pgmap v307: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:37.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:37 smithi158 ceph-mon[108027]: from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:38.816 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:36:38.817 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:36:39.182 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:36:39.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:39 smithi158 ceph-mon[108027]: pgmap v308: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:39.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:39 smithi188 ceph-mon[119889]: pgmap v308: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:40.183 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:36:40.424 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:36:40.576 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:40 smithi158 ceph-mon[108027]: from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:40.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:40 smithi188 ceph-mon[119889]: from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:41.303 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:41 smithi158 ceph-mon[108027]: pgmap v309: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:41.304 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:41 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:36:41.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:41 smithi188 ceph-mon[119889]: pgmap v309: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:41.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:41 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:36:41.707 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:36:41.708 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:36:42.080 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:36:43.082 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:36:43.326 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:36:43.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:43 smithi158 ceph-mon[108027]: pgmap v310: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:43.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:43 smithi158 ceph-mon[108027]: from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:43.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:43 smithi188 ceph-mon[119889]: pgmap v310: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:43.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:43 smithi188 ceph-mon[119889]: from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:44.552 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:36:44.553 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:36:44.922 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:36:45.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:45 smithi188 ceph-mon[119889]: pgmap v311: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:45.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:45 smithi158 ceph-mon[108027]: pgmap v311: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:45.923 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:36:46.163 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:36:46.592 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:46 smithi158 ceph-mon[108027]: from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:46.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:46 smithi188 ceph-mon[119889]: from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:47.356 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:36:47.357 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:36:47.517 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:47 smithi158 ceph-mon[108027]: pgmap v312: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:47.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:47 smithi188 ceph-mon[119889]: pgmap v312: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:47.722 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:36:48.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:48 smithi188 ceph-mon[119889]: from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:48.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:48 smithi158 ceph-mon[108027]: from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:48.724 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:36:48.959 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:36:49.425 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:49 smithi158 ceph-mon[108027]: pgmap v313: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:49.506 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:49 smithi188 ceph-mon[119889]: pgmap v313: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:50.247 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:36:50.247 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:36:50.613 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:36:51.615 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:36:51.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:51 smithi188 ceph-mon[119889]: pgmap v314: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:51.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:51 smithi188 ceph-mon[119889]: from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:51.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:51 smithi158 ceph-mon[108027]: pgmap v314: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:51.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:51 smithi158 ceph-mon[108027]: from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:51.859 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:36:52.995 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:36:52.995 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:36:53.335 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:53 smithi158 ceph-mon[108027]: pgmap v315: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:53.369 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:36:53.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:53 smithi188 ceph-mon[119889]: pgmap v315: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:54.370 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:36:54.562 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:54 smithi188 ceph-mon[119889]: from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:54.613 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:36:54.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:54 smithi158 ceph-mon[108027]: from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:55.417 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:55 smithi158 ceph-mon[108027]: pgmap v316: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:55.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:55 smithi188 ceph-mon[119889]: pgmap v316: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:55.795 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:36:55.795 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:36:56.220 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:36:56.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:56 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:36:56.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:56 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:36:57.222 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:36:57.458 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:36:57.563 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:57 smithi158 ceph-mon[108027]: pgmap v317: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:57.563 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:57 smithi158 ceph-mon[108027]: from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:57.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:57 smithi188 ceph-mon[119889]: pgmap v317: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:57.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:57 smithi188 ceph-mon[119889]: from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:36:58.664 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:36:58.664 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:36:59.044 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:36:59.618 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:36:59 smithi188 ceph-mon[119889]: pgmap v318: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:36:59.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:36:59 smithi158 ceph-mon[108027]: pgmap v318: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:00.045 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:37:00.286 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:37:00.404 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:00 smithi158 ceph-mon[108027]: from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:00.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:00 smithi188 ceph-mon[119889]: from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:01.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:01 smithi158 ceph-mon[108027]: pgmap v319: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:01.524 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:37:01.524 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:37:01.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:01 smithi188 ceph-mon[119889]: pgmap v319: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:01.893 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:37:02.894 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:37:03.132 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:37:03.556 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:03 smithi158 ceph-mon[108027]: from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:03.556 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:03 smithi158 ceph-mon[108027]: pgmap v320: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:03.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:03 smithi188 ceph-mon[119889]: from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:03.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:03 smithi188 ceph-mon[119889]: pgmap v320: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:04.347 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:37:04.348 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:37:04.728 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:37:05.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:05 smithi158 ceph-mon[108027]: pgmap v321: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:05.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:05 smithi158 ceph-mon[108027]: from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:05.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:05 smithi188 ceph-mon[119889]: pgmap v321: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:05.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:05 smithi188 ceph-mon[119889]: from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:05.730 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:37:05.972 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:37:07.185 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:37:07.185 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:37:07.567 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:07 smithi158 ceph-mon[108027]: pgmap v322: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:07.589 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:37:07.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:07 smithi188 ceph-mon[119889]: pgmap v322: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:08.590 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:37:08.621 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:08 smithi158 ceph-mon[108027]: from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:08.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:08 smithi188 ceph-mon[119889]: from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:08.826 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:37:09.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:09 smithi188 ceph-mon[119889]: pgmap v323: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:09.639 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:09 smithi158 ceph-mon[108027]: pgmap v323: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:10.031 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:37:10.032 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:37:10.427 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:37:11.429 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:37:11.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:11 smithi188 ceph-mon[119889]: pgmap v324: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:11.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:11 smithi188 ceph-mon[119889]: from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:11.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:11 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:37:11.672 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:37:11.676 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:11 smithi158 ceph-mon[108027]: pgmap v324: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:11.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:11 smithi158 ceph-mon[108027]: from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:11.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:11 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:37:12.903 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:37:12.903 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:37:13.293 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:37:13.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:13 smithi188 ceph-mon[119889]: pgmap v325: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:13.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:13 smithi158 ceph-mon[108027]: pgmap v325: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:14.294 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:37:14.537 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:37:14.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:14 smithi188 ceph-mon[119889]: from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:14.644 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:14 smithi158 ceph-mon[108027]: from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:15.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:15 smithi188 ceph-mon[119889]: pgmap v326: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:15.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:15 smithi158 ceph-mon[108027]: pgmap v326: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:15.775 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:37:15.776 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:37:16.151 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:37:17.152 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:37:17.395 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:37:17.510 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:17 smithi158 ceph-mon[108027]: pgmap v327: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:17.510 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:17 smithi158 ceph-mon[108027]: from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:17.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:17 smithi188 ceph-mon[119889]: pgmap v327: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:17.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:17 smithi188 ceph-mon[119889]: from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:18.600 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:37:18.600 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:37:18.975 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:37:19.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:19 smithi188 ceph-mon[119889]: pgmap v328: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:19.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:19 smithi158 ceph-mon[108027]: pgmap v328: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:19.976 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:37:20.216 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:37:20.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:20 smithi188 ceph-mon[119889]: from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:20.653 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:20 smithi158 ceph-mon[108027]: from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:21.406 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:37:21.406 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:37:21.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:21 smithi188 ceph-mon[119889]: pgmap v329: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:21.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:21 smithi158 ceph-mon[108027]: pgmap v329: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:21.932 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:37:22.934 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:37:23.176 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:37:23.636 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:23 smithi158 ceph-mon[108027]: from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:23.637 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:23 smithi158 ceph-mon[108027]: pgmap v330: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:23.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:23 smithi188 ceph-mon[119889]: from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:23.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:23 smithi188 ceph-mon[119889]: pgmap v330: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:24.451 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:37:24.451 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:37:24.941 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:37:25.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:24 smithi188 ceph-mon[119889]: pgmap v331: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:25.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:24 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:37:25.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:24 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:37:25.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:24 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:37:25.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:24 smithi158 ceph-mon[108027]: pgmap v331: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:25.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:24 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:37:25.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:24 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:37:25.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:24 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:37:25.943 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:37:26.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:25 smithi188 ceph-mon[119889]: from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:26.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:25 smithi158 ceph-mon[108027]: from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:26.249 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:37:26.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:26 smithi158 ceph-mon[108027]: pgmap v332: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:26.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:26 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:37:27.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:26 smithi188 ceph-mon[119889]: pgmap v332: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:27.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:26 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:37:27.645 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:37:27.646 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:37:28.018 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:37:28.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:28 smithi158 ceph-mon[108027]: from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:28.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:28 smithi158 ceph-mon[108027]: pgmap v333: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:28.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:28 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:37:28.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:28 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:37:29.020 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:37:29.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:28 smithi188 ceph-mon[119889]: from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:29.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:28 smithi188 ceph-mon[119889]: pgmap v333: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:29.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:28 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:37:29.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:28 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:37:29.269 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:37:30.036 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:29 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:37:30.036 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:29 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:37:30.037 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:29 smithi158 ceph-mon[108027]: pgmap v334: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:30.037 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:29 smithi158 ceph-mon[108027]: pgmap v335: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:30.037 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:29 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:37:30.037 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:29 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:37:30.037 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:29 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:37:30.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:29 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:37:30.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:29 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:37:30.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:29 smithi188 ceph-mon[119889]: pgmap v334: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:30.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:29 smithi188 ceph-mon[119889]: pgmap v335: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:30.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:29 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:37:30.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:29 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:37:30.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:29 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:37:30.430 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:37:30.431 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:37:30.775 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:37:31.776 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:37:32.018 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:37:32.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:32 smithi158 ceph-mon[108027]: from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:32.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:32 smithi158 ceph-mon[108027]: pgmap v336: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:32.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:32 smithi188 ceph-mon[119889]: from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:32.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:32 smithi188 ceph-mon[119889]: pgmap v336: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:33.248 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:37:33.248 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:37:33.639 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:37:34.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:34 smithi158 ceph-mon[108027]: pgmap v337: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:34.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:34 smithi158 ceph-mon[108027]: from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:34.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:34 smithi188 ceph-mon[119889]: pgmap v337: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:34.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:34 smithi188 ceph-mon[119889]: from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:34.641 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:37:34.885 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:37:36.070 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:37:36.071 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:37:36.379 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:36 smithi158 ceph-mon[108027]: pgmap v338: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:36.472 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:37:36.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:36 smithi188 ceph-mon[119889]: pgmap v338: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:37.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:37 smithi158 ceph-mon[108027]: from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:37.473 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:37:37.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:37 smithi188 ceph-mon[119889]: from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:37.715 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:37:38.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:38 smithi158 ceph-mon[108027]: pgmap v339: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:38.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:38 smithi188 ceph-mon[119889]: pgmap v339: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:38.929 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:37:38.929 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:37:39.330 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:37:40.066 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:39 smithi188 ceph-mon[119889]: from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:40.067 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:39 smithi188 ceph-mon[119889]: pgmap v340: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:40.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:39 smithi158 ceph-mon[108027]: from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:40.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:39 smithi158 ceph-mon[108027]: pgmap v340: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:40.331 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:37:40.573 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:37:41.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:41 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:37:41.417 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:41 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:37:41.807 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:37:41.808 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:37:42.154 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:42 smithi158 ceph-mon[108027]: pgmap v341: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:42.172 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:37:42.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:42 smithi188 ceph-mon[119889]: pgmap v341: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:43.174 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:37:43.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:43 smithi188 ceph-mon[119889]: from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:43.425 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:37:43.426 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:43 smithi158 ceph-mon[108027]: from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:44.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:44 smithi158 ceph-mon[108027]: pgmap v342: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:44.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:44 smithi188 ceph-mon[119889]: pgmap v342: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:44.624 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:37:44.624 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:37:45.055 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:37:46.057 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:37:46.302 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:37:46.421 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:46 smithi158 ceph-mon[108027]: from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:46.422 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:46 smithi158 ceph-mon[108027]: pgmap v343: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:46.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:46 smithi188 ceph-mon[119889]: from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:46.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:46 smithi188 ceph-mon[119889]: pgmap v343: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:47.495 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:37:47.495 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:37:47.920 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:37:48.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:48 smithi158 ceph-mon[108027]: pgmap v344: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:48.636 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:48 smithi188 ceph-mon[119889]: pgmap v344: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:48.921 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:37:49.160 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:37:49.272 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:49 smithi158 ceph-mon[108027]: from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:49.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:49 smithi188 ceph-mon[119889]: from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:50.380 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:37:50.380 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:37:50.404 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:50 smithi158 ceph-mon[108027]: pgmap v345: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:50.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:50 smithi188 ceph-mon[119889]: pgmap v345: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:50.744 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:37:51.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:51 smithi158 ceph-mon[108027]: from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:51.463 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:51 smithi188 ceph-mon[119889]: from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:51.746 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:37:51.984 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:37:52.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:52 smithi158 ceph-mon[108027]: pgmap v346: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:52.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:52 smithi188 ceph-mon[119889]: pgmap v346: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:53.264 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:37:53.265 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:37:53.660 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:37:54.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:54 smithi158 ceph-mon[108027]: pgmap v347: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:54.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:54 smithi158 ceph-mon[108027]: from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:54.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:54 smithi188 ceph-mon[119889]: pgmap v347: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:54.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:54 smithi188 ceph-mon[119889]: from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:54.661 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:37:54.889 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:37:56.068 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:37:56.068 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:37:56.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:56 smithi158 ceph-mon[108027]: pgmap v348: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:56.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:56 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:37:56.453 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:37:56.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:56 smithi188 ceph-mon[119889]: pgmap v348: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:56.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:56 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:37:57.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:57 smithi158 ceph-mon[108027]: from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:57.454 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:37:57.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:57 smithi188 ceph-mon[119889]: from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:37:57.698 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:37:58.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:58 smithi158 ceph-mon[108027]: pgmap v349: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:58.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:58 smithi188 ceph-mon[119889]: pgmap v349: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:37:58.952 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:37:58.952 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:37:59.327 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:38:00.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:59 smithi188 ceph-mon[119889]: from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:00.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:37:59 smithi188 ceph-mon[119889]: pgmap v350: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:00.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:59 smithi158 ceph-mon[108027]: from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:00.179 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:37:59 smithi158 ceph-mon[108027]: pgmap v350: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:00.328 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:38:00.569 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:38:01.821 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:38:01.822 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:38:02.194 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:38:02.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:02 smithi158 ceph-mon[108027]: pgmap v351: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:02.636 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:02 smithi188 ceph-mon[119889]: pgmap v351: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:03.196 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:38:03.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:03 smithi158 ceph-mon[108027]: from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:03.444 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:38:03.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:03 smithi188 ceph-mon[119889]: from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:04.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:04 smithi158 ceph-mon[108027]: pgmap v352: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:04.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:04 smithi188 ceph-mon[119889]: pgmap v352: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:04.669 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:38:04.670 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:38:05.058 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:38:06.059 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:38:06.303 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:38:06.409 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:06 smithi158 ceph-mon[108027]: from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:06.409 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:06 smithi158 ceph-mon[108027]: pgmap v353: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:06.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:06 smithi188 ceph-mon[119889]: from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:06.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:06 smithi188 ceph-mon[119889]: pgmap v353: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:07.501 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:38:07.502 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:38:07.891 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:38:08.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:08 smithi158 ceph-mon[108027]: pgmap v354: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:08.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:08 smithi188 ceph-mon[119889]: pgmap v354: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:08.893 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:38:09.135 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:38:09.250 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:09 smithi158 ceph-mon[108027]: from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:09.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:09 smithi188 ceph-mon[119889]: from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:10.320 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:38:10.321 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:38:10.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:10 smithi158 ceph-mon[108027]: pgmap v355: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:10.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:10 smithi188 ceph-mon[119889]: pgmap v355: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:10.707 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:38:11.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:11 smithi158 ceph-mon[108027]: from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:11.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:11 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:38:11.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:11 smithi188 ceph-mon[119889]: from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:11.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:11 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:38:11.709 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:38:11.949 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:38:12.394 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:12 smithi158 ceph-mon[108027]: pgmap v356: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:12.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:12 smithi188 ceph-mon[119889]: pgmap v356: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:13.123 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:38:13.124 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:38:13.516 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:38:14.518 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:38:14.555 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:14 smithi158 ceph-mon[108027]: pgmap v357: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:14.555 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:14 smithi158 ceph-mon[108027]: from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:14.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:14 smithi188 ceph-mon[119889]: pgmap v357: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:14.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:14 smithi188 ceph-mon[119889]: from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:14.768 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:38:15.948 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:38:15.948 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:38:16.264 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:16 smithi158 ceph-mon[108027]: pgmap v358: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:16.308 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:38:16.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:16 smithi188 ceph-mon[119889]: pgmap v358: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:17.310 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:38:17.472 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:17 smithi158 ceph-mon[108027]: from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:17.553 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:38:17.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:17 smithi188 ceph-mon[119889]: from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:18.402 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:18 smithi158 ceph-mon[108027]: pgmap v359: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:18.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:18 smithi188 ceph-mon[119889]: pgmap v359: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:18.768 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:38:18.768 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:38:19.130 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:38:19.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:19 smithi158 ceph-mon[108027]: from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:19.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:19 smithi158 ceph-mon[108027]: pgmap v360: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:20.132 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:38:20.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:19 smithi188 ceph-mon[119889]: from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:20.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:19 smithi188 ceph-mon[119889]: pgmap v360: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:20.362 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:38:21.632 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:38:21.633 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:38:22.048 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:38:22.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:22 smithi158 ceph-mon[108027]: pgmap v361: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:22.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:22 smithi188 ceph-mon[119889]: pgmap v361: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:23.049 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:38:23.292 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:38:23.409 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:23 smithi158 ceph-mon[108027]: from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:23.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:23 smithi188 ceph-mon[119889]: from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:24.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:24 smithi158 ceph-mon[108027]: pgmap v362: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:24.455 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:38:24.455 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:38:24.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:24 smithi188 ceph-mon[119889]: pgmap v362: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:24.822 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:38:25.823 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:38:26.060 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:38:26.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:26 smithi158 ceph-mon[108027]: from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:26.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:26 smithi158 ceph-mon[108027]: pgmap v363: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:26.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:26 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:38:26.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:26 smithi188 ceph-mon[119889]: from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:26.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:26 smithi188 ceph-mon[119889]: pgmap v363: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:26.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:26 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:38:27.189 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:38:27.190 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:38:27.562 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:38:28.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:28 smithi158 ceph-mon[108027]: pgmap v364: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:28.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:28 smithi158 ceph-mon[108027]: from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:28.563 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:38:28.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:28 smithi188 ceph-mon[119889]: pgmap v364: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:28.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:28 smithi188 ceph-mon[119889]: from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:28.796 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:38:29.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:29 smithi158 ceph-mon[108027]: pgmap v365: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:29.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:29 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:38:29.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:29 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:38:29.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:29 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:38:30.056 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:38:30.057 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:38:30.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:29 smithi188 ceph-mon[119889]: pgmap v365: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:30.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:29 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:38:30.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:29 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:38:30.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:29 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:38:30.429 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:38:30.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:30 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:38:30.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:30 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:38:30.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:30 smithi188 ceph-mon[119889]: pgmap v366: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:30.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:30 smithi188 ceph-mon[119889]: pgmap v367: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:30.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:30 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:38:30.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:30 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:38:30.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:30 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:38:30.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:30 smithi188 ceph-mon[119889]: from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:31.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:30 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:38:31.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:30 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:38:31.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:30 smithi158 ceph-mon[108027]: pgmap v366: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:31.178 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:30 smithi158 ceph-mon[108027]: pgmap v367: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:31.178 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:30 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:38:31.178 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:30 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:38:31.178 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:30 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:38:31.178 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:30 smithi158 ceph-mon[108027]: from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:31.430 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:38:31.664 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:38:32.881 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:38:32.882 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:38:33.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:33 smithi158 ceph-mon[108027]: pgmap v368: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:33.271 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:38:33.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:33 smithi188 ceph-mon[119889]: pgmap v368: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:34.273 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:38:34.305 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:34 smithi158 ceph-mon[108027]: from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:34.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:34 smithi188 ceph-mon[119889]: from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:34.514 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:38:35.315 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:35 smithi158 ceph-mon[108027]: pgmap v369: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:35.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:35 smithi188 ceph-mon[119889]: pgmap v369: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:35.721 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:38:35.721 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:38:36.094 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:38:37.095 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:38:37.334 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:38:37.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:37 smithi188 ceph-mon[119889]: from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:37.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:37 smithi188 ceph-mon[119889]: pgmap v370: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:37.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:37 smithi158 ceph-mon[108027]: from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:37.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:37 smithi158 ceph-mon[108027]: pgmap v370: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:38.594 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:38:38.594 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:38:38.961 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:38:39.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:39 smithi158 ceph-mon[108027]: pgmap v371: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:39.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:39 smithi188 ceph-mon[119889]: pgmap v371: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:39.962 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:38:40.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:40 smithi158 ceph-mon[108027]: from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:40.200 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:38:40.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:40 smithi188 ceph-mon[119889]: from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:41.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:41 smithi188 ceph-mon[119889]: pgmap v372: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:41.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:41 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:38:41.414 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:38:41.414 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:38:41.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:41 smithi158 ceph-mon[108027]: pgmap v372: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:41.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:41 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:38:41.786 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:38:42.788 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:38:43.034 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:38:43.145 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:43 smithi158 ceph-mon[108027]: from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:43.145 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:43 smithi158 ceph-mon[108027]: pgmap v373: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:43.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:43 smithi188 ceph-mon[119889]: from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:43.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:43 smithi188 ceph-mon[119889]: pgmap v373: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:44.267 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:38:44.267 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:38:44.662 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:38:44.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:44 smithi158 ceph-mon[108027]: pgmap v374: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:44.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:44 smithi158 ceph-mon[108027]: from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:45.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:44 smithi188 ceph-mon[119889]: pgmap v374: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:45.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:44 smithi188 ceph-mon[119889]: from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:45.663 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:38:45.905 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:38:47.080 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:38:47.081 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:38:47.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:47 smithi188 ceph-mon[119889]: pgmap v375: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:47.391 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:47 smithi158 ceph-mon[108027]: pgmap v375: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:47.443 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:38:48.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:48 smithi188 ceph-mon[119889]: from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:48.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:48 smithi158 ceph-mon[108027]: from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:48.444 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:38:48.680 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:38:49.163 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:49 smithi158 ceph-mon[108027]: pgmap v376: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:49.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:49 smithi188 ceph-mon[119889]: pgmap v376: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:49.919 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:38:49.919 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:38:50.309 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:38:51.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:51 smithi188 ceph-mon[119889]: from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:51.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:51 smithi188 ceph-mon[119889]: pgmap v377: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:51.311 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:38:51.346 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:51 smithi158 ceph-mon[108027]: from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:51.347 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:51 smithi158 ceph-mon[108027]: pgmap v377: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:51.551 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:38:52.736 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:38:52.736 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:38:53.117 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:38:53.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:53 smithi188 ceph-mon[119889]: pgmap v378: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:53.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:53 smithi158 ceph-mon[108027]: pgmap v378: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:54.119 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:38:54.362 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:38:54.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:54 smithi188 ceph-mon[119889]: from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:54.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:54 smithi158 ceph-mon[108027]: from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:55.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:55 smithi158 ceph-mon[108027]: pgmap v379: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:55.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:55 smithi188 ceph-mon[119889]: pgmap v379: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:55.668 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:38:55.668 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:38:56.050 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:38:56.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:56 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:38:56.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:56 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:38:57.052 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:38:57.285 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:38:57.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:57 smithi188 ceph-mon[119889]: from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:57.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:57 smithi188 ceph-mon[119889]: pgmap v380: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:57.393 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:57 smithi158 ceph-mon[108027]: from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:38:57.393 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:57 smithi158 ceph-mon[108027]: pgmap v380: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:58.627 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:38:58.627 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:38:59.041 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:38:59.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:38:59 smithi188 ceph-mon[119889]: pgmap v381: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:38:59.426 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:38:59 smithi158 ceph-mon[108027]: pgmap v381: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:00.042 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:39:00.281 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:39:00.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:00 smithi188 ceph-mon[119889]: from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:00.393 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:00 smithi158 ceph-mon[108027]: from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:01.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:01 smithi188 ceph-mon[119889]: pgmap v382: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:01.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:01 smithi158 ceph-mon[108027]: pgmap v382: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:01.465 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:39:01.466 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:39:01.890 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:39:02.891 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:39:03.134 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:39:03.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:03 smithi158 ceph-mon[108027]: from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:03.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:03 smithi158 ceph-mon[108027]: pgmap v383: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:03.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:03 smithi188 ceph-mon[119889]: from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:03.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:03 smithi188 ceph-mon[119889]: pgmap v383: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:04.356 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:39:04.357 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:39:04.766 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:39:04.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:04 smithi158 ceph-mon[108027]: pgmap v384: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:04.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:04 smithi158 ceph-mon[108027]: from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:05.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:04 smithi188 ceph-mon[119889]: pgmap v384: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:05.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:04 smithi188 ceph-mon[119889]: from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:05.767 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:39:06.007 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:39:07.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:07 smithi158 ceph-mon[108027]: pgmap v385: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:07.213 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:39:07.213 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:39:07.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:07 smithi188 ceph-mon[119889]: pgmap v385: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:07.588 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:39:08.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:08 smithi188 ceph-mon[119889]: from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:08.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:08 smithi158 ceph-mon[108027]: from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:08.590 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:39:08.832 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:39:09.301 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:09 smithi158 ceph-mon[108027]: pgmap v386: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:09.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:09 smithi188 ceph-mon[119889]: pgmap v386: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:10.043 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:39:10.043 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:39:10.423 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:39:11.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:11 smithi188 ceph-mon[119889]: pgmap v387: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:11.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:11 smithi188 ceph-mon[119889]: from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:11.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:11 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:39:11.424 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:39:11.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:11 smithi158 ceph-mon[108027]: pgmap v387: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:11.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:11 smithi158 ceph-mon[108027]: from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:11.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:11 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:39:11.669 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:39:12.955 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:39:12.956 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:39:13.256 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:13 smithi158 ceph-mon[108027]: pgmap v388: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:13.338 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:39:13.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:13 smithi188 ceph-mon[119889]: pgmap v388: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:14.339 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:39:14.372 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:14 smithi158 ceph-mon[108027]: from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:14.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:14 smithi188 ceph-mon[119889]: from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:14.581 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:39:15.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:15 smithi188 ceph-mon[119889]: pgmap v389: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:15.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:15 smithi158 ceph-mon[108027]: pgmap v389: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:15.868 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:39:15.868 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:39:16.245 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:39:17.246 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:39:17.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:17 smithi188 ceph-mon[119889]: from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:17.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:17 smithi188 ceph-mon[119889]: pgmap v390: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:17.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:17 smithi158 ceph-mon[108027]: from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:17.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:17 smithi158 ceph-mon[108027]: pgmap v390: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:17.488 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:39:18.714 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:39:18.714 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:39:19.087 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:39:19.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:19 smithi188 ceph-mon[119889]: pgmap v391: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:19.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:19 smithi158 ceph-mon[108027]: pgmap v391: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:20.088 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:39:20.334 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:39:20.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:20 smithi188 ceph-mon[119889]: from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:20.426 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:20 smithi158 ceph-mon[108027]: from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:21.166 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:21 smithi158 ceph-mon[108027]: pgmap v392: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:21.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:21 smithi188 ceph-mon[119889]: pgmap v392: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:21.590 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:39:21.591 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:39:21.980 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:39:22.981 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:39:23.225 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:39:23.346 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:23 smithi158 ceph-mon[108027]: from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:23.347 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:23 smithi158 ceph-mon[108027]: pgmap v393: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:23.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:23 smithi188 ceph-mon[119889]: from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:23.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:23 smithi188 ceph-mon[119889]: pgmap v393: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:24.463 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:39:24.463 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:39:24.828 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:39:25.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:24 smithi188 ceph-mon[119889]: pgmap v394: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:25.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:24 smithi158 ceph-mon[108027]: pgmap v394: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:25.830 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:39:26.071 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:39:26.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:25 smithi188 ceph-mon[119889]: from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:26.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:25 smithi158 ceph-mon[108027]: from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:26.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:26 smithi158 ceph-mon[108027]: pgmap v395: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:26.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:26 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:39:27.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:26 smithi188 ceph-mon[119889]: pgmap v395: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:27.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:26 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:39:27.296 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:39:27.296 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:39:27.678 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:39:27.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:27 smithi158 ceph-mon[108027]: from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:28.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:27 smithi188 ceph-mon[119889]: from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:28.679 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:39:28.922 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:39:29.037 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:28 smithi158 ceph-mon[108027]: pgmap v396: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:29.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:28 smithi188 ceph-mon[119889]: pgmap v396: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:30.158 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:39:30.158 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:39:30.550 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:39:31.295 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:31 smithi188 ceph-mon[119889]: pgmap v397: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:31.296 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:31 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:39:31.296 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:31 smithi188 ceph-mon[119889]: from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:31.297 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:31 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:39:31.297 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:31 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:39:31.297 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:31 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:39:31.298 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:31 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:39:31.298 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:31 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:39:31.298 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:31 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:39:31.299 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:31 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:39:31.299 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:31 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:39:31.299 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:31 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:39:31.300 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:31 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:39:31.300 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:31 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:39:31.300 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:31 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:39:31.301 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:31 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:39:31.301 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:31 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:39:31.302 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:31 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:39:31.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:31 smithi158 ceph-mon[108027]: pgmap v397: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:31.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:31 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:39:31.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:31 smithi158 ceph-mon[108027]: from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:31.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:31 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:39:31.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:31 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:39:31.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:31 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:39:31.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:31 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:39:31.430 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:31 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:39:31.430 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:31 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:39:31.431 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:31 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:39:31.431 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:31 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:39:31.431 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:31 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:39:31.432 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:31 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:39:31.432 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:31 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:39:31.433 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:31 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:39:31.433 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:31 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:39:31.434 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:31 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:39:31.434 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:31 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:39:31.551 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:39:31.791 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:39:32.178 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:32 smithi158 ceph-mon[108027]: Adjusting osd_memory_target on smithi188 to 2646M 2023-09-07T07:39:32.178 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:32 smithi158 ceph-mon[108027]: Adjusting osd_memory_target on smithi158 to 1622M 2023-09-07T07:39:32.179 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:32 smithi158 ceph-mon[108027]: pgmap v398: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:32.179 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:32 smithi158 ceph-mon[108027]: pgmap v399: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:32.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:32 smithi188 ceph-mon[119889]: Adjusting osd_memory_target on smithi188 to 2646M 2023-09-07T07:39:32.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:32 smithi188 ceph-mon[119889]: Adjusting osd_memory_target on smithi158 to 1622M 2023-09-07T07:39:32.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:32 smithi188 ceph-mon[119889]: pgmap v398: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:32.390 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:32 smithi188 ceph-mon[119889]: pgmap v399: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:33.087 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:39:33.087 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:39:33.476 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:39:34.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:34 smithi188 ceph-mon[119889]: pgmap v400: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:34.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:34 smithi188 ceph-mon[119889]: from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:34.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:34 smithi158 ceph-mon[108027]: pgmap v400: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:34.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:34 smithi158 ceph-mon[108027]: from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:34.478 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:39:34.721 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:39:36.055 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:39:36.055 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:39:36.350 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:36 smithi188 ceph-mon[119889]: pgmap v401: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:36.408 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:36 smithi158 ceph-mon[108027]: pgmap v401: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:36.427 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:39:37.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:37 smithi188 ceph-mon[119889]: from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:37.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:37 smithi158 ceph-mon[108027]: from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:37.428 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:39:37.662 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:39:38.291 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:38 smithi158 ceph-mon[108027]: pgmap v402: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:38.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:38 smithi188 ceph-mon[119889]: pgmap v402: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:38.886 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:39:38.886 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:39:39.268 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:39:40.269 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:39:40.304 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:40 smithi158 ceph-mon[108027]: pgmap v403: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:40.304 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:40 smithi158 ceph-mon[108027]: from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:40.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:40 smithi188 ceph-mon[119889]: pgmap v403: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:40.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:40 smithi188 ceph-mon[119889]: from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:40.517 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:39:41.346 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:41 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:39:41.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:41 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:39:41.750 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:39:41.751 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:39:42.149 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:39:42.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:42 smithi188 ceph-mon[119889]: pgmap v404: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:42.499 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:42 smithi158 ceph-mon[108027]: pgmap v404: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:43.151 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:39:43.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:43 smithi188 ceph-mon[119889]: from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:43.388 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:39:43.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:43 smithi158 ceph-mon[108027]: from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:44.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:44 smithi158 ceph-mon[108027]: pgmap v405: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:44.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:44 smithi188 ceph-mon[119889]: pgmap v405: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:44.678 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:39:44.678 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:39:45.058 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:39:46.059 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:39:46.299 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:39:46.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:46 smithi188 ceph-mon[119889]: pgmap v406: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:46.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:46 smithi188 ceph-mon[119889]: from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:46.426 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:46 smithi158 ceph-mon[108027]: pgmap v406: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:46.426 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:46 smithi158 ceph-mon[108027]: from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:47.415 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:39:47.415 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:39:47.790 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:39:48.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:48 smithi188 ceph-mon[119889]: pgmap v407: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:48.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:48 smithi158 ceph-mon[108027]: pgmap v407: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:48.791 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:39:49.034 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:39:49.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:49 smithi158 ceph-mon[108027]: from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:49.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:49 smithi188 ceph-mon[119889]: from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:50.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:50 smithi158 ceph-mon[108027]: pgmap v408: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:50.295 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:39:50.296 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:39:50.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:50 smithi188 ceph-mon[119889]: pgmap v408: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:50.682 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:39:51.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:51 smithi188 ceph-mon[119889]: from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:51.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:51 smithi158 ceph-mon[108027]: from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:51.683 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:39:51.926 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:39:52.386 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:52 smithi158 ceph-mon[108027]: pgmap v409: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:52.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:52 smithi188 ceph-mon[119889]: pgmap v409: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:53.162 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:39:53.162 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:39:53.557 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:39:54.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:54 smithi188 ceph-mon[119889]: pgmap v410: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:54.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:54 smithi188 ceph-mon[119889]: from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:54.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:54 smithi158 ceph-mon[108027]: pgmap v410: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:54.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:54 smithi158 ceph-mon[108027]: from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:54.558 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:39:54.793 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:39:56.071 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:39:56.072 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:39:56.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:56 smithi188 ceph-mon[119889]: pgmap v411: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:56.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:56 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:39:56.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:56 smithi158 ceph-mon[108027]: pgmap v411: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:56.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:56 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:39:56.464 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:39:57.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:57 smithi188 ceph-mon[119889]: from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:57.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:57 smithi158 ceph-mon[108027]: from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:39:57.465 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:39:57.710 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:39:58.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:39:58 smithi188 ceph-mon[119889]: pgmap v412: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:58.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:39:58 smithi158 ceph-mon[108027]: pgmap v412: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:39:58.893 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:39:58.894 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:39:59.273 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:40:00.274 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:40:00.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:00 smithi188 ceph-mon[119889]: pgmap v413: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:00.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:00 smithi188 ceph-mon[119889]: from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:00.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:00 smithi188 ceph-mon[119889]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-09-07T07:40:00.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:00 smithi188 ceph-mon[119889]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-09-07T07:40:00.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:00 smithi188 ceph-mon[119889]: daemon nfs.foo.0.0.smithi158.qovsxt on smithi158 is in error state 2023-09-07T07:40:00.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:00 smithi158 ceph-mon[108027]: pgmap v413: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:00.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:00 smithi158 ceph-mon[108027]: from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:00.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:00 smithi158 ceph-mon[108027]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-09-07T07:40:00.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:00 smithi158 ceph-mon[108027]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-09-07T07:40:00.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:00 smithi158 ceph-mon[108027]: daemon nfs.foo.0.0.smithi158.qovsxt on smithi158 is in error state 2023-09-07T07:40:00.516 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:40:01.771 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:40:01.772 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:40:02.198 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:40:02.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:02 smithi188 ceph-mon[119889]: pgmap v414: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:02.426 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:02 smithi158 ceph-mon[108027]: pgmap v414: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:03.199 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:40:03.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:03 smithi188 ceph-mon[119889]: from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:03.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:03 smithi158 ceph-mon[108027]: from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:03.431 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:40:04.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:04 smithi158 ceph-mon[108027]: pgmap v415: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:04.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:04 smithi188 ceph-mon[119889]: pgmap v415: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:04.654 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:40:04.654 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:40:05.023 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:40:06.024 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:40:06.257 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:40:06.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:06 smithi188 ceph-mon[119889]: pgmap v416: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:06.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:06 smithi188 ceph-mon[119889]: from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:06.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:06 smithi158 ceph-mon[108027]: pgmap v416: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:06.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:06 smithi158 ceph-mon[108027]: from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:07.519 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:40:07.519 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:40:07.920 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:40:08.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:08 smithi188 ceph-mon[119889]: pgmap v417: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:08.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:08 smithi158 ceph-mon[108027]: pgmap v417: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:08.922 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:40:09.165 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:40:09.271 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:09 smithi158 ceph-mon[108027]: from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:09.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:09 smithi188 ceph-mon[119889]: from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:10.382 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:40:10.383 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:40:10.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:10 smithi188 ceph-mon[119889]: pgmap v418: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:10.404 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:10 smithi158 ceph-mon[108027]: pgmap v418: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:10.755 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:40:11.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:11 smithi188 ceph-mon[119889]: from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:11.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:11 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:40:11.426 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:11 smithi158 ceph-mon[108027]: from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:11.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:11 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:40:11.757 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:40:11.992 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:40:12.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:12 smithi188 ceph-mon[119889]: pgmap v419: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:12.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:12 smithi158 ceph-mon[108027]: pgmap v419: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:13.218 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:40:13.218 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:40:13.595 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:40:14.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:14 smithi188 ceph-mon[119889]: pgmap v420: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:14.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:14 smithi188 ceph-mon[119889]: from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:14.426 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:14 smithi158 ceph-mon[108027]: pgmap v420: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:14.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:14 smithi158 ceph-mon[108027]: from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:14.596 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:40:14.838 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:40:16.068 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:40:16.068 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:40:16.376 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:16 smithi158 ceph-mon[108027]: pgmap v421: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:16.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:16 smithi188 ceph-mon[119889]: pgmap v421: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:16.454 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:40:17.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:17 smithi188 ceph-mon[119889]: from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:17.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:17 smithi158 ceph-mon[108027]: from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:17.455 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:40:17.699 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:40:18.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:18 smithi188 ceph-mon[119889]: pgmap v422: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:18.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:18 smithi158 ceph-mon[108027]: pgmap v422: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:18.897 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:40:18.898 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:40:19.285 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:40:20.286 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:40:20.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:20 smithi188 ceph-mon[119889]: pgmap v423: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:20.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:20 smithi188 ceph-mon[119889]: from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:20.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:20 smithi158 ceph-mon[108027]: pgmap v423: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:20.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:20 smithi158 ceph-mon[108027]: from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:20.532 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:40:21.813 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:40:21.813 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:40:22.209 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:40:22.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:22 smithi188 ceph-mon[119889]: pgmap v424: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:22.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:22 smithi158 ceph-mon[108027]: pgmap v424: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:23.210 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:40:23.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:23 smithi188 ceph-mon[119889]: from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:23.426 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:23 smithi158 ceph-mon[108027]: from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:23.452 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:40:24.289 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:24 smithi158 ceph-mon[108027]: pgmap v425: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:24.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:24 smithi188 ceph-mon[119889]: pgmap v425: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:24.683 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:40:24.684 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:40:25.051 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:40:26.053 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:40:26.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:26 smithi158 ceph-mon[108027]: pgmap v426: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:26.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:26 smithi158 ceph-mon[108027]: from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:26.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:26 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:40:26.291 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:40:26.636 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:26 smithi188 ceph-mon[119889]: pgmap v426: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:26.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:26 smithi188 ceph-mon[119889]: from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:26.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:26 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:40:27.519 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:40:27.519 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:40:27.900 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:40:28.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:28 smithi158 ceph-mon[108027]: pgmap v427: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:28.636 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:28 smithi188 ceph-mon[119889]: pgmap v427: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:28.902 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:40:29.143 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:40:29.259 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:29 smithi158 ceph-mon[108027]: from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:29.642 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:29 smithi188 ceph-mon[119889]: from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:30.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:30 smithi158 ceph-mon[108027]: pgmap v428: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:30.441 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:40:30.441 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:40:30.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:30 smithi188 ceph-mon[119889]: pgmap v428: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:30.785 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:40:31.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:31 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:40:31.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:31 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:40:31.787 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:40:32.013 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:40:32.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:32 smithi188 ceph-mon[119889]: from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:32.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:32 smithi188 ceph-mon[119889]: pgmap v429: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:32.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:32 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:40:32.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:32 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:40:32.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:32 smithi188 ceph-mon[119889]: pgmap v430: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:32.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:32 smithi188 ceph-mon[119889]: pgmap v431: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:32.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:32 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:40:32.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:32 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:40:32.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:32 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:40:32.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:32 smithi158 ceph-mon[108027]: from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:32.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:32 smithi158 ceph-mon[108027]: pgmap v429: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:32.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:32 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:40:32.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:32 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:40:32.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:32 smithi158 ceph-mon[108027]: pgmap v430: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:32.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:32 smithi158 ceph-mon[108027]: pgmap v431: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:32.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:32 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:40:32.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:32 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:40:32.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:32 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:40:33.241 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:40:33.241 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:40:33.610 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:40:34.611 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:40:34.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:34 smithi188 ceph-mon[119889]: pgmap v432: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:34.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:34 smithi188 ceph-mon[119889]: from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:34.644 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:34 smithi158 ceph-mon[108027]: pgmap v432: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:34.644 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:34 smithi158 ceph-mon[108027]: from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:34.850 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:40:36.085 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:40:36.086 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:40:36.364 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:36 smithi158 ceph-mon[108027]: pgmap v433: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:36.449 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:40:36.636 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:36 smithi188 ceph-mon[119889]: pgmap v433: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:37.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:37 smithi188 ceph-mon[119889]: from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:37.450 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:40:37.676 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:37 smithi158 ceph-mon[108027]: from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:37.691 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:40:38.562 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:38 smithi158 ceph-mon[108027]: pgmap v434: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:38.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:38 smithi188 ceph-mon[119889]: pgmap v434: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:38.974 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:40:38.975 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:40:39.349 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:40:40.136 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:39 smithi188 ceph-mon[119889]: from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:40.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:39 smithi188 ceph-mon[119889]: pgmap v435: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:40.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:39 smithi158 ceph-mon[108027]: from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:40.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:39 smithi158 ceph-mon[108027]: pgmap v435: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:40.349 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:40:40.589 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:40:41.386 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:41 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:40:41.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:41 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:40:41.781 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:40:41.782 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:40:42.156 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:40:42.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:42 smithi188 ceph-mon[119889]: pgmap v436: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:42.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:42 smithi158 ceph-mon[108027]: pgmap v436: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:43.157 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:40:43.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:43 smithi188 ceph-mon[119889]: from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:43.401 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:40:43.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:43 smithi158 ceph-mon[108027]: from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:44.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:44 smithi158 ceph-mon[108027]: pgmap v437: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:44.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:44 smithi188 ceph-mon[119889]: pgmap v437: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:44.591 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:40:44.591 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:40:44.956 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:40:45.957 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:40:46.204 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:40:46.634 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:46 smithi158 ceph-mon[108027]: from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:46.635 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:46 smithi158 ceph-mon[108027]: pgmap v438: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:46.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:46 smithi188 ceph-mon[119889]: from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:46.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:46 smithi188 ceph-mon[119889]: pgmap v438: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:47.364 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:40:47.365 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:40:47.747 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:40:48.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:48 smithi188 ceph-mon[119889]: pgmap v439: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:48.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:48 smithi188 ceph-mon[119889]: from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:48.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:48 smithi158 ceph-mon[108027]: pgmap v439: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:48.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:48 smithi158 ceph-mon[108027]: from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:48.748 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:40:48.991 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:40:50.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:49 smithi188 ceph-mon[119889]: pgmap v440: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:50.176 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:49 smithi158 ceph-mon[108027]: pgmap v440: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:50.217 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:40:50.218 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:40:50.599 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:40:50.926 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:50 smithi158 ceph-mon[108027]: from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:51.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:50 smithi188 ceph-mon[119889]: from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:51.600 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:40:51.832 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:40:51.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:51 smithi158 ceph-mon[108027]: pgmap v441: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:52.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:51 smithi188 ceph-mon[119889]: pgmap v441: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:53.046 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:40:53.046 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:40:53.438 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:40:54.439 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:40:54.636 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:54 smithi188 ceph-mon[119889]: from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:54.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:54 smithi188 ceph-mon[119889]: pgmap v442: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:54.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:54 smithi158 ceph-mon[108027]: from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:54.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:54 smithi158 ceph-mon[108027]: pgmap v442: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:54.681 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:40:55.840 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:40:55.840 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:40:56.221 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:40:56.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:56 smithi158 ceph-mon[108027]: pgmap v443: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:56.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:56 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:40:56.636 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:56 smithi188 ceph-mon[119889]: pgmap v443: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:56.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:56 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:40:57.222 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:40:57.467 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:40:57.614 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:57 smithi158 ceph-mon[108027]: from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:57.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:57 smithi188 ceph-mon[119889]: from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:40:58.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:58 smithi188 ceph-mon[119889]: pgmap v444: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:58.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:58 smithi158 ceph-mon[108027]: pgmap v444: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:40:58.738 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:40:58.738 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:40:59.112 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:41:00.113 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:41:00.136 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:59 smithi188 ceph-mon[119889]: from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:00.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:40:59 smithi188 ceph-mon[119889]: pgmap v445: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:00.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:59 smithi158 ceph-mon[108027]: from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:00.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:40:59 smithi158 ceph-mon[108027]: pgmap v445: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:00.358 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:41:01.585 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:41:01.585 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:41:01.961 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:41:02.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:02 smithi188 ceph-mon[119889]: pgmap v446: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:02.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:02 smithi158 ceph-mon[108027]: pgmap v446: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:02.962 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:41:03.205 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:41:03.539 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:03 smithi158 ceph-mon[108027]: from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:03.636 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:03 smithi188 ceph-mon[119889]: from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:04.486 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:41:04.487 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:41:04.636 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:04 smithi188 ceph-mon[119889]: pgmap v447: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:04.656 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:04 smithi158 ceph-mon[108027]: pgmap v447: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:04.871 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:41:05.872 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:41:06.114 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:41:06.539 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:06 smithi158 ceph-mon[108027]: from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:06.540 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:06 smithi158 ceph-mon[108027]: pgmap v448: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:06.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:06 smithi188 ceph-mon[119889]: from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:06.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:06 smithi188 ceph-mon[119889]: pgmap v448: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:07.303 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:41:07.303 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:41:07.702 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:41:08.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:08 smithi188 ceph-mon[119889]: pgmap v449: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:08.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:08 smithi188 ceph-mon[119889]: from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:08.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:08 smithi158 ceph-mon[108027]: pgmap v449: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:08.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:08 smithi158 ceph-mon[108027]: from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:08.704 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:41:08.946 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:41:10.136 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:09 smithi188 ceph-mon[119889]: pgmap v450: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:10.145 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:41:10.145 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:41:10.166 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:09 smithi158 ceph-mon[108027]: pgmap v450: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:10.478 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:41:11.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:10 smithi188 ceph-mon[119889]: from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:11.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:10 smithi158 ceph-mon[108027]: from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:11.479 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:41:11.717 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:41:12.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:11 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:41:12.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:11 smithi188 ceph-mon[119889]: pgmap v451: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:12.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:11 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:41:12.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:11 smithi158 ceph-mon[108027]: pgmap v451: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:13.028 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:41:13.029 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:41:13.409 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:41:14.411 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:41:14.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:14 smithi188 ceph-mon[119889]: from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:14.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:14 smithi188 ceph-mon[119889]: pgmap v452: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:14.655 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:41:14.676 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:14 smithi158 ceph-mon[108027]: from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:14.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:14 smithi158 ceph-mon[108027]: pgmap v452: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:15.868 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:41:15.868 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:41:16.245 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:41:16.636 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:16 smithi188 ceph-mon[119889]: pgmap v453: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:16.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:16 smithi158 ceph-mon[108027]: pgmap v453: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:17.246 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:41:17.489 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:41:17.610 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:17 smithi158 ceph-mon[108027]: from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:17.636 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:17 smithi188 ceph-mon[119889]: from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:18.636 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:18 smithi188 ceph-mon[119889]: pgmap v454: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:18.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:18 smithi158 ceph-mon[108027]: pgmap v454: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:18.677 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:41:18.677 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:41:19.050 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:41:20.051 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:41:20.086 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:19 smithi158 ceph-mon[108027]: from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:20.086 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:19 smithi158 ceph-mon[108027]: pgmap v455: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:20.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:19 smithi188 ceph-mon[119889]: from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:20.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:19 smithi188 ceph-mon[119889]: pgmap v455: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:20.294 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:41:21.499 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:41:21.500 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:41:21.884 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:41:22.527 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:22 smithi188 ceph-mon[119889]: pgmap v456: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:22.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:22 smithi158 ceph-mon[108027]: pgmap v456: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:22.885 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:41:23.131 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:41:23.562 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:23 smithi158 ceph-mon[108027]: from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:23.636 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:23 smithi188 ceph-mon[119889]: from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:24.350 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:41:24.351 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:41:24.541 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:24 smithi158 ceph-mon[108027]: pgmap v457: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:24.636 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:24 smithi188 ceph-mon[119889]: pgmap v457: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:24.724 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:41:25.636 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:25 smithi188 ceph-mon[119889]: from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:25.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:25 smithi158 ceph-mon[108027]: from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:25.725 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:41:25.967 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:41:26.403 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:26 smithi158 ceph-mon[108027]: pgmap v458: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:26.404 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:26 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:41:26.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:26 smithi188 ceph-mon[119889]: pgmap v458: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:26.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:26 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:41:27.135 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:41:27.135 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:41:27.532 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:41:28.537 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:41:28.572 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:28 smithi158 ceph-mon[108027]: from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:28.572 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:28 smithi158 ceph-mon[108027]: pgmap v459: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:28.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:28 smithi188 ceph-mon[119889]: from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:28.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:28 smithi188 ceph-mon[119889]: pgmap v459: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:28.778 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:41:29.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:29 smithi158 ceph-mon[108027]: pgmap v460: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:29.995 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:41:29.995 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:41:30.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:29 smithi188 ceph-mon[119889]: pgmap v460: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:30.364 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:41:31.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:30 smithi188 ceph-mon[119889]: from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:31.176 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:30 smithi158 ceph-mon[108027]: from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:31.365 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:41:31.612 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:41:32.068 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:31 smithi158 ceph-mon[108027]: pgmap v461: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:32.069 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:31 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:41:32.069 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:31 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:41:32.069 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:31 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:41:32.069 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:31 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:41:32.069 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:31 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:41:32.070 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:31 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:41:32.136 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:31 smithi188 ceph-mon[119889]: pgmap v461: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:32.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:31 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:41:32.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:31 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:41:32.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:31 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:41:32.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:31 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:41:32.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:31 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:41:32.138 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:31 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:41:32.800 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:41:32.800 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:41:33.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:32 smithi188 ceph-mon[119889]: pgmap v462: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:33.163 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:32 smithi158 ceph-mon[108027]: pgmap v462: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:33.189 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:41:34.136 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:33 smithi188 ceph-mon[119889]: from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:34.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:33 smithi158 ceph-mon[108027]: from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:34.190 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:41:34.431 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:41:35.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:34 smithi188 ceph-mon[119889]: pgmap v463: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:35.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:34 smithi158 ceph-mon[108027]: pgmap v463: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:35.646 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:41:35.646 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:41:36.022 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:41:36.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:36 smithi158 ceph-mon[108027]: from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:36.928 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:36 smithi158 ceph-mon[108027]: pgmap v464: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:37.023 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:41:37.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:36 smithi188 ceph-mon[119889]: from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:37.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:36 smithi188 ceph-mon[119889]: pgmap v464: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:37.267 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:41:38.556 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:41:38.556 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:41:38.878 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:38 smithi158 ceph-mon[108027]: pgmap v465: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:38.913 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:41:39.136 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:38 smithi188 ceph-mon[119889]: pgmap v465: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:39.914 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:41:40.136 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:39 smithi188 ceph-mon[119889]: from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:40.158 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:41:40.176 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:39 smithi158 ceph-mon[108027]: from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:40.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:40 smithi158 ceph-mon[108027]: pgmap v466: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:41.136 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:40 smithi188 ceph-mon[119889]: pgmap v466: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:41.401 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:41:41.401 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:41:41.823 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:41:42.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:41 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:41:42.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:41 smithi188 ceph-mon[119889]: from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:42.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:41 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:41:42.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:41 smithi158 ceph-mon[108027]: from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:42.824 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:41:43.068 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:41:43.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:42 smithi188 ceph-mon[119889]: pgmap v467: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:43.176 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:42 smithi158 ceph-mon[108027]: pgmap v467: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:44.299 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:41:44.300 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:41:44.662 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:41:44.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:44 smithi158 ceph-mon[108027]: pgmap v468: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:44.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:44 smithi158 ceph-mon[108027]: from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:45.136 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:44 smithi188 ceph-mon[119889]: pgmap v468: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:45.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:44 smithi188 ceph-mon[119889]: from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:45.663 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:41:45.905 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:41:46.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:46 smithi158 ceph-mon[108027]: pgmap v469: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:47.087 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:41:47.087 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:41:47.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:46 smithi188 ceph-mon[119889]: pgmap v469: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:47.462 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:41:48.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:47 smithi188 ceph-mon[119889]: from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:48.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:47 smithi158 ceph-mon[108027]: from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:48.463 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:41:48.704 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:41:49.136 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:48 smithi188 ceph-mon[119889]: pgmap v470: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:49.140 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:48 smithi158 ceph-mon[108027]: pgmap v470: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:49.906 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:41:49.907 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:41:50.278 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:41:51.136 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:50 smithi188 ceph-mon[119889]: pgmap v471: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:51.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:50 smithi188 ceph-mon[119889]: from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:51.176 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:50 smithi158 ceph-mon[108027]: pgmap v471: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:51.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:50 smithi158 ceph-mon[108027]: from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:51.279 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:41:51.522 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:41:52.740 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:41:52.740 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:41:53.077 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:52 smithi158 ceph-mon[108027]: pgmap v472: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:53.120 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:41:53.136 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:52 smithi188 ceph-mon[119889]: pgmap v472: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:54.121 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:41:54.136 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:53 smithi188 ceph-mon[119889]: from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:54.156 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:53 smithi158 ceph-mon[108027]: from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:54.365 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:41:55.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:54 smithi188 ceph-mon[119889]: pgmap v473: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:55.173 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:54 smithi158 ceph-mon[108027]: pgmap v473: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:55.580 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:41:55.581 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:41:55.952 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:41:56.954 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:41:57.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:56 smithi188 ceph-mon[119889]: from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:57.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:56 smithi188 ceph-mon[119889]: pgmap v474: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:57.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:56 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:41:57.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:56 smithi158 ceph-mon[108027]: from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:57.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:56 smithi158 ceph-mon[108027]: pgmap v474: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:57.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:56 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:41:57.185 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:41:58.376 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:41:58.377 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:41:58.752 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:41:59.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:58 smithi188 ceph-mon[119889]: pgmap v475: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:59.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:41:58 smithi188 ceph-mon[119889]: from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:59.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:58 smithi158 ceph-mon[108027]: pgmap v475: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:41:59.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:41:58 smithi158 ceph-mon[108027]: from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:41:59.754 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:41:59.995 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:42:01.136 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:00 smithi188 ceph-mon[119889]: pgmap v476: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:01.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:00 smithi158 ceph-mon[108027]: pgmap v476: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:01.189 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:42:01.190 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:42:01.559 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:42:02.136 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:01 smithi188 ceph-mon[119889]: from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:02.176 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:01 smithi158 ceph-mon[108027]: from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:02.560 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:42:02.802 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:42:03.136 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:02 smithi188 ceph-mon[119889]: pgmap v477: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:03.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:02 smithi158 ceph-mon[108027]: pgmap v477: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:03.978 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:42:03.979 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:42:04.359 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:42:05.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:04 smithi188 ceph-mon[119889]: pgmap v478: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:05.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:04 smithi188 ceph-mon[119889]: from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:05.176 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:04 smithi158 ceph-mon[108027]: pgmap v478: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:05.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:04 smithi158 ceph-mon[108027]: from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:05.360 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:42:05.596 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:42:06.802 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:42:06.802 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:42:07.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:06 smithi188 ceph-mon[119889]: pgmap v479: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:07.141 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:06 smithi158 ceph-mon[108027]: pgmap v479: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:07.175 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:42:08.136 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:07 smithi188 ceph-mon[119889]: from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:08.177 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:42:08.179 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:07 smithi158 ceph-mon[108027]: from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:08.421 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:42:09.136 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:08 smithi188 ceph-mon[119889]: pgmap v480: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:09.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:08 smithi158 ceph-mon[108027]: pgmap v480: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:09.748 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:42:09.749 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:42:10.117 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:42:11.118 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:42:11.136 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:10 smithi188 ceph-mon[119889]: from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:11.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:10 smithi188 ceph-mon[119889]: pgmap v481: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:11.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:10 smithi158 ceph-mon[108027]: from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:11.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:10 smithi158 ceph-mon[108027]: pgmap v481: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:11.357 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:42:12.136 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:11 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:42:12.162 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:11 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:42:12.574 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:42:12.574 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:42:12.951 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:42:13.136 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:12 smithi188 ceph-mon[119889]: pgmap v482: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:13.176 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:12 smithi158 ceph-mon[108027]: pgmap v482: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:13.952 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:42:14.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:13 smithi158 ceph-mon[108027]: from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:14.193 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:42:14.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:13 smithi188 ceph-mon[119889]: from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:14.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:14 smithi158 ceph-mon[108027]: pgmap v483: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:15.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:14 smithi188 ceph-mon[119889]: pgmap v483: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:15.466 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:42:15.466 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:42:15.857 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:42:16.858 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:42:17.101 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:42:17.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:16 smithi158 ceph-mon[108027]: from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:17.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:16 smithi158 ceph-mon[108027]: pgmap v484: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:17.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:16 smithi188 ceph-mon[119889]: from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:17.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:16 smithi188 ceph-mon[119889]: pgmap v484: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:18.330 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:42:18.330 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:42:18.692 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:42:18.926 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:18 smithi158 ceph-mon[108027]: pgmap v485: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:18.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:18 smithi158 ceph-mon[108027]: from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:19.389 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:18 smithi188 ceph-mon[119889]: pgmap v485: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:19.390 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:18 smithi188 ceph-mon[119889]: from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:19.694 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:42:19.937 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:42:21.176 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:20 smithi158 ceph-mon[108027]: pgmap v486: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:21.206 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:42:21.207 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:42:21.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:20 smithi188 ceph-mon[119889]: pgmap v486: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:21.576 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:42:22.176 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:21 smithi158 ceph-mon[108027]: from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:22.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:21 smithi188 ceph-mon[119889]: from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:22.577 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:42:22.819 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:42:23.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:22 smithi158 ceph-mon[108027]: pgmap v487: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:23.201 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:22 smithi188 ceph-mon[119889]: pgmap v487: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:24.031 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:42:24.031 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:42:24.406 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:42:25.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:24 smithi158 ceph-mon[108027]: pgmap v488: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:25.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:24 smithi158 ceph-mon[108027]: from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:25.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:24 smithi188 ceph-mon[119889]: pgmap v488: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:25.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:24 smithi188 ceph-mon[119889]: from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:25.407 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:42:25.649 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:42:26.946 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:42:26.946 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:42:27.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:26 smithi158 ceph-mon[108027]: pgmap v489: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:27.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:26 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:42:27.338 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:42:27.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:26 smithi188 ceph-mon[119889]: pgmap v489: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:27.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:26 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:42:28.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:27 smithi158 ceph-mon[108027]: from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:28.257 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:27 smithi188 ceph-mon[119889]: from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:28.339 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:42:28.577 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:42:29.009 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:28 smithi158 ceph-mon[108027]: pgmap v490: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:29.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:28 smithi188 ceph-mon[119889]: pgmap v490: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:29.773 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:42:29.774 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:42:30.154 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:42:31.156 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:42:31.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:30 smithi158 ceph-mon[108027]: from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:31.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:30 smithi158 ceph-mon[108027]: pgmap v491: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:31.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:30 smithi188 ceph-mon[119889]: from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:31.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:30 smithi188 ceph-mon[119889]: pgmap v491: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:31.400 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:42:32.589 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:42:32.590 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:42:32.954 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:42:33.176 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:32 smithi158 ceph-mon[108027]: pgmap v492: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:33.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:32 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:42:33.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:32 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:42:33.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:32 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:42:33.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:32 smithi158 ceph-mon[108027]: pgmap v493: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:33.178 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:32 smithi158 ceph-mon[108027]: pgmap v494: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:33.178 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:32 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:42:33.178 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:32 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:42:33.178 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:32 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:42:33.313 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:32 smithi188 ceph-mon[119889]: pgmap v492: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:33.314 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:32 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:42:33.314 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:32 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:42:33.314 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:32 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:42:33.315 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:32 smithi188 ceph-mon[119889]: pgmap v493: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:33.315 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:32 smithi188 ceph-mon[119889]: pgmap v494: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:33.315 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:32 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:42:33.316 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:32 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:42:33.316 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:32 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:42:33.956 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:42:34.195 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:42:34.315 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:33 smithi158 ceph-mon[108027]: from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:34.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:33 smithi188 ceph-mon[119889]: from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:35.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:34 smithi188 ceph-mon[119889]: pgmap v495: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:35.397 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:42:35.397 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:42:35.422 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:34 smithi158 ceph-mon[108027]: pgmap v495: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:35.773 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:42:36.176 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:35 smithi158 ceph-mon[108027]: from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:36.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:35 smithi188 ceph-mon[119889]: from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:36.774 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:42:37.017 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:42:37.131 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:36 smithi158 ceph-mon[108027]: pgmap v496: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:37.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:36 smithi188 ceph-mon[119889]: pgmap v496: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:38.211 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:42:38.211 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:42:38.518 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:38 smithi158 ceph-mon[108027]: from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:38.519 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:38 smithi158 ceph-mon[108027]: pgmap v497: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:38.603 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:42:38.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:38 smithi188 ceph-mon[119889]: from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:38.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:38 smithi188 ceph-mon[119889]: pgmap v497: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:39.604 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:42:39.845 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:42:40.590 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:40 smithi158 ceph-mon[108027]: pgmap v498: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:40.886 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:40 smithi188 ceph-mon[119889]: pgmap v498: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:41.018 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:42:41.018 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:42:41.395 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:42:41.676 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:41 smithi158 ceph-mon[108027]: from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:41.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:41 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:42:41.886 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:41 smithi188 ceph-mon[119889]: from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:41.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:41 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:42:42.397 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:42:42.637 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:42:42.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:42 smithi158 ceph-mon[108027]: pgmap v499: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:42.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:42 smithi188 ceph-mon[119889]: pgmap v499: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:43.840 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:42:43.840 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:42:44.227 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:42:45.136 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:44 smithi188 ceph-mon[119889]: from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:45.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:44 smithi188 ceph-mon[119889]: pgmap v500: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:45.176 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:44 smithi158 ceph-mon[108027]: from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:45.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:44 smithi158 ceph-mon[108027]: pgmap v500: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:45.227 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:42:45.467 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:42:46.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:46 smithi158 ceph-mon[108027]: pgmap v501: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:46.678 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:42:46.678 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:42:46.886 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:46 smithi188 ceph-mon[119889]: pgmap v501: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:47.045 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:42:47.676 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:47 smithi158 ceph-mon[108027]: from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:47.886 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:47 smithi188 ceph-mon[119889]: from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:48.046 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:42:48.287 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:42:48.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:48 smithi158 ceph-mon[108027]: pgmap v502: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:48.886 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:48 smithi188 ceph-mon[119889]: pgmap v502: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:49.578 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:42:49.579 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:42:49.961 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:42:50.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:50 smithi188 ceph-mon[119889]: from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:50.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:50 smithi188 ceph-mon[119889]: pgmap v503: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:50.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:50 smithi158 ceph-mon[108027]: from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:50.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:50 smithi158 ceph-mon[108027]: pgmap v503: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:50.962 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:42:51.203 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:42:52.465 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:42:52.465 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:42:52.808 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:52 smithi158 ceph-mon[108027]: pgmap v504: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:52.842 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:42:52.886 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:52 smithi188 ceph-mon[119889]: pgmap v504: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:53.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:53 smithi158 ceph-mon[108027]: from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:53.844 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:42:53.886 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:53 smithi188 ceph-mon[119889]: from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:54.086 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:42:55.136 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:54 smithi188 ceph-mon[119889]: pgmap v505: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:55.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:54 smithi158 ceph-mon[108027]: pgmap v505: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:55.268 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:42:55.268 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:42:55.752 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:42:56.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:55 smithi188 ceph-mon[119889]: from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:56.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:55 smithi158 ceph-mon[108027]: from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:56.753 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:42:56.998 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:42:57.117 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:56 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:42:57.118 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:56 smithi158 ceph-mon[108027]: pgmap v506: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:57.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:56 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:42:57.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:56 smithi188 ceph-mon[119889]: pgmap v506: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:58.175 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:42:58.175 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:42:58.592 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:42:58.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:58 smithi188 ceph-mon[119889]: from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:58.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:42:58 smithi188 ceph-mon[119889]: pgmap v507: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:58.926 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:58 smithi158 ceph-mon[108027]: from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:42:58.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:42:58 smithi158 ceph-mon[108027]: pgmap v507: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:42:59.593 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:42:59.835 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:43:00.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:00 smithi158 ceph-mon[108027]: pgmap v508: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:00.886 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:00 smithi188 ceph-mon[119889]: pgmap v508: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:01.075 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:43:01.075 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:43:01.449 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:43:01.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:01 smithi158 ceph-mon[108027]: from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:01.886 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:01 smithi188 ceph-mon[119889]: from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:02.451 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:43:02.701 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:43:02.825 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:02 smithi158 ceph-mon[108027]: pgmap v509: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:02.886 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:02 smithi188 ceph-mon[119889]: pgmap v509: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:03.909 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:43:03.910 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:43:04.282 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:43:05.136 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:04 smithi188 ceph-mon[119889]: from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:05.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:04 smithi188 ceph-mon[119889]: pgmap v510: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:05.176 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:04 smithi158 ceph-mon[108027]: from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:05.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:04 smithi158 ceph-mon[108027]: pgmap v510: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:05.283 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:43:05.512 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:43:06.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:06 smithi158 ceph-mon[108027]: pgmap v511: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:06.743 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:43:06.744 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:43:06.886 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:06 smithi188 ceph-mon[119889]: pgmap v511: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:07.132 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:43:07.886 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:07 smithi188 ceph-mon[119889]: from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:07.926 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:07 smithi158 ceph-mon[108027]: from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:08.134 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:43:08.377 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:43:08.868 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:08 smithi158 ceph-mon[108027]: pgmap v512: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:08.886 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:08 smithi188 ceph-mon[119889]: pgmap v512: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:09.622 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:43:09.622 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:43:09.990 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:43:10.886 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:10 smithi188 ceph-mon[119889]: from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:10.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:10 smithi188 ceph-mon[119889]: pgmap v513: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:10.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:10 smithi158 ceph-mon[108027]: from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:10.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:10 smithi158 ceph-mon[108027]: pgmap v513: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:10.992 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:43:11.235 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:43:11.676 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:11 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:43:11.886 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:11 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:43:12.424 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:43:12.424 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:43:12.746 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:12 smithi158 ceph-mon[108027]: pgmap v514: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:12.746 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:12 smithi158 ceph-mon[108027]: from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:12.796 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:43:12.886 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:12 smithi188 ceph-mon[119889]: pgmap v514: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:12.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:12 smithi188 ceph-mon[119889]: from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:13.798 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:43:14.040 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:43:15.136 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:14 smithi188 ceph-mon[119889]: pgmap v515: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:15.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:14 smithi158 ceph-mon[108027]: pgmap v515: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:15.252 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:43:15.252 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:43:15.614 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:43:16.136 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:15 smithi188 ceph-mon[119889]: from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:16.176 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:15 smithi158 ceph-mon[108027]: from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:16.615 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:43:16.861 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:43:16.927 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:16 smithi158 ceph-mon[108027]: pgmap v516: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:17.136 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:16 smithi188 ceph-mon[119889]: pgmap v516: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:18.059 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:43:18.059 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:43:18.454 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:43:18.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:18 smithi158 ceph-mon[108027]: from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:18.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:18 smithi158 ceph-mon[108027]: pgmap v517: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:18.815 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:18 smithi188 ceph-mon[119889]: from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:18.815 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:18 smithi188 ceph-mon[119889]: pgmap v517: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:19.455 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:43:19.695 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:43:20.886 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:20 smithi188 ceph-mon[119889]: pgmap v518: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:20.913 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:43:20.913 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:43:20.926 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:20 smithi158 ceph-mon[108027]: pgmap v518: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:21.279 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:43:21.889 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:21 smithi188 ceph-mon[119889]: from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:21.926 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:21 smithi158 ceph-mon[108027]: from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:22.281 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:43:22.523 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:43:22.646 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:22 smithi158 ceph-mon[108027]: pgmap v519: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:22.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:22 smithi188 ceph-mon[119889]: pgmap v519: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:23.772 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:43:23.773 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:43:24.154 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:43:25.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:24 smithi188 ceph-mon[119889]: from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:25.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:24 smithi188 ceph-mon[119889]: pgmap v520: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:25.156 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:43:25.176 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:24 smithi158 ceph-mon[108027]: from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:25.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:24 smithi158 ceph-mon[108027]: pgmap v520: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:25.392 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:43:26.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:26 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:43:26.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:26 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:43:26.616 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:43:26.617 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:43:27.003 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:43:27.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:27 smithi188 ceph-mon[119889]: pgmap v521: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:27.426 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:27 smithi158 ceph-mon[108027]: pgmap v521: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:28.004 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:43:28.249 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:43:28.371 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:28 smithi158 ceph-mon[108027]: from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:28.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:28 smithi188 ceph-mon[119889]: from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:29.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:29 smithi188 ceph-mon[119889]: pgmap v522: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:29.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:29 smithi158 ceph-mon[108027]: pgmap v522: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:29.495 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:43:29.495 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:43:29.878 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:43:30.879 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:43:30.886 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:30 smithi188 ceph-mon[119889]: from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:30.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:30 smithi188 ceph-mon[119889]: pgmap v523: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:30.912 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:30 smithi158 ceph-mon[108027]: from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:30.912 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:30 smithi158 ceph-mon[108027]: pgmap v523: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:31.123 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:43:32.362 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:43:32.362 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:43:32.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:32 smithi158 ceph-mon[108027]: from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:32.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:32 smithi158 ceph-mon[108027]: pgmap v524: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:32.748 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:43:32.886 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:32 smithi188 ceph-mon[119889]: from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:32.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:32 smithi188 ceph-mon[119889]: pgmap v524: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:33.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:33 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:43:33.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:33 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:43:33.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:33 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:43:33.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:33 smithi158 ceph-mon[108027]: pgmap v525: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:33.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:33 smithi158 ceph-mon[108027]: pgmap v526: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:33.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:33 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:43:33.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:33 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:43:33.678 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:33 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:43:33.750 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:43:33.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:33 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:43:33.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:33 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:43:33.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:33 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:43:33.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:33 smithi188 ceph-mon[119889]: pgmap v525: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:33.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:33 smithi188 ceph-mon[119889]: pgmap v526: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:33.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:33 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:43:33.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:33 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:43:33.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:33 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:43:33.985 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:43:35.223 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:43:35.223 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:43:35.602 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:43:36.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:36 smithi188 ceph-mon[119889]: pgmap v527: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:36.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:36 smithi188 ceph-mon[119889]: from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:36.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:36 smithi158 ceph-mon[108027]: pgmap v527: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:36.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:36 smithi158 ceph-mon[108027]: from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:36.603 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:43:36.845 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:43:38.021 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:43:38.022 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:43:38.172 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:38 smithi158 ceph-mon[108027]: pgmap v528: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:38.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:38 smithi188 ceph-mon[119889]: pgmap v528: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:38.410 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:43:39.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:39 smithi188 ceph-mon[119889]: from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:39.411 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:43:39.426 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:39 smithi158 ceph-mon[108027]: from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:39.653 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:43:40.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:40 smithi188 ceph-mon[119889]: pgmap v529: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:40.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:40 smithi158 ceph-mon[108027]: pgmap v529: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:40.868 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:43:40.869 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:43:41.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:41 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:43:41.234 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:43:41.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:41 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:43:42.235 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:43:42.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:42 smithi188 ceph-mon[119889]: from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:42.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:42 smithi188 ceph-mon[119889]: pgmap v530: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:42.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:42 smithi158 ceph-mon[108027]: from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:42.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:42 smithi158 ceph-mon[108027]: pgmap v530: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:42.480 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:43:43.694 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:43:43.694 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:43:44.084 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:43:44.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:44 smithi188 ceph-mon[119889]: pgmap v531: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:44.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:44 smithi158 ceph-mon[108027]: pgmap v531: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:45.085 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:43:45.326 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:43:45.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:45 smithi188 ceph-mon[119889]: from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:45.426 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:45 smithi158 ceph-mon[108027]: from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:46.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:46 smithi188 ceph-mon[119889]: pgmap v532: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:46.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:46 smithi158 ceph-mon[108027]: pgmap v532: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:46.582 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:43:46.582 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:43:46.975 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:43:47.977 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:43:48.224 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:43:48.360 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:48 smithi158 ceph-mon[108027]: from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:48.361 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:48 smithi158 ceph-mon[108027]: pgmap v533: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:48.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:48 smithi188 ceph-mon[119889]: from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:48.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:48 smithi188 ceph-mon[119889]: pgmap v533: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:49.485 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:43:49.486 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:43:49.857 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:43:50.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:49 smithi188 ceph-mon[119889]: pgmap v534: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:50.176 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:49 smithi158 ceph-mon[108027]: pgmap v534: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:50.858 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:43:51.102 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:43:51.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:50 smithi188 ceph-mon[119889]: from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:51.176 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:50 smithi158 ceph-mon[108027]: from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:52.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:51 smithi188 ceph-mon[119889]: pgmap v535: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:52.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:51 smithi158 ceph-mon[108027]: pgmap v535: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:52.394 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:43:52.395 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:43:52.758 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:43:53.077 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:52 smithi158 ceph-mon[108027]: from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:53.136 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:52 smithi188 ceph-mon[119889]: from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:53.759 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:43:53.994 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:43:54.101 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:53 smithi158 ceph-mon[108027]: pgmap v536: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:54.136 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:53 smithi188 ceph-mon[119889]: pgmap v536: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:55.204 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:43:55.204 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:43:55.565 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:43:56.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:56 smithi188 ceph-mon[119889]: pgmap v537: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:56.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:56 smithi188 ceph-mon[119889]: from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:56.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:56 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:43:56.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:56 smithi158 ceph-mon[108027]: pgmap v537: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:56.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:56 smithi158 ceph-mon[108027]: from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:56.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:56 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:43:56.566 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:43:56.805 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:43:58.032 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:43:58.032 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:43:58.338 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:58 smithi158 ceph-mon[108027]: pgmap v538: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:58.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:58 smithi188 ceph-mon[119889]: pgmap v538: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:43:58.397 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:43:59.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:43:59 smithi188 ceph-mon[119889]: from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:59.398 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:43:59.426 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:43:59 smithi158 ceph-mon[108027]: from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:43:59.646 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:44:00.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:00 smithi188 ceph-mon[119889]: pgmap v539: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:00.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:00 smithi158 ceph-mon[108027]: pgmap v539: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:00.843 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:44:00.843 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:44:01.239 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:44:02.240 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:44:02.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:02 smithi188 ceph-mon[119889]: from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:44:02.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:02 smithi188 ceph-mon[119889]: pgmap v540: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:02.426 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:02 smithi158 ceph-mon[108027]: from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:44:02.426 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:02 smithi158 ceph-mon[108027]: pgmap v540: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:02.481 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:44:03.753 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:44:03.753 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:44:04.122 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:44:04.315 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:04 smithi188 ceph-mon[119889]: pgmap v541: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:04.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:04 smithi158 ceph-mon[108027]: pgmap v541: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:05.122 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:44:05.360 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:44:05.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:05 smithi188 ceph-mon[119889]: from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:44:05.426 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:05 smithi158 ceph-mon[108027]: from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:44:06.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:06 smithi158 ceph-mon[108027]: pgmap v542: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:06.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:06 smithi188 ceph-mon[119889]: pgmap v542: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:06.621 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:44:06.622 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:44:07.013 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:44:08.015 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:44:08.259 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:44:08.381 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:08 smithi158 ceph-mon[108027]: from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:44:08.381 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:08 smithi158 ceph-mon[108027]: pgmap v543: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:08.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:08 smithi188 ceph-mon[119889]: from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:44:08.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:08 smithi188 ceph-mon[119889]: pgmap v543: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:09.478 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:44:09.478 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:44:09.822 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:44:10.136 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:09 smithi188 ceph-mon[119889]: pgmap v544: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:10.176 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:09 smithi158 ceph-mon[108027]: pgmap v544: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:10.823 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:44:11.068 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:44:11.136 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:10 smithi188 ceph-mon[119889]: from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:44:11.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:10 smithi158 ceph-mon[108027]: from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:44:12.136 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:11 smithi188 ceph-mon[119889]: pgmap v545: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:12.137 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:11 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:44:12.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:11 smithi158 ceph-mon[108027]: pgmap v545: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:12.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:11 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:44:12.293 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:44:12.293 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:44:12.661 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:44:12.926 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:12 smithi158 ceph-mon[108027]: from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:44:13.136 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:12 smithi188 ceph-mon[119889]: from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:44:13.662 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:44:13.908 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:44:14.013 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:13 smithi158 ceph-mon[108027]: pgmap v546: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:14.136 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:13 smithi188 ceph-mon[119889]: pgmap v546: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:15.091 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:44:15.091 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:44:15.478 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:44:16.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:16 smithi188 ceph-mon[119889]: pgmap v547: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:16.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:16 smithi188 ceph-mon[119889]: from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:44:16.426 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:16 smithi158 ceph-mon[108027]: pgmap v547: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:16.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:16 smithi158 ceph-mon[108027]: from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:44:16.479 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:44:16.721 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:44:17.886 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:44:17.886 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:44:18.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:18 smithi158 ceph-mon[108027]: pgmap v548: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:18.286 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:44:18.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:18 smithi188 ceph-mon[119889]: pgmap v548: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:19.288 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:44:19.317 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:19 smithi158 ceph-mon[108027]: from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:44:19.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:19 smithi188 ceph-mon[119889]: from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:44:19.518 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:44:20.348 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:20 smithi158 ceph-mon[108027]: pgmap v549: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:20.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:20 smithi188 ceph-mon[119889]: pgmap v549: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:20.742 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:44:20.743 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:44:21.120 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:44:22.121 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:44:22.364 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:44:22.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:22 smithi188 ceph-mon[119889]: from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:44:22.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:22 smithi188 ceph-mon[119889]: pgmap v550: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:22.426 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:22 smithi158 ceph-mon[108027]: from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:44:22.426 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:22 smithi158 ceph-mon[108027]: pgmap v550: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:23.533 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:44:23.534 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:44:23.910 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:44:24.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:24 smithi188 ceph-mon[119889]: pgmap v551: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:24.426 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:24 smithi158 ceph-mon[108027]: pgmap v551: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:24.912 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:44:25.154 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:44:25.270 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:25 smithi158 ceph-mon[108027]: from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:44:25.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:25 smithi188 ceph-mon[119889]: from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:44:26.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:26 smithi158 ceph-mon[108027]: pgmap v552: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:26.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:26 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:44:26.324 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:44:26.324 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:44:26.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:26 smithi188 ceph-mon[119889]: pgmap v552: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:26.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:26 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:44:26.685 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:44:27.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:27 smithi188 ceph-mon[119889]: from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:44:27.426 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:27 smithi158 ceph-mon[108027]: from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:44:27.687 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:44:27.930 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:44:28.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:28 smithi188 ceph-mon[119889]: pgmap v553: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:28.405 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:28 smithi158 ceph-mon[108027]: pgmap v553: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:29.167 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:44:29.167 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:44:29.527 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:44:29.886 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:29 smithi188 ceph-mon[119889]: pgmap v554: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:29.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:29 smithi188 ceph-mon[119889]: from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:44:30.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:29 smithi158 ceph-mon[108027]: pgmap v554: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:30.177 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:29 smithi158 ceph-mon[108027]: from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:44:30.528 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:44:30.769 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:44:31.959 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:44:31.959 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:44:32.292 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:32 smithi158 ceph-mon[108027]: pgmap v555: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:32.311 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:44:32.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:32 smithi188 ceph-mon[119889]: pgmap v555: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:33.312 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:44:33.340 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:33 smithi158 ceph-mon[108027]: from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:44:33.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:33 smithi188 ceph-mon[119889]: from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:44:33.565 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi158/config 2023-09-07T07:44:34.370 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:34 smithi158 ceph-mon[108027]: pgmap v556: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:34.370 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:34 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:44:34.371 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:34 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:44:34.371 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:34 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:44:34.371 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:34 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:44:34.371 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:34 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:44:34.371 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:34 smithi158 ceph-mon[108027]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:44:34.386 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:34 smithi188 ceph-mon[119889]: pgmap v556: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:34.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:34 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:44:34.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:34 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:44:34.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:34 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:44:34.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:34 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:44:34.387 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:34 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:44:34.388 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:34 smithi188 ceph-mon[119889]: from='mgr.14213 172.21.15.158:0/3579854347' entity='mgr.smithi158.cxqbri' 2023-09-07T07:44:34.754 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-07T07:44:34.754 INFO:teuthology.orchestra.run.smithi158.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:26:41.208388Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:27:49.363966Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:26:37.735296Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:51.342044Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:26:36.776766Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:26:39.457330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:30:07.031281Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.158/16"}, "status": {"created": "2023-09-07T07:30:07.028443Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.158/16"}}, {"events": ["2023-09-07T07:30:02.985433Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:30:02.979463Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:56.548346Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:26:35.843954Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:04.695017Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi158:172.21.15.158=smithi158", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:27:14.776262Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:30:07.027356Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-09-07T07:30:07.023187Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-07T07:27:54.368441Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:26:40.342281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:28:12.330808Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:28:12.326902Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:28:04.704368Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:26:38.584683Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:44:35.085 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-07T07:44:35.085 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb/qa/tasks/cephadm.py", line 1368, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-09-07T07:44:35.150 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=c5e688dcd3544f9487febed84abfddef Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb/qa/tasks/cephadm.py", line 1368, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-09-07T07:44:35.152 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-09-07T07:44:35.162 INFO:tasks.vip:Removing 10.0.15.158 (and any VIPs) on smithi158.front.sepia.ceph.com iface enp3s0f1... 2023-09-07T07:44:35.162 DEBUG:teuthology.orchestra.run.smithi158:> sudo ip addr del 10.0.15.158/16 dev enp3s0f1 2023-09-07T07:44:35.205 DEBUG:teuthology.orchestra.run.smithi158:> sudo ip addr del 10.0.31.158/16 dev enp3s0f1 2023-09-07T07:44:35.273 INFO:tasks.vip:Removing 10.0.15.188 (and any VIPs) on smithi188.front.sepia.ceph.com iface enp3s0f1... 2023-09-07T07:44:35.274 DEBUG:teuthology.orchestra.run.smithi188:> sudo ip addr del 10.0.15.188/16 dev enp3s0f1 2023-09-07T07:44:35.307 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:35 smithi188 ceph-mon[119889]: pgmap v557: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:35.307 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:35 smithi188 ceph-mon[119889]: pgmap v558: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:35.312 DEBUG:teuthology.orchestra.run.smithi188:> sudo ip addr del 10.0.31.158/16 dev enp3s0f1 2023-09-07T07:44:35.384 INFO:teuthology.orchestra.run.smithi188.stderr:RTNETLINK answers: Cannot assign requested address 2023-09-07T07:44:35.385 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-09-07T07:44:35.385 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-09-07T07:44:35.397 INFO:tasks.cephadm:Teardown begin 2023-09-07T07:44:35.397 DEBUG:teuthology.orchestra.run.smithi158:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-07T07:44:35.423 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:35 smithi158 ceph-mon[108027]: pgmap v557: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:35.423 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:35 smithi158 ceph-mon[108027]: pgmap v558: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:44:35.426 DEBUG:teuthology.orchestra.run.smithi188:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-07T07:44:35.455 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-09-07T07:44:35.456 DEBUG:teuthology.orchestra.run.smithi158:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-09-07T07:44:35.484 DEBUG:teuthology.orchestra.run.smithi188:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-09-07T07:44:35.515 INFO:tasks.cephadm:Stopping all daemons... 2023-09-07T07:44:35.515 INFO:tasks.cephadm.mon.smithi158:Stopping mon.smithi158... 2023-09-07T07:44:35.515 DEBUG:teuthology.orchestra.run.smithi158:> sudo systemctl stop ceph-af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da@mon.smithi158 2023-09-07T07:44:35.677 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:35 smithi158 systemd[1]: Stopping Ceph mon.smithi158 for af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da... 2023-09-07T07:44:36.104 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:35 smithi158 ceph-af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da-mon-smithi158[108004]: 2023-09-07T07:44:35.734+0000 7f0b387b1700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi158 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-09-07T07:44:36.105 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:35 smithi158 ceph-af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da-mon-smithi158[108004]: 2023-09-07T07:44:35.734+0000 7f0b387b1700 -1 mon.smithi158@0(leader) e2 *** Got Signal Terminated *** 2023-09-07T07:44:36.426 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Sep 07 07:44:36 smithi158 bash[253557]: ceph-af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da-mon-smithi158 2023-09-07T07:44:36.454 DEBUG:teuthology.orchestra.run.smithi158:> sudo pkill -f 'journalctl -f -n 0 -u ceph-af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da@mon.smithi158.service' 2023-09-07T07:44:36.511 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-07T07:44:36.511 INFO:tasks.cephadm.mon.smithi158:Stopped mon.smithi158 2023-09-07T07:44:36.512 INFO:tasks.cephadm.mon.smithi188:Stopping mon.smithi188... 2023-09-07T07:44:36.512 DEBUG:teuthology.orchestra.run.smithi188:> sudo systemctl stop ceph-af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da@mon.smithi188 2023-09-07T07:44:36.884 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:36 smithi188 systemd[1]: Stopping Ceph mon.smithi188 for af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da... 2023-09-07T07:44:36.884 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:36 smithi188 ceph-af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da-mon-smithi188[119835]: 2023-09-07T07:44:36.737+0000 7f0a9ed7f700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi188 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-09-07T07:44:36.884 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:36 smithi188 ceph-af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da-mon-smithi188[119835]: 2023-09-07T07:44:36.737+0000 7f0a9ed7f700 -1 mon.smithi188@1(peon) e2 *** Got Signal Terminated *** 2023-09-07T07:44:37.136 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Sep 07 07:44:36 smithi188 bash[158069]: ceph-af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da-mon-smithi188 2023-09-07T07:44:37.216 DEBUG:teuthology.orchestra.run.smithi188:> sudo pkill -f 'journalctl -f -n 0 -u ceph-af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da@mon.smithi188.service' 2023-09-07T07:44:37.268 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-07T07:44:37.269 INFO:tasks.cephadm.mon.smithi188:Stopped mon.smithi188 2023-09-07T07:44:37.269 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da --force --keep-logs 2023-09-07T07:45:17.297 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da --force --keep-logs 2023-09-07T07:45:57.824 DEBUG:teuthology.orchestra.run.smithi158:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-07T07:45:57.866 DEBUG:teuthology.orchestra.run.smithi188:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-07T07:45:57.897 INFO:tasks.cephadm:Archiving crash dumps... 2023-09-07T07:45:57.899 DEBUG:teuthology.misc:Transferring archived files from smithi158:/var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/crash to /home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390770/remote/smithi158/crash 2023-09-07T07:45:57.900 DEBUG:teuthology.orchestra.run.smithi158:> sudo tar c -f - -C /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/crash -- . 2023-09-07T07:45:57.951 INFO:teuthology.orchestra.run.smithi158.stderr:tar: /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/crash: Cannot open: No such file or directory 2023-09-07T07:45:57.952 INFO:teuthology.orchestra.run.smithi158.stderr:tar: Error is not recoverable: exiting now 2023-09-07T07:45:57.953 DEBUG:teuthology.misc:Transferring archived files from smithi188:/var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/crash to /home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390770/remote/smithi188/crash 2023-09-07T07:45:57.954 DEBUG:teuthology.orchestra.run.smithi188:> sudo tar c -f - -C /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/crash -- . 2023-09-07T07:45:58.039 INFO:teuthology.orchestra.run.smithi188.stderr:tar: /var/lib/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/crash: Cannot open: No such file or directory 2023-09-07T07:45:58.040 INFO:teuthology.orchestra.run.smithi188.stderr:tar: Error is not recoverable: exiting now 2023-09-07T07:45:58.041 INFO:tasks.cephadm:Checking cluster log for badness... 2023-09-07T07:45:58.041 DEBUG:teuthology.orchestra.run.smithi158:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-09-07T07:45:58.072 INFO:teuthology.orchestra.run.smithi158.stderr:grep: /var/log/ceph/af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da/ceph.log: No such file or directory 2023-09-07T07:45:58.073 INFO:tasks.cephadm:Compressing logs... 2023-09-07T07:45:58.074 DEBUG:teuthology.orchestra.run.smithi158:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-07T07:45:58.116 DEBUG:teuthology.orchestra.run.smithi188:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-07T07:45:58.144 INFO:teuthology.orchestra.run.smithi188.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-09-07T07:45:58.145 INFO:teuthology.orchestra.run.smithi158.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-09-07T07:46:00.799 INFO:tasks.cephadm:Archiving logs... 2023-09-07T07:46:00.800 DEBUG:teuthology.misc:Transferring archived files from smithi158:/var/log/ceph to /home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390770/remote/smithi158/log 2023-09-07T07:46:00.801 DEBUG:teuthology.orchestra.run.smithi158:> sudo tar c -f - -C /var/log/ceph -- . 2023-09-07T07:46:01.216 DEBUG:teuthology.misc:Transferring archived files from smithi188:/var/log/ceph to /home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390770/remote/smithi188/log 2023-09-07T07:46:01.217 DEBUG:teuthology.orchestra.run.smithi188:> sudo tar c -f - -C /var/log/ceph -- . 2023-09-07T07:46:01.488 INFO:tasks.cephadm:Removing cluster... 2023-09-07T07:46:01.489 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da --force 2023-09-07T07:46:01.811 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid af56f9e6-4d4f-11ee-9ab5-7b867c8bd7da --force 2023-09-07T07:46:02.137 INFO:tasks.cephadm:Removing cephadm ... 2023-09-07T07:46:02.137 DEBUG:teuthology.orchestra.run.smithi158:> rm -rf /home/ubuntu/cephtest/cephadm 2023-09-07T07:46:02.156 DEBUG:teuthology.orchestra.run.smithi188:> rm -rf /home/ubuntu/cephtest/cephadm 2023-09-07T07:46:02.174 INFO:tasks.cephadm:Teardown complete 2023-09-07T07:46:02.175 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-09-07T07:46:02.192 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi158:/dev/vg_nvme/lv_1... 2023-09-07T07:46:02.192 DEBUG:teuthology.orchestra.run.smithi158:> sudo nvme disconnect -n lv_1 2023-09-07T07:46:02.324 INFO:teuthology.orchestra.run.smithi158.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-09-07T07:46:02.325 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-07T07:46:02.326 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi158:/dev/vg_nvme/lv_2... 2023-09-07T07:46:02.327 DEBUG:teuthology.orchestra.run.smithi158:> sudo nvme disconnect -n lv_2 2023-09-07T07:46:02.461 INFO:teuthology.orchestra.run.smithi158.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-09-07T07:46:02.462 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-07T07:46:02.462 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi158:/dev/vg_nvme/lv_3... 2023-09-07T07:46:02.463 DEBUG:teuthology.orchestra.run.smithi158:> sudo nvme disconnect -n lv_3 2023-09-07T07:46:02.586 INFO:teuthology.orchestra.run.smithi158.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-09-07T07:46:02.587 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-07T07:46:02.587 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi158:/dev/vg_nvme/lv_4... 2023-09-07T07:46:02.588 DEBUG:teuthology.orchestra.run.smithi158:> sudo nvme disconnect -n lv_4 2023-09-07T07:46:02.711 INFO:teuthology.orchestra.run.smithi158.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-09-07T07:46:02.713 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-07T07:46:02.713 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2023-09-07T07:46:02.714 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd of=/scratch_devs 2023-09-07T07:46:02.816 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi188:/dev/vg_nvme/lv_1... 2023-09-07T07:46:02.817 DEBUG:teuthology.orchestra.run.smithi188:> sudo nvme disconnect -n lv_1 2023-09-07T07:46:02.956 INFO:teuthology.orchestra.run.smithi188.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-09-07T07:46:02.957 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-07T07:46:02.958 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi188:/dev/vg_nvme/lv_2... 2023-09-07T07:46:02.958 DEBUG:teuthology.orchestra.run.smithi188:> sudo nvme disconnect -n lv_2 2023-09-07T07:46:03.085 INFO:teuthology.orchestra.run.smithi188.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-09-07T07:46:03.086 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-07T07:46:03.086 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi188:/dev/vg_nvme/lv_3... 2023-09-07T07:46:03.087 DEBUG:teuthology.orchestra.run.smithi188:> sudo nvme disconnect -n lv_3 2023-09-07T07:46:03.212 INFO:teuthology.orchestra.run.smithi188.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-09-07T07:46:03.213 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-07T07:46:03.213 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi188:/dev/vg_nvme/lv_4... 2023-09-07T07:46:03.214 DEBUG:teuthology.orchestra.run.smithi188:> sudo nvme disconnect -n lv_4 2023-09-07T07:46:03.330 INFO:teuthology.orchestra.run.smithi188.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-09-07T07:46:03.331 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-07T07:46:03.331 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2023-09-07T07:46:03.332 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/scratch_devs 2023-09-07T07:46:03.359 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-09-07T07:46:03.368 INFO:teuthology.task.clock:Checking final clock skew... 2023-09-07T07:46:03.369 DEBUG:teuthology.orchestra.run.smithi158:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-07T07:46:03.371 DEBUG:teuthology.orchestra.run.smithi188:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-07T07:46:03.387 INFO:teuthology.orchestra.run.smithi158.stderr:bash: ntpq: command not found 2023-09-07T07:46:03.391 INFO:teuthology.orchestra.run.smithi158.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-07T07:46:03.392 INFO:teuthology.orchestra.run.smithi158.stdout:=============================================================================== 2023-09-07T07:46:03.392 INFO:teuthology.orchestra.run.smithi158.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 34 +642us[ +653us] +/- 77ms 2023-09-07T07:46:03.392 INFO:teuthology.orchestra.run.smithi158.stdout:^* hv02.front.sepia.ceph.com 3 6 377 34 -1034us[-1024us] +/- 62ms 2023-09-07T07:46:03.393 INFO:teuthology.orchestra.run.smithi158.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 35 +867us[ +877us] +/- 82ms 2023-09-07T07:46:03.393 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-09-07T07:46:03.415 INFO:teuthology.orchestra.run.smithi188.stderr:bash: ntpq: command not found 2023-09-07T07:46:03.420 INFO:teuthology.orchestra.run.smithi188.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-07T07:46:03.420 INFO:teuthology.orchestra.run.smithi188.stdout:=============================================================================== 2023-09-07T07:46:03.420 INFO:teuthology.orchestra.run.smithi188.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 33 +618us[ +618us] +/- 78ms 2023-09-07T07:46:03.421 INFO:teuthology.orchestra.run.smithi188.stdout:^* hv02.front.sepia.ceph.com 3 6 377 35 -1115us[-1119us] +/- 62ms 2023-09-07T07:46:03.421 INFO:teuthology.orchestra.run.smithi188.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 35 +838us[ +838us] +/- 82ms 2023-09-07T07:46:03.421 INFO:teuthology.orchestra.run.smithi188.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-09-07T07:46:03.422 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-09-07T07:46:03.432 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-09-07T07:46:03.432 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-09-07T07:46:03.442 DEBUG:teuthology.orchestra.run.smithi158:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-09-07T07:46:03.544 DEBUG:teuthology.orchestra.run.smithi188:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-09-07T07:46:03.635 DEBUG:teuthology.orchestra.run.smithi158:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-09-07T07:46:03.668 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-07T07:46:03.669 DEBUG:teuthology.orchestra.run.smithi188:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-09-07T07:46:03.701 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-07T07:46:03.702 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-09-07T07:46:03.712 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-09-07T07:46:03.723 INFO:teuthology.task.internal:Duration was 1708.852301 seconds 2023-09-07T07:46:03.724 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-09-07T07:46:03.734 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-09-07T07:46:03.734 DEBUG:teuthology.orchestra.run.smithi158:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-09-07T07:46:03.737 DEBUG:teuthology.orchestra.run.smithi188:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-09-07T07:46:03.781 INFO:teuthology.orchestra.run.smithi158.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-07T07:46:03.790 INFO:teuthology.orchestra.run.smithi188.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-07T07:46:04.187 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-09-07T07:46:04.188 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi158.front.sepia.ceph.com 2023-09-07T07:46:04.188 DEBUG:teuthology.orchestra.run.smithi158:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-09-07T07:46:04.212 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi188.front.sepia.ceph.com 2023-09-07T07:46:04.212 DEBUG:teuthology.orchestra.run.smithi188:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-09-07T07:46:04.235 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-09-07T07:46:04.236 DEBUG:teuthology.orchestra.run.smithi158:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-07T07:46:04.254 DEBUG:teuthology.orchestra.run.smithi188:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-07T07:46:04.322 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-09-07T07:46:04.322 DEBUG:teuthology.orchestra.run.smithi158:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-09-07T07:46:04.325 DEBUG:teuthology.orchestra.run.smithi188:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-09-07T07:46:04.455 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-09-07T07:46:04.466 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-09-07T07:46:04.467 DEBUG:teuthology.orchestra.run.smithi158:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-09-07T07:46:04.495 DEBUG:teuthology.orchestra.run.smithi188:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-09-07T07:46:04.522 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-09-07T07:46:04.532 DEBUG:teuthology.orchestra.run.smithi158:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-09-07T07:46:04.537 DEBUG:teuthology.orchestra.run.smithi188:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-09-07T07:46:04.561 INFO:teuthology.orchestra.run.smithi158.stdout:kernel.core_pattern = core 2023-09-07T07:46:04.588 INFO:teuthology.orchestra.run.smithi188.stdout:kernel.core_pattern = core 2023-09-07T07:46:04.636 DEBUG:teuthology.orchestra.run.smithi158:> test -e /home/ubuntu/cephtest/archive/coredump 2023-09-07T07:46:04.654 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-07T07:46:04.655 DEBUG:teuthology.orchestra.run.smithi188:> test -e /home/ubuntu/cephtest/archive/coredump 2023-09-07T07:46:04.692 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-07T07:46:04.693 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-09-07T07:46:04.704 INFO:teuthology.task.internal:Transferring archived files... 2023-09-07T07:46:04.705 DEBUG:teuthology.misc:Transferring archived files from smithi158:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390770/remote/smithi158 2023-09-07T07:46:04.705 DEBUG:teuthology.orchestra.run.smithi158:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-09-07T07:46:04.749 DEBUG:teuthology.misc:Transferring archived files from smithi188:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390770/remote/smithi188 2023-09-07T07:46:04.749 DEBUG:teuthology.orchestra.run.smithi188:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-09-07T07:46:04.788 INFO:teuthology.task.internal:Removing archive directory... 2023-09-07T07:46:04.788 DEBUG:teuthology.orchestra.run.smithi158:> rm -rf -- /home/ubuntu/cephtest/archive 2023-09-07T07:46:04.791 DEBUG:teuthology.orchestra.run.smithi188:> rm -rf -- /home/ubuntu/cephtest/archive 2023-09-07T07:46:04.842 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-09-07T07:46:04.855 INFO:teuthology.task.internal:Not uploading archives. 2023-09-07T07:46:04.855 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-09-07T07:46:04.869 INFO:teuthology.task.internal:Tidying up after the test... 2023-09-07T07:46:04.869 DEBUG:teuthology.orchestra.run.smithi158:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-09-07T07:46:04.872 DEBUG:teuthology.orchestra.run.smithi188:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-09-07T07:46:04.887 INFO:teuthology.orchestra.run.smithi158.stdout: 526080 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 7 07:46 /home/ubuntu/cephtest 2023-09-07T07:46:04.900 INFO:teuthology.orchestra.run.smithi188.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 7 07:46 /home/ubuntu/cephtest 2023-09-07T07:46:04.901 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-09-07T07:46:04.914 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-09-07T07:46:04.942 INFO:teuthology.nuke:Checking targets against current locks 2023-09-07T07:46:04.969 DEBUG:teuthology.nuke:shortname: smithi158 2023-09-07T07:46:04.969 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-07T07:46:04.992 DEBUG:teuthology.nuke:shortname: smithi188 2023-09-07T07:46:04.993 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-07T07:46:04.996 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi158.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390770', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-07 07:08:22.998604', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDzUY+/aOkyR6auieMRn2PR5PYNv6CI2jTc+ThSb5nWsYZKNwG8zV764UpMlzah1u3gsTvRDk9uIXb0fs+vshn4='} 2023-09-07T07:46:05.015 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi188.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390770', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-07 07:08:23.000534', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE1pV4yaUrOzqQfsGHejW7Bo5ivGFwra6EdnHy8Wtg8/zM+3eb+DqBHaqxpSe0YvTYCPc1fwpyAAl3aB9+PmVew='} 2023-09-07T07:46:05.045 INFO:teuthology.orchestra.console.smithi158:Power off 2023-09-07T07:46:05.047 DEBUG:teuthology.orchestra.console.smithi158:pexpect command: ipmitool -H smithi158.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-09-07T07:46:05.069 DEBUG:teuthology.orchestra.console.smithi158:power off output: Chassis Power Control: Down/Off 2023-09-07T07:46:05.070 DEBUG:teuthology.orchestra.console.smithi158:pexpect command: ipmitool -H smithi158.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-07T07:46:05.083 INFO:teuthology.orchestra.console.smithi188:Power off 2023-09-07T07:46:05.084 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-09-07T07:46:05.093 DEBUG:teuthology.orchestra.console.smithi158:check power output: Chassis Power is on 2023-09-07T07:46:05.105 DEBUG:teuthology.orchestra.console.smithi188:power off output: Chassis Power Control: Down/Off 2023-09-07T07:46:05.105 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-07T07:46:05.128 DEBUG:teuthology.orchestra.console.smithi188:check power output: Chassis Power is on 2023-09-07T07:46:09.095 DEBUG:teuthology.orchestra.console.smithi158:pexpect command: ipmitool -H smithi158.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-07T07:46:09.129 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-07T07:46:09.206 DEBUG:teuthology.orchestra.console.smithi158:check power output: Chassis Power is on 2023-09-07T07:46:09.239 DEBUG:teuthology.orchestra.console.smithi188:check power output: Chassis Power is on 2023-09-07T07:46:13.212 DEBUG:teuthology.orchestra.console.smithi158:pexpect command: ipmitool -H smithi158.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-07T07:46:13.240 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-07T07:46:13.322 DEBUG:teuthology.orchestra.console.smithi158:check power output: Chassis Power is off 2023-09-07T07:46:13.351 DEBUG:teuthology.orchestra.console.smithi188:check power output: Chassis Power is on 2023-09-07T07:46:13.423 INFO:teuthology.orchestra.console.smithi158:Power off completed 2023-09-07T07:46:17.356 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-07T07:46:17.465 DEBUG:teuthology.orchestra.console.smithi188:check power output: Chassis Power is off 2023-09-07T07:46:17.567 INFO:teuthology.orchestra.console.smithi188:Power off completed 2023-09-07T07:46:17.671 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} duration: 1708.8523008823395 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=c5e688dcd3544f9487febed84abfddef status: fail success: false 2023-09-07T07:46:17.671 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-09-07T07:46:17.741 INFO:teuthology.run:FAIL