2024-02-10T07:14:57.933 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-10T07:14:57.934 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi --verbose --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555209 --description orch/cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} -- /home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555209/orig.config.yaml 2024-02-10T07:14:57.965 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-10T07:14:58.050 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555209 branch: main description: orch/cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7555209' kernel: kdb: true sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: main 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: 290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 workunit: branch: main sha1: 290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 owner: scheduled_yuriw@teuthology priority: 71 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 1610 sha1: 290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 sleep_before_teardown: 0 subset: 111/120000 suite: orch suite_branch: main suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 targets: smithi067.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPv4DOqmjBnxvIJRXbCSU+Rnb++eDNFze2rkox9wfdGARY6ma5pDm3oqsCw21MozLROMV8Fm+k81sVDVHTEGs+I= smithi174.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAcXUDGRvkc2ot5szwLNWdy1jsTA/HQJsf66YuBFtthSyGmQ9tRNSEbwi6I9ih25sQRvT5gPDk9Zj5UZ95EteGA= tasks: - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - cephadm.apply: specs: - placement: count: 4 host_pattern: '*' service_id: foo service_type: rgw spec: rgw_frontend_port: 8000 - placement: count: 2 service_id: rgw.foo service_type: ingress spec: backend_service: rgw.foo frontend_port: 9000 monitor_port: 9001 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: rgw.foo - cephadm.wait_for_service: service: ingress.rgw.foo - cephadm.shell: host.a: - "echo \"Check while healthy...\"\ncurl http://{{VIP0}}:9000/\n\n# stop each\ \ rgw in turn\necho \"Check with each rgw stopped in turn...\"\nfor rgw in `ceph\ \ orch ps | grep ^rgw.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $rgw\n while ! ceph orch ps | grep $rgw | grep stopped; do sleep 1 ; done\n\ \ while ! curl http://{{VIP0}}:9000/ ; do sleep 1 ; done\n ceph orch daemon\ \ start $rgw\n while ! ceph orch ps | grep $rgw | grep running; do sleep 1\ \ ; done\ndone\n\n# stop each haproxy in turn\necho \"Check with each haproxy\ \ down in turn...\"\nfor haproxy in `ceph orch ps | grep ^haproxy.rgw.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 while ! curl http://{{VIP0}}:9000/\ \ ; do sleep 1 ; done\n ceph orch daemon start $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep running; do sleep 1 ; done\ndone\n\nwhile ! curl\ \ http://{{VIP0}}:9000/ ; do sleep 1 ; done\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: d9fdb2209e15b39d9f061fd85399f352ce0f0894 timestamp: 2024-02-09_19:44:16 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-02-10T07:14:58.050 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/qa; will attempt to use it 2024-02-10T07:14:58.051 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/qa/tasks 2024-02-10T07:14:58.051 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-10T07:14:58.053 INFO:teuthology.task.internal:Checking packages... 2024-02-10T07:14:58.076 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '290212a1bfd33563ba76ee5b7f0b944fdb6c5d90' 2024-02-10T07:14:58.076 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-10T07:14:58.076 INFO:teuthology.packaging:ref: None 2024-02-10T07:14:58.076 INFO:teuthology.packaging:tag: None 2024-02-10T07:14:58.076 INFO:teuthology.packaging:branch: main 2024-02-10T07:14:58.076 INFO:teuthology.packaging:sha1: 290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 2024-02-10T07:14:58.076 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=main 2024-02-10T07:14:58.468 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-1361-gf8e4e331-1jammy 2024-02-10T07:14:58.470 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-10T07:14:58.477 INFO:teuthology.task.internal:no buildpackages task found 2024-02-10T07:14:58.477 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-10T07:14:58.487 INFO:teuthology.task.internal:Saving configuration 2024-02-10T07:14:58.502 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-10T07:14:58.508 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-10T07:14:58.535 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi067.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555209', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-10 07:08:42.450275', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPlytX6bTCqHAidw1+RNyTtE7POS/5J73RIb5aYvXXb8'} 2024-02-10T07:14:58.559 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi174.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555209', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-10 07:08:42.448971', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICghBr6wE4Ur1mDJdpY3KahICGAFH0NORMe6kshvLQ4X'} 2024-02-10T07:14:58.559 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-10T07:14:58.566 INFO:teuthology.task.internal:roles: ubuntu@smithi067.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-02-10T07:14:58.566 INFO:teuthology.task.internal:roles: ubuntu@smithi174.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-02-10T07:14:58.566 INFO:teuthology.run_tasks:Running task console_log... 2024-02-10T07:14:58.642 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f9115337040>, signals=[15]) 2024-02-10T07:14:58.642 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-10T07:14:58.649 INFO:teuthology.task.internal:Opening connections... 2024-02-10T07:14:58.649 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi067.front.sepia.ceph.com 2024-02-10T07:14:58.651 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T07:14:58.736 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi174.front.sepia.ceph.com 2024-02-10T07:14:58.737 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi174.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T07:14:58.814 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-10T07:14:58.821 DEBUG:teuthology.orchestra.run.smithi067:> uname -m 2024-02-10T07:14:58.826 INFO:teuthology.orchestra.run.smithi067.stdout:x86_64 2024-02-10T07:14:58.826 DEBUG:teuthology.orchestra.run.smithi067:> cat /etc/os-release 2024-02-10T07:14:58.872 INFO:teuthology.orchestra.run.smithi067.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-02-10T07:14:58.872 INFO:teuthology.orchestra.run.smithi067.stdout:NAME="Ubuntu" 2024-02-10T07:14:58.873 INFO:teuthology.orchestra.run.smithi067.stdout:VERSION_ID="22.04" 2024-02-10T07:14:58.873 INFO:teuthology.orchestra.run.smithi067.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-02-10T07:14:58.873 INFO:teuthology.orchestra.run.smithi067.stdout:VERSION_CODENAME=jammy 2024-02-10T07:14:58.873 INFO:teuthology.orchestra.run.smithi067.stdout:ID=ubuntu 2024-02-10T07:14:58.873 INFO:teuthology.orchestra.run.smithi067.stdout:ID_LIKE=debian 2024-02-10T07:14:58.873 INFO:teuthology.orchestra.run.smithi067.stdout:HOME_URL="https://www.ubuntu.com/" 2024-02-10T07:14:58.873 INFO:teuthology.orchestra.run.smithi067.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-02-10T07:14:58.873 INFO:teuthology.orchestra.run.smithi067.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-02-10T07:14:58.873 INFO:teuthology.orchestra.run.smithi067.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-02-10T07:14:58.873 INFO:teuthology.orchestra.run.smithi067.stdout:UBUNTU_CODENAME=jammy 2024-02-10T07:14:58.874 INFO:teuthology.lock.ops:Updating smithi067.front.sepia.ceph.com on lock server 2024-02-10T07:14:58.895 DEBUG:teuthology.orchestra.run.smithi174:> uname -m 2024-02-10T07:14:58.900 INFO:teuthology.orchestra.run.smithi174.stdout:x86_64 2024-02-10T07:14:58.901 DEBUG:teuthology.orchestra.run.smithi174:> cat /etc/os-release 2024-02-10T07:14:58.948 INFO:teuthology.orchestra.run.smithi174.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-02-10T07:14:58.948 INFO:teuthology.orchestra.run.smithi174.stdout:NAME="Ubuntu" 2024-02-10T07:14:58.948 INFO:teuthology.orchestra.run.smithi174.stdout:VERSION_ID="22.04" 2024-02-10T07:14:58.948 INFO:teuthology.orchestra.run.smithi174.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-02-10T07:14:58.948 INFO:teuthology.orchestra.run.smithi174.stdout:VERSION_CODENAME=jammy 2024-02-10T07:14:58.949 INFO:teuthology.orchestra.run.smithi174.stdout:ID=ubuntu 2024-02-10T07:14:58.949 INFO:teuthology.orchestra.run.smithi174.stdout:ID_LIKE=debian 2024-02-10T07:14:58.949 INFO:teuthology.orchestra.run.smithi174.stdout:HOME_URL="https://www.ubuntu.com/" 2024-02-10T07:14:58.949 INFO:teuthology.orchestra.run.smithi174.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-02-10T07:14:58.949 INFO:teuthology.orchestra.run.smithi174.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-02-10T07:14:58.949 INFO:teuthology.orchestra.run.smithi174.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-02-10T07:14:58.949 INFO:teuthology.orchestra.run.smithi174.stdout:UBUNTU_CODENAME=jammy 2024-02-10T07:14:58.949 INFO:teuthology.lock.ops:Updating smithi174.front.sepia.ceph.com on lock server 2024-02-10T07:14:58.969 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-10T07:14:58.978 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-10T07:14:58.984 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-10T07:14:58.984 DEBUG:teuthology.orchestra.run.smithi067:> test '!' -e /home/ubuntu/cephtest 2024-02-10T07:14:58.987 DEBUG:teuthology.orchestra.run.smithi174:> test '!' -e /home/ubuntu/cephtest 2024-02-10T07:14:58.995 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-10T07:14:59.001 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-10T07:14:59.001 DEBUG:teuthology.orchestra.run.smithi067:> test -z $(ls -A /var/lib/ceph) 2024-02-10T07:14:59.034 DEBUG:teuthology.orchestra.run.smithi174:> test -z $(ls -A /var/lib/ceph) 2024-02-10T07:14:59.055 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-10T07:14:59.115 INFO:teuthology.run_tasks:Running task kernel... 2024-02-10T07:14:59.133 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-10T07:14:59.134 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-10T07:14:59.134 DEBUG:teuthology.orchestra.run.smithi067:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-10T07:14:59.135 DEBUG:teuthology.orchestra.run.smithi174:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-10T07:14:59.139 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T07:14:59.139 DEBUG:teuthology.orchestra.run.smithi067:> uname -r 2024-02-10T07:14:59.140 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T07:14:59.140 DEBUG:teuthology.orchestra.run.smithi174:> uname -r 2024-02-10T07:14:59.186 INFO:teuthology.orchestra.run.smithi067.stdout:5.15.0-56-generic 2024-02-10T07:14:59.186 INFO:teuthology.task.kernel:Running kernel on smithi067: 5.15.0-56-generic 2024-02-10T07:14:59.186 DEBUG:teuthology.orchestra.run.smithi067:> sudo apt-get clean 2024-02-10T07:14:59.188 INFO:teuthology.orchestra.run.smithi174.stdout:5.15.0-56-generic 2024-02-10T07:14:59.188 INFO:teuthology.task.kernel:Running kernel on smithi174: 5.15.0-56-generic 2024-02-10T07:14:59.188 DEBUG:teuthology.orchestra.run.smithi174:> sudo apt-get clean 2024-02-10T07:14:59.314 DEBUG:teuthology.orchestra.run.smithi067:> sudo apt-get update 2024-02-10T07:14:59.333 DEBUG:teuthology.orchestra.run.smithi174:> sudo apt-get update 2024-02-10T07:14:59.463 INFO:teuthology.orchestra.run.smithi067.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-10T07:14:59.463 INFO:teuthology.orchestra.run.smithi067.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-02-10T07:14:59.464 INFO:teuthology.orchestra.run.smithi067.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-02-10T07:14:59.515 INFO:teuthology.orchestra.run.smithi174.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-02-10T07:14:59.571 INFO:teuthology.orchestra.run.smithi067.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-02-10T07:14:59.603 INFO:teuthology.orchestra.run.smithi174.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-10T07:14:59.684 INFO:teuthology.orchestra.run.smithi174.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-02-10T07:14:59.732 INFO:teuthology.orchestra.run.smithi067.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [400 kB] 2024-02-10T07:14:59.742 INFO:teuthology.orchestra.run.smithi174.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [400 kB] 2024-02-10T07:14:59.805 INFO:teuthology.orchestra.run.smithi067.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [567 kB] 2024-02-10T07:14:59.869 INFO:teuthology.orchestra.run.smithi067.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,142 kB] 2024-02-10T07:14:59.895 INFO:teuthology.orchestra.run.smithi174.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,142 kB] 2024-02-10T07:14:59.931 INFO:teuthology.orchestra.run.smithi067.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,366 kB] 2024-02-10T07:14:59.958 INFO:teuthology.orchestra.run.smithi067.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [211 kB] 2024-02-10T07:14:59.973 INFO:teuthology.orchestra.run.smithi067.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-02-10T07:14:59.975 INFO:teuthology.orchestra.run.smithi067.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.2 kB] 2024-02-10T07:14:59.976 INFO:teuthology.orchestra.run.smithi067.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,366 kB] 2024-02-10T07:15:00.007 INFO:teuthology.orchestra.run.smithi174.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [211 kB] 2024-02-10T07:15:00.017 INFO:teuthology.orchestra.run.smithi174.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-02-10T07:15:00.018 INFO:teuthology.orchestra.run.smithi174.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,366 kB] 2024-02-10T07:15:00.020 INFO:teuthology.orchestra.run.smithi067.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [272 kB] 2024-02-10T07:15:00.033 INFO:teuthology.orchestra.run.smithi067.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [224 kB] 2024-02-10T07:15:00.033 INFO:teuthology.orchestra.run.smithi067.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-02-10T07:15:00.034 INFO:teuthology.orchestra.run.smithi067.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,412 kB] 2024-02-10T07:15:00.039 INFO:teuthology.orchestra.run.smithi067.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-02-10T07:15:00.045 INFO:teuthology.orchestra.run.smithi174.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-02-10T07:15:00.063 INFO:teuthology.orchestra.run.smithi067.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [590 kB] 2024-02-10T07:15:00.069 INFO:teuthology.orchestra.run.smithi067.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [839 kB] 2024-02-10T07:15:00.094 INFO:teuthology.orchestra.run.smithi067.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [160 kB] 2024-02-10T07:15:00.098 INFO:teuthology.orchestra.run.smithi067.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-02-10T07:15:00.098 INFO:teuthology.orchestra.run.smithi067.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-02-10T07:15:00.099 INFO:teuthology.orchestra.run.smithi067.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-02-10T07:15:00.100 INFO:teuthology.orchestra.run.smithi067.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-02-10T07:15:00.103 INFO:teuthology.orchestra.run.smithi174.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.2 kB] 2024-02-10T07:15:00.104 INFO:teuthology.orchestra.run.smithi174.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [224 kB] 2024-02-10T07:15:00.105 INFO:teuthology.orchestra.run.smithi067.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-02-10T07:15:00.108 INFO:teuthology.orchestra.run.smithi067.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [34.8 kB] 2024-02-10T07:15:00.109 INFO:teuthology.orchestra.run.smithi067.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [233 kB] 2024-02-10T07:15:00.112 INFO:teuthology.orchestra.run.smithi174.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-02-10T07:15:00.112 INFO:teuthology.orchestra.run.smithi174.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [590 kB] 2024-02-10T07:15:00.115 INFO:teuthology.orchestra.run.smithi067.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-02-10T07:15:00.115 INFO:teuthology.orchestra.run.smithi067.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,044 kB] 2024-02-10T07:15:00.127 INFO:teuthology.orchestra.run.smithi174.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [839 kB] 2024-02-10T07:15:00.148 INFO:teuthology.orchestra.run.smithi067.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [687 kB] 2024-02-10T07:15:00.159 INFO:teuthology.orchestra.run.smithi174.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [160 kB] 2024-02-10T07:15:00.163 INFO:teuthology.orchestra.run.smithi067.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [235 kB] 2024-02-10T07:15:00.164 INFO:teuthology.orchestra.run.smithi174.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-02-10T07:15:00.164 INFO:teuthology.orchestra.run.smithi174.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-02-10T07:15:00.165 INFO:teuthology.orchestra.run.smithi174.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-02-10T07:15:00.165 INFO:teuthology.orchestra.run.smithi174.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-02-10T07:15:00.165 INFO:teuthology.orchestra.run.smithi174.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-02-10T07:15:00.172 INFO:teuthology.orchestra.run.smithi067.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-02-10T07:15:00.173 INFO:teuthology.orchestra.run.smithi067.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,164 B] 2024-02-10T07:15:00.174 INFO:teuthology.orchestra.run.smithi067.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-02-10T07:15:00.175 INFO:teuthology.orchestra.run.smithi067.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-02-10T07:15:00.176 INFO:teuthology.orchestra.run.smithi067.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-02-10T07:15:00.176 INFO:teuthology.orchestra.run.smithi067.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [33.9 kB] 2024-02-10T07:15:00.177 INFO:teuthology.orchestra.run.smithi067.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [41.7 kB] 2024-02-10T07:15:00.184 INFO:teuthology.orchestra.run.smithi174.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [567 kB] 2024-02-10T07:15:00.189 INFO:teuthology.orchestra.run.smithi067.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [10.5 kB] 2024-02-10T07:15:00.190 INFO:teuthology.orchestra.run.smithi067.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-02-10T07:15:00.208 INFO:teuthology.orchestra.run.smithi067.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [13.4 kB] 2024-02-10T07:15:00.209 INFO:teuthology.orchestra.run.smithi067.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [24.3 kB] 2024-02-10T07:15:00.210 INFO:teuthology.orchestra.run.smithi067.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-02-10T07:15:00.211 INFO:teuthology.orchestra.run.smithi067.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-02-10T07:15:00.372 INFO:teuthology.orchestra.run.smithi174.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,366 kB] 2024-02-10T07:15:00.512 INFO:teuthology.orchestra.run.smithi174.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [272 kB] 2024-02-10T07:15:00.527 INFO:teuthology.orchestra.run.smithi174.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-02-10T07:15:00.528 INFO:teuthology.orchestra.run.smithi174.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,412 kB] 2024-02-10T07:15:00.586 INFO:teuthology.orchestra.run.smithi174.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [34.8 kB] 2024-02-10T07:15:00.587 INFO:teuthology.orchestra.run.smithi174.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [233 kB] 2024-02-10T07:15:00.593 INFO:teuthology.orchestra.run.smithi174.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-02-10T07:15:00.757 INFO:teuthology.orchestra.run.smithi174.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,044 kB] 2024-02-10T07:15:01.388 INFO:teuthology.orchestra.run.smithi174.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [687 kB] 2024-02-10T07:15:01.426 INFO:teuthology.orchestra.run.smithi174.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [235 kB] 2024-02-10T07:15:01.438 INFO:teuthology.orchestra.run.smithi174.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-02-10T07:15:01.439 INFO:teuthology.orchestra.run.smithi174.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,164 B] 2024-02-10T07:15:01.440 INFO:teuthology.orchestra.run.smithi174.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-02-10T07:15:01.442 INFO:teuthology.orchestra.run.smithi174.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-02-10T07:15:01.443 INFO:teuthology.orchestra.run.smithi174.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-02-10T07:15:01.443 INFO:teuthology.orchestra.run.smithi174.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [33.9 kB] 2024-02-10T07:15:01.445 INFO:teuthology.orchestra.run.smithi174.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [41.7 kB] 2024-02-10T07:15:01.470 INFO:teuthology.orchestra.run.smithi174.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [10.5 kB] 2024-02-10T07:15:01.687 INFO:teuthology.orchestra.run.smithi174.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-02-10T07:15:01.770 INFO:teuthology.orchestra.run.smithi174.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [24.3 kB] 2024-02-10T07:15:01.881 INFO:teuthology.orchestra.run.smithi174.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [13.4 kB] 2024-02-10T07:15:01.910 INFO:teuthology.orchestra.run.smithi174.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-02-10T07:15:01.952 INFO:teuthology.orchestra.run.smithi174.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-02-10T07:15:05.853 INFO:teuthology.orchestra.run.smithi067.stdout:Fetched 11.5 MB in 2s (6,336 kB/s) 2024-02-10T07:15:06.408 INFO:teuthology.orchestra.run.smithi174.stdout:Fetched 11.5 MB in 3s (4,517 kB/s) 2024-02-10T07:15:07.165 INFO:teuthology.orchestra.run.smithi067.stdout:Reading package lists... 2024-02-10T07:15:07.182 DEBUG:teuthology.orchestra.run.smithi067:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-10T07:15:07.243 INFO:teuthology.orchestra.run.smithi067.stdout:Reading package lists... 2024-02-10T07:15:07.439 INFO:teuthology.orchestra.run.smithi067.stdout:Building dependency tree... 2024-02-10T07:15:07.439 INFO:teuthology.orchestra.run.smithi067.stdout:Reading state information... 2024-02-10T07:15:07.613 INFO:teuthology.orchestra.run.smithi067.stdout:The following packages were automatically installed and are no longer required: 2024-02-10T07:15:07.614 INFO:teuthology.orchestra.run.smithi067.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-10T07:15:07.614 INFO:teuthology.orchestra.run.smithi067.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-10T07:15:07.614 INFO:teuthology.orchestra.run.smithi067.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-10T07:15:07.614 INFO:teuthology.orchestra.run.smithi067.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-02-10T07:15:07.614 INFO:teuthology.orchestra.run.smithi067.stdout: python2.7-minimal 2024-02-10T07:15:07.614 INFO:teuthology.orchestra.run.smithi067.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-10T07:15:07.616 INFO:teuthology.orchestra.run.smithi067.stdout:The following additional packages will be installed: 2024-02-10T07:15:07.616 INFO:teuthology.orchestra.run.smithi067.stdout: linux-generic linux-headers-5.15.0-94 linux-headers-5.15.0-94-generic 2024-02-10T07:15:07.616 INFO:teuthology.orchestra.run.smithi067.stdout: linux-headers-generic linux-image-5.15.0-94-generic 2024-02-10T07:15:07.616 INFO:teuthology.orchestra.run.smithi067.stdout: linux-modules-5.15.0-94-generic linux-modules-extra-5.15.0-94-generic 2024-02-10T07:15:07.617 INFO:teuthology.orchestra.run.smithi067.stdout:Suggested packages: 2024-02-10T07:15:07.617 INFO:teuthology.orchestra.run.smithi067.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-02-10T07:15:07.618 INFO:teuthology.orchestra.run.smithi067.stdout:Recommended packages: 2024-02-10T07:15:07.618 INFO:teuthology.orchestra.run.smithi067.stdout: thermald 2024-02-10T07:15:07.672 INFO:teuthology.orchestra.run.smithi067.stdout:The following NEW packages will be installed: 2024-02-10T07:15:07.672 INFO:teuthology.orchestra.run.smithi067.stdout: linux-headers-5.15.0-94 linux-headers-5.15.0-94-generic 2024-02-10T07:15:07.672 INFO:teuthology.orchestra.run.smithi067.stdout: linux-image-5.15.0-94-generic linux-modules-5.15.0-94-generic 2024-02-10T07:15:07.672 INFO:teuthology.orchestra.run.smithi067.stdout: linux-modules-extra-5.15.0-94-generic 2024-02-10T07:15:07.673 INFO:teuthology.orchestra.run.smithi067.stdout:The following packages will be upgraded: 2024-02-10T07:15:07.674 INFO:teuthology.orchestra.run.smithi067.stdout: linux-generic linux-headers-generic linux-image-generic 2024-02-10T07:15:07.778 INFO:teuthology.orchestra.run.smithi067.stdout:3 upgraded, 5 newly installed, 0 to remove and 282 not upgraded. 2024-02-10T07:15:07.778 INFO:teuthology.orchestra.run.smithi067.stdout:Need to get 113 MB of archives. 2024-02-10T07:15:07.778 INFO:teuthology.orchestra.run.smithi067.stdout:After this operation, 582 MB of additional disk space will be used. 2024-02-10T07:15:07.778 INFO:teuthology.orchestra.run.smithi067.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-94-generic amd64 5.15.0-94.104 [22.6 MB] 2024-02-10T07:15:07.980 INFO:teuthology.orchestra.run.smithi174.stdout:Reading package lists... 2024-02-10T07:15:07.998 DEBUG:teuthology.orchestra.run.smithi174:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-10T07:15:08.054 INFO:teuthology.orchestra.run.smithi174.stdout:Reading package lists... 2024-02-10T07:15:08.246 INFO:teuthology.orchestra.run.smithi174.stdout:Building dependency tree... 2024-02-10T07:15:08.246 INFO:teuthology.orchestra.run.smithi174.stdout:Reading state information... 2024-02-10T07:15:08.409 INFO:teuthology.orchestra.run.smithi174.stdout:The following packages were automatically installed and are no longer required: 2024-02-10T07:15:08.410 INFO:teuthology.orchestra.run.smithi174.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-10T07:15:08.410 INFO:teuthology.orchestra.run.smithi174.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-10T07:15:08.410 INFO:teuthology.orchestra.run.smithi174.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-10T07:15:08.410 INFO:teuthology.orchestra.run.smithi174.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-02-10T07:15:08.411 INFO:teuthology.orchestra.run.smithi174.stdout: python2.7-minimal 2024-02-10T07:15:08.411 INFO:teuthology.orchestra.run.smithi174.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-10T07:15:08.411 INFO:teuthology.orchestra.run.smithi174.stdout:The following additional packages will be installed: 2024-02-10T07:15:08.411 INFO:teuthology.orchestra.run.smithi174.stdout: linux-generic linux-headers-5.15.0-94 linux-headers-5.15.0-94-generic 2024-02-10T07:15:08.411 INFO:teuthology.orchestra.run.smithi174.stdout: linux-headers-generic linux-image-5.15.0-94-generic 2024-02-10T07:15:08.412 INFO:teuthology.orchestra.run.smithi174.stdout: linux-modules-5.15.0-94-generic linux-modules-extra-5.15.0-94-generic 2024-02-10T07:15:08.413 INFO:teuthology.orchestra.run.smithi174.stdout:Suggested packages: 2024-02-10T07:15:08.413 INFO:teuthology.orchestra.run.smithi174.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-02-10T07:15:08.413 INFO:teuthology.orchestra.run.smithi174.stdout:Recommended packages: 2024-02-10T07:15:08.413 INFO:teuthology.orchestra.run.smithi174.stdout: thermald 2024-02-10T07:15:08.465 INFO:teuthology.orchestra.run.smithi174.stdout:The following NEW packages will be installed: 2024-02-10T07:15:08.465 INFO:teuthology.orchestra.run.smithi174.stdout: linux-headers-5.15.0-94 linux-headers-5.15.0-94-generic 2024-02-10T07:15:08.465 INFO:teuthology.orchestra.run.smithi174.stdout: linux-image-5.15.0-94-generic linux-modules-5.15.0-94-generic 2024-02-10T07:15:08.465 INFO:teuthology.orchestra.run.smithi174.stdout: linux-modules-extra-5.15.0-94-generic 2024-02-10T07:15:08.466 INFO:teuthology.orchestra.run.smithi174.stdout:The following packages will be upgraded: 2024-02-10T07:15:08.467 INFO:teuthology.orchestra.run.smithi174.stdout: linux-generic linux-headers-generic linux-image-generic 2024-02-10T07:15:08.572 INFO:teuthology.orchestra.run.smithi174.stdout:3 upgraded, 5 newly installed, 0 to remove and 282 not upgraded. 2024-02-10T07:15:08.572 INFO:teuthology.orchestra.run.smithi174.stdout:Need to get 113 MB of archives. 2024-02-10T07:15:08.572 INFO:teuthology.orchestra.run.smithi174.stdout:After this operation, 582 MB of additional disk space will be used. 2024-02-10T07:15:08.572 INFO:teuthology.orchestra.run.smithi174.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-94-generic amd64 5.15.0-94.104 [22.6 MB] 2024-02-10T07:15:09.079 INFO:teuthology.orchestra.run.smithi067.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-94-generic amd64 5.15.0-94.104 [11.5 MB] 2024-02-10T07:15:09.650 INFO:teuthology.orchestra.run.smithi067.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-94-generic amd64 5.15.0-94.104 [63.9 MB] 2024-02-10T07:15:10.219 INFO:teuthology.orchestra.run.smithi174.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-94-generic amd64 5.15.0-94.104 [11.5 MB] 2024-02-10T07:15:10.853 INFO:teuthology.orchestra.run.smithi174.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-94-generic amd64 5.15.0-94.104 [63.9 MB] 2024-02-10T07:15:12.405 INFO:teuthology.orchestra.run.smithi067.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.94.91 [1,698 B] 2024-02-10T07:15:12.406 INFO:teuthology.orchestra.run.smithi067.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.94.91 [2,458 B] 2024-02-10T07:15:12.406 INFO:teuthology.orchestra.run.smithi067.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-94 all 5.15.0-94.104 [12.4 MB] 2024-02-10T07:15:12.833 INFO:teuthology.orchestra.run.smithi067.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-94-generic amd64 5.15.0-94.104 [2,877 kB] 2024-02-10T07:15:12.935 INFO:teuthology.orchestra.run.smithi067.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.94.91 [2,306 B] 2024-02-10T07:15:13.339 INFO:teuthology.orchestra.run.smithi067.stdout:Fetched 113 MB in 5s (21.5 MB/s) 2024-02-10T07:15:13.491 INFO:teuthology.orchestra.run.smithi174.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.94.91 [1,698 B] 2024-02-10T07:15:13.567 INFO:teuthology.orchestra.run.smithi174.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.94.91 [2,458 B] 2024-02-10T07:15:13.568 INFO:teuthology.orchestra.run.smithi174.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-94 all 5.15.0-94.104 [12.4 MB] 2024-02-10T07:15:13.601 INFO:teuthology.orchestra.run.smithi067.stdout:Selecting previously unselected package linux-modules-5.15.0-94-generic. 2024-02-10T07:15:13.993 INFO:teuthology.orchestra.run.smithi174.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-94-generic amd64 5.15.0-94.104 [2,877 kB] 2024-02-10T07:15:14.098 INFO:teuthology.orchestra.run.smithi174.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.94.91 [2,306 B] 2024-02-10T07:15:14.509 INFO:teuthology.orchestra.run.smithi174.stdout:Fetched 113 MB in 6s (20.1 MB/s) 2024-02-10T07:15:14.713 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package linux-modules-5.15.0-94-generic. 2024-02-10T07:15:15.598 INFO:teuthology.orchestra.run.smithi067.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-02-10T07:15:15.602 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../0-linux-modules-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T07:15:15.690 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking linux-modules-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:15:16.607 INFO:teuthology.orchestra.run.smithi174.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-02-10T07:15:16.613 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../0-linux-modules-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T07:15:16.867 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking linux-modules-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:15:17.850 INFO:teuthology.orchestra.run.smithi067.stdout:Selecting previously unselected package linux-image-5.15.0-94-generic. 2024-02-10T07:15:17.871 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../1-linux-image-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T07:15:17.982 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:15:18.419 INFO:teuthology.orchestra.run.smithi067.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-94-generic. 2024-02-10T07:15:18.441 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T07:15:18.478 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking linux-modules-extra-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:15:18.984 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package linux-image-5.15.0-94-generic. 2024-02-10T07:15:19.005 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../1-linux-image-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T07:15:19.091 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:15:19.554 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-94-generic. 2024-02-10T07:15:19.574 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T07:15:19.603 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking linux-modules-extra-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:15:25.105 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../3-linux-generic_5.15.0.94.91_amd64.deb ... 2024-02-10T07:15:25.230 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking linux-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-10T07:15:25.538 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.94.91_amd64.deb ... 2024-02-10T07:15:25.684 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking linux-image-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-10T07:15:26.020 INFO:teuthology.orchestra.run.smithi067.stdout:Selecting previously unselected package linux-headers-5.15.0-94. 2024-02-10T07:15:26.042 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../5-linux-headers-5.15.0-94_5.15.0-94.104_all.deb ... 2024-02-10T07:15:26.086 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking linux-headers-5.15.0-94 (5.15.0-94.104) ... 2024-02-10T07:15:26.384 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../3-linux-generic_5.15.0.94.91_amd64.deb ... 2024-02-10T07:15:26.543 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking linux-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-10T07:15:26.849 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.94.91_amd64.deb ... 2024-02-10T07:15:26.946 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking linux-image-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-10T07:15:27.273 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package linux-headers-5.15.0-94. 2024-02-10T07:15:27.293 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../5-linux-headers-5.15.0-94_5.15.0-94.104_all.deb ... 2024-02-10T07:15:27.331 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking linux-headers-5.15.0-94 (5.15.0-94.104) ... 2024-02-10T07:15:32.126 INFO:teuthology.orchestra.run.smithi067.stdout:Selecting previously unselected package linux-headers-5.15.0-94-generic. 2024-02-10T07:15:32.163 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../6-linux-headers-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T07:15:32.201 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking linux-headers-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:15:33.668 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package linux-headers-5.15.0-94-generic. 2024-02-10T07:15:33.705 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../6-linux-headers-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T07:15:33.743 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking linux-headers-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:15:34.998 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.94.91_amd64.deb ... 2024-02-10T07:15:35.756 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking linux-headers-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-10T07:15:36.106 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up linux-headers-5.15.0-94 (5.15.0-94.104) ... 2024-02-10T07:15:36.244 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up linux-headers-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:15:36.370 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up linux-headers-generic (5.15.0.94.91) ... 2024-02-10T07:15:36.497 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up linux-modules-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:15:37.235 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.94.91_amd64.deb ... 2024-02-10T07:15:37.360 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking linux-headers-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-10T07:15:37.743 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up linux-headers-5.15.0-94 (5.15.0-94.104) ... 2024-02-10T07:15:37.881 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up linux-headers-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:15:37.942 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:15:38.007 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up linux-headers-generic (5.15.0.94.91) ... 2024-02-10T07:15:38.159 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up linux-modules-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:15:39.323 INFO:teuthology.orchestra.run.smithi067.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-02-10T07:15:39.323 INFO:teuthology.orchestra.run.smithi067.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-02-10T07:15:39.323 INFO:teuthology.orchestra.run.smithi067.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-94-generic 2024-02-10T07:15:39.324 INFO:teuthology.orchestra.run.smithi067.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-94-generic 2024-02-10T07:15:39.476 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up linux-modules-extra-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:15:39.579 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:15:41.128 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up linux-image-generic (5.15.0.94.91) ... 2024-02-10T07:15:41.182 INFO:teuthology.orchestra.run.smithi174.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-02-10T07:15:41.182 INFO:teuthology.orchestra.run.smithi174.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-02-10T07:15:41.182 INFO:teuthology.orchestra.run.smithi174.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-94-generic 2024-02-10T07:15:41.182 INFO:teuthology.orchestra.run.smithi174.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-94-generic 2024-02-10T07:15:41.613 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up linux-modules-extra-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:15:41.746 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up linux-generic (5.15.0.94.91) ... 2024-02-10T07:15:41.880 INFO:teuthology.orchestra.run.smithi067.stdout:Processing triggers for linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:15:41.961 INFO:teuthology.orchestra.run.smithi067.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-02-10T07:15:41.962 INFO:teuthology.orchestra.run.smithi067.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-94-generic 2024-02-10T07:15:43.006 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up linux-image-generic (5.15.0.94.91) ... 2024-02-10T07:15:43.157 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up linux-generic (5.15.0.94.91) ... 2024-02-10T07:15:43.283 INFO:teuthology.orchestra.run.smithi174.stdout:Processing triggers for linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:15:43.355 INFO:teuthology.orchestra.run.smithi174.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-02-10T07:15:43.355 INFO:teuthology.orchestra.run.smithi174.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-94-generic 2024-02-10T07:15:57.183 INFO:teuthology.orchestra.run.smithi067.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-02-10T07:15:57.184 INFO:teuthology.orchestra.run.smithi067.stdout:Sourcing file `/etc/default/grub' 2024-02-10T07:15:57.215 INFO:teuthology.orchestra.run.smithi067.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-10T07:15:57.246 INFO:teuthology.orchestra.run.smithi067.stdout:Generating grub configuration file ... 2024-02-10T07:15:57.358 INFO:teuthology.orchestra.run.smithi174.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-02-10T07:15:57.358 INFO:teuthology.orchestra.run.smithi174.stdout:Sourcing file `/etc/default/grub' 2024-02-10T07:15:57.382 INFO:teuthology.orchestra.run.smithi174.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-10T07:15:57.401 INFO:teuthology.orchestra.run.smithi174.stdout:Generating grub configuration file ... 2024-02-10T07:15:57.477 INFO:teuthology.orchestra.run.smithi067.stdout:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-10T07:15:57.506 INFO:teuthology.orchestra.run.smithi067.stdout:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-10T07:15:57.668 INFO:teuthology.orchestra.run.smithi174.stdout:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-10T07:15:57.686 INFO:teuthology.orchestra.run.smithi174.stdout:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-10T07:15:57.832 INFO:teuthology.orchestra.run.smithi067.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-02-10T07:15:57.838 INFO:teuthology.orchestra.run.smithi067.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-02-10T07:15:57.910 INFO:teuthology.orchestra.run.smithi067.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-02-10T07:15:57.916 INFO:teuthology.orchestra.run.smithi067.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-02-10T07:15:58.001 INFO:teuthology.orchestra.run.smithi174.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-02-10T07:15:58.007 INFO:teuthology.orchestra.run.smithi174.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-02-10T07:15:58.081 INFO:teuthology.orchestra.run.smithi067.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-02-10T07:15:58.081 INFO:teuthology.orchestra.run.smithi067.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-02-10T07:15:58.081 INFO:teuthology.orchestra.run.smithi067.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-02-10T07:15:58.086 INFO:teuthology.orchestra.run.smithi174.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-02-10T07:15:58.092 INFO:teuthology.orchestra.run.smithi174.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-02-10T07:15:58.246 INFO:teuthology.orchestra.run.smithi174.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-02-10T07:15:58.246 INFO:teuthology.orchestra.run.smithi174.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-02-10T07:15:58.246 INFO:teuthology.orchestra.run.smithi174.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-02-10T07:15:58.249 INFO:teuthology.orchestra.run.smithi067.stdout:done 2024-02-10T07:15:58.287 INFO:teuthology.orchestra.run.smithi174.stdout:done 2024-02-10T07:15:58.762 DEBUG:teuthology.orchestra.run.smithi067:> dpkg -s linux-image-generic 2024-02-10T07:15:58.826 DEBUG:teuthology.orchestra.run.smithi174:> dpkg -s linux-image-generic 2024-02-10T07:15:58.829 INFO:teuthology.orchestra.run.smithi067.stdout:Package: linux-image-generic 2024-02-10T07:15:58.829 INFO:teuthology.orchestra.run.smithi067.stdout:Status: install ok installed 2024-02-10T07:15:58.829 INFO:teuthology.orchestra.run.smithi067.stdout:Priority: optional 2024-02-10T07:15:58.829 INFO:teuthology.orchestra.run.smithi067.stdout:Section: kernel 2024-02-10T07:15:58.829 INFO:teuthology.orchestra.run.smithi067.stdout:Installed-Size: 21 2024-02-10T07:15:58.829 INFO:teuthology.orchestra.run.smithi067.stdout:Maintainer: Ubuntu Kernel Team 2024-02-10T07:15:58.829 INFO:teuthology.orchestra.run.smithi067.stdout:Architecture: amd64 2024-02-10T07:15:58.829 INFO:teuthology.orchestra.run.smithi067.stdout:Source: linux-meta 2024-02-10T07:15:58.829 INFO:teuthology.orchestra.run.smithi067.stdout:Version: 5.15.0.94.91 2024-02-10T07:15:58.829 INFO:teuthology.orchestra.run.smithi067.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-94), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-02-10T07:15:58.830 INFO:teuthology.orchestra.run.smithi067.stdout:Depends: linux-image-5.15.0-94-generic, linux-modules-extra-5.15.0-94-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-10T07:15:58.830 INFO:teuthology.orchestra.run.smithi067.stdout:Recommends: thermald 2024-02-10T07:15:58.830 INFO:teuthology.orchestra.run.smithi067.stdout:Description: Generic Linux kernel image 2024-02-10T07:15:58.830 INFO:teuthology.orchestra.run.smithi067.stdout: This package will always depend on the latest generic kernel image 2024-02-10T07:15:58.830 INFO:teuthology.orchestra.run.smithi067.stdout: available. 2024-02-10T07:15:58.830 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-94-generic 2024-02-10T07:15:58.830 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-10T07:15:58.830 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-10T07:15:58.830 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-10T07:15:58.830 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi067.front.sepia.ceph.com, path=None, version=distro) 2024-02-10T07:15:58.831 DEBUG:teuthology.orchestra.run.smithi067:> sudo apt-get clean 2024-02-10T07:15:58.847 INFO:teuthology.orchestra.run.smithi174.stdout:Package: linux-image-generic 2024-02-10T07:15:58.848 INFO:teuthology.orchestra.run.smithi174.stdout:Status: install ok installed 2024-02-10T07:15:58.848 INFO:teuthology.orchestra.run.smithi174.stdout:Priority: optional 2024-02-10T07:15:58.848 INFO:teuthology.orchestra.run.smithi174.stdout:Section: kernel 2024-02-10T07:15:58.848 INFO:teuthology.orchestra.run.smithi174.stdout:Installed-Size: 21 2024-02-10T07:15:58.848 INFO:teuthology.orchestra.run.smithi174.stdout:Maintainer: Ubuntu Kernel Team 2024-02-10T07:15:58.848 INFO:teuthology.orchestra.run.smithi174.stdout:Architecture: amd64 2024-02-10T07:15:58.848 INFO:teuthology.orchestra.run.smithi174.stdout:Source: linux-meta 2024-02-10T07:15:58.848 INFO:teuthology.orchestra.run.smithi174.stdout:Version: 5.15.0.94.91 2024-02-10T07:15:58.848 INFO:teuthology.orchestra.run.smithi174.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-94), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-02-10T07:15:58.848 INFO:teuthology.orchestra.run.smithi174.stdout:Depends: linux-image-5.15.0-94-generic, linux-modules-extra-5.15.0-94-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-10T07:15:58.848 INFO:teuthology.orchestra.run.smithi174.stdout:Recommends: thermald 2024-02-10T07:15:58.848 INFO:teuthology.orchestra.run.smithi174.stdout:Description: Generic Linux kernel image 2024-02-10T07:15:58.848 INFO:teuthology.orchestra.run.smithi174.stdout: This package will always depend on the latest generic kernel image 2024-02-10T07:15:58.849 INFO:teuthology.orchestra.run.smithi174.stdout: available. 2024-02-10T07:15:58.849 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-94-generic 2024-02-10T07:15:58.849 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-10T07:15:58.849 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-10T07:15:58.849 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-10T07:15:58.849 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi174.front.sepia.ceph.com, path=None, version=distro) 2024-02-10T07:15:58.849 DEBUG:teuthology.orchestra.run.smithi174:> sudo apt-get clean 2024-02-10T07:15:58.989 DEBUG:teuthology.orchestra.run.smithi067:> sudo apt-get update 2024-02-10T07:15:59.039 DEBUG:teuthology.orchestra.run.smithi174:> sudo apt-get update 2024-02-10T07:15:59.118 INFO:teuthology.orchestra.run.smithi067.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-10T07:15:59.129 INFO:teuthology.orchestra.run.smithi067.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-02-10T07:15:59.148 INFO:teuthology.orchestra.run.smithi067.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-02-10T07:15:59.164 INFO:teuthology.orchestra.run.smithi174.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-02-10T07:15:59.233 INFO:teuthology.orchestra.run.smithi067.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-02-10T07:15:59.279 INFO:teuthology.orchestra.run.smithi174.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-10T07:15:59.381 INFO:teuthology.orchestra.run.smithi174.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-02-10T07:15:59.441 INFO:teuthology.orchestra.run.smithi174.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-02-10T07:16:00.534 INFO:teuthology.orchestra.run.smithi067.stdout:Reading package lists... 2024-02-10T07:16:00.548 INFO:teuthology.orchestra.run.smithi174.stdout:Reading package lists... 2024-02-10T07:16:00.550 DEBUG:teuthology.orchestra.run.smithi067:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-10T07:16:00.566 DEBUG:teuthology.orchestra.run.smithi174:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-10T07:16:00.616 INFO:teuthology.orchestra.run.smithi067.stdout:Reading package lists... 2024-02-10T07:16:00.626 INFO:teuthology.orchestra.run.smithi174.stdout:Reading package lists... 2024-02-10T07:16:00.813 INFO:teuthology.orchestra.run.smithi067.stdout:Building dependency tree... 2024-02-10T07:16:00.814 INFO:teuthology.orchestra.run.smithi067.stdout:Reading state information... 2024-02-10T07:16:00.819 INFO:teuthology.orchestra.run.smithi174.stdout:Building dependency tree... 2024-02-10T07:16:00.819 INFO:teuthology.orchestra.run.smithi174.stdout:Reading state information... 2024-02-10T07:16:00.973 INFO:teuthology.orchestra.run.smithi174.stdout:linux-image-generic is already the newest version (5.15.0.94.91). 2024-02-10T07:16:00.973 INFO:teuthology.orchestra.run.smithi174.stdout:The following packages were automatically installed and are no longer required: 2024-02-10T07:16:00.973 INFO:teuthology.orchestra.run.smithi174.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-10T07:16:00.973 INFO:teuthology.orchestra.run.smithi174.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-10T07:16:00.973 INFO:teuthology.orchestra.run.smithi174.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-10T07:16:00.974 INFO:teuthology.orchestra.run.smithi174.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-02-10T07:16:00.974 INFO:teuthology.orchestra.run.smithi174.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-02-10T07:16:00.974 INFO:teuthology.orchestra.run.smithi174.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-10T07:16:00.992 INFO:teuthology.orchestra.run.smithi067.stdout:linux-image-generic is already the newest version (5.15.0.94.91). 2024-02-10T07:16:00.992 INFO:teuthology.orchestra.run.smithi067.stdout:The following packages were automatically installed and are no longer required: 2024-02-10T07:16:00.992 INFO:teuthology.orchestra.run.smithi067.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-10T07:16:00.992 INFO:teuthology.orchestra.run.smithi067.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-10T07:16:00.992 INFO:teuthology.orchestra.run.smithi067.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-10T07:16:00.993 INFO:teuthology.orchestra.run.smithi067.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-02-10T07:16:00.993 INFO:teuthology.orchestra.run.smithi067.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-02-10T07:16:00.993 INFO:teuthology.orchestra.run.smithi067.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-10T07:16:01.011 INFO:teuthology.orchestra.run.smithi174.stdout:0 upgraded, 0 newly installed, 0 to remove and 282 not upgraded. 2024-02-10T07:16:01.013 DEBUG:teuthology.orchestra.run.smithi174:> dpkg -s linux-image-generic 2024-02-10T07:16:01.024 INFO:teuthology.orchestra.run.smithi174.stdout:Package: linux-image-generic 2024-02-10T07:16:01.025 INFO:teuthology.orchestra.run.smithi174.stdout:Status: install ok installed 2024-02-10T07:16:01.025 INFO:teuthology.orchestra.run.smithi174.stdout:Priority: optional 2024-02-10T07:16:01.025 INFO:teuthology.orchestra.run.smithi174.stdout:Section: kernel 2024-02-10T07:16:01.025 INFO:teuthology.orchestra.run.smithi174.stdout:Installed-Size: 21 2024-02-10T07:16:01.025 INFO:teuthology.orchestra.run.smithi174.stdout:Maintainer: Ubuntu Kernel Team 2024-02-10T07:16:01.025 INFO:teuthology.orchestra.run.smithi174.stdout:Architecture: amd64 2024-02-10T07:16:01.025 INFO:teuthology.orchestra.run.smithi174.stdout:Source: linux-meta 2024-02-10T07:16:01.025 INFO:teuthology.orchestra.run.smithi174.stdout:Version: 5.15.0.94.91 2024-02-10T07:16:01.025 INFO:teuthology.orchestra.run.smithi174.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-94), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-02-10T07:16:01.025 INFO:teuthology.orchestra.run.smithi174.stdout:Depends: linux-image-5.15.0-94-generic, linux-modules-extra-5.15.0-94-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-10T07:16:01.025 INFO:teuthology.orchestra.run.smithi174.stdout:Recommends: thermald 2024-02-10T07:16:01.025 INFO:teuthology.orchestra.run.smithi174.stdout:Description: Generic Linux kernel image 2024-02-10T07:16:01.025 INFO:teuthology.orchestra.run.smithi174.stdout: This package will always depend on the latest generic kernel image 2024-02-10T07:16:01.026 INFO:teuthology.orchestra.run.smithi174.stdout: available. 2024-02-10T07:16:01.026 DEBUG:teuthology.orchestra.run.smithi174:> mktemp 2024-02-10T07:16:01.035 INFO:teuthology.orchestra.run.smithi067.stdout:0 upgraded, 0 newly installed, 0 to remove and 282 not upgraded. 2024-02-10T07:16:01.037 DEBUG:teuthology.orchestra.run.smithi067:> dpkg -s linux-image-generic 2024-02-10T07:16:01.053 INFO:teuthology.orchestra.run.smithi067.stdout:Package: linux-image-generic 2024-02-10T07:16:01.053 INFO:teuthology.orchestra.run.smithi067.stdout:Status: install ok installed 2024-02-10T07:16:01.053 INFO:teuthology.orchestra.run.smithi067.stdout:Priority: optional 2024-02-10T07:16:01.053 INFO:teuthology.orchestra.run.smithi067.stdout:Section: kernel 2024-02-10T07:16:01.054 INFO:teuthology.orchestra.run.smithi067.stdout:Installed-Size: 21 2024-02-10T07:16:01.054 INFO:teuthology.orchestra.run.smithi067.stdout:Maintainer: Ubuntu Kernel Team 2024-02-10T07:16:01.054 INFO:teuthology.orchestra.run.smithi067.stdout:Architecture: amd64 2024-02-10T07:16:01.054 INFO:teuthology.orchestra.run.smithi067.stdout:Source: linux-meta 2024-02-10T07:16:01.054 INFO:teuthology.orchestra.run.smithi067.stdout:Version: 5.15.0.94.91 2024-02-10T07:16:01.054 INFO:teuthology.orchestra.run.smithi067.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-94), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-02-10T07:16:01.054 INFO:teuthology.orchestra.run.smithi067.stdout:Depends: linux-image-5.15.0-94-generic, linux-modules-extra-5.15.0-94-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-10T07:16:01.054 INFO:teuthology.orchestra.run.smithi067.stdout:Recommends: thermald 2024-02-10T07:16:01.054 INFO:teuthology.orchestra.run.smithi067.stdout:Description: Generic Linux kernel image 2024-02-10T07:16:01.054 INFO:teuthology.orchestra.run.smithi067.stdout: This package will always depend on the latest generic kernel image 2024-02-10T07:16:01.054 INFO:teuthology.orchestra.run.smithi067.stdout: available. 2024-02-10T07:16:01.054 DEBUG:teuthology.orchestra.run.smithi067:> mktemp 2024-02-10T07:16:01.070 INFO:teuthology.orchestra.run.smithi174.stdout:/tmp/tmp.EISbrnhkmG 2024-02-10T07:16:01.070 DEBUG:teuthology.orchestra.run.smithi174:> sudo cp /boot/grub/grub.cfg /tmp/tmp.EISbrnhkmG 2024-02-10T07:16:01.099 INFO:teuthology.orchestra.run.smithi067.stdout:/tmp/tmp.2iTrFfIEof 2024-02-10T07:16:01.099 DEBUG:teuthology.orchestra.run.smithi067:> sudo cp /boot/grub/grub.cfg /tmp/tmp.2iTrFfIEof 2024-02-10T07:16:01.123 DEBUG:teuthology.orchestra.run.smithi174:> sudo chmod 0666 /tmp/tmp.EISbrnhkmG 2024-02-10T07:16:01.155 DEBUG:teuthology.orchestra.run.smithi067:> sudo chmod 0666 /tmp/tmp.2iTrFfIEof 2024-02-10T07:16:01.234 DEBUG:teuthology.orchestra.remote:smithi174:/tmp/tmp.EISbrnhkmG is 10KB 2024-02-10T07:16:01.247 DEBUG:teuthology.orchestra.run.smithi174:> rm -fr /tmp/tmp.EISbrnhkmG 2024-02-10T07:16:01.252 DEBUG:teuthology.orchestra.run.smithi174:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-02-10T07:16:01.274 DEBUG:teuthology.orchestra.remote:smithi067:/tmp/tmp.2iTrFfIEof is 10KB 2024-02-10T07:16:01.288 DEBUG:teuthology.orchestra.run.smithi067:> rm -fr /tmp/tmp.2iTrFfIEof 2024-02-10T07:16:01.293 DEBUG:teuthology.orchestra.run.smithi067:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-02-10T07:16:01.306 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-02-10T07:16:01.306 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-02-10T07:16:01.306 DEBUG:teuthology.orchestra.run.smithi174:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-02-10T07:16:01.347 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-02-10T07:16:01.347 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-02-10T07:16:01.347 DEBUG:teuthology.orchestra.run.smithi067:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-02-10T07:16:01.405 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-94-generic 2024-02-10T07:16:01.405 DEBUG:teuthology.orchestra.run.smithi174:> sudo update-grub 2024-02-10T07:16:01.415 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-94-generic 2024-02-10T07:16:01.415 DEBUG:teuthology.orchestra.run.smithi067:> sudo update-grub 2024-02-10T07:16:02.646 INFO:teuthology.orchestra.run.smithi067.stderr:Sourcing file `/etc/default/grub' 2024-02-10T07:16:02.647 INFO:teuthology.orchestra.run.smithi067.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-10T07:16:02.649 INFO:teuthology.orchestra.run.smithi067.stderr:Generating grub configuration file ... 2024-02-10T07:16:02.727 INFO:teuthology.orchestra.run.smithi174.stderr:Sourcing file `/etc/default/grub' 2024-02-10T07:16:02.728 INFO:teuthology.orchestra.run.smithi174.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-10T07:16:02.732 INFO:teuthology.orchestra.run.smithi174.stderr:Generating grub configuration file ... 2024-02-10T07:16:02.831 INFO:teuthology.orchestra.run.smithi067.stderr:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-10T07:16:02.837 INFO:teuthology.orchestra.run.smithi067.stderr:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-10T07:16:02.961 INFO:teuthology.orchestra.run.smithi174.stderr:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-10T07:16:02.967 INFO:teuthology.orchestra.run.smithi174.stderr:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-10T07:16:03.095 INFO:teuthology.orchestra.run.smithi067.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-02-10T07:16:03.100 INFO:teuthology.orchestra.run.smithi067.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-02-10T07:16:03.143 INFO:teuthology.orchestra.run.smithi067.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-02-10T07:16:03.149 INFO:teuthology.orchestra.run.smithi067.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-02-10T07:16:03.226 INFO:teuthology.orchestra.run.smithi174.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-02-10T07:16:03.231 INFO:teuthology.orchestra.run.smithi174.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-02-10T07:16:03.269 INFO:teuthology.orchestra.run.smithi067.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-02-10T07:16:03.269 INFO:teuthology.orchestra.run.smithi067.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-02-10T07:16:03.269 INFO:teuthology.orchestra.run.smithi067.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-02-10T07:16:03.271 INFO:teuthology.orchestra.run.smithi174.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-02-10T07:16:03.277 INFO:teuthology.orchestra.run.smithi174.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-02-10T07:16:03.282 INFO:teuthology.orchestra.run.smithi067.stderr:done 2024-02-10T07:16:03.284 DEBUG:teuthology.orchestra.run.smithi067:> sudo shutdown -r now 2024-02-10T07:16:03.409 INFO:teuthology.orchestra.run.smithi174.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-02-10T07:16:03.409 INFO:teuthology.orchestra.run.smithi174.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-02-10T07:16:03.409 INFO:teuthology.orchestra.run.smithi174.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-02-10T07:16:03.432 INFO:teuthology.orchestra.run.smithi174.stderr:done 2024-02-10T07:16:03.441 DEBUG:teuthology.orchestra.run.smithi174:> sudo shutdown -r now 2024-02-10T07:16:33.297 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-10T07:16:33.297 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-02-10T07:16:33.298 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T07:16:33.444 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-10T07:16:33.444 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi174.front.sepia.ceph.com' 2024-02-10T07:16:33.445 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi174.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T07:16:51.644 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.67 2024-02-10T07:16:51.900 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.174 2024-02-10T07:17:00.652 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-02-10T07:17:00.653 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T07:17:00.902 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi174.front.sepia.ceph.com' 2024-02-10T07:17:00.903 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi174.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T07:17:03.708 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.67 2024-02-10T07:17:03.964 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.174 2024-02-10T07:17:15.714 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-02-10T07:17:15.715 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T07:17:15.965 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi174.front.sepia.ceph.com' 2024-02-10T07:17:15.966 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi174.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T07:17:47.841 DEBUG:teuthology.orchestra.run.smithi174:> true 2024-02-10T07:17:48.437 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi174.front.sepia.ceph.com' 2024-02-10T07:17:48.437 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-94-generic"... 2024-02-10T07:17:48.437 DEBUG:teuthology.orchestra.run.smithi174:> uname -r 2024-02-10T07:17:48.483 INFO:teuthology.orchestra.run.smithi174.stdout:5.15.0-94-generic 2024-02-10T07:17:48.484 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-94-generic vs 5.15.0-94-generic 2024-02-10T07:17:48.484 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-10T07:17:48.484 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-02-10T07:17:49.485 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-10T07:17:49.485 DEBUG:teuthology.orchestra.run.smithi174:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-10T07:17:49.565 INFO:teuthology.orchestra.run.smithi174.stdout:ttyS1 2024-02-10T07:17:49.585 DEBUG:teuthology.parallel:result is None 2024-02-10T07:18:15.718 DEBUG:teuthology.orchestra.remote:timed out 2024-02-10T07:18:30.720 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-02-10T07:18:30.721 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T07:18:30.942 DEBUG:teuthology.orchestra.run.smithi067:> true 2024-02-10T07:18:31.567 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-02-10T07:18:31.567 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-94-generic"... 2024-02-10T07:18:31.567 DEBUG:teuthology.orchestra.run.smithi067:> uname -r 2024-02-10T07:18:31.613 INFO:teuthology.orchestra.run.smithi067.stdout:5.15.0-94-generic 2024-02-10T07:18:31.613 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-94-generic vs 5.15.0-94-generic 2024-02-10T07:18:31.613 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-10T07:18:31.613 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-02-10T07:18:32.615 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-10T07:18:32.615 DEBUG:teuthology.orchestra.run.smithi067:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-10T07:18:32.694 INFO:teuthology.orchestra.run.smithi067.stdout:ttyS1 2024-02-10T07:18:32.727 DEBUG:teuthology.parallel:result is None 2024-02-10T07:18:32.727 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-10T07:18:32.736 INFO:teuthology.task.internal:Creating test directory... 2024-02-10T07:18:32.736 DEBUG:teuthology.orchestra.run.smithi067:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-10T07:18:32.738 DEBUG:teuthology.orchestra.run.smithi174:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-10T07:18:32.745 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-10T07:18:32.755 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-10T07:18:32.765 INFO:teuthology.task.internal:Creating archive directory... 2024-02-10T07:18:32.766 DEBUG:teuthology.orchestra.run.smithi067:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-10T07:18:32.789 DEBUG:teuthology.orchestra.run.smithi174:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-10T07:18:32.893 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-10T07:18:32.905 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-10T07:18:32.905 DEBUG:teuthology.orchestra.run.smithi067:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-10T07:18:32.908 DEBUG:teuthology.orchestra.run.smithi174:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-10T07:18:32.928 INFO:teuthology.orchestra.run.smithi067.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T07:18:32.928 INFO:teuthology.orchestra.run.smithi174.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T07:18:32.937 INFO:teuthology.orchestra.run.smithi174.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T07:18:32.938 INFO:teuthology.orchestra.run.smithi067.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T07:18:32.939 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-10T07:18:32.951 INFO:teuthology.task.internal:Configuring sudo... 2024-02-10T07:18:32.951 DEBUG:teuthology.orchestra.run.smithi067:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-10T07:18:32.982 DEBUG:teuthology.orchestra.run.smithi174:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-10T07:18:32.996 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-10T07:18:33.009 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-10T07:18:33.010 DEBUG:teuthology.orchestra.run.smithi067:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-10T07:18:33.038 DEBUG:teuthology.orchestra.run.smithi174:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-10T07:18:33.043 DEBUG:teuthology.orchestra.run.smithi067:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T07:18:33.090 DEBUG:teuthology.orchestra.run.smithi067:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T07:18:33.138 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-02-10T07:18:33.138 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-10T07:18:33.196 DEBUG:teuthology.orchestra.run.smithi174:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T07:18:33.202 DEBUG:teuthology.orchestra.run.smithi174:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T07:18:33.251 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-02-10T07:18:33.251 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-10T07:18:33.311 DEBUG:teuthology.orchestra.run.smithi067:> sudo service rsyslog restart 2024-02-10T07:18:33.313 DEBUG:teuthology.orchestra.run.smithi174:> sudo service rsyslog restart 2024-02-10T07:18:33.390 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-10T07:18:33.400 INFO:teuthology.task.internal:Starting timer... 2024-02-10T07:18:33.400 INFO:teuthology.run_tasks:Running task pcp... 2024-02-10T07:18:33.418 INFO:teuthology.run_tasks:Running task selinux... 2024-02-10T07:18:33.434 DEBUG:teuthology.task.selinux:Excluding smithi067: OS 'ubuntu' does not support SELinux 2024-02-10T07:18:33.434 DEBUG:teuthology.task.selinux:Excluding smithi174: OS 'ubuntu' does not support SELinux 2024-02-10T07:18:33.435 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-10T07:18:33.435 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-02-10T07:18:33.435 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-10T07:18:33.435 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-10T07:18:33.449 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-10T07:18:33.465 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-02-10T07:18:33.466 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi067.front.sepia.ceph.com,smithi174.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-10T07:25:37.614 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi067.front.sepia.ceph.com'), Remote(name='ubuntu@smithi174.front.sepia.ceph.com')] 2024-02-10T07:25:37.616 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-02-10T07:25:37.617 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T07:25:37.702 DEBUG:teuthology.orchestra.run.smithi067:> true 2024-02-10T07:25:37.776 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-02-10T07:25:37.777 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi174.front.sepia.ceph.com' 2024-02-10T07:25:37.778 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi174.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T07:25:37.859 DEBUG:teuthology.orchestra.run.smithi174:> true 2024-02-10T07:25:37.936 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi174.front.sepia.ceph.com' 2024-02-10T07:25:37.937 INFO:teuthology.run_tasks:Running task clock... 2024-02-10T07:25:37.948 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-10T07:25:37.948 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-10T07:25:37.948 DEBUG:teuthology.orchestra.run.smithi067:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-10T07:25:37.951 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-10T07:25:37.951 DEBUG:teuthology.orchestra.run.smithi174:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-10T07:25:37.980 INFO:teuthology.orchestra.run.smithi067.stdout:10 Feb 07:25:37 ntpd[17150]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-02-10T07:25:37.980 INFO:teuthology.orchestra.run.smithi067.stdout:10 Feb 07:25:37 ntpd[17150]: Command line: ntpd -gq 2024-02-10T07:25:37.980 INFO:teuthology.orchestra.run.smithi067.stdout:10 Feb 07:25:37 ntpd[17150]: ---------------------------------------------------- 2024-02-10T07:25:37.980 INFO:teuthology.orchestra.run.smithi067.stdout:10 Feb 07:25:37 ntpd[17150]: ntp-4 is maintained by Network Time Foundation, 2024-02-10T07:25:37.980 INFO:teuthology.orchestra.run.smithi067.stdout:10 Feb 07:25:37 ntpd[17150]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-02-10T07:25:37.980 INFO:teuthology.orchestra.run.smithi067.stdout:10 Feb 07:25:37 ntpd[17150]: corporation. Support and training for ntp-4 are 2024-02-10T07:25:37.980 INFO:teuthology.orchestra.run.smithi067.stdout:10 Feb 07:25:37 ntpd[17150]: available at https://www.nwtime.org/support 2024-02-10T07:25:37.980 INFO:teuthology.orchestra.run.smithi067.stdout:10 Feb 07:25:37 ntpd[17150]: ---------------------------------------------------- 2024-02-10T07:25:37.981 INFO:teuthology.orchestra.run.smithi067.stdout:10 Feb 07:25:37 ntpd[17150]: proto: precision = 0.071 usec (-24) 2024-02-10T07:25:37.981 INFO:teuthology.orchestra.run.smithi067.stdout:10 Feb 07:25:37 ntpd[17150]: basedate set to 2022-02-04 2024-02-10T07:25:37.981 INFO:teuthology.orchestra.run.smithi067.stdout:10 Feb 07:25:37 ntpd[17150]: gps base set to 2022-02-06 (week 2196) 2024-02-10T07:25:37.982 INFO:teuthology.orchestra.run.smithi067.stdout:10 Feb 07:25:37 ntpd[17150]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-10T07:25:37.982 INFO:teuthology.orchestra.run.smithi067.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-10T07:25:37.982 INFO:teuthology.orchestra.run.smithi067.stderr:restrict ::: KOD does nothing without LIMITED. 2024-02-10T07:25:37.983 INFO:teuthology.orchestra.run.smithi067.stdout:10 Feb 07:25:37 ntpd[17150]: restrict ::: KOD does nothing without LIMITED. 2024-02-10T07:25:37.983 INFO:teuthology.orchestra.run.smithi067.stdout:10 Feb 07:25:37 ntpd[17150]: Listen and drop on 0 v6wildcard [::]:123 2024-02-10T07:25:37.983 INFO:teuthology.orchestra.run.smithi067.stdout:10 Feb 07:25:37 ntpd[17150]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-02-10T07:25:37.983 INFO:teuthology.orchestra.run.smithi067.stdout:10 Feb 07:25:37 ntpd[17150]: Listen normally on 2 lo 127.0.0.1:123 2024-02-10T07:25:37.983 INFO:teuthology.orchestra.run.smithi067.stdout:10 Feb 07:25:37 ntpd[17150]: Listen normally on 3 enp3s0f1 172.21.15.67:123 2024-02-10T07:25:37.983 INFO:teuthology.orchestra.run.smithi067.stdout:10 Feb 07:25:37 ntpd[17150]: Listen normally on 4 lo [::1]:123 2024-02-10T07:25:37.983 INFO:teuthology.orchestra.run.smithi067.stdout:10 Feb 07:25:37 ntpd[17150]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:feb6:fc0b%5]:123 2024-02-10T07:25:37.983 INFO:teuthology.orchestra.run.smithi067.stdout:10 Feb 07:25:37 ntpd[17150]: Listening on routing socket on fd #22 for interface updates 2024-02-10T07:25:38.005 INFO:teuthology.orchestra.run.smithi174.stdout:10 Feb 07:25:37 ntpd[17154]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-02-10T07:25:38.006 INFO:teuthology.orchestra.run.smithi174.stdout:10 Feb 07:25:37 ntpd[17154]: Command line: ntpd -gq 2024-02-10T07:25:38.006 INFO:teuthology.orchestra.run.smithi174.stdout:10 Feb 07:25:37 ntpd[17154]: ---------------------------------------------------- 2024-02-10T07:25:38.006 INFO:teuthology.orchestra.run.smithi174.stdout:10 Feb 07:25:37 ntpd[17154]: ntp-4 is maintained by Network Time Foundation, 2024-02-10T07:25:38.006 INFO:teuthology.orchestra.run.smithi174.stdout:10 Feb 07:25:37 ntpd[17154]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-02-10T07:25:38.006 INFO:teuthology.orchestra.run.smithi174.stdout:10 Feb 07:25:37 ntpd[17154]: corporation. Support and training for ntp-4 are 2024-02-10T07:25:38.006 INFO:teuthology.orchestra.run.smithi174.stdout:10 Feb 07:25:37 ntpd[17154]: available at https://www.nwtime.org/support 2024-02-10T07:25:38.006 INFO:teuthology.orchestra.run.smithi174.stdout:10 Feb 07:25:37 ntpd[17154]: ---------------------------------------------------- 2024-02-10T07:25:38.006 INFO:teuthology.orchestra.run.smithi174.stdout:10 Feb 07:25:38 ntpd[17154]: proto: precision = 0.045 usec (-24) 2024-02-10T07:25:38.006 INFO:teuthology.orchestra.run.smithi174.stdout:10 Feb 07:25:38 ntpd[17154]: basedate set to 2022-02-04 2024-02-10T07:25:38.006 INFO:teuthology.orchestra.run.smithi174.stdout:10 Feb 07:25:38 ntpd[17154]: gps base set to 2022-02-06 (week 2196) 2024-02-10T07:25:38.006 INFO:teuthology.orchestra.run.smithi174.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-10T07:25:38.007 INFO:teuthology.orchestra.run.smithi174.stdout:10 Feb 07:25:38 ntpd[17154]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-10T07:25:38.007 INFO:teuthology.orchestra.run.smithi174.stdout:10 Feb 07:25:38 ntpd[17154]: restrict ::: KOD does nothing without LIMITED. 2024-02-10T07:25:38.007 INFO:teuthology.orchestra.run.smithi174.stderr:restrict ::: KOD does nothing without LIMITED. 2024-02-10T07:25:38.008 INFO:teuthology.orchestra.run.smithi174.stdout:10 Feb 07:25:38 ntpd[17154]: Listen and drop on 0 v6wildcard [::]:123 2024-02-10T07:25:38.008 INFO:teuthology.orchestra.run.smithi174.stdout:10 Feb 07:25:38 ntpd[17154]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-02-10T07:25:38.008 INFO:teuthology.orchestra.run.smithi174.stdout:10 Feb 07:25:38 ntpd[17154]: Listen normally on 2 lo 127.0.0.1:123 2024-02-10T07:25:38.009 INFO:teuthology.orchestra.run.smithi174.stdout:10 Feb 07:25:38 ntpd[17154]: Listen normally on 3 enp3s0f1 172.21.15.174:123 2024-02-10T07:25:38.009 INFO:teuthology.orchestra.run.smithi174.stdout:10 Feb 07:25:38 ntpd[17154]: Listen normally on 4 lo [::1]:123 2024-02-10T07:25:38.009 INFO:teuthology.orchestra.run.smithi174.stdout:10 Feb 07:25:38 ntpd[17154]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:771b%5]:123 2024-02-10T07:25:38.009 INFO:teuthology.orchestra.run.smithi174.stdout:10 Feb 07:25:38 ntpd[17154]: Listening on routing socket on fd #22 for interface updates 2024-02-10T07:25:38.980 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:38 ntpd[17150]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:38.980 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:38 ntpd[17150]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:40.980 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:40 ntpd[17150]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:40.981 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:40 ntpd[17150]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:40.981 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:40 ntpd[17150]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:40.981 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:40 ntpd[17150]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:40.981 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:40 ntpd[17150]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:25:40.981 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:40 ntpd[17150]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:25:41.005 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:41 ntpd[17154]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:41.005 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:41 ntpd[17154]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:41.980 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:41 ntpd[17150]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:41.981 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:41 ntpd[17150]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:41.981 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:41 ntpd[17150]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:41.981 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:41 ntpd[17150]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:41.981 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:41 ntpd[17150]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:25:41.981 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:41 ntpd[17150]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:25:42.006 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:42 ntpd[17154]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:42.006 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:42 ntpd[17154]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:42.006 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:42 ntpd[17154]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:42.006 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:42 ntpd[17154]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:42.006 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:42 ntpd[17154]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:42.006 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:42 ntpd[17154]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:42.006 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:42 ntpd[17154]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:25:42.006 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:42 ntpd[17154]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:25:42.006 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:42 ntpd[17154]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:42.006 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:42 ntpd[17154]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:42.006 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:42 ntpd[17154]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:25:42.006 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:42 ntpd[17154]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:25:42.981 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:42 ntpd[17150]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:42.981 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:42 ntpd[17150]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:42.981 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:42 ntpd[17150]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:42.981 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:42 ntpd[17150]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:42.982 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:42 ntpd[17150]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:42.982 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:42 ntpd[17150]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:42.982 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:42 ntpd[17150]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:25:42.982 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:42 ntpd[17150]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:25:42.982 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:42 ntpd[17150]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:42.982 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:42 ntpd[17150]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:42.982 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:42 ntpd[17150]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:25:42.982 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:42 ntpd[17150]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:25:43.008 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:43 ntpd[17154]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:43.008 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:43 ntpd[17154]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:43.008 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:43 ntpd[17154]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:43.008 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:43 ntpd[17154]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:43.009 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:43 ntpd[17154]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:25:43.009 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:43 ntpd[17154]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:25:43.980 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:43 ntpd[17150]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:43.981 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:43 ntpd[17150]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:43.981 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:43 ntpd[17150]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:43.981 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:43 ntpd[17150]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:43.981 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:43 ntpd[17150]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:25:43.981 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:43 ntpd[17150]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:25:44.006 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:44 ntpd[17154]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:44.006 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:44 ntpd[17154]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:44.006 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:44 ntpd[17154]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:44.006 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:44 ntpd[17154]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:44.006 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:44 ntpd[17154]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:44.006 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:44 ntpd[17154]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:44.007 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:44 ntpd[17154]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:25:44.007 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:44 ntpd[17154]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:25:44.007 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:44 ntpd[17154]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:44.007 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:44 ntpd[17154]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:44.007 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:44 ntpd[17154]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:25:44.007 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:44 ntpd[17154]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:25:44.981 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:44 ntpd[17150]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:44.981 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:44 ntpd[17150]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:44.981 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:44 ntpd[17150]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:44.981 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:44 ntpd[17150]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:44.981 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:44 ntpd[17150]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:44.982 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:44 ntpd[17150]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:44.982 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:44 ntpd[17150]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:25:44.982 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:44 ntpd[17150]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:25:44.982 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:44 ntpd[17150]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:44.982 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:44 ntpd[17150]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:44.982 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:44 ntpd[17150]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:25:44.982 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:44 ntpd[17150]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:25:45.005 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:45 ntpd[17154]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:45.005 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:45 ntpd[17154]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:45.005 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:45 ntpd[17154]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:45.005 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:45 ntpd[17154]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:45.006 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:45 ntpd[17154]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:25:45.006 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:45 ntpd[17154]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:25:45.981 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:45 ntpd[17150]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:45.981 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:45 ntpd[17150]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:45.981 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:45 ntpd[17150]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:45.981 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:45 ntpd[17150]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:45.981 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:45 ntpd[17150]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:25:45.981 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:45 ntpd[17150]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:25:46.006 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:46 ntpd[17154]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:46.006 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:46 ntpd[17154]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:46.006 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:46 ntpd[17154]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:46.006 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:46 ntpd[17154]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:46.007 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:46 ntpd[17154]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:46.007 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:46 ntpd[17154]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:46.007 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:46 ntpd[17154]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:25:46.007 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:46 ntpd[17154]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:25:46.007 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:46 ntpd[17154]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:46.007 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:46 ntpd[17154]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:46.007 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:46 ntpd[17154]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:25:46.007 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:46 ntpd[17154]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:25:46.981 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:46 ntpd[17150]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:46.981 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:46 ntpd[17150]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:46.981 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:46 ntpd[17150]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:46.981 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:46 ntpd[17150]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:46.981 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:46 ntpd[17150]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:46.981 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:46 ntpd[17150]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:46.981 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:46 ntpd[17150]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:25:46.981 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:46 ntpd[17150]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:25:46.981 INFO:teuthology.orchestra.run.smithi067.stdout:10 Feb 07:25:46 ntpd[17150]: ntpd: time slew -0.001174 s 2024-02-10T07:25:46.982 INFO:teuthology.orchestra.run.smithi067.stdout:ntpd: time slew -0.001174s 2024-02-10T07:25:46.982 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:46 ntpd[17150]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-02-10T07:25:46.982 INFO:teuthology.orchestra.run.smithi067.stderr:10 Feb 07:25:46 ntpd[17150]: can't open /var/log/ntpstats/loopstats.20240210: Permission denied 2024-02-10T07:25:47.005 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:47 ntpd[17154]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:47.005 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:47 ntpd[17154]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:47.005 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:47 ntpd[17154]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:47.006 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:47 ntpd[17154]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:47.006 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:47 ntpd[17154]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:25:47.006 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:47 ntpd[17154]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:25:47.029 INFO:teuthology.orchestra.run.smithi067.stdout: remote refid st t when poll reach delay offset jitter 2024-02-10T07:25:47.029 INFO:teuthology.orchestra.run.smithi067.stdout:============================================================================== 2024-02-10T07:25:47.029 INFO:teuthology.orchestra.run.smithi067.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T07:25:47.029 INFO:teuthology.orchestra.run.smithi067.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T07:25:47.029 INFO:teuthology.orchestra.run.smithi067.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T07:25:47.029 INFO:teuthology.orchestra.run.smithi067.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T07:25:48.006 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:48 ntpd[17154]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:48.006 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:48 ntpd[17154]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:48.006 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:48 ntpd[17154]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:48.006 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:48 ntpd[17154]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:48.006 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:48 ntpd[17154]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:25:48.006 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:48 ntpd[17154]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:25:48.007 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:48 ntpd[17154]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:25:48.007 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:48 ntpd[17154]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:25:48.007 INFO:teuthology.orchestra.run.smithi174.stdout:10 Feb 07:25:48 ntpd[17154]: ntpd: time slew -0.001090 s 2024-02-10T07:25:48.007 INFO:teuthology.orchestra.run.smithi174.stdout:ntpd: time slew -0.001090s 2024-02-10T07:25:48.007 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:48 ntpd[17154]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-02-10T07:25:48.007 INFO:teuthology.orchestra.run.smithi174.stderr:10 Feb 07:25:48 ntpd[17154]: can't open /var/log/ntpstats/loopstats.20240210: Permission denied 2024-02-10T07:25:48.059 INFO:teuthology.orchestra.run.smithi174.stdout: remote refid st t when poll reach delay offset jitter 2024-02-10T07:25:48.059 INFO:teuthology.orchestra.run.smithi174.stdout:============================================================================== 2024-02-10T07:25:48.059 INFO:teuthology.orchestra.run.smithi174.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T07:25:48.060 INFO:teuthology.orchestra.run.smithi174.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T07:25:48.060 INFO:teuthology.orchestra.run.smithi174.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T07:25:48.060 INFO:teuthology.orchestra.run.smithi174.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T07:25:48.061 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-02-10T07:25:48.071 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-02-10T07:25:48.071 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-02-10T07:25:48.071 DEBUG:teuthology.orchestra.run.smithi067:> dd if=/scratch_devs of=/dev/stdout 2024-02-10T07:25:48.078 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-10T07:25:48.078 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/vg_nvme/lv_1 2024-02-10T07:25:48.124 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-10T07:25:48.124 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T07:25:48.124 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 5h/5d Inode: 883 Links: 1 2024-02-10T07:25:48.124 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T07:25:48.124 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2024-02-10 07:22:20.678766600 +0000 2024-02-10T07:25:48.124 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2024-02-10 07:22:20.434768776 +0000 2024-02-10T07:25:48.124 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2024-02-10 07:22:20.434768776 +0000 2024-02-10T07:25:48.124 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: - 2024-02-10T07:25:48.125 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-10T07:25:48.179 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2024-02-10T07:25:48.179 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2024-02-10T07:25:48.179 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.000437508 s, 1.2 MB/s 2024-02-10T07:25:48.180 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-10T07:25:48.229 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/vg_nvme/lv_2 2024-02-10T07:25:48.276 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-10T07:25:48.276 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T07:25:48.276 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 5h/5d Inode: 899 Links: 1 2024-02-10T07:25:48.276 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T07:25:48.276 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2024-02-10 07:22:21.174762176 +0000 2024-02-10T07:25:48.276 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2024-02-10 07:22:20.918764460 +0000 2024-02-10T07:25:48.276 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2024-02-10 07:22:20.918764460 +0000 2024-02-10T07:25:48.276 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: - 2024-02-10T07:25:48.277 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-10T07:25:48.330 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2024-02-10T07:25:48.330 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2024-02-10T07:25:48.330 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.000419683 s, 1.2 MB/s 2024-02-10T07:25:48.331 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-10T07:25:48.381 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/vg_nvme/lv_3 2024-02-10T07:25:48.428 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-10T07:25:48.428 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T07:25:48.428 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 5h/5d Inode: 918 Links: 1 2024-02-10T07:25:48.428 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T07:25:48.428 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2024-02-10 07:22:21.650757930 +0000 2024-02-10T07:25:48.428 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2024-02-10 07:22:21.418759999 +0000 2024-02-10T07:25:48.428 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2024-02-10 07:22:21.418759999 +0000 2024-02-10T07:25:48.428 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: - 2024-02-10T07:25:48.428 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-10T07:25:48.482 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2024-02-10T07:25:48.482 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2024-02-10T07:25:48.482 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.000430455 s, 1.2 MB/s 2024-02-10T07:25:48.483 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-10T07:25:48.533 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/vg_nvme/lv_4 2024-02-10T07:25:48.580 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-10T07:25:48.581 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T07:25:48.581 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 5h/5d Inode: 934 Links: 1 2024-02-10T07:25:48.581 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T07:25:48.581 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2024-02-10 07:22:22.162753362 +0000 2024-02-10T07:25:48.581 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2024-02-10 07:22:21.886755824 +0000 2024-02-10T07:25:48.581 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2024-02-10 07:22:21.886755824 +0000 2024-02-10T07:25:48.581 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: - 2024-02-10T07:25:48.582 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-10T07:25:48.634 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2024-02-10T07:25:48.635 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2024-02-10T07:25:48.635 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.000371005 s, 1.4 MB/s 2024-02-10T07:25:48.636 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-10T07:25:48.685 DEBUG:teuthology.orchestra.run.smithi067:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-02-10T07:25:48.824 INFO:teuthology.orchestra.run.smithi067.stdout:loop 2024-02-10T07:25:48.825 INFO:tasks.nvme_loop:Connecting nvme_loop smithi067:/dev/vg_nvme/lv_1... 2024-02-10T07:25:48.826 DEBUG:teuthology.orchestra.run.smithi067:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-02-10T07:25:48.843 INFO:teuthology.orchestra.run.smithi067.stdout:1 2024-02-10T07:25:48.867 INFO:teuthology.orchestra.run.smithi067.stdout:/dev/vg_nvme/lv_11 2024-02-10T07:25:48.885 INFO:tasks.nvme_loop:Connecting nvme_loop smithi067:/dev/vg_nvme/lv_2... 2024-02-10T07:25:48.885 DEBUG:teuthology.orchestra.run.smithi067:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-02-10T07:25:48.944 INFO:teuthology.orchestra.run.smithi067.stdout:1 2024-02-10T07:25:48.966 INFO:teuthology.orchestra.run.smithi067.stdout:/dev/vg_nvme/lv_21 2024-02-10T07:25:48.983 INFO:tasks.nvme_loop:Connecting nvme_loop smithi067:/dev/vg_nvme/lv_3... 2024-02-10T07:25:48.983 DEBUG:teuthology.orchestra.run.smithi067:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-02-10T07:25:49.045 INFO:teuthology.orchestra.run.smithi067.stdout:1 2024-02-10T07:25:49.067 INFO:teuthology.orchestra.run.smithi067.stdout:/dev/vg_nvme/lv_31 2024-02-10T07:25:49.086 INFO:tasks.nvme_loop:Connecting nvme_loop smithi067:/dev/vg_nvme/lv_4... 2024-02-10T07:25:49.086 DEBUG:teuthology.orchestra.run.smithi067:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-02-10T07:25:49.145 INFO:teuthology.orchestra.run.smithi067.stdout:1 2024-02-10T07:25:49.167 INFO:teuthology.orchestra.run.smithi067.stdout:/dev/vg_nvme/lv_41 2024-02-10T07:25:49.185 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-02-10T07:25:49.185 DEBUG:teuthology.orchestra.run.smithi067:> dd if=/scratch_devs of=/dev/stdout 2024-02-10T07:25:49.236 DEBUG:teuthology.orchestra.run.smithi067:> sudo nvme list 2024-02-10T07:25:49.291 INFO:teuthology.orchestra.run.smithi067.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-10T07:25:49.291 INFO:teuthology.orchestra.run.smithi067.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-10T07:25:49.291 INFO:teuthology.orchestra.run.smithi067.stdout:/dev/nvme0n1 CVFT53440042400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-02-10T07:25:49.291 INFO:teuthology.orchestra.run.smithi067.stdout:/dev/nvme1n1 be4ba267c8d85f49ad0c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-02-10T07:25:49.291 INFO:teuthology.orchestra.run.smithi067.stdout:/dev/nvme2n1 e0f34085d0decfed6b21 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-02-10T07:25:49.291 INFO:teuthology.orchestra.run.smithi067.stdout:/dev/nvme3n1 13b034b789d62ba5ab40 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-02-10T07:25:49.291 INFO:teuthology.orchestra.run.smithi067.stdout:/dev/nvme4n1 3738e59c81956faf35f0 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-02-10T07:25:49.292 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-10T07:25:49.292 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-02-10T07:25:49.292 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/scratch_devs 2024-02-10T07:25:49.347 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-02-10T07:25:49.347 DEBUG:teuthology.orchestra.run.smithi174:> dd if=/scratch_devs of=/dev/stdout 2024-02-10T07:25:49.353 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-10T07:25:49.353 DEBUG:teuthology.orchestra.run.smithi174:> stat /dev/vg_nvme/lv_1 2024-02-10T07:25:49.402 INFO:teuthology.orchestra.run.smithi174.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-10T07:25:49.402 INFO:teuthology.orchestra.run.smithi174.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T07:25:49.402 INFO:teuthology.orchestra.run.smithi174.stdout:Device: 5h/5d Inode: 874 Links: 1 2024-02-10T07:25:49.402 INFO:teuthology.orchestra.run.smithi174.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T07:25:49.402 INFO:teuthology.orchestra.run.smithi174.stdout:Access: 2024-02-10 07:22:17.441232832 +0000 2024-02-10T07:25:49.402 INFO:teuthology.orchestra.run.smithi174.stdout:Modify: 2024-02-10 07:22:17.437232868 +0000 2024-02-10T07:25:49.402 INFO:teuthology.orchestra.run.smithi174.stdout:Change: 2024-02-10 07:22:17.437232868 +0000 2024-02-10T07:25:49.402 INFO:teuthology.orchestra.run.smithi174.stdout: Birth: - 2024-02-10T07:25:49.402 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-10T07:25:49.456 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records in 2024-02-10T07:25:49.456 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records out 2024-02-10T07:25:49.456 INFO:teuthology.orchestra.run.smithi174.stderr:512 bytes copied, 0.000446982 s, 1.1 MB/s 2024-02-10T07:25:49.457 DEBUG:teuthology.orchestra.run.smithi174:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-10T07:25:49.507 DEBUG:teuthology.orchestra.run.smithi174:> stat /dev/vg_nvme/lv_2 2024-02-10T07:25:49.553 INFO:teuthology.orchestra.run.smithi174.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-10T07:25:49.554 INFO:teuthology.orchestra.run.smithi174.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T07:25:49.554 INFO:teuthology.orchestra.run.smithi174.stdout:Device: 5h/5d Inode: 892 Links: 1 2024-02-10T07:25:49.554 INFO:teuthology.orchestra.run.smithi174.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T07:25:49.554 INFO:teuthology.orchestra.run.smithi174.stdout:Access: 2024-02-10 07:22:18.193226123 +0000 2024-02-10T07:25:49.554 INFO:teuthology.orchestra.run.smithi174.stdout:Modify: 2024-02-10 07:22:17.929228478 +0000 2024-02-10T07:25:49.554 INFO:teuthology.orchestra.run.smithi174.stdout:Change: 2024-02-10 07:22:17.929228478 +0000 2024-02-10T07:25:49.554 INFO:teuthology.orchestra.run.smithi174.stdout: Birth: - 2024-02-10T07:25:49.554 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-10T07:25:49.611 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records in 2024-02-10T07:25:49.611 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records out 2024-02-10T07:25:49.611 INFO:teuthology.orchestra.run.smithi174.stderr:512 bytes copied, 0.000338924 s, 1.5 MB/s 2024-02-10T07:25:49.613 DEBUG:teuthology.orchestra.run.smithi174:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-10T07:25:49.666 DEBUG:teuthology.orchestra.run.smithi174:> stat /dev/vg_nvme/lv_3 2024-02-10T07:25:49.713 INFO:teuthology.orchestra.run.smithi174.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-10T07:25:49.714 INFO:teuthology.orchestra.run.smithi174.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T07:25:49.714 INFO:teuthology.orchestra.run.smithi174.stdout:Device: 5h/5d Inode: 909 Links: 1 2024-02-10T07:25:49.714 INFO:teuthology.orchestra.run.smithi174.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T07:25:49.714 INFO:teuthology.orchestra.run.smithi174.stdout:Access: 2024-02-10 07:22:18.701221591 +0000 2024-02-10T07:25:49.714 INFO:teuthology.orchestra.run.smithi174.stdout:Modify: 2024-02-10 07:22:18.421224089 +0000 2024-02-10T07:25:49.714 INFO:teuthology.orchestra.run.smithi174.stdout:Change: 2024-02-10 07:22:18.421224089 +0000 2024-02-10T07:25:49.714 INFO:teuthology.orchestra.run.smithi174.stdout: Birth: - 2024-02-10T07:25:49.714 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-10T07:25:49.768 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records in 2024-02-10T07:25:49.768 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records out 2024-02-10T07:25:49.768 INFO:teuthology.orchestra.run.smithi174.stderr:512 bytes copied, 0.000413956 s, 1.2 MB/s 2024-02-10T07:25:49.769 DEBUG:teuthology.orchestra.run.smithi174:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-10T07:25:49.819 DEBUG:teuthology.orchestra.run.smithi174:> stat /dev/vg_nvme/lv_4 2024-02-10T07:25:49.865 INFO:teuthology.orchestra.run.smithi174.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-10T07:25:49.865 INFO:teuthology.orchestra.run.smithi174.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T07:25:49.865 INFO:teuthology.orchestra.run.smithi174.stdout:Device: 5h/5d Inode: 920 Links: 1 2024-02-10T07:25:49.865 INFO:teuthology.orchestra.run.smithi174.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T07:25:49.866 INFO:teuthology.orchestra.run.smithi174.stdout:Access: 2024-02-10 07:22:19.193217203 +0000 2024-02-10T07:25:49.866 INFO:teuthology.orchestra.run.smithi174.stdout:Modify: 2024-02-10 07:22:18.953219344 +0000 2024-02-10T07:25:49.866 INFO:teuthology.orchestra.run.smithi174.stdout:Change: 2024-02-10 07:22:18.953219344 +0000 2024-02-10T07:25:49.866 INFO:teuthology.orchestra.run.smithi174.stdout: Birth: - 2024-02-10T07:25:49.866 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-10T07:25:49.920 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records in 2024-02-10T07:25:49.920 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records out 2024-02-10T07:25:49.920 INFO:teuthology.orchestra.run.smithi174.stderr:512 bytes copied, 0.000419917 s, 1.2 MB/s 2024-02-10T07:25:49.921 DEBUG:teuthology.orchestra.run.smithi174:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-10T07:25:49.971 DEBUG:teuthology.orchestra.run.smithi174:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-02-10T07:25:50.108 INFO:teuthology.orchestra.run.smithi174.stdout:loop 2024-02-10T07:25:50.109 INFO:tasks.nvme_loop:Connecting nvme_loop smithi174:/dev/vg_nvme/lv_1... 2024-02-10T07:25:50.109 DEBUG:teuthology.orchestra.run.smithi174:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-02-10T07:25:50.124 INFO:teuthology.orchestra.run.smithi174.stdout:1 2024-02-10T07:25:50.142 INFO:teuthology.orchestra.run.smithi174.stdout:/dev/vg_nvme/lv_11 2024-02-10T07:25:50.156 INFO:tasks.nvme_loop:Connecting nvme_loop smithi174:/dev/vg_nvme/lv_2... 2024-02-10T07:25:50.156 DEBUG:teuthology.orchestra.run.smithi174:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-02-10T07:25:50.216 INFO:teuthology.orchestra.run.smithi174.stdout:1 2024-02-10T07:25:50.233 INFO:teuthology.orchestra.run.smithi174.stdout:/dev/vg_nvme/lv_21 2024-02-10T07:25:50.249 INFO:tasks.nvme_loop:Connecting nvme_loop smithi174:/dev/vg_nvme/lv_3... 2024-02-10T07:25:50.249 DEBUG:teuthology.orchestra.run.smithi174:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-02-10T07:25:50.308 INFO:teuthology.orchestra.run.smithi174.stdout:1 2024-02-10T07:25:50.325 INFO:teuthology.orchestra.run.smithi174.stdout:/dev/vg_nvme/lv_31 2024-02-10T07:25:50.341 INFO:tasks.nvme_loop:Connecting nvme_loop smithi174:/dev/vg_nvme/lv_4... 2024-02-10T07:25:50.341 DEBUG:teuthology.orchestra.run.smithi174:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-02-10T07:25:50.400 INFO:teuthology.orchestra.run.smithi174.stdout:1 2024-02-10T07:25:50.418 INFO:teuthology.orchestra.run.smithi174.stdout:/dev/vg_nvme/lv_41 2024-02-10T07:25:50.434 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-02-10T07:25:50.434 DEBUG:teuthology.orchestra.run.smithi174:> dd if=/scratch_devs of=/dev/stdout 2024-02-10T07:25:50.482 DEBUG:teuthology.orchestra.run.smithi174:> sudo nvme list 2024-02-10T07:25:50.536 INFO:teuthology.orchestra.run.smithi174.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-10T07:25:50.537 INFO:teuthology.orchestra.run.smithi174.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-10T07:25:50.537 INFO:teuthology.orchestra.run.smithi174.stdout:/dev/nvme0n1 PHFT62050074400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-02-10T07:25:50.537 INFO:teuthology.orchestra.run.smithi174.stdout:/dev/nvme1n1 4e6cc0a6e4ad9ce309e3 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-02-10T07:25:50.537 INFO:teuthology.orchestra.run.smithi174.stdout:/dev/nvme2n1 d094ad03e76ba1bc1296 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-02-10T07:25:50.537 INFO:teuthology.orchestra.run.smithi174.stdout:/dev/nvme3n1 8bad3f94872d7f8d1c63 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-02-10T07:25:50.537 INFO:teuthology.orchestra.run.smithi174.stdout:/dev/nvme4n1 639ce1dea2382ba509cf Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-02-10T07:25:50.538 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-10T07:25:50.538 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-02-10T07:25:50.538 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/scratch_devs 2024-02-10T07:25:50.593 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-10T07:25:50.705 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': '290212a1bfd33563ba76ee5b7f0b944fdb6c5d90'} 2024-02-10T07:25:50.705 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 2024-02-10T07:25:50.706 INFO:tasks.cephadm:Cluster fsid is 9dfc5860-c7e5-11ee-95b8-87774f69a715 2024-02-10T07:25:50.706 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-10T07:25:50.706 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-10T07:25:50.706 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi067': '172.21.15.67', 'mon.smithi174': '172.21.15.174'} 2024-02-10T07:25:50.706 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-10T07:25:50.707 DEBUG:teuthology.orchestra.run.smithi067:> sudo hostname $(hostname -s) 2024-02-10T07:25:50.722 DEBUG:teuthology.orchestra.run.smithi174:> sudo hostname $(hostname -s) 2024-02-10T07:25:50.736 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-02-10T07:25:50.737 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 2024-02-10T07:25:50.894 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '290212a1bfd33563ba76ee5b7f0b944fdb6c5d90', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/76638/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-1361-g290212a1', 'node_name': '172.21.2.12+braggi12', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-1361-g290212a1-1jammy'}, 'url': 'https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-02-09 19:05:59.897465', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'main', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-02-10T07:25:51.064 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref main, sha1 290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 2024-02-10T07:25:51.065 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-02-10T07:25:51.066 DEBUG:teuthology.orchestra.run.smithi067:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-10T07:25:51.585 INFO:teuthology.orchestra.run.smithi067.stdout:-rw-rw-r-- 1 ubuntu ubuntu 774090 Feb 10 07:25 /home/ubuntu/cephtest/cephadm 2024-02-10T07:25:51.586 DEBUG:teuthology.orchestra.run.smithi174:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-10T07:25:52.104 INFO:teuthology.orchestra.run.smithi174.stdout:-rw-rw-r-- 1 ubuntu ubuntu 774090 Feb 10 07:25 /home/ubuntu/cephtest/cephadm 2024-02-10T07:25:52.104 DEBUG:teuthology.orchestra.run.smithi067:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-10T07:25:52.112 DEBUG:teuthology.orchestra.run.smithi174:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-10T07:25:52.128 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 on all hosts... 2024-02-10T07:25:52.129 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 pull 2024-02-10T07:25:52.157 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 pull 2024-02-10T07:25:52.325 INFO:teuthology.orchestra.run.smithi174.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90... 2024-02-10T07:25:52.327 INFO:teuthology.orchestra.run.smithi067.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90... 2024-02-10T07:26:43.540 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-02-10T07:26:43.540 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph_version": "ceph version 19.0.0-1361-g290212a1 (290212a1bfd33563ba76ee5b7f0b944fdb6c5d90) squid (dev)", 2024-02-10T07:26:43.540 INFO:teuthology.orchestra.run.smithi067.stdout: "image_id": "c328ab9dcfc7bf907ed3835578853a1e5a54ac5fa4d658ed833b2bc74e1373a6", 2024-02-10T07:26:43.541 INFO:teuthology.orchestra.run.smithi067.stdout: "repo_digests": [ 2024-02-10T07:26:43.541 INFO:teuthology.orchestra.run.smithi067.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58" 2024-02-10T07:26:43.541 INFO:teuthology.orchestra.run.smithi067.stdout: ] 2024-02-10T07:26:43.541 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-02-10T07:26:43.834 INFO:teuthology.orchestra.run.smithi174.stdout:{ 2024-02-10T07:26:43.834 INFO:teuthology.orchestra.run.smithi174.stdout: "ceph_version": "ceph version 19.0.0-1361-g290212a1 (290212a1bfd33563ba76ee5b7f0b944fdb6c5d90) squid (dev)", 2024-02-10T07:26:43.834 INFO:teuthology.orchestra.run.smithi174.stdout: "image_id": "c328ab9dcfc7bf907ed3835578853a1e5a54ac5fa4d658ed833b2bc74e1373a6", 2024-02-10T07:26:43.834 INFO:teuthology.orchestra.run.smithi174.stdout: "repo_digests": [ 2024-02-10T07:26:43.834 INFO:teuthology.orchestra.run.smithi174.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58" 2024-02-10T07:26:43.834 INFO:teuthology.orchestra.run.smithi174.stdout: ] 2024-02-10T07:26:43.834 INFO:teuthology.orchestra.run.smithi174.stdout:} 2024-02-10T07:26:43.866 DEBUG:teuthology.orchestra.run.smithi067:> sudo mkdir -p /etc/ceph 2024-02-10T07:26:43.881 DEBUG:teuthology.orchestra.run.smithi174:> sudo mkdir -p /etc/ceph 2024-02-10T07:26:43.894 DEBUG:teuthology.orchestra.run.smithi067:> sudo chmod 777 /etc/ceph 2024-02-10T07:26:43.939 DEBUG:teuthology.orchestra.run.smithi174:> sudo chmod 777 /etc/ceph 2024-02-10T07:26:43.953 INFO:tasks.cephadm:Writing seed config... 2024-02-10T07:26:43.954 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-10T07:26:43.954 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-10T07:26:43.954 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-10T07:26:43.954 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-10T07:26:43.954 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-10T07:26:43.954 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-10T07:26:43.954 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-10T07:26:43.954 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-10T07:26:43.955 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-02-10T07:26:43.955 DEBUG:teuthology.orchestra.run.smithi067:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-10T07:26:43.988 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 9dfc5860-c7e5-11ee-95b8-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-02-10T07:26:43.988 DEBUG:teuthology.orchestra.run.smithi067:mon.smithi067> sudo journalctl -f -n 0 -u ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@mon.smithi067.service 2024-02-10T07:26:44.032 INFO:tasks.cephadm:Bootstrapping... 2024-02-10T07:26:44.032 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 -v bootstrap --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 --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.67 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-10T07:26:44.246 INFO:teuthology.orchestra.run.smithi067.stdout:-------------------------------------------------------------------------------- 2024-02-10T07:26:44.247 INFO:teuthology.orchestra.run.smithi067.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90', '-v', 'bootstrap', '--fsid', '9dfc5860-c7e5-11ee-95b8-87774f69a715', '--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.67', '--skip-admin-label'] 2024-02-10T07:26:44.247 INFO:teuthology.orchestra.run.smithi067.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-02-10T07:26:44.247 INFO:teuthology.orchestra.run.smithi067.stdout:Verifying podman|docker is present... 2024-02-10T07:26:44.247 INFO:teuthology.orchestra.run.smithi067.stdout:Verifying lvm2 is present... 2024-02-10T07:26:44.248 INFO:teuthology.orchestra.run.smithi067.stdout:Verifying time synchronization is in place... 2024-02-10T07:26:44.254 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-02-10T07:26:44.254 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-10T07:26:44.258 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-02-10T07:26:44.258 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout inactive 2024-02-10T07:26:44.262 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-02-10T07:26:44.262 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-02-10T07:26:44.267 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-02-10T07:26:44.268 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout inactive 2024-02-10T07:26:44.272 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-02-10T07:26:44.272 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout masked 2024-02-10T07:26:44.276 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-02-10T07:26:44.276 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout inactive 2024-02-10T07:26:44.280 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-02-10T07:26:44.280 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-02-10T07:26:44.283 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-02-10T07:26:44.283 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout inactive 2024-02-10T07:26:44.287 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout enabled 2024-02-10T07:26:44.291 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout active 2024-02-10T07:26:44.291 INFO:teuthology.orchestra.run.smithi067.stdout:Unit ntp.service is enabled and running 2024-02-10T07:26:44.291 INFO:teuthology.orchestra.run.smithi067.stdout:Repeating the final host check... 2024-02-10T07:26:44.291 INFO:teuthology.orchestra.run.smithi067.stdout:docker (/usr/bin/docker) is present 2024-02-10T07:26:44.291 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl is present 2024-02-10T07:26:44.291 INFO:teuthology.orchestra.run.smithi067.stdout:lvcreate is present 2024-02-10T07:26:44.295 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-02-10T07:26:44.295 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-10T07:26:44.298 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-02-10T07:26:44.298 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout inactive 2024-02-10T07:26:44.302 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-02-10T07:26:44.302 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-02-10T07:26:44.305 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-02-10T07:26:44.305 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout inactive 2024-02-10T07:26:44.309 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-02-10T07:26:44.309 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout masked 2024-02-10T07:26:44.312 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-02-10T07:26:44.312 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout inactive 2024-02-10T07:26:44.316 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-02-10T07:26:44.316 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-02-10T07:26:44.319 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-02-10T07:26:44.319 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout inactive 2024-02-10T07:26:44.323 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout enabled 2024-02-10T07:26:44.327 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout active 2024-02-10T07:26:44.327 INFO:teuthology.orchestra.run.smithi067.stdout:Unit ntp.service is enabled and running 2024-02-10T07:26:44.327 INFO:teuthology.orchestra.run.smithi067.stdout:Host looks OK 2024-02-10T07:26:44.327 INFO:teuthology.orchestra.run.smithi067.stdout:Cluster fsid: 9dfc5860-c7e5-11ee-95b8-87774f69a715 2024-02-10T07:26:44.327 INFO:teuthology.orchestra.run.smithi067.stdout:Acquiring lock 140618168155824 on /run/cephadm/9dfc5860-c7e5-11ee-95b8-87774f69a715.lock 2024-02-10T07:26:44.327 INFO:teuthology.orchestra.run.smithi067.stdout:Lock 140618168155824 acquired on /run/cephadm/9dfc5860-c7e5-11ee-95b8-87774f69a715.lock 2024-02-10T07:26:44.327 INFO:teuthology.orchestra.run.smithi067.stdout:Verifying IP 172.21.15.67 port 3300 ... 2024-02-10T07:26:44.327 INFO:teuthology.orchestra.run.smithi067.stdout:Verifying IP 172.21.15.67 port 6789 ... 2024-02-10T07:26:44.327 INFO:teuthology.orchestra.run.smithi067.stdout:Base mon IP(s) is [172.21.15.67:3300, 172.21.15.67:6789], mon addrv is [v2:172.21.15.67:3300,v1:172.21.15.67:6789] 2024-02-10T07:26:44.330 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-02-10T07:26:44.330 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.67 metric 100 2024-02-10T07:26:44.330 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-02-10T07:26:44.330 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.67 metric 100 2024-02-10T07:26:44.330 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.67 metric 100 2024-02-10T07:26:44.330 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.67 metric 100 2024-02-10T07:26:44.331 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.67 metric 100 2024-02-10T07:26:44.332 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-02-10T07:26:44.332 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-02-10T07:26:44.332 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1793sec pref medium 2024-02-10T07:26:44.335 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-10T07:26:44.335 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-02-10T07:26:44.335 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-10T07:26:44.336 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-02-10T07:26:44.336 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:feb6:fc0b/64 scope link 2024-02-10T07:26:44.336 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-10T07:26:44.336 INFO:teuthology.orchestra.run.smithi067.stdout:Mon IP `172.21.15.67` is in CIDR network `172.21.0.0/20` 2024-02-10T07:26:44.336 INFO:teuthology.orchestra.run.smithi067.stdout:Mon IP `172.21.15.67` is in CIDR network `172.21.0.0/20` 2024-02-10T07:26:44.336 INFO:teuthology.orchestra.run.smithi067.stdout:Mon IP `172.21.15.67` is in CIDR network `172.21.0.1/32` 2024-02-10T07:26:44.336 INFO:teuthology.orchestra.run.smithi067.stdout:Mon IP `172.21.15.67` is in CIDR network `172.21.0.1/32` 2024-02-10T07:26:44.336 INFO:teuthology.orchestra.run.smithi067.stdout:Mon IP `172.21.15.67` is in CIDR network `172.21.0.2/32` 2024-02-10T07:26:44.336 INFO:teuthology.orchestra.run.smithi067.stdout:Mon IP `172.21.15.67` is in CIDR network `172.21.0.2/32` 2024-02-10T07:26:44.336 INFO:teuthology.orchestra.run.smithi067.stdout:Mon IP `172.21.15.67` is in CIDR network `172.21.15.254/32` 2024-02-10T07:26:44.336 INFO:teuthology.orchestra.run.smithi067.stdout:Mon IP `172.21.15.67` is in CIDR network `172.21.15.254/32` 2024-02-10T07:26:44.336 INFO:teuthology.orchestra.run.smithi067.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.0.1/32', '172.21.0.1/32', '172.21.0.2/32', '172.21.0.2/32', '172.21.15.254/32', '172.21.15.254/32'] 2024-02-10T07:26:44.337 INFO:teuthology.orchestra.run.smithi067.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-10T07:26:44.337 INFO:teuthology.orchestra.run.smithi067.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90... 2024-02-10T07:26:44.552 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/docker: stdout 290212a1bfd33563ba76ee5b7f0b944fdb6c5d90: Pulling from ceph-ci/ceph 2024-02-10T07:26:44.552 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/docker: stdout Digest: sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58 2024-02-10T07:26:44.552 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 2024-02-10T07:26:44.552 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 2024-02-10T07:26:45.892 INFO:teuthology.orchestra.run.smithi067.stdout:ceph: stdout ceph version 19.0.0-1361-g290212a1 (290212a1bfd33563ba76ee5b7f0b944fdb6c5d90) squid (dev) 2024-02-10T07:26:45.892 INFO:teuthology.orchestra.run.smithi067.stdout:Ceph version: ceph version 19.0.0-1361-g290212a1 (290212a1bfd33563ba76ee5b7f0b944fdb6c5d90) squid (dev) 2024-02-10T07:26:45.892 INFO:teuthology.orchestra.run.smithi067.stdout:Extracting ceph user uid/gid from container image... 2024-02-10T07:26:47.088 INFO:teuthology.orchestra.run.smithi067.stdout:stat: stdout 167 167 2024-02-10T07:26:47.089 INFO:teuthology.orchestra.run.smithi067.stdout:Creating initial keys... 2024-02-10T07:26:48.276 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-authtool: stdout AQA3Jcdl+DkTLRAAlFMAi4kBlEi6Ph2O5eHfIg== 2024-02-10T07:26:49.364 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-authtool: stdout AQA4JcdlZMjRMRAASOmYbOO7Il2t2sUN0yh5xw== 2024-02-10T07:26:50.501 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-authtool: stdout AQA5Jcdl1b72ORAALsZ0aIvjGHGeq0hX4YCYtw== 2024-02-10T07:26:50.501 INFO:teuthology.orchestra.run.smithi067.stdout:Creating initial monmap... 2024-02-10T07:26:51.682 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-10T07:26:51.682 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-02-10T07:26:51.682 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 9dfc5860-c7e5-11ee-95b8-87774f69a715 2024-02-10T07:26:51.682 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-10T07:26:51.682 INFO:teuthology.orchestra.run.smithi067.stdout:monmaptool for smithi067 [v2:172.21.15.67:3300,v1:172.21.15.67:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-10T07:26:51.682 INFO:teuthology.orchestra.run.smithi067.stdout:setting min_mon_release = quincy 2024-02-10T07:26:51.682 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/monmaptool: set fsid to 9dfc5860-c7e5-11ee-95b8-87774f69a715 2024-02-10T07:26:51.682 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-10T07:26:51.682 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-10T07:26:51.682 INFO:teuthology.orchestra.run.smithi067.stdout:Creating mon... 2024-02-10T07:26:52.837 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.343+0000 7f0b82746c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-10T07:26:52.837 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.343+0000 7f0b82746c80 1 imported monmap: 2024-02-10T07:26:52.838 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-02-10T07:26:52.838 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 2024-02-10T07:26:52.838 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-02-10T07:26:51.126995+0000 2024-02-10T07:26:52.838 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr created 2024-02-10T07:26:51.126995+0000 2024-02-10T07:26:52.838 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-02-10T07:26:52.838 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-02-10T07:26:52.838 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] mon.smithi067 2024-02-10T07:26:52.838 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:26:52.838 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.343+0000 7f0b82746c80 0 /usr/bin/ceph-mon: set fsid to 9dfc5860-c7e5-11ee-95b8-87774f69a715 2024-02-10T07:26:52.838 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: RocksDB version: 7.9.2 2024-02-10T07:26:52.838 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:26:52.842 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Git sha 0 2024-02-10T07:26:52.842 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Compile date 2024-02-09 17:35:33 2024-02-10T07:26:52.842 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: DB SUMMARY 2024-02-10T07:26:52.843 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:26:52.843 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: DB Session ID: 969TZEIB7PT8KCRYVWGJ 2024-02-10T07:26:52.843 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:26:52.843 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi067/store.db dir, Total Num: 0, files: 2024-02-10T07:26:52.843 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:26:52.843 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi067/store.db: 2024-02-10T07:26:52.843 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:26:52.843 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.error_if_exists: 0 2024-02-10T07:26:52.843 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.create_if_missing: 1 2024-02-10T07:26:52.843 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.paranoid_checks: 1 2024-02-10T07:26:52.843 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-02-10T07:26:52.843 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-02-10T07:26:52.843 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-02-10T07:26:52.843 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.env: 0x55b195a42ae0 2024-02-10T07:26:52.844 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.fs: PosixFileSystem 2024-02-10T07:26:52.844 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.info_log: 0x55b197f38a20 2024-02-10T07:26:52.844 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-10T07:26:52.844 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.statistics: (nil) 2024-02-10T07:26:52.844 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.use_fsync: 0 2024-02-10T07:26:52.844 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.max_log_file_size: 0 2024-02-10T07:26:52.844 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-10T07:26:52.844 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-10T07:26:52.844 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-10T07:26:52.844 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-10T07:26:52.844 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.allow_fallocate: 1 2024-02-10T07:26:52.844 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-10T07:26:52.844 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-10T07:26:52.844 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.use_direct_reads: 0 2024-02-10T07:26:52.844 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-10T07:26:52.845 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.create_missing_column_families: 0 2024-02-10T07:26:52.845 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.db_log_dir: 2024-02-10T07:26:52.845 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.wal_dir: 2024-02-10T07:26:52.845 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-10T07:26:52.845 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-10T07:26:52.845 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-10T07:26:52.845 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-10T07:26:52.845 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-10T07:26:52.845 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-10T07:26:52.845 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.advise_random_on_open: 1 2024-02-10T07:26:52.857 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-10T07:26:52.857 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.write_buffer_manager: 0x55b197f0d360 2024-02-10T07:26:52.857 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-10T07:26:52.857 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-10T07:26:52.857 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-10T07:26:52.857 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.rate_limiter: (nil) 2024-02-10T07:26:52.857 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-10T07:26:52.857 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-10T07:26:52.857 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-10T07:26:52.857 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-10T07:26:52.857 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.unordered_write: 0 2024-02-10T07:26:52.857 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-10T07:26:52.857 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-10T07:26:52.858 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-10T07:26:52.858 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-10T07:26:52.858 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.row_cache: None 2024-02-10T07:26:52.858 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.wal_filter: None 2024-02-10T07:26:52.858 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-10T07:26:52.858 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-10T07:26:52.858 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.two_write_queues: 0 2024-02-10T07:26:52.858 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.manual_wal_flush: 0 2024-02-10T07:26:52.858 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.wal_compression: 0 2024-02-10T07:26:52.858 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.atomic_flush: 0 2024-02-10T07:26:52.858 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-10T07:26:52.858 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-10T07:26:52.858 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-10T07:26:52.858 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.log_readahead_size: 0 2024-02-10T07:26:52.859 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-02-10T07:26:52.859 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-02-10T07:26:52.859 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-02-10T07:26:52.859 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-02-10T07:26:52.859 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-02-10T07:26:52.859 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-02-10T07:26:52.859 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-02-10T07:26:52.859 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.max_background_jobs: 2 2024-02-10T07:26:52.859 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.max_background_compactions: -1 2024-02-10T07:26:52.859 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.max_subcompactions: 1 2024-02-10T07:26:52.859 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-10T07:26:52.859 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-10T07:26:52.859 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-10T07:26:52.859 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.max_total_wal_size: 0 2024-02-10T07:26:52.859 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-10T07:26:52.860 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-10T07:26:52.860 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-10T07:26:52.860 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-10T07:26:52.860 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.max_open_files: -1 2024-02-10T07:26:52.860 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.bytes_per_sync: 0 2024-02-10T07:26:52.860 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-10T07:26:52.860 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-10T07:26:52.860 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-10T07:26:52.860 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.max_background_flushes: -1 2024-02-10T07:26:52.860 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Compression algorithms supported: 2024-02-10T07:26:52.860 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-10T07:26:52.860 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: kZSTD supported: 0 2024-02-10T07:26:52.860 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: kXpressCompression supported: 0 2024-02-10T07:26:52.860 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-10T07:26:52.861 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: kZlibCompression supported: 1 2024-02-10T07:26:52.861 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: kSnappyCompression supported: 1 2024-02-10T07:26:52.861 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: kLZ4Compression supported: 1 2024-02-10T07:26:52.861 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: kBZip2Compression supported: 0 2024-02-10T07:26:52.861 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-10T07:26:52.861 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-02-10T07:26:52.861 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-02-10T07:26:52.861 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:26:52.861 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi067/store.db/MANIFEST-000001 2024-02-10T07:26:52.861 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:26:52.861 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-02-10T07:26:52.861 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:26:52.861 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-10T07:26:52.861 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.merge_operator: 2024-02-10T07:26:52.861 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.compaction_filter: None 2024-02-10T07:26:52.861 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.compaction_filter_factory: None 2024-02-10T07:26:52.862 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-02-10T07:26:52.862 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-10T07:26:52.862 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-10T07:26:52.862 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b197f38b20) 2024-02-10T07:26:52.862 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-02-10T07:26:52.862 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-02-10T07:26:52.862 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-10T07:26:52.862 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-02-10T07:26:52.862 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-02-10T07:26:52.862 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-02-10T07:26:52.862 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-02-10T07:26:52.862 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-02-10T07:26:52.862 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-02-10T07:26:52.862 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-02-10T07:26:52.862 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55b197f3d090 2024-02-10T07:26:52.862 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-02-10T07:26:52.863 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-02-10T07:26:52.863 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-02-10T07:26:52.863 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-02-10T07:26:52.863 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-02-10T07:26:52.863 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-02-10T07:26:52.863 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-02-10T07:26:52.863 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-02-10T07:26:52.863 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-02-10T07:26:52.863 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-02-10T07:26:52.863 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-02-10T07:26:52.863 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-02-10T07:26:52.863 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-02-10T07:26:52.863 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-02-10T07:26:52.863 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-02-10T07:26:52.863 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-02-10T07:26:52.863 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-02-10T07:26:52.864 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-02-10T07:26:52.864 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-02-10T07:26:52.864 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-02-10T07:26:52.864 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-02-10T07:26:52.864 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-02-10T07:26:52.864 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-02-10T07:26:52.864 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-02-10T07:26:52.864 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-02-10T07:26:52.864 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-02-10T07:26:52.864 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:26:52.864 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-10T07:26:52.864 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-10T07:26:52.864 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.compression: NoCompression 2024-02-10T07:26:52.864 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-10T07:26:52.864 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-10T07:26:52.865 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-10T07:26:52.865 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.num_levels: 7 2024-02-10T07:26:52.865 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-10T07:26:52.865 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-10T07:26:52.865 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-10T07:26:52.865 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-10T07:26:52.865 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-10T07:26:52.876 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-10T07:26:52.876 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-10T07:26:52.877 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-10T07:26:52.877 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-02-10T07:26:52.877 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-10T07:26:52.877 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-02-10T07:26:52.877 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-02-10T07:26:52.877 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-10T07:26:52.877 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.compression_opts.level: 32767 2024-02-10T07:26:52.877 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-10T07:26:52.877 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-10T07:26:52.877 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-10T07:26:52.877 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-02-10T07:26:52.877 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-02-10T07:26:52.877 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.compression_opts.enabled: false 2024-02-10T07:26:52.877 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-02-10T07:26:52.877 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-10T07:26:52.878 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-10T07:26:52.878 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-10T07:26:52.878 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-10T07:26:52.878 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-10T07:26:52.878 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-10T07:26:52.878 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-10T07:26:52.878 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-10T07:26:52.878 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-10T07:26:52.878 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-10T07:26:52.878 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-10T07:26:52.878 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-10T07:26:52.878 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-10T07:26:52.878 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-10T07:26:52.878 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-10T07:26:52.878 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-10T07:26:52.878 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-10T07:26:52.878 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-02-10T07:26:52.879 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.arena_block_size: 1048576 2024-02-10T07:26:52.879 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-10T07:26:52.879 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-10T07:26:52.879 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-10T07:26:52.879 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-10T07:26:52.879 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-10T07:26:52.879 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-10T07:26:52.879 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-10T07:26:52.879 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-10T07:26:52.879 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-10T07:26:52.879 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-10T07:26:52.879 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-10T07:26:52.879 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-10T07:26:52.879 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-10T07:26:52.879 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.table_properties_collectors: 2024-02-10T07:26:52.879 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.inplace_update_support: 0 2024-02-10T07:26:52.879 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-10T07:26:52.880 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-10T07:26:52.880 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-10T07:26:52.880 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-10T07:26:52.880 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.bloom_locality: 0 2024-02-10T07:26:52.880 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.max_successive_merges: 0 2024-02-10T07:26:52.880 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-10T07:26:52.880 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-10T07:26:52.880 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.force_consistency_checks: 1 2024-02-10T07:26:52.880 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-10T07:26:52.880 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.ttl: 2592000 2024-02-10T07:26:52.880 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-10T07:26:52.880 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-02-10T07:26:52.880 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-02-10T07:26:52.880 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.enable_blob_files: false 2024-02-10T07:26:52.881 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.min_blob_size: 0 2024-02-10T07:26:52.881 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.blob_file_size: 268435456 2024-02-10T07:26:52.881 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-02-10T07:26:52.881 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-02-10T07:26:52.881 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-02-10T07:26:52.881 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-02-10T07:26:52.881 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-02-10T07:26:52.881 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-02-10T07:26:52.881 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-02-10T07:26:52.881 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi067/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-10T07:26:52.881 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:26:52.881 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-02-10T07:26:52.881 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:26:52.881 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 3940980d-4f92-43ba-92ac-13f2409f5217 2024-02-10T07:26:52.881 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:26:52.881 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.347+0000 7f0b82746c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-02-10T07:26:52.882 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:26:52.882 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.351+0000 7f0b82746c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55b198008000 2024-02-10T07:26:52.882 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.351+0000 7f0b82746c80 4 rocksdb: DB pointer 0x55b197ff8000 2024-02-10T07:26:52.882 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.351+0000 7f0b728bd700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-02-10T07:26:52.882 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.351+0000 7f0b728bd700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-02-10T07:26:52.882 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-02-10T07:26:52.882 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T07:26:52.882 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-10T07:26:52.882 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T07:26:52.882 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T07:26:52.882 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-10T07:26:52.882 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T07:26:52.882 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T07:26:52.882 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:26:52.882 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-02-10T07:26:52.882 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-02-10T07:26:52.882 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-02-10T07:26:52.883 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-02-10T07:26:52.883 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-02-10T07:26:52.883 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:26:52.883 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-02-10T07:26:52.883 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-02-10T07:26:52.883 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T07:26:52.883 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:26:52.883 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-02-10T07:26:52.883 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:26:52.883 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T07:26:52.883 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-02-10T07:26:52.883 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T07:26:52.883 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-02-10T07:26:52.883 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T07:26:52.883 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-02-10T07:26:52.883 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T07:26:52.883 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T07:26:52.884 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-10T07:26:52.884 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55b197f3d090#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-02-10T07:26:52.884 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-02-10T07:26:52.884 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:26:52.884 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-02-10T07:26:52.884 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:26:52.884 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.351+0000 7f0b82746c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-02-10T07:26:52.884 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.351+0000 7f0b82746c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-02-10T07:26:52.884 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:26:52.351+0000 7f0b82746c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi067 for mon.smithi067 2024-02-10T07:26:52.884 INFO:teuthology.orchestra.run.smithi067.stdout:create mon.smithi067 on 2024-02-10T07:26:53.310 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-02-10T07:26:53.533 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715.target -> /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715.target. 2024-02-10T07:26:53.533 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715.target -> /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715.target. 2024-02-10T07:26:53.784 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@mon.smithi067 2024-02-10T07:26:53.784 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Failed to reset failed state of unit ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@mon.smithi067.service: Unit ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@mon.smithi067.service not loaded. 2024-02-10T07:26:53.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:26:53 smithi067 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:26:53.963 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715.target.wants/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@mon.smithi067.service -> /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service. 2024-02-10T07:26:53.973 INFO:teuthology.orchestra.run.smithi067.stdout:firewalld does not appear to be present 2024-02-10T07:26:53.973 INFO:teuthology.orchestra.run.smithi067.stdout:Not possible to enable service . firewalld.service is not available 2024-02-10T07:26:53.973 INFO:teuthology.orchestra.run.smithi067.stdout:Waiting for mon to start... 2024-02-10T07:26:53.973 INFO:teuthology.orchestra.run.smithi067.stdout:Waiting for mon... 2024-02-10T07:26:54.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:26:53 smithi067 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:26:54.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:26:53 smithi067 systemd[1]: Started Ceph mon.smithi067 for 9dfc5860-c7e5-11ee-95b8-87774f69a715. 2024-02-10T07:26:55.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:26:55 smithi067 bash[18155]: cluster 2024-02-10T07:26:55.107668+0000 mon.smithi067 (mon.0) 0 : cluster 1 mkfs 9dfc5860-c7e5-11ee-95b8-87774f69a715 2024-02-10T07:26:55.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:26:55 smithi067 bash[18155]: cluster 2024-02-10T07:26:55.102595+0000 mon.smithi067 (mon.0) 1 : cluster 1 mon.smithi067 is new leader, mons smithi067 in quorum (ranks 0) 2024-02-10T07:26:55.932 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout cluster: 2024-02-10T07:26:55.932 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout id: 9dfc5860-c7e5-11ee-95b8-87774f69a715 2024-02-10T07:26:55.932 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-02-10T07:26:55.933 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 2024-02-10T07:26:55.933 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout services: 2024-02-10T07:26:55.933 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi067 (age 0.194602s) 2024-02-10T07:26:55.933 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-02-10T07:26:55.933 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-02-10T07:26:55.933 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 2024-02-10T07:26:55.933 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout data: 2024-02-10T07:26:55.933 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-02-10T07:26:55.933 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-02-10T07:26:55.933 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-02-10T07:26:55.933 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout pgs: 2024-02-10T07:26:55.934 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 2024-02-10T07:26:55.934 INFO:teuthology.orchestra.run.smithi067.stdout:mon is available 2024-02-10T07:26:55.934 INFO:teuthology.orchestra.run.smithi067.stdout:Assimilating anything we can from ceph.conf... 2024-02-10T07:26:56.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:26:56 smithi067 bash[18155]: cluster 2024-02-10T07:26:55.106783+0000 mon.smithi067 (mon.0) 2 : cluster 1 mon.smithi067 is new leader, mons smithi067 in quorum (ranks 0) 2024-02-10T07:26:56.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:26:56 smithi067 bash[18155]: cluster 2024-02-10T07:26:55.106957+0000 mon.smithi067 (mon.0) 3 : cluster 0 monmap e1: 1 mons at {smithi067=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-10T07:26:56.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:26:56 smithi067 bash[18155]: cluster 2024-02-10T07:26:55.109176+0000 mon.smithi067 (mon.0) 4 : cluster 0 fsmap 2024-02-10T07:26:56.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:26:56 smithi067 bash[18155]: cluster 2024-02-10T07:26:55.111412+0000 mon.smithi067 (mon.0) 5 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2024-02-10T07:26:56.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:26:56 smithi067 bash[18155]: cluster 2024-02-10T07:26:55.111884+0000 mon.smithi067 (mon.0) 6 : cluster 0 mgrmap e1: no daemons active 2024-02-10T07:26:56.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:26:56 smithi067 bash[18155]: audit 2024-02-10T07:26:55.301339+0000 mon.smithi067 (mon.0) 7 : audit 0 from='client.? 172.21.15.67:0/2597308809' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-10T07:26:57.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:26:57 smithi067 bash[18155]: audit 2024-02-10T07:26:56.862038+0000 mon.smithi067 (mon.0) 8 : audit 1 from='client.? 172.21.15.67:0/1982752191' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-10T07:26:57.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:26:57 smithi067 bash[18155]: audit 2024-02-10T07:26:56.865109+0000 mon.smithi067 (mon.0) 9 : audit 1 from='client.? 172.21.15.67:0/1982752191' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-10T07:26:57.402 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 2024-02-10T07:26:57.402 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout [global] 2024-02-10T07:26:57.402 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout fsid = 9dfc5860-c7e5-11ee-95b8-87774f69a715 2024-02-10T07:26:57.402 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.67:3300,v1:172.21.15.67:6789] 2024-02-10T07:26:57.402 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-02-10T07:26:57.403 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-02-10T07:26:57.403 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-02-10T07:26:57.403 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-02-10T07:26:57.403 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 2024-02-10T07:26:57.403 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout [mgr] 2024-02-10T07:26:57.403 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-02-10T07:26:57.403 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 2024-02-10T07:26:57.403 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout [osd] 2024-02-10T07:26:57.403 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-02-10T07:26:57.403 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-02-10T07:26:57.403 INFO:teuthology.orchestra.run.smithi067.stdout:Generating new minimal ceph.conf... 2024-02-10T07:26:58.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:26:58 smithi067 bash[18155]: audit 2024-02-10T07:26:58.356868+0000 mon.smithi067 (mon.0) 10 : audit 0 from='client.? 172.21.15.67:0/1463930212' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:26:58.931 INFO:teuthology.orchestra.run.smithi067.stdout:Restarting the monitor... 2024-02-10T07:26:59.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:26:58 smithi067 systemd[1]: Stopping Ceph mon.smithi067 for 9dfc5860-c7e5-11ee-95b8-87774f69a715... 2024-02-10T07:26:59.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:26:59 smithi067 bash[18155]: debug 2024-02-10T07:26:59.071+0000 7f75cfb48700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi067 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-10T07:26:59.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:26:59 smithi067 bash[18155]: debug 2024-02-10T07:26:59.071+0000 7f75cfb48700 -1 mon.smithi067@0(leader) e1 *** Got Signal Terminated *** 2024-02-10T07:26:59.839 INFO:teuthology.orchestra.run.smithi067.stdout:Setting public_network to 172.21.0.1/32,172.21.0.2/32,172.21.0.0/20,172.21.15.254/32 in mon config section 2024-02-10T07:27:00.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:26:59 smithi067 bash[18539]: ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-mon-smithi067 2024-02-10T07:27:00.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:26:59 smithi067 bash[18600]: Error response from daemon: No such container: ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-mon-smithi067 2024-02-10T07:27:00.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:26:59 smithi067 systemd[1]: ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@mon.smithi067.service: Deactivated successfully. 2024-02-10T07:27:00.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:26:59 smithi067 systemd[1]: Stopped Ceph mon.smithi067 for 9dfc5860-c7e5-11ee-95b8-87774f69a715. 2024-02-10T07:27:00.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:26:59 smithi067 systemd[1]: Started Ceph mon.smithi067 for 9dfc5860-c7e5-11ee-95b8-87774f69a715. 2024-02-10T07:27:01.201 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.923+0000 7f1200faac80 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-10T07:27:01.201 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.923+0000 7f1200faac80 0 ceph version 19.0.0-1361-g290212a1 (290212a1bfd33563ba76ee5b7f0b944fdb6c5d90) squid (dev), process ceph-mon, pid 7 2024-02-10T07:27:01.201 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.923+0000 7f1200faac80 0 pidfile_write: ignore empty --pid-file 2024-02-10T07:27:01.201 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 0 load: jerasure load: lrc 2024-02-10T07:27:01.201 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: RocksDB version: 7.9.2 2024-02-10T07:27:01.201 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Git sha 0 2024-02-10T07:27:01.201 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Compile date 2024-02-09 17:35:33 2024-02-10T07:27:01.202 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: DB SUMMARY 2024-02-10T07:27:01.202 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: DB Session ID: V9FRD46WN6Q93OV0PHDZ 2024-02-10T07:27:01.202 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: CURRENT file: CURRENT 2024-02-10T07:27:01.202 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: IDENTITY file: IDENTITY 2024-02-10T07:27:01.202 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-02-10T07:27:01.202 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi067/store.db dir, Total Num: 1, files: 000008.sst 2024-02-10T07:27:01.202 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi067/store.db: 000009.log size: 84695 ; 2024-02-10T07:27:01.202 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.error_if_exists: 0 2024-02-10T07:27:01.202 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.create_if_missing: 0 2024-02-10T07:27:01.202 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.paranoid_checks: 1 2024-02-10T07:27:01.202 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-02-10T07:27:01.202 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-02-10T07:27:01.202 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-02-10T07:27:01.202 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.env: 0x564cb25edae0 2024-02-10T07:27:01.203 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.fs: PosixFileSystem 2024-02-10T07:27:01.203 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.info_log: 0x564cb4bad7a0 2024-02-10T07:27:01.203 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-10T07:27:01.203 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.statistics: (nil) 2024-02-10T07:27:01.203 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.use_fsync: 0 2024-02-10T07:27:01.203 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.max_log_file_size: 0 2024-02-10T07:27:01.203 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-10T07:27:01.204 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-10T07:27:01.204 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-10T07:27:01.204 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-10T07:27:01.204 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.allow_fallocate: 1 2024-02-10T07:27:01.204 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-10T07:27:01.204 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-10T07:27:01.204 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.use_direct_reads: 0 2024-02-10T07:27:01.204 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-10T07:27:01.204 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.create_missing_column_families: 0 2024-02-10T07:27:01.204 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.db_log_dir: 2024-02-10T07:27:01.204 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.wal_dir: 2024-02-10T07:27:01.204 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-10T07:27:01.204 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-10T07:27:01.205 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-10T07:27:01.205 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-10T07:27:01.205 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-10T07:27:01.205 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-10T07:27:01.205 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.advise_random_on_open: 1 2024-02-10T07:27:01.205 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-10T07:27:01.205 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.write_buffer_manager: 0x564cb4b81400 2024-02-10T07:27:01.205 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-10T07:27:01.205 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-10T07:27:01.205 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-10T07:27:01.205 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.rate_limiter: (nil) 2024-02-10T07:27:01.205 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-10T07:27:01.205 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-10T07:27:01.205 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-10T07:27:01.205 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-10T07:27:01.205 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.unordered_write: 0 2024-02-10T07:27:01.206 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-10T07:27:01.206 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-10T07:27:01.206 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-10T07:27:01.206 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-10T07:27:01.206 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.row_cache: None 2024-02-10T07:27:01.206 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.wal_filter: None 2024-02-10T07:27:01.206 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-10T07:27:01.206 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-10T07:27:01.206 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.two_write_queues: 0 2024-02-10T07:27:01.206 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.manual_wal_flush: 0 2024-02-10T07:27:01.206 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.wal_compression: 0 2024-02-10T07:27:01.206 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.atomic_flush: 0 2024-02-10T07:27:01.206 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-10T07:27:01.206 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-10T07:27:01.206 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-10T07:27:01.207 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.log_readahead_size: 0 2024-02-10T07:27:01.207 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-02-10T07:27:01.207 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.best_efforts_recovery: 0 2024-02-10T07:27:01.207 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.927+0000 7f1200faac80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-02-10T07:27:01.207 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-02-10T07:27:01.207 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.allow_data_in_errors: 0 2024-02-10T07:27:01.207 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.db_host_id: __hostname__ 2024-02-10T07:27:01.207 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-02-10T07:27:01.207 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.max_background_jobs: 2 2024-02-10T07:27:01.207 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.max_background_compactions: -1 2024-02-10T07:27:01.207 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.max_subcompactions: 1 2024-02-10T07:27:01.207 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-10T07:27:01.207 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-10T07:27:01.207 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-10T07:27:01.208 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.max_total_wal_size: 0 2024-02-10T07:27:01.208 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-10T07:27:01.208 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-10T07:27:01.208 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-10T07:27:01.208 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-10T07:27:01.208 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.max_open_files: -1 2024-02-10T07:27:01.208 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.bytes_per_sync: 0 2024-02-10T07:27:01.208 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-10T07:27:01.208 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-10T07:27:01.208 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-10T07:27:01.208 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.max_background_flushes: -1 2024-02-10T07:27:01.208 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Compression algorithms supported: 2024-02-10T07:27:01.209 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-10T07:27:01.209 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: kZSTD supported: 0 2024-02-10T07:27:01.209 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: kXpressCompression supported: 0 2024-02-10T07:27:01.209 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-10T07:27:01.209 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: kZlibCompression supported: 1 2024-02-10T07:27:01.209 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: kSnappyCompression supported: 1 2024-02-10T07:27:01.209 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: kLZ4Compression supported: 1 2024-02-10T07:27:01.209 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: kBZip2Compression supported: 0 2024-02-10T07:27:01.209 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-10T07:27:01.209 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-02-10T07:27:01.209 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi067/store.db/MANIFEST-000010 2024-02-10T07:27:01.210 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-02-10T07:27:01.210 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-10T07:27:01.211 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.merge_operator: 2024-02-10T07:27:01.211 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.compaction_filter: None 2024-02-10T07:27:01.211 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.compaction_filter_factory: None 2024-02-10T07:27:01.211 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.sst_partitioner_factory: None 2024-02-10T07:27:01.211 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-10T07:27:01.211 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-10T07:27:01.211 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564cb4bad8c0) 2024-02-10T07:27:01.211 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: cache_index_and_filter_blocks: 1 2024-02-10T07:27:01.211 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-10T07:27:01.211 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-10T07:27:01.211 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: pin_top_level_index_and_filter: 1 2024-02-10T07:27:01.211 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: index_type: 0 2024-02-10T07:27:01.212 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: data_block_index_type: 0 2024-02-10T07:27:01.212 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: index_shortening: 1 2024-02-10T07:27:01.212 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: data_block_hash_table_util_ratio: 0.750000 2024-02-10T07:27:01.212 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: checksum: 4 2024-02-10T07:27:01.212 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: no_block_cache: 0 2024-02-10T07:27:01.212 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: block_cache: 0x564cb4baf090 2024-02-10T07:27:01.212 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: block_cache_name: BinnedLRUCache 2024-02-10T07:27:01.212 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: block_cache_options: 2024-02-10T07:27:01.213 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: capacity : 536870912 2024-02-10T07:27:01.213 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: num_shard_bits : 4 2024-02-10T07:27:01.213 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: strict_capacity_limit : 0 2024-02-10T07:27:01.213 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: high_pri_pool_ratio: 0.000 2024-02-10T07:27:01.213 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: block_cache_compressed: (nil) 2024-02-10T07:27:01.213 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: persistent_cache: (nil) 2024-02-10T07:27:01.214 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: block_size: 4096 2024-02-10T07:27:01.214 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: block_size_deviation: 10 2024-02-10T07:27:01.214 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: block_restart_interval: 16 2024-02-10T07:27:01.214 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: index_block_restart_interval: 1 2024-02-10T07:27:01.214 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: metadata_block_size: 4096 2024-02-10T07:27:01.214 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: partition_filters: 0 2024-02-10T07:27:01.214 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: use_delta_encoding: 1 2024-02-10T07:27:01.215 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: filter_policy: bloomfilter 2024-02-10T07:27:01.215 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: whole_key_filtering: 1 2024-02-10T07:27:01.215 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: verify_compression: 0 2024-02-10T07:27:01.215 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: read_amp_bytes_per_bit: 0 2024-02-10T07:27:01.215 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: format_version: 5 2024-02-10T07:27:01.215 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: enable_index_compression: 1 2024-02-10T07:27:01.215 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: block_align: 0 2024-02-10T07:27:01.215 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: max_auto_readahead_size: 262144 2024-02-10T07:27:01.215 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: prepopulate_block_cache: 0 2024-02-10T07:27:01.216 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: initial_auto_readahead_size: 8192 2024-02-10T07:27:01.216 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: num_file_reads_for_auto_readahead: 2 2024-02-10T07:27:01.216 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-10T07:27:01.216 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-10T07:27:01.216 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.compression: NoCompression 2024-02-10T07:27:01.216 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-10T07:27:01.216 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-10T07:27:01.216 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-10T07:27:01.216 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.num_levels: 7 2024-02-10T07:27:01.216 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-10T07:27:01.216 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-10T07:27:01.216 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-10T07:27:01.217 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-10T07:27:01.217 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-10T07:27:01.217 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-10T07:27:01.217 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-10T07:27:01.217 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-10T07:27:01.217 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-02-10T07:27:01.217 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-10T07:27:01.217 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-02-10T07:27:01.217 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-02-10T07:27:01.217 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-10T07:27:01.218 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.compression_opts.level: 32767 2024-02-10T07:27:01.218 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-10T07:27:01.218 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-10T07:27:01.218 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-10T07:27:01.218 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-02-10T07:27:01.218 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-02-10T07:27:01.218 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.compression_opts.enabled: false 2024-02-10T07:27:01.218 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-02-10T07:27:01.218 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-10T07:27:01.218 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-10T07:27:01.218 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-10T07:27:01.218 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-10T07:27:01.219 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-10T07:27:01.219 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-10T07:27:01.219 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-10T07:27:01.219 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-10T07:27:01.219 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-10T07:27:01.219 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-10T07:27:01.219 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-10T07:27:01.219 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-10T07:27:01.219 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-10T07:27:01.220 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-10T07:27:01.220 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-10T07:27:01.220 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-10T07:27:01.220 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-10T07:27:01.220 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-02-10T07:27:01.220 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.arena_block_size: 1048576 2024-02-10T07:27:01.220 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-10T07:27:01.220 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-10T07:27:01.220 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-10T07:27:01.220 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-10T07:27:01.220 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-10T07:27:01.220 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-10T07:27:01.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-10T07:27:01.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-10T07:27:01.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-10T07:27:01.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-10T07:27:01.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-10T07:27:01.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-10T07:27:01.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-10T07:27:01.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.table_properties_collectors: 2024-02-10T07:27:01.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.inplace_update_support: 0 2024-02-10T07:27:01.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-10T07:27:01.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-10T07:27:01.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-10T07:27:01.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-10T07:27:01.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.bloom_locality: 0 2024-02-10T07:27:01.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.max_successive_merges: 0 2024-02-10T07:27:01.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-10T07:27:01.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-10T07:27:01.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.force_consistency_checks: 1 2024-02-10T07:27:01.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-10T07:27:01.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.ttl: 2592000 2024-02-10T07:27:01.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-10T07:27:01.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-02-10T07:27:01.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-02-10T07:27:01.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.enable_blob_files: false 2024-02-10T07:27:01.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.min_blob_size: 0 2024-02-10T07:27:01.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.blob_file_size: 268435456 2024-02-10T07:27:01.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-02-10T07:27:01.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-02-10T07:27:01.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-02-10T07:27:01.223 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-02-10T07:27:01.223 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-02-10T07:27:01.223 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.blob_file_starting_level: 0 2024-02-10T07:27:01.223 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-02-10T07:27:01.223 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi067/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-02-10T07:27:01.223 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-02-10T07:27:01.223 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 3940980d-4f92-43ba-92ac-13f2409f5217 2024-02-10T07:27:01.223 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707550020933949, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-02-10T07:27:01.223 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-02-10T07:27:01.223 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707550020934943, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 81429, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 250, "table_properties": {"data_size": 79616, "index_size": 223, "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": 9884, "raw_average_key_size": 47, "raw_value_size": 73949, "raw_average_value_size": 353, "num_data_blocks": 10, "num_entries": 209, "num_filter_entries": 209, "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": 1707550020, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "3940980d-4f92-43ba-92ac-13f2409f5217", "db_session_id": "V9FRD46WN6Q93OV0PHDZ", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-02-10T07:27:01.223 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707550020935041, "job": 1, "event": "recovery_finished"} 2024-02-10T07:27:01.223 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.931+0000 7f1200faac80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-02-10T07:27:01.223 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.935+0000 7f1200faac80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi067/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-02-10T07:27:01.223 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.935+0000 7f1200faac80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x564cb4ca2000 2024-02-10T07:27:01.224 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.935+0000 7f1200faac80 4 rocksdb: DB pointer 0x564cb4c8e000 2024-02-10T07:27:01.224 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.935+0000 7f11ef719700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-02-10T07:27:01.224 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.935+0000 7f11ef719700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-02-10T07:27:01.224 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: ** DB Stats ** 2024-02-10T07:27:01.224 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T07:27:01.224 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-10T07:27:01.224 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T07:27:01.224 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T07:27:01.224 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-10T07:27:01.224 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T07:27:01.224 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T07:27:01.224 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: ** Compaction Stats [default] ** 2024-02-10T07:27:01.224 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-02-10T07:27:01.224 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-02-10T07:27:01.225 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: L0 2/0 81.39 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 125.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-10T07:27:01.225 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: Sum 2/0 81.39 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 125.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-10T07:27:01.225 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 125.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-10T07:27:01.225 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: ** Compaction Stats [default] ** 2024-02-10T07:27:01.225 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-02-10T07:27:01.225 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T07:27:01.225 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 125.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-10T07:27:01.225 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-02-10T07:27:01.225 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T07:27:01.225 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-10T07:27:01.225 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T07:27:01.225 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T07:27:01.225 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T07:27:01.226 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: AddFile(Keys): cumulative 0, interval 0 2024-02-10T07:27:01.226 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: Cumulative compaction: 0.00 GB write, 17.20 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T07:27:01.226 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: Interval compaction: 0.00 GB write, 17.20 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T07:27:01.226 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-10T07:27:01.226 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: Block cache BinnedLRUCache@0x564cb4baf090#7 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-02-10T07:27:01.226 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.41 KB,7.7486e-05%) Misc(1,0.00 KB,0%) 2024-02-10T07:27:01.226 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: ** File Read Latency Histogram By Level [default] ** 2024-02-10T07:27:01.226 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.935+0000 7f1200faac80 0 starting mon.smithi067 rank 0 at public addrs [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] at bind addrs [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi067 fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 2024-02-10T07:27:01.226 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.935+0000 7f1200faac80 1 mon.smithi067@-1(???) e1 preinit fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 2024-02-10T07:27:01.226 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.935+0000 7f1200faac80 0 mon.smithi067@-1(???).mds e1 new map 2024-02-10T07:27:01.226 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.935+0000 7f1200faac80 0 mon.smithi067@-1(???).mds e1 print_map 2024-02-10T07:27:01.226 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: e1 2024-02-10T07:27:01.226 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-10T07:27:01.226 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2024-02-10T07:27:01.227 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: legacy client fscid: -1 2024-02-10T07:27:01.227 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: 2024-02-10T07:27:01.227 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: No filesystems configured 2024-02-10T07:27:01.227 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.935+0000 7f1200faac80 0 mon.smithi067@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-10T07:27:01.227 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.935+0000 7f1200faac80 0 mon.smithi067@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T07:27:01.227 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.935+0000 7f1200faac80 0 mon.smithi067@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T07:27:01.227 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.935+0000 7f1200faac80 0 mon.smithi067@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T07:27:01.227 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:00 smithi067 bash[18640]: debug 2024-02-10T07:27:00.935+0000 7f1200faac80 1 mon.smithi067@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-10T07:27:01.227 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:01 smithi067 bash[18640]: cluster 2024-02-10T07:27:00.960983+0000 mon.smithi067 (mon.0) 1 : cluster 1 mon.smithi067 is new leader, mons smithi067 in quorum (ranks 0) 2024-02-10T07:27:01.227 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:01 smithi067 bash[18640]: cluster 2024-02-10T07:27:00.961056+0000 mon.smithi067 (mon.0) 2 : cluster 0 monmap e1: 1 mons at {smithi067=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-10T07:27:01.227 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:01 smithi067 bash[18640]: cluster 2024-02-10T07:27:00.961453+0000 mon.smithi067 (mon.0) 3 : cluster 0 fsmap 2024-02-10T07:27:01.227 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:01 smithi067 bash[18640]: cluster 2024-02-10T07:27:00.961480+0000 mon.smithi067 (mon.0) 4 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2024-02-10T07:27:01.227 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:01 smithi067 bash[18640]: cluster 2024-02-10T07:27:00.961877+0000 mon.smithi067 (mon.0) 5 : cluster 0 mgrmap e1: no daemons active 2024-02-10T07:27:01.825 INFO:teuthology.orchestra.run.smithi067.stdout:Wrote config to /etc/ceph/ceph.conf 2024-02-10T07:27:01.850 INFO:teuthology.orchestra.run.smithi067.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-10T07:27:01.850 INFO:teuthology.orchestra.run.smithi067.stdout:Creating mgr... 2024-02-10T07:27:01.851 INFO:teuthology.orchestra.run.smithi067.stdout:Verifying port 0.0.0.0:9283 ... 2024-02-10T07:27:01.851 INFO:teuthology.orchestra.run.smithi067.stdout:Verifying port 0.0.0.0:8765 ... 2024-02-10T07:27:01.851 INFO:teuthology.orchestra.run.smithi067.stdout:Verifying port 0.0.0.0:8443 ... 2024-02-10T07:27:02.137 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@mgr.smithi067.noawcm 2024-02-10T07:27:02.137 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Failed to reset failed state of unit ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@mgr.smithi067.noawcm.service: Unit ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@mgr.smithi067.noawcm.service not loaded. 2024-02-10T07:27:02.185 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:02 smithi067 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:27:02.334 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715.target.wants/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@mgr.smithi067.noawcm.service -> /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service. 2024-02-10T07:27:02.344 INFO:teuthology.orchestra.run.smithi067.stdout:firewalld does not appear to be present 2024-02-10T07:27:02.344 INFO:teuthology.orchestra.run.smithi067.stdout:Not possible to enable service . firewalld.service is not available 2024-02-10T07:27:02.344 INFO:teuthology.orchestra.run.smithi067.stdout:firewalld does not appear to be present 2024-02-10T07:27:02.344 INFO:teuthology.orchestra.run.smithi067.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2024-02-10T07:27:02.344 INFO:teuthology.orchestra.run.smithi067.stdout:Waiting for mgr to start... 2024-02-10T07:27:02.344 INFO:teuthology.orchestra.run.smithi067.stdout:Waiting for mgr... 2024-02-10T07:27:02.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:02 smithi067 bash[18640]: audit 2024-02-10T07:27:01.187644+0000 mon.smithi067 (mon.0) 6 : audit 1 from='client.? 172.21.15.67:0/936529426' entity='client.admin' 2024-02-10T07:27:02.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:02 smithi067 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:27:04.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:03 smithi067 bash[18640]: audit 2024-02-10T07:27:03.759229+0000 mon.smithi067 (mon.0) 7 : audit 0 from='client.? 172.21.15.67:0/3856700862' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T07:27:04.276 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 2024-02-10T07:27:04.277 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout { 2024-02-10T07:27:04.277 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "fsid": "9dfc5860-c7e5-11ee-95b8-87774f69a715", 2024-02-10T07:27:04.277 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "health": { 2024-02-10T07:27:04.277 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-10T07:27:04.277 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-10T07:27:04.277 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-10T07:27:04.277 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:27:04.277 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-10T07:27:04.277 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-10T07:27:04.277 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 0 2024-02-10T07:27:04.277 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout ], 2024-02-10T07:27:04.277 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-10T07:27:04.277 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "smithi067" 2024-02-10T07:27:04.277 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout ], 2024-02-10T07:27:04.277 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-02-10T07:27:04.278 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-10T07:27:04.278 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T07:27:04.278 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-10T07:27:04.278 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-10T07:27:04.278 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:27:04.278 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-10T07:27:04.278 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T07:27:04.278 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-10T07:27:04.278 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-10T07:27:04.278 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-10T07:27:04.278 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-10T07:27:04.278 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-10T07:27:04.278 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-10T07:27:04.281 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:27:04.282 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-10T07:27:04.282 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-10T07:27:04.282 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-10T07:27:04.282 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-10T07:27:04.282 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-10T07:27:04.282 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-10T07:27:04.282 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-10T07:27:04.282 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-10T07:27:04.282 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-10T07:27:04.282 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:27:04.282 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-10T07:27:04.282 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T07:27:04.282 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-10T07:27:04.282 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-10T07:27:04.282 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:27:04.283 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-10T07:27:04.283 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-10T07:27:04.283 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-10T07:27:04.283 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-10T07:27:04.283 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-10T07:27:04.283 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-10T07:27:04.283 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "restful" 2024-02-10T07:27:04.283 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout ], 2024-02-10T07:27:04.283 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T07:27:04.283 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:27:04.283 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-10T07:27:04.283 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T07:27:04.283 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "modified": "2024-02-10T07:26:55.108071+0000", 2024-02-10T07:27:04.283 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T07:27:04.283 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:27:04.283 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-10T07:27:04.284 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout } 2024-02-10T07:27:04.284 INFO:teuthology.orchestra.run.smithi067.stdout:mgr not available, waiting (1/15)... 2024-02-10T07:27:07.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:07 smithi067 bash[18640]: audit 2024-02-10T07:27:07.281791+0000 mon.smithi067 (mon.0) 8 : audit 0 from='client.? 172.21.15.67:0/2353841652' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T07:27:07.864 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 2024-02-10T07:27:07.864 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout { 2024-02-10T07:27:07.864 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "fsid": "9dfc5860-c7e5-11ee-95b8-87774f69a715", 2024-02-10T07:27:07.864 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "health": { 2024-02-10T07:27:07.864 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-10T07:27:07.865 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-10T07:27:07.865 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-10T07:27:07.865 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:27:07.865 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-10T07:27:07.865 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-10T07:27:07.865 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 0 2024-02-10T07:27:07.865 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout ], 2024-02-10T07:27:07.865 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-10T07:27:07.865 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "smithi067" 2024-02-10T07:27:07.865 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout ], 2024-02-10T07:27:07.865 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-02-10T07:27:07.865 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-10T07:27:07.865 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T07:27:07.865 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-10T07:27:07.866 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-10T07:27:07.866 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:27:07.866 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-10T07:27:07.866 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T07:27:07.866 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-10T07:27:07.866 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-10T07:27:07.866 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-10T07:27:07.870 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-10T07:27:07.870 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-10T07:27:07.870 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-10T07:27:07.870 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:27:07.870 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-10T07:27:07.870 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-10T07:27:07.870 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-10T07:27:07.870 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-10T07:27:07.870 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-10T07:27:07.870 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-10T07:27:07.870 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-10T07:27:07.871 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-10T07:27:07.871 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-10T07:27:07.871 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:27:07.871 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-10T07:27:07.871 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T07:27:07.871 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-10T07:27:07.871 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-10T07:27:07.871 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:27:07.871 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-10T07:27:07.871 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-10T07:27:07.871 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-10T07:27:07.871 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-10T07:27:07.871 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-10T07:27:07.871 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-10T07:27:07.871 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "restful" 2024-02-10T07:27:07.872 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout ], 2024-02-10T07:27:07.872 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T07:27:07.872 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:27:07.872 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-10T07:27:07.872 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T07:27:07.872 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "modified": "2024-02-10T07:26:55.108071+0000", 2024-02-10T07:27:07.872 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T07:27:07.872 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:27:07.872 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-10T07:27:07.872 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout } 2024-02-10T07:27:07.872 INFO:teuthology.orchestra.run.smithi067.stdout:mgr not available, waiting (2/15)... 2024-02-10T07:27:11.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:10 smithi067 bash[18640]: audit 2024-02-10T07:27:10.858344+0000 mon.smithi067 (mon.0) 9 : audit 0 from='client.? 172.21.15.67:0/3247961344' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T07:27:11.379 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 2024-02-10T07:27:11.379 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout { 2024-02-10T07:27:11.379 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "fsid": "9dfc5860-c7e5-11ee-95b8-87774f69a715", 2024-02-10T07:27:11.379 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "health": { 2024-02-10T07:27:11.379 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-10T07:27:11.379 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-10T07:27:11.380 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-10T07:27:11.380 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:27:11.380 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-10T07:27:11.380 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-10T07:27:11.380 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 0 2024-02-10T07:27:11.380 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout ], 2024-02-10T07:27:11.380 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-10T07:27:11.380 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "smithi067" 2024-02-10T07:27:11.380 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout ], 2024-02-10T07:27:11.380 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-02-10T07:27:11.380 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-10T07:27:11.380 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T07:27:11.380 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-10T07:27:11.381 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-10T07:27:11.381 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:27:11.381 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-10T07:27:11.381 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T07:27:11.381 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-10T07:27:11.381 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-10T07:27:11.381 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-10T07:27:11.381 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-10T07:27:11.381 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-10T07:27:11.381 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-10T07:27:11.384 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:27:11.385 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-10T07:27:11.385 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-10T07:27:11.385 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-10T07:27:11.385 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-10T07:27:11.385 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-10T07:27:11.385 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-10T07:27:11.385 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-10T07:27:11.385 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-10T07:27:11.385 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-10T07:27:11.385 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:27:11.385 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-10T07:27:11.385 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T07:27:11.385 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-10T07:27:11.385 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-10T07:27:11.385 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:27:11.385 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-10T07:27:11.386 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-10T07:27:11.386 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-10T07:27:11.386 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-10T07:27:11.386 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-10T07:27:11.386 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-10T07:27:11.386 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "restful" 2024-02-10T07:27:11.386 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout ], 2024-02-10T07:27:11.386 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T07:27:11.386 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:27:11.386 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-10T07:27:11.386 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T07:27:11.386 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "modified": "2024-02-10T07:26:55.108071+0000", 2024-02-10T07:27:11.386 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T07:27:11.386 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:27:11.387 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-10T07:27:11.387 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout } 2024-02-10T07:27:11.387 INFO:teuthology.orchestra.run.smithi067.stdout:mgr not available, waiting (3/15)... 2024-02-10T07:27:12.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:11 smithi067 bash[18640]: cluster 2024-02-10T07:27:11.710549+0000 mon.smithi067 (mon.0) 10 : cluster 1 Activating manager daemon smithi067.noawcm 2024-02-10T07:27:12.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:11 smithi067 bash[18640]: cluster 2024-02-10T07:27:11.716871+0000 mon.smithi067 (mon.0) 11 : cluster 0 mgrmap e2: smithi067.noawcm(active, starting, since 0.00647521s) 2024-02-10T07:27:12.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:11 smithi067 bash[18640]: audit 2024-02-10T07:27:11.717842+0000 mon.smithi067 (mon.0) 12 : audit 0 from='mgr.14100 172.21.15.67:0/3743689834' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T07:27:12.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:11 smithi067 bash[18640]: audit 2024-02-10T07:27:11.718041+0000 mon.smithi067 (mon.0) 13 : audit 0 from='mgr.14100 172.21.15.67:0/3743689834' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T07:27:12.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:11 smithi067 bash[18640]: audit 2024-02-10T07:27:11.718198+0000 mon.smithi067 (mon.0) 14 : audit 0 from='mgr.14100 172.21.15.67:0/3743689834' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T07:27:12.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:11 smithi067 bash[18640]: audit 2024-02-10T07:27:11.718338+0000 mon.smithi067 (mon.0) 15 : audit 0 from='mgr.14100 172.21.15.67:0/3743689834' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2024-02-10T07:27:12.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:11 smithi067 bash[18640]: audit 2024-02-10T07:27:11.719833+0000 mon.smithi067 (mon.0) 16 : audit 0 from='mgr.14100 172.21.15.67:0/3743689834' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mgr metadata", "who": "smithi067.noawcm", "id": "smithi067.noawcm"}]: dispatch 2024-02-10T07:27:12.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:11 smithi067 bash[18640]: cluster 2024-02-10T07:27:11.726962+0000 mon.smithi067 (mon.0) 17 : cluster 1 Manager daemon smithi067.noawcm is now available 2024-02-10T07:27:12.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:11 smithi067 bash[18640]: audit 2024-02-10T07:27:11.741838+0000 mon.smithi067 (mon.0) 18 : audit 1 from='mgr.14100 172.21.15.67:0/3743689834' entity='mgr.smithi067.noawcm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.noawcm/mirror_snapshot_schedule"}]: dispatch 2024-02-10T07:27:12.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:11 smithi067 bash[18640]: audit 2024-02-10T07:27:11.745509+0000 mon.smithi067 (mon.0) 19 : audit 1 from='mgr.14100 172.21.15.67:0/3743689834' entity='mgr.smithi067.noawcm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.noawcm/trash_purge_schedule"}]: dispatch 2024-02-10T07:27:12.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:11 smithi067 bash[18640]: audit 2024-02-10T07:27:11.748884+0000 mon.smithi067 (mon.0) 20 : audit 1 from='mgr.14100 172.21.15.67:0/3743689834' entity='mgr.smithi067.noawcm' 2024-02-10T07:27:12.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:11 smithi067 bash[18640]: audit 2024-02-10T07:27:11.750740+0000 mon.smithi067 (mon.0) 21 : audit 1 from='mgr.14100 172.21.15.67:0/3743689834' entity='mgr.smithi067.noawcm' 2024-02-10T07:27:12.290 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:11 smithi067 bash[18640]: audit 2024-02-10T07:27:11.752407+0000 mon.smithi067 (mon.0) 22 : audit 1 from='mgr.14100 172.21.15.67:0/3743689834' entity='mgr.smithi067.noawcm' 2024-02-10T07:27:14.014 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:13 smithi067 bash[18640]: cluster 2024-02-10T07:27:12.725395+0000 mon.smithi067 (mon.0) 23 : cluster 0 mgrmap e3: smithi067.noawcm(active, since 1.015s) 2024-02-10T07:27:15.300 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 2024-02-10T07:27:15.300 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout { 2024-02-10T07:27:15.300 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "fsid": "9dfc5860-c7e5-11ee-95b8-87774f69a715", 2024-02-10T07:27:15.300 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "health": { 2024-02-10T07:27:15.300 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-10T07:27:15.300 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-10T07:27:15.300 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-10T07:27:15.301 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:27:15.302 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-10T07:27:15.302 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-10T07:27:15.302 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 0 2024-02-10T07:27:15.303 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout ], 2024-02-10T07:27:15.303 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-10T07:27:15.303 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "smithi067" 2024-02-10T07:27:15.303 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout ], 2024-02-10T07:27:15.303 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "quorum_age": 13, 2024-02-10T07:27:15.303 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-10T07:27:15.303 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T07:27:15.303 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-10T07:27:15.303 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-10T07:27:15.303 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:27:15.303 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-10T07:27:15.303 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T07:27:15.304 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-10T07:27:15.305 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-10T07:27:15.305 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-10T07:27:15.305 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-10T07:27:15.305 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-10T07:27:15.305 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-10T07:27:15.305 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:27:15.305 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-10T07:27:15.305 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-10T07:27:15.305 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-10T07:27:15.308 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-10T07:27:15.308 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-10T07:27:15.308 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-10T07:27:15.308 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-10T07:27:15.308 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-10T07:27:15.308 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-10T07:27:15.308 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:27:15.308 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-10T07:27:15.308 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T07:27:15.308 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-10T07:27:15.308 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-10T07:27:15.308 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:27:15.309 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-10T07:27:15.309 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "available": true, 2024-02-10T07:27:15.309 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-10T07:27:15.309 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-10T07:27:15.309 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-10T07:27:15.309 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-10T07:27:15.309 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "restful" 2024-02-10T07:27:15.309 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout ], 2024-02-10T07:27:15.309 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T07:27:15.309 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:27:15.309 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-10T07:27:15.309 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T07:27:15.309 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "modified": "2024-02-10T07:26:55.108071+0000", 2024-02-10T07:27:15.310 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T07:27:15.310 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:27:15.310 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-10T07:27:15.310 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout } 2024-02-10T07:27:15.310 INFO:teuthology.orchestra.run.smithi067.stdout:mgr is available 2024-02-10T07:27:16.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:15 smithi067 bash[18640]: cluster 2024-02-10T07:27:14.723806+0000 mon.smithi067 (mon.0) 24 : cluster 0 mgrmap e4: smithi067.noawcm(active, since 3s) 2024-02-10T07:27:16.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:15 smithi067 bash[18640]: audit 2024-02-10T07:27:14.741365+0000 mon.smithi067 (mon.0) 25 : audit 0 from='client.? 172.21.15.67:0/3687294390' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T07:27:16.997 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 2024-02-10T07:27:16.997 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout [global] 2024-02-10T07:27:16.997 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout fsid = 9dfc5860-c7e5-11ee-95b8-87774f69a715 2024-02-10T07:27:16.997 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-02-10T07:27:16.997 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-02-10T07:27:16.997 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-02-10T07:27:16.998 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-02-10T07:27:16.998 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 2024-02-10T07:27:16.999 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout [mgr] 2024-02-10T07:27:16.999 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-02-10T07:27:16.999 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 2024-02-10T07:27:16.999 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout [osd] 2024-02-10T07:27:16.999 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-02-10T07:27:16.999 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-02-10T07:27:16.999 INFO:teuthology.orchestra.run.smithi067.stdout:Enabling cephadm module... 2024-02-10T07:27:17.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:16 smithi067 bash[18640]: audit 2024-02-10T07:27:16.446492+0000 mon.smithi067 (mon.0) 26 : audit 1 from='client.? 172.21.15.67:0/3793330752' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-10T07:27:18.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:18 smithi067 bash[18640]: audit 2024-02-10T07:27:18.359715+0000 mon.smithi067 (mon.0) 27 : audit 1 from='client.? 172.21.15.67:0/1550954671' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-10T07:27:19.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:19 smithi067 bash[18640]: audit 2024-02-10T07:27:18.411549+0000 mon.smithi067 (mon.0) 28 : audit 1 from='client.? 172.21.15.67:0/1550954671' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-10T07:27:19.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:19 smithi067 bash[18640]: cluster 2024-02-10T07:27:18.417903+0000 mon.smithi067 (mon.0) 29 : cluster 0 mgrmap e5: smithi067.noawcm(active, since 6s) 2024-02-10T07:27:20.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:20 smithi067 bash[18640]: audit 2024-02-10T07:27:20.175981+0000 mon.smithi067 (mon.0) 30 : audit 0 from='client.? 172.21.15.67:0/953038572' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-10T07:27:20.739 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout { 2024-02-10T07:27:20.740 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-02-10T07:27:20.740 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "available": true, 2024-02-10T07:27:20.740 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "active_name": "smithi067.noawcm", 2024-02-10T07:27:20.740 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-02-10T07:27:20.740 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout } 2024-02-10T07:27:20.740 INFO:teuthology.orchestra.run.smithi067.stdout:Waiting for the mgr to restart... 2024-02-10T07:27:20.740 INFO:teuthology.orchestra.run.smithi067.stdout:Waiting for mgr epoch 5... 2024-02-10T07:27:27.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:26 smithi067 bash[18640]: cluster 2024-02-10T07:27:26.730405+0000 mon.smithi067 (mon.0) 31 : cluster 1 Active manager daemon smithi067.noawcm restarted 2024-02-10T07:27:27.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:26 smithi067 bash[18640]: cluster 2024-02-10T07:27:26.730841+0000 mon.smithi067 (mon.0) 32 : cluster 1 Activating manager daemon smithi067.noawcm 2024-02-10T07:27:27.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:26 smithi067 bash[18640]: cluster 2024-02-10T07:27:26.738613+0000 mon.smithi067 (mon.0) 33 : cluster 0 osdmap e2: 0 total, 0 up, 0 in 2024-02-10T07:27:27.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:26 smithi067 bash[18640]: cluster 2024-02-10T07:27:26.738848+0000 mon.smithi067 (mon.0) 34 : cluster 0 mgrmap e6: smithi067.noawcm(active, starting, since 0.00812923s) 2024-02-10T07:27:27.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:26 smithi067 bash[18640]: audit 2024-02-10T07:27:26.740254+0000 mon.smithi067 (mon.0) 35 : audit 0 from='mgr.14120 172.21.15.67:0/2369519228' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2024-02-10T07:27:27.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:26 smithi067 bash[18640]: audit 2024-02-10T07:27:26.742223+0000 mon.smithi067 (mon.0) 36 : audit 0 from='mgr.14120 172.21.15.67:0/2369519228' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mgr metadata", "who": "smithi067.noawcm", "id": "smithi067.noawcm"}]: dispatch 2024-02-10T07:27:27.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:26 smithi067 bash[18640]: audit 2024-02-10T07:27:26.743237+0000 mon.smithi067 (mon.0) 37 : audit 0 from='mgr.14120 172.21.15.67:0/2369519228' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T07:27:27.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:26 smithi067 bash[18640]: audit 2024-02-10T07:27:26.743463+0000 mon.smithi067 (mon.0) 38 : audit 0 from='mgr.14120 172.21.15.67:0/2369519228' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T07:27:27.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:26 smithi067 bash[18640]: audit 2024-02-10T07:27:26.743687+0000 mon.smithi067 (mon.0) 39 : audit 0 from='mgr.14120 172.21.15.67:0/2369519228' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T07:27:27.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:26 smithi067 bash[18640]: cluster 2024-02-10T07:27:26.770826+0000 mon.smithi067 (mon.0) 40 : cluster 1 Manager daemon smithi067.noawcm is now available 2024-02-10T07:27:27.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:26 smithi067 bash[18640]: audit 2024-02-10T07:27:26.795466+0000 mon.smithi067 (mon.0) 41 : audit 1 from='mgr.14120 172.21.15.67:0/2369519228' entity='mgr.smithi067.noawcm' 2024-02-10T07:27:27.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:26 smithi067 bash[18640]: audit 2024-02-10T07:27:26.800608+0000 mon.smithi067 (mon.0) 42 : audit 1 from='mgr.14120 172.21.15.67:0/2369519228' entity='mgr.smithi067.noawcm' 2024-02-10T07:27:27.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:26 smithi067 bash[18640]: audit 2024-02-10T07:27:26.804188+0000 mon.smithi067 (mon.0) 43 : audit 0 from='mgr.14120 172.21.15.67:0/2369519228' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:27:27.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:26 smithi067 bash[18640]: audit 2024-02-10T07:27:26.805577+0000 mon.smithi067 (mon.0) 44 : audit 0 from='mgr.14120 172.21.15.67:0/2369519228' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:27:27.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:26 smithi067 bash[18640]: audit 2024-02-10T07:27:26.810769+0000 mon.smithi067 (mon.0) 45 : audit 0 from='mgr.14120 172.21.15.67:0/2369519228' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:27:27.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:26 smithi067 bash[18640]: audit 2024-02-10T07:27:26.821134+0000 mon.smithi067 (mon.0) 46 : audit 1 from='mgr.14120 172.21.15.67:0/2369519228' entity='mgr.smithi067.noawcm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.noawcm/mirror_snapshot_schedule"}]: dispatch 2024-02-10T07:27:27.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:26 smithi067 bash[18640]: audit 2024-02-10T07:27:26.824291+0000 mon.smithi067 (mon.0) 47 : audit 1 from='mgr.14120 172.21.15.67:0/2369519228' entity='mgr.smithi067.noawcm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.noawcm/trash_purge_schedule"}]: dispatch 2024-02-10T07:27:28.345 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout { 2024-02-10T07:27:28.345 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-02-10T07:27:28.345 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "initialized": true 2024-02-10T07:27:28.345 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout } 2024-02-10T07:27:28.345 INFO:teuthology.orchestra.run.smithi067.stdout:mgr epoch 5 is available 2024-02-10T07:27:28.345 INFO:teuthology.orchestra.run.smithi067.stdout:Setting orchestrator backend to cephadm... 2024-02-10T07:27:28.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:28 smithi067 bash[18640]: cephadm 2024-02-10T07:27:26.790482+0000 mgr.smithi067.noawcm (mgr.14120) 1 : cephadm 1 Found migration_current of "None". Setting to last migration. 2024-02-10T07:27:28.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:28 smithi067 bash[18640]: audit 2024-02-10T07:27:27.416125+0000 mon.smithi067 (mon.0) 48 : audit 1 from='mgr.14120 172.21.15.67:0/2369519228' entity='mgr.smithi067.noawcm' 2024-02-10T07:27:28.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:28 smithi067 bash[18640]: audit 2024-02-10T07:27:27.421646+0000 mon.smithi067 (mon.0) 49 : audit 1 from='mgr.14120 172.21.15.67:0/2369519228' entity='mgr.smithi067.noawcm' 2024-02-10T07:27:28.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:28 smithi067 bash[18640]: cluster 2024-02-10T07:27:27.741918+0000 mon.smithi067 (mon.0) 50 : cluster 0 mgrmap e7: smithi067.noawcm(active, since 1.01119s) 2024-02-10T07:27:29.768 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:29 smithi067 bash[18640]: audit 2024-02-10T07:27:27.740697+0000 mgr.smithi067.noawcm (mgr.14120) 2 : audit 0 from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-10T07:27:29.768 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:29 smithi067 bash[18640]: audit 2024-02-10T07:27:27.756629+0000 mgr.smithi067.noawcm (mgr.14120) 3 : audit 0 from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-10T07:27:30.688 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:30 smithi067 bash[18640]: cluster 2024-02-10T07:27:29.418886+0000 mon.smithi067 (mon.0) 51 : cluster 0 mgrmap e8: smithi067.noawcm(active, since 2s) 2024-02-10T07:27:30.688 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:30 smithi067 bash[18640]: audit 2024-02-10T07:27:29.563873+0000 mon.smithi067 (mon.0) 52 : audit 1 from='mgr.14120 172.21.15.67:0/2369519228' entity='mgr.smithi067.noawcm' 2024-02-10T07:27:30.688 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:30 smithi067 bash[18640]: audit 2024-02-10T07:27:29.585031+0000 mon.smithi067 (mon.0) 53 : audit 0 from='mgr.14120 172.21.15.67:0/2369519228' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:27:30.688 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:30 smithi067 bash[18640]: audit 2024-02-10T07:27:30.002060+0000 mon.smithi067 (mon.0) 54 : audit 0 from='mgr.14120 172.21.15.67:0/2369519228' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:27:31.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:31 smithi067 bash[18640]: audit 2024-02-10T07:27:29.556277+0000 mgr.smithi067.noawcm (mgr.14120) 4 : audit 0 from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:27:31.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:31 smithi067 bash[18640]: cephadm 2024-02-10T07:27:29.766931+0000 mgr.smithi067.noawcm (mgr.14120) 5 : cephadm 1 [10/Feb/2024:07:27:29] ENGINE Bus STARTING 2024-02-10T07:27:31.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:31 smithi067 bash[18640]: cephadm 2024-02-10T07:27:29.889055+0000 mgr.smithi067.noawcm (mgr.14120) 6 : cephadm 1 [10/Feb/2024:07:27:29] ENGINE Serving on https://172.21.15.67:7150 2024-02-10T07:27:31.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:31 smithi067 bash[18640]: cephadm 2024-02-10T07:27:29.990454+0000 mgr.smithi067.noawcm (mgr.14120) 7 : cephadm 1 [10/Feb/2024:07:27:29] ENGINE Serving on http://172.21.15.67:8765 2024-02-10T07:27:31.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:31 smithi067 bash[18640]: cephadm 2024-02-10T07:27:29.990595+0000 mgr.smithi067.noawcm (mgr.14120) 8 : cephadm 1 [10/Feb/2024:07:27:29] ENGINE Bus STARTED 2024-02-10T07:27:31.889 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout value unchanged 2024-02-10T07:27:31.889 INFO:teuthology.orchestra.run.smithi067.stdout:Generating ssh key... 2024-02-10T07:27:32.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:32 smithi067 bash[18640]: audit 2024-02-10T07:27:31.246116+0000 mgr.smithi067.noawcm (mgr.14120) 9 : audit 0 from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:27:34.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:34 smithi067 bash[18640]: audit 2024-02-10T07:27:33.023069+0000 mgr.smithi067.noawcm (mgr.14120) 10 : audit 0 from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:27:34.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:34 smithi067 bash[18640]: cephadm 2024-02-10T07:27:33.023339+0000 mgr.smithi067.noawcm (mgr.14120) 11 : cephadm 1 Generating ssh key... 2024-02-10T07:27:34.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:34 smithi067 bash[18640]: audit 2024-02-10T07:27:33.388298+0000 mon.smithi067 (mon.0) 55 : audit 1 from='mgr.14120 172.21.15.67:0/2369519228' entity='mgr.smithi067.noawcm' 2024-02-10T07:27:34.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:34 smithi067 bash[18640]: audit 2024-02-10T07:27:33.391561+0000 mon.smithi067 (mon.0) 56 : audit 1 from='mgr.14120 172.21.15.67:0/2369519228' entity='mgr.smithi067.noawcm' 2024-02-10T07:27:35.716 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDrQhb6VivEJf7JA3dr+B4GSxQpN3y34BZBGOBNzuybThVz5GxHoW92RMEtgeAXtClU3suzbCHt4y2g1yIkM3sLM5jadu0Ob31iFR7cvKGmgEgHu/EOv9cxBDJBvGcyUNYGftPGuXii5jSXLx9p8vSPWL4fLhPAFtIML80ugeWiLS+JYCOokZ5IB+bmyuFzduOVkfY7vjuG+7lHdiPbCD/3dPslAXG83gowZm9luxq0T2oJTB9ybfNMF9+B4AIc2UU7j2SDoH6+b4Yrwz4syRZS5j/dE1C8fr14E6DShh6bM52QG5DE1By1FojeRf1HY18lYt+ZxwQNr/KQRP21Fk6GuvUSlXdsG/J8UcKXEsq2moFHXH42QZC0/cAYNXHjXCn+8Fz/785mx6VaHix6CiQqW5a1GYhUjPXss4oFN3MtRC4P65Iw1AItfuNsR3XIO/9419l0pxgTgLpY1HkDcJ4WSkpyLSo5D++PHD1rv1nG4iMbj26WFVV9D4UIGgsi5G0= ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715 2024-02-10T07:27:35.716 INFO:teuthology.orchestra.run.smithi067.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-10T07:27:35.716 INFO:teuthology.orchestra.run.smithi067.stdout:Adding key to root@localhost authorized_keys... 2024-02-10T07:27:35.717 INFO:teuthology.orchestra.run.smithi067.stdout:Adding host smithi067... 2024-02-10T07:27:35.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:35 smithi067 bash[18640]: audit 2024-02-10T07:27:35.114768+0000 mgr.smithi067.noawcm (mgr.14120) 12 : audit 0 from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:27:37.531 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:37 smithi067 bash[18640]: audit 2024-02-10T07:27:36.951123+0000 mgr.smithi067.noawcm (mgr.14120) 13 : audit 0 from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi067", "addr": "172.21.15.67", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:27:38.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:38 smithi067 bash[18640]: cephadm 2024-02-10T07:27:37.610346+0000 mgr.smithi067.noawcm (mgr.14120) 14 : cephadm 1 Deploying cephadm binary to smithi067 2024-02-10T07:27:43.508 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout Added host 'smithi067' with addr '172.21.15.67' 2024-02-10T07:27:43.509 INFO:teuthology.orchestra.run.smithi067.stdout:Deploying mon service with default placement... 2024-02-10T07:27:43.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:43 smithi067 bash[18640]: audit 2024-02-10T07:27:42.718837+0000 mon.smithi067 (mon.0) 57 : audit 1 from='mgr.14120 172.21.15.67:0/2369519228' entity='mgr.smithi067.noawcm' 2024-02-10T07:27:43.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:43 smithi067 bash[18640]: cephadm 2024-02-10T07:27:42.719321+0000 mgr.smithi067.noawcm (mgr.14120) 15 : cephadm 1 Added host smithi067 2024-02-10T07:27:43.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:43 smithi067 bash[18640]: audit 2024-02-10T07:27:42.764086+0000 mon.smithi067 (mon.0) 58 : audit 0 from='mgr.14120 172.21.15.67:0/2369519228' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:27:45.966 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-02-10T07:27:45.966 INFO:teuthology.orchestra.run.smithi067.stdout:Deploying mgr service with default placement... 2024-02-10T07:27:46.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:46 smithi067 bash[18640]: audit 2024-02-10T07:27:45.324222+0000 mgr.smithi067.noawcm (mgr.14120) 16 : audit 0 from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:27:46.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:46 smithi067 bash[18640]: cephadm 2024-02-10T07:27:45.326060+0000 mgr.smithi067.noawcm (mgr.14120) 17 : cephadm 1 Saving service mon spec with placement count:5 2024-02-10T07:27:46.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:46 smithi067 bash[18640]: audit 2024-02-10T07:27:45.328967+0000 mon.smithi067 (mon.0) 59 : audit 1 from='mgr.14120 172.21.15.67:0/2369519228' entity='mgr.smithi067.noawcm' 2024-02-10T07:27:46.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:46 smithi067 bash[18640]: audit 2024-02-10T07:27:45.740873+0000 mon.smithi067 (mon.0) 60 : audit 1 from='mgr.14120 172.21.15.67:0/2369519228' entity='mgr.smithi067.noawcm' 2024-02-10T07:27:46.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:46 smithi067 bash[18640]: audit 2024-02-10T07:27:46.282505+0000 mon.smithi067 (mon.0) 61 : audit 1 from='mgr.14120 172.21.15.67:0/2369519228' entity='mgr.smithi067.noawcm' 2024-02-10T07:27:47.706 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-02-10T07:27:47.706 INFO:teuthology.orchestra.run.smithi067.stdout:Deploying crash service with default placement... 2024-02-10T07:27:48.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:48 smithi067 bash[18640]: cluster 2024-02-10T07:27:46.744521+0000 mgr.smithi067.noawcm (mgr.14120) 18 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:27:48.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:48 smithi067 bash[18640]: audit 2024-02-10T07:27:47.136597+0000 mgr.smithi067.noawcm (mgr.14120) 19 : audit 0 from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:27:48.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:48 smithi067 bash[18640]: cephadm 2024-02-10T07:27:47.138827+0000 mgr.smithi067.noawcm (mgr.14120) 20 : cephadm 1 Saving service mgr spec with placement count:2 2024-02-10T07:27:48.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:48 smithi067 bash[18640]: audit 2024-02-10T07:27:47.143173+0000 mon.smithi067 (mon.0) 62 : audit 1 from='mgr.14120 172.21.15.67:0/2369519228' entity='mgr.smithi067.noawcm' 2024-02-10T07:27:49.537 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2024-02-10T07:27:49.537 INFO:teuthology.orchestra.run.smithi067.stdout:Deploying ceph-exporter service with default placement... 2024-02-10T07:27:50.192 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:49 smithi067 bash[18640]: cluster 2024-02-10T07:27:48.744876+0000 mgr.smithi067.noawcm (mgr.14120) 21 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:27:50.192 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:49 smithi067 bash[18640]: audit 2024-02-10T07:27:48.925964+0000 mgr.smithi067.noawcm (mgr.14120) 22 : audit 0 from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:27:50.192 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:49 smithi067 bash[18640]: cephadm 2024-02-10T07:27:48.928360+0000 mgr.smithi067.noawcm (mgr.14120) 23 : cephadm 1 Saving service crash spec with placement * 2024-02-10T07:27:50.192 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:49 smithi067 bash[18640]: audit 2024-02-10T07:27:48.931928+0000 mon.smithi067 (mon.0) 63 : audit 1 from='mgr.14120 172.21.15.67:0/2369519228' entity='mgr.smithi067.noawcm' 2024-02-10T07:27:51.351 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2024-02-10T07:27:51.351 INFO:teuthology.orchestra.run.smithi067.stdout:Deploying prometheus service with default placement... 2024-02-10T07:27:52.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:51 smithi067 bash[18640]: cluster 2024-02-10T07:27:50.745267+0000 mgr.smithi067.noawcm (mgr.14120) 24 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:27:52.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:51 smithi067 bash[18640]: audit 2024-02-10T07:27:50.775091+0000 mgr.smithi067.noawcm (mgr.14120) 25 : audit 0 from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:27:52.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:51 smithi067 bash[18640]: cephadm 2024-02-10T07:27:50.776949+0000 mgr.smithi067.noawcm (mgr.14120) 26 : cephadm 1 Saving service ceph-exporter spec with placement * 2024-02-10T07:27:52.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:51 smithi067 bash[18640]: audit 2024-02-10T07:27:50.780422+0000 mon.smithi067 (mon.0) 64 : audit 1 from='mgr.14120 172.21.15.67:0/2369519228' entity='mgr.smithi067.noawcm' 2024-02-10T07:27:53.163 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2024-02-10T07:27:53.163 INFO:teuthology.orchestra.run.smithi067.stdout:Deploying grafana service with default placement... 2024-02-10T07:27:54.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:53 smithi067 bash[18640]: audit 2024-02-10T07:27:52.570156+0000 mgr.smithi067.noawcm (mgr.14120) 27 : audit 0 from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:27:54.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:53 smithi067 bash[18640]: cephadm 2024-02-10T07:27:52.572358+0000 mgr.smithi067.noawcm (mgr.14120) 28 : cephadm 1 Saving service prometheus spec with placement count:1 2024-02-10T07:27:54.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:53 smithi067 bash[18640]: audit 2024-02-10T07:27:52.576231+0000 mon.smithi067 (mon.0) 65 : audit 1 from='mgr.14120 172.21.15.67:0/2369519228' entity='mgr.smithi067.noawcm' 2024-02-10T07:27:54.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:53 smithi067 bash[18640]: cluster 2024-02-10T07:27:52.745531+0000 mgr.smithi067.noawcm (mgr.14120) 29 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:27:55.003 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2024-02-10T07:27:55.004 INFO:teuthology.orchestra.run.smithi067.stdout:Deploying node-exporter service with default placement... 2024-02-10T07:27:55.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:54 smithi067 bash[18640]: audit 2024-02-10T07:27:53.921950+0000 mon.smithi067 (mon.0) 66 : audit 1 from='mgr.14120 172.21.15.67:0/2369519228' entity='mgr.smithi067.noawcm' 2024-02-10T07:27:55.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:54 smithi067 bash[18640]: audit 2024-02-10T07:27:54.389323+0000 mgr.smithi067.noawcm (mgr.14120) 30 : audit 0 from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:27:55.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:54 smithi067 bash[18640]: cephadm 2024-02-10T07:27:54.390680+0000 mgr.smithi067.noawcm (mgr.14120) 31 : cephadm 1 Saving service grafana spec with placement count:1 2024-02-10T07:27:55.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:54 smithi067 bash[18640]: audit 2024-02-10T07:27:54.393905+0000 mon.smithi067 (mon.0) 67 : audit 1 from='mgr.14120 172.21.15.67:0/2369519228' entity='mgr.smithi067.noawcm' 2024-02-10T07:27:55.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:54 smithi067 bash[18640]: audit 2024-02-10T07:27:54.908275+0000 mon.smithi067 (mon.0) 68 : audit 1 from='mgr.14120 172.21.15.67:0/2369519228' entity='mgr.smithi067.noawcm' 2024-02-10T07:27:56.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:56 smithi067 bash[18640]: cluster 2024-02-10T07:27:54.745881+0000 mgr.smithi067.noawcm (mgr.14120) 32 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:27:56.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:56 smithi067 bash[18640]: audit 2024-02-10T07:27:56.369952+0000 mon.smithi067 (mon.0) 69 : audit 1 from='mgr.14120 172.21.15.67:0/2369519228' entity='mgr.smithi067.noawcm' 2024-02-10T07:27:56.994 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2024-02-10T07:27:56.995 INFO:teuthology.orchestra.run.smithi067.stdout:Deploying alertmanager service with default placement... 2024-02-10T07:27:57.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:57 smithi067 bash[18640]: audit 2024-02-10T07:27:56.362660+0000 mgr.smithi067.noawcm (mgr.14120) 33 : audit 0 from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:27:57.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:57 smithi067 bash[18640]: cephadm 2024-02-10T07:27:56.364997+0000 mgr.smithi067.noawcm (mgr.14120) 34 : cephadm 1 Saving service node-exporter spec with placement * 2024-02-10T07:27:58.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:58 smithi067 bash[18640]: cluster 2024-02-10T07:27:56.746310+0000 mgr.smithi067.noawcm (mgr.14120) 35 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:27:58.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:58 smithi067 bash[18640]: audit 2024-02-10T07:27:58.212642+0000 mon.smithi067 (mon.0) 70 : audit 1 from='mgr.14120 172.21.15.67:0/2369519228' entity='mgr.smithi067.noawcm' 2024-02-10T07:27:58.857 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2024-02-10T07:27:59.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:59 smithi067 bash[18640]: audit 2024-02-10T07:27:58.206827+0000 mgr.smithi067.noawcm (mgr.14120) 36 : audit 0 from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:27:59.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:27:59 smithi067 bash[18640]: cephadm 2024-02-10T07:27:58.208767+0000 mgr.smithi067.noawcm (mgr.14120) 37 : cephadm 1 Saving service alertmanager spec with placement count:1 2024-02-10T07:28:00.734 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:00 smithi067 bash[18640]: cluster 2024-02-10T07:27:58.746725+0000 mgr.smithi067.noawcm (mgr.14120) 38 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:28:00.734 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:00 smithi067 bash[18640]: audit 2024-02-10T07:28:00.072612+0000 mon.smithi067 (mon.0) 71 : audit 1 from='client.? 172.21.15.67:0/1654720973' entity='client.admin' 2024-02-10T07:28:02.665 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:02 smithi067 bash[18640]: cluster 2024-02-10T07:28:00.747095+0000 mgr.smithi067.noawcm (mgr.14120) 39 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:28:02.665 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:02 smithi067 bash[18640]: audit 2024-02-10T07:28:02.281077+0000 mon.smithi067 (mon.0) 72 : audit 1 from='client.? 172.21.15.67:0/965277720' entity='client.admin' 2024-02-10T07:28:02.991 INFO:teuthology.orchestra.run.smithi067.stdout:Enabling the dashboard module... 2024-02-10T07:28:04.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:04 smithi067 bash[18640]: cluster 2024-02-10T07:28:02.747501+0000 mgr.smithi067.noawcm (mgr.14120) 40 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:28:04.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:04 smithi067 bash[18640]: audit 2024-02-10T07:28:04.284792+0000 mon.smithi067 (mon.0) 73 : audit 1 from='client.? 172.21.15.67:0/2130483875' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-10T07:28:05.688 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:05 smithi067 bash[18640]: audit 2024-02-10T07:28:04.418948+0000 mon.smithi067 (mon.0) 74 : audit 1 from='client.? 172.21.15.67:0/2130483875' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-10T07:28:05.688 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:05 smithi067 bash[18640]: cluster 2024-02-10T07:28:04.424991+0000 mon.smithi067 (mon.0) 75 : cluster 0 mgrmap e9: smithi067.noawcm(active, since 37s) 2024-02-10T07:28:06.961 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout { 2024-02-10T07:28:06.961 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-02-10T07:28:06.961 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "available": true, 2024-02-10T07:28:06.961 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "active_name": "smithi067.noawcm", 2024-02-10T07:28:06.961 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-02-10T07:28:06.962 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout } 2024-02-10T07:28:06.962 INFO:teuthology.orchestra.run.smithi067.stdout:Waiting for the mgr to restart... 2024-02-10T07:28:06.962 INFO:teuthology.orchestra.run.smithi067.stdout:Waiting for mgr epoch 9... 2024-02-10T07:28:07.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:06 smithi067 bash[18640]: audit 2024-02-10T07:28:06.381340+0000 mon.smithi067 (mon.0) 76 : audit 0 from='client.? 172.21.15.67:0/2767072263' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-10T07:28:12.933 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:12 smithi067 bash[18640]: cluster 2024-02-10T07:28:12.823062+0000 mon.smithi067 (mon.0) 77 : cluster 1 Active manager daemon smithi067.noawcm restarted 2024-02-10T07:28:12.933 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:12 smithi067 bash[18640]: cluster 2024-02-10T07:28:12.823569+0000 mon.smithi067 (mon.0) 78 : cluster 1 Activating manager daemon smithi067.noawcm 2024-02-10T07:28:12.933 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:12 smithi067 bash[18640]: cluster 2024-02-10T07:28:12.830721+0000 mon.smithi067 (mon.0) 79 : cluster 0 osdmap e3: 0 total, 0 up, 0 in 2024-02-10T07:28:12.933 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:12 smithi067 bash[18640]: cluster 2024-02-10T07:28:12.830956+0000 mon.smithi067 (mon.0) 80 : cluster 0 mgrmap e10: smithi067.noawcm(active, starting, since 0.00759069s) 2024-02-10T07:28:12.934 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:12 smithi067 bash[18640]: audit 2024-02-10T07:28:12.833220+0000 mon.smithi067 (mon.0) 81 : audit 0 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2024-02-10T07:28:12.934 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:12 smithi067 bash[18640]: audit 2024-02-10T07:28:12.834339+0000 mon.smithi067 (mon.0) 82 : audit 0 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mgr metadata", "who": "smithi067.noawcm", "id": "smithi067.noawcm"}]: dispatch 2024-02-10T07:28:12.934 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:12 smithi067 bash[18640]: audit 2024-02-10T07:28:12.835242+0000 mon.smithi067 (mon.0) 83 : audit 0 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T07:28:12.934 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:12 smithi067 bash[18640]: audit 2024-02-10T07:28:12.835462+0000 mon.smithi067 (mon.0) 84 : audit 0 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T07:28:12.934 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:12 smithi067 bash[18640]: audit 2024-02-10T07:28:12.835663+0000 mon.smithi067 (mon.0) 85 : audit 0 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T07:28:12.934 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:12 smithi067 bash[18640]: cluster 2024-02-10T07:28:12.863580+0000 mon.smithi067 (mon.0) 86 : cluster 1 Manager daemon smithi067.noawcm is now available 2024-02-10T07:28:14.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:13 smithi067 bash[18640]: audit 2024-02-10T07:28:12.890656+0000 mon.smithi067 (mon.0) 87 : audit 0 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:28:14.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:13 smithi067 bash[18640]: audit 2024-02-10T07:28:12.892801+0000 mon.smithi067 (mon.0) 88 : audit 0 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:28:14.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:13 smithi067 bash[18640]: audit 2024-02-10T07:28:12.911416+0000 mon.smithi067 (mon.0) 89 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.noawcm/mirror_snapshot_schedule"}]: dispatch 2024-02-10T07:28:14.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:13 smithi067 bash[18640]: audit 2024-02-10T07:28:12.914891+0000 mon.smithi067 (mon.0) 90 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.noawcm/trash_purge_schedule"}]: dispatch 2024-02-10T07:28:14.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:13 smithi067 bash[18640]: cephadm 2024-02-10T07:28:13.448227+0000 mgr.smithi067.noawcm (mgr.14164) 1 : cephadm 1 [10/Feb/2024:07:28:13] ENGINE Bus STARTING 2024-02-10T07:28:14.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:13 smithi067 bash[18640]: cluster 2024-02-10T07:28:13.837525+0000 mon.smithi067 (mon.0) 91 : cluster 0 mgrmap e11: smithi067.noawcm(active, since 1.01415s) 2024-02-10T07:28:14.508 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout { 2024-02-10T07:28:14.508 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-02-10T07:28:14.508 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "initialized": true 2024-02-10T07:28:14.508 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout } 2024-02-10T07:28:14.508 INFO:teuthology.orchestra.run.smithi067.stdout:mgr epoch 9 is available 2024-02-10T07:28:14.508 INFO:teuthology.orchestra.run.smithi067.stdout:Generating a dashboard self-signed certificate... 2024-02-10T07:28:15.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:14 smithi067 bash[18640]: cephadm 2024-02-10T07:28:13.550067+0000 mgr.smithi067.noawcm (mgr.14164) 2 : cephadm 1 [10/Feb/2024:07:28:13] ENGINE Serving on http://172.21.15.67:8765 2024-02-10T07:28:15.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:14 smithi067 bash[18640]: cephadm 2024-02-10T07:28:13.672551+0000 mgr.smithi067.noawcm (mgr.14164) 3 : cephadm 1 [10/Feb/2024:07:28:13] ENGINE Serving on https://172.21.15.67:7150 2024-02-10T07:28:15.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:14 smithi067 bash[18640]: cephadm 2024-02-10T07:28:13.672794+0000 mgr.smithi067.noawcm (mgr.14164) 4 : cephadm 1 [10/Feb/2024:07:28:13] ENGINE Bus STARTED 2024-02-10T07:28:15.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:14 smithi067 bash[18640]: audit 2024-02-10T07:28:13.834917+0000 mgr.smithi067.noawcm (mgr.14164) 5 : audit 0 from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-10T07:28:15.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:14 smithi067 bash[18640]: audit 2024-02-10T07:28:13.849017+0000 mgr.smithi067.noawcm (mgr.14164) 6 : audit 0 from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-10T07:28:16.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:15 smithi067 bash[18640]: cluster 2024-02-10T07:28:14.889256+0000 mon.smithi067 (mon.0) 92 : cluster 0 mgrmap e12: smithi067.noawcm(active, since 2s) 2024-02-10T07:28:16.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:15 smithi067 bash[18640]: audit 2024-02-10T07:28:15.820915+0000 mon.smithi067 (mon.0) 93 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:28:16.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:15 smithi067 bash[18640]: audit 2024-02-10T07:28:15.825537+0000 mon.smithi067 (mon.0) 94 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:28:16.405 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-02-10T07:28:16.405 INFO:teuthology.orchestra.run.smithi067.stdout:Creating initial admin user... 2024-02-10T07:28:17.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:16 smithi067 bash[18640]: audit 2024-02-10T07:28:15.651952+0000 mgr.smithi067.noawcm (mgr.14164) 7 : audit 0 from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:28:18.468 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$CvC4oiNOQ/nKpYRyst73e.R4QVlK4oVB1Np2tAHjaU7Z4J44pkDOK", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1707550097, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-10T07:28:18.469 INFO:teuthology.orchestra.run.smithi067.stdout:Fetching dashboard port number... 2024-02-10T07:28:19.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:18 smithi067 bash[18640]: audit 2024-02-10T07:28:17.636214+0000 mgr.smithi067.noawcm (mgr.14164) 8 : audit 0 from='client.14178 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:28:19.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:18 smithi067 bash[18640]: audit 2024-02-10T07:28:17.894074+0000 mon.smithi067 (mon.0) 95 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:28:20.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:19 smithi067 bash[18640]: cluster 2024-02-10T07:28:18.898797+0000 mon.smithi067 (mon.0) 96 : cluster 0 mgrmap e13: smithi067.noawcm(active, since 6s) 2024-02-10T07:28:20.066 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:19 smithi067 bash[18640]: audit 2024-02-10T07:28:19.652411+0000 mon.smithi067 (mon.0) 97 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:28:20.066 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:19 smithi067 bash[18640]: audit 2024-02-10T07:28:19.697381+0000 mon.smithi067 (mon.0) 98 : audit 0 from='client.? 172.21.15.67:0/1327260625' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-10T07:28:20.323 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 8443 2024-02-10T07:28:20.323 INFO:teuthology.orchestra.run.smithi067.stdout:firewalld does not appear to be present 2024-02-10T07:28:20.323 INFO:teuthology.orchestra.run.smithi067.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-10T07:28:20.324 INFO:teuthology.orchestra.run.smithi067.stdout:Ceph Dashboard is now available at: 2024-02-10T07:28:20.325 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-10T07:28:20.325 INFO:teuthology.orchestra.run.smithi067.stdout: URL: https://smithi067.front.sepia.ceph.com:8443/ 2024-02-10T07:28:20.325 INFO:teuthology.orchestra.run.smithi067.stdout: User: admin 2024-02-10T07:28:20.325 INFO:teuthology.orchestra.run.smithi067.stdout: Password: bcd1b509ho 2024-02-10T07:28:20.325 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-10T07:28:20.325 INFO:teuthology.orchestra.run.smithi067.stdout:Saving cluster configuration to /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/config directory 2024-02-10T07:28:20.325 INFO:teuthology.orchestra.run.smithi067.stdout:Enabling autotune for osd_memory_target 2024-02-10T07:28:21.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:21 smithi067 bash[18640]: audit 2024-02-10T07:28:20.692639+0000 mon.smithi067 (mon.0) 99 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:28:24.001 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-02-10T07:28:24.001 INFO:teuthology.orchestra.run.smithi067.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-02-10T07:28:24.001 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-10T07:28:24.001 INFO:teuthology.orchestra.run.smithi067.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-10T07:28:24.001 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-10T07:28:24.001 INFO:teuthology.orchestra.run.smithi067.stdout:Or, if you are only running a single cluster on this host: 2024-02-10T07:28:24.002 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-10T07:28:24.002 INFO:teuthology.orchestra.run.smithi067.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-02-10T07:28:24.002 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-10T07:28:24.002 INFO:teuthology.orchestra.run.smithi067.stdout:Please consider enabling telemetry to help improve Ceph: 2024-02-10T07:28:24.002 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-10T07:28:24.002 INFO:teuthology.orchestra.run.smithi067.stdout: ceph telemetry on 2024-02-10T07:28:24.002 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-10T07:28:24.002 INFO:teuthology.orchestra.run.smithi067.stdout:For more information see: 2024-02-10T07:28:24.002 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-10T07:28:24.002 INFO:teuthology.orchestra.run.smithi067.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-02-10T07:28:24.002 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-10T07:28:24.002 INFO:teuthology.orchestra.run.smithi067.stdout:Bootstrap complete. 2024-02-10T07:28:24.044 INFO:tasks.cephadm:Fetching config... 2024-02-10T07:28:24.044 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-02-10T07:28:24.044 DEBUG:teuthology.orchestra.run.smithi067:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-10T07:28:24.050 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-10T07:28:24.050 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-02-10T07:28:24.050 DEBUG:teuthology.orchestra.run.smithi067:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-10T07:28:24.098 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-10T07:28:24.098 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-02-10T07:28:24.098 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/keyring of=/dev/stdout 2024-02-10T07:28:24.157 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-10T07:28:24.157 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-02-10T07:28:24.157 DEBUG:teuthology.orchestra.run.smithi067:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-10T07:28:24.203 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-10T07:28:24.204 DEBUG:teuthology.orchestra.run.smithi067:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDrQhb6VivEJf7JA3dr+B4GSxQpN3y34BZBGOBNzuybThVz5GxHoW92RMEtgeAXtClU3suzbCHt4y2g1yIkM3sLM5jadu0Ob31iFR7cvKGmgEgHu/EOv9cxBDJBvGcyUNYGftPGuXii5jSXLx9p8vSPWL4fLhPAFtIML80ugeWiLS+JYCOokZ5IB+bmyuFzduOVkfY7vjuG+7lHdiPbCD/3dPslAXG83gowZm9luxq0T2oJTB9ybfNMF9+B4AIc2UU7j2SDoH6+b4Yrwz4syRZS5j/dE1C8fr14E6DShh6bM52QG5DE1By1FojeRf1HY18lYt+ZxwQNr/KQRP21Fk6GuvUSlXdsG/J8UcKXEsq2moFHXH42QZC0/cAYNXHjXCn+8Fz/785mx6VaHix6CiQqW5a1GYhUjPXss4oFN3MtRC4P65Iw1AItfuNsR3XIO/9419l0pxgTgLpY1HkDcJ4WSkpyLSo5D++PHD1rv1nG4iMbj26WFVV9D4UIGgsi5G0= ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-10T07:28:24.266 INFO:teuthology.orchestra.run.smithi067.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDrQhb6VivEJf7JA3dr+B4GSxQpN3y34BZBGOBNzuybThVz5GxHoW92RMEtgeAXtClU3suzbCHt4y2g1yIkM3sLM5jadu0Ob31iFR7cvKGmgEgHu/EOv9cxBDJBvGcyUNYGftPGuXii5jSXLx9p8vSPWL4fLhPAFtIML80ugeWiLS+JYCOokZ5IB+bmyuFzduOVkfY7vjuG+7lHdiPbCD/3dPslAXG83gowZm9luxq0T2oJTB9ybfNMF9+B4AIc2UU7j2SDoH6+b4Yrwz4syRZS5j/dE1C8fr14E6DShh6bM52QG5DE1By1FojeRf1HY18lYt+ZxwQNr/KQRP21Fk6GuvUSlXdsG/J8UcKXEsq2moFHXH42QZC0/cAYNXHjXCn+8Fz/785mx6VaHix6CiQqW5a1GYhUjPXss4oFN3MtRC4P65Iw1AItfuNsR3XIO/9419l0pxgTgLpY1HkDcJ4WSkpyLSo5D++PHD1rv1nG4iMbj26WFVV9D4UIGgsi5G0= ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715 2024-02-10T07:28:24.276 DEBUG:teuthology.orchestra.run.smithi174:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDrQhb6VivEJf7JA3dr+B4GSxQpN3y34BZBGOBNzuybThVz5GxHoW92RMEtgeAXtClU3suzbCHt4y2g1yIkM3sLM5jadu0Ob31iFR7cvKGmgEgHu/EOv9cxBDJBvGcyUNYGftPGuXii5jSXLx9p8vSPWL4fLhPAFtIML80ugeWiLS+JYCOokZ5IB+bmyuFzduOVkfY7vjuG+7lHdiPbCD/3dPslAXG83gowZm9luxq0T2oJTB9ybfNMF9+B4AIc2UU7j2SDoH6+b4Yrwz4syRZS5j/dE1C8fr14E6DShh6bM52QG5DE1By1FojeRf1HY18lYt+ZxwQNr/KQRP21Fk6GuvUSlXdsG/J8UcKXEsq2moFHXH42QZC0/cAYNXHjXCn+8Fz/785mx6VaHix6CiQqW5a1GYhUjPXss4oFN3MtRC4P65Iw1AItfuNsR3XIO/9419l0pxgTgLpY1HkDcJ4WSkpyLSo5D++PHD1rv1nG4iMbj26WFVV9D4UIGgsi5G0= ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-10T07:28:24.299 INFO:teuthology.orchestra.run.smithi174.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDrQhb6VivEJf7JA3dr+B4GSxQpN3y34BZBGOBNzuybThVz5GxHoW92RMEtgeAXtClU3suzbCHt4y2g1yIkM3sLM5jadu0Ob31iFR7cvKGmgEgHu/EOv9cxBDJBvGcyUNYGftPGuXii5jSXLx9p8vSPWL4fLhPAFtIML80ugeWiLS+JYCOokZ5IB+bmyuFzduOVkfY7vjuG+7lHdiPbCD/3dPslAXG83gowZm9luxq0T2oJTB9ybfNMF9+B4AIc2UU7j2SDoH6+b4Yrwz4syRZS5j/dE1C8fr14E6DShh6bM52QG5DE1By1FojeRf1HY18lYt+ZxwQNr/KQRP21Fk6GuvUSlXdsG/J8UcKXEsq2moFHXH42QZC0/cAYNXHjXCn+8Fz/785mx6VaHix6CiQqW5a1GYhUjPXss4oFN3MtRC4P65Iw1AItfuNsR3XIO/9419l0pxgTgLpY1HkDcJ4WSkpyLSo5D++PHD1rv1nG4iMbj26WFVV9D4UIGgsi5G0= ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715 2024-02-10T07:28:24.309 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-10T07:28:24.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:24 smithi067 bash[18640]: audit 2024-02-10T07:28:23.469375+0000 mon.smithi067 (mon.0) 100 : audit 1 from='client.? 172.21.15.67:0/309577959' entity='client.admin' 2024-02-10T07:28:29.001 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:28:33.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:32 smithi067 bash[18640]: audit 2024-02-10T07:28:31.586086+0000 mon.smithi067 (mon.0) 101 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:28:33.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:32 smithi067 bash[18640]: audit 2024-02-10T07:28:31.590255+0000 mon.smithi067 (mon.0) 102 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:28:33.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:32 smithi067 bash[18640]: audit 2024-02-10T07:28:31.591238+0000 mon.smithi067 (mon.0) 103 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config rm", "who": "osd/host:smithi067", "name": "osd_memory_target"}]: dispatch 2024-02-10T07:28:33.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:32 smithi067 bash[18640]: audit 2024-02-10T07:28:31.597224+0000 mon.smithi067 (mon.0) 104 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:28:33.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:32 smithi067 bash[18640]: audit 2024-02-10T07:28:31.599157+0000 mon.smithi067 (mon.0) 105 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi067", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-02-10T07:28:33.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:32 smithi067 bash[18640]: audit 2024-02-10T07:28:31.600808+0000 mon.smithi067 (mon.0) 106 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi067", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-02-10T07:28:33.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:32 smithi067 bash[18640]: audit 2024-02-10T07:28:31.603266+0000 mon.smithi067 (mon.0) 107 : audit 0 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:28:33.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:32 smithi067 bash[18640]: cephadm 2024-02-10T07:28:31.604294+0000 mgr.smithi067.noawcm (mgr.14164) 9 : cephadm 1 Deploying daemon ceph-exporter.smithi067 on smithi067 2024-02-10T07:28:33.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:32 smithi067 bash[18640]: audit 2024-02-10T07:28:31.963617+0000 mon.smithi067 (mon.0) 108 : audit 1 from='client.? 172.21.15.67:0/1056019402' entity='client.admin' 2024-02-10T07:28:33.198 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-10T07:28:33.198 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-10T07:28:34.040 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:33 smithi067 bash[18640]: cluster 2024-02-10T07:28:32.836995+0000 mgr.smithi067.noawcm (mgr.14164) 10 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:28:34.301 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:34 smithi067 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:28:34.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:34 smithi067 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:28:35.886 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:35 smithi067 bash[18640]: audit 2024-02-10T07:28:34.544986+0000 mon.smithi067 (mon.0) 109 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:28:35.886 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:35 smithi067 bash[18640]: audit 2024-02-10T07:28:34.551137+0000 mon.smithi067 (mon.0) 110 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:28:35.886 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:35 smithi067 bash[18640]: audit 2024-02-10T07:28:34.579673+0000 mon.smithi067 (mon.0) 111 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:28:35.886 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:35 smithi067 bash[18640]: audit 2024-02-10T07:28:34.585358+0000 mon.smithi067 (mon.0) 112 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:28:35.887 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:35 smithi067 bash[18640]: audit 2024-02-10T07:28:34.586760+0000 mon.smithi067 (mon.0) 113 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi067", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-10T07:28:35.887 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:35 smithi067 bash[18640]: audit 2024-02-10T07:28:34.590289+0000 mon.smithi067 (mon.0) 114 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi067", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-10T07:28:35.887 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:35 smithi067 bash[18640]: audit 2024-02-10T07:28:34.592095+0000 mon.smithi067 (mon.0) 115 : audit 0 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:28:35.887 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:35 smithi067 bash[18640]: cephadm 2024-02-10T07:28:34.593021+0000 mgr.smithi067.noawcm (mgr.14164) 11 : cephadm 1 Deploying daemon crash.smithi067 on smithi067 2024-02-10T07:28:35.887 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:35 smithi067 bash[18640]: cluster 2024-02-10T07:28:34.837407+0000 mgr.smithi067.noawcm (mgr.14164) 12 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:28:36.973 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:36 smithi067 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:28:37.286 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:36 smithi067 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:28:37.909 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:28:37.925 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:37 smithi067 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:28:38.192 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:38 smithi067 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:28:38.192 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:38 smithi067 bash[18640]: cluster 2024-02-10T07:28:36.837868+0000 mgr.smithi067.noawcm (mgr.14164) 13 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:28:38.192 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:38 smithi067 bash[18640]: audit 2024-02-10T07:28:37.136908+0000 mon.smithi067 (mon.0) 116 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:28:38.193 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:38 smithi067 bash[18640]: audit 2024-02-10T07:28:37.140366+0000 mon.smithi067 (mon.0) 117 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:28:38.193 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:38 smithi067 bash[18640]: audit 2024-02-10T07:28:37.164153+0000 mon.smithi067 (mon.0) 118 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:28:38.193 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:38 smithi067 bash[18640]: audit 2024-02-10T07:28:37.166863+0000 mon.smithi067 (mon.0) 119 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:28:38.193 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:38 smithi067 bash[18640]: cephadm 2024-02-10T07:28:37.168577+0000 mgr.smithi067.noawcm (mgr.14164) 14 : cephadm 1 Deploying daemon node-exporter.smithi067 on smithi067 2024-02-10T07:28:38.193 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:38 smithi067 bash[18640]: audit 2024-02-10T07:28:37.912485+0000 mon.smithi067 (mon.0) 120 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:28:39.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:39 smithi067 bash[18640]: audit 2024-02-10T07:28:38.198917+0000 mon.smithi067 (mon.0) 121 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:28:39.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:39 smithi067 bash[18640]: audit 2024-02-10T07:28:38.204736+0000 mon.smithi067 (mon.0) 122 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:28:39.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:39 smithi067 bash[18640]: audit 2024-02-10T07:28:38.238731+0000 mon.smithi067 (mon.0) 123 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:28:39.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:39 smithi067 bash[18640]: audit 2024-02-10T07:28:38.243713+0000 mon.smithi067 (mon.0) 124 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:28:39.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:39 smithi067 bash[18640]: cephadm 2024-02-10T07:28:38.255169+0000 mgr.smithi067.noawcm (mgr.14164) 15 : cephadm 1 Deploying daemon alertmanager.smithi067 on smithi067 2024-02-10T07:28:40.536 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:40 smithi067 bash[18640]: cluster 2024-02-10T07:28:38.838326+0000 mgr.smithi067.noawcm (mgr.14164) 16 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:28:42.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:42 smithi067 bash[18640]: cluster 2024-02-10T07:28:40.838687+0000 mgr.smithi067.noawcm (mgr.14164) 17 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:28:42.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:42 smithi067 bash[18640]: audit 2024-02-10T07:28:41.292090+0000 mgr.smithi067.noawcm (mgr.14164) 18 : audit 0 from='client.14189 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:28:42.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:42 smithi067 bash[18640]: audit 2024-02-10T07:28:41.295328+0000 mon.smithi067 (mon.0) 125 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:28:42.859 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi174 2024-02-10T07:28:42.859 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-02-10T07:28:42.859 DEBUG:teuthology.orchestra.run.smithi174:> dd of=/etc/ceph/ceph.conf 2024-02-10T07:28:42.866 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-02-10T07:28:42.866 DEBUG:teuthology.orchestra.run.smithi174:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-10T07:28:42.913 INFO:tasks.cephadm:Adding host smithi174 to orchestrator... 2024-02-10T07:28:42.914 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph orch host add smithi174 2024-02-10T07:28:44.286 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:43 smithi067 bash[18640]: cluster 2024-02-10T07:28:42.839030+0000 mgr.smithi067.noawcm (mgr.14164) 19 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:28:44.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:43 smithi067 bash[18640]: audit 2024-02-10T07:28:42.916595+0000 mon.smithi067 (mon.0) 126 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:28:46.239 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:45 smithi067 bash[18640]: cluster 2024-02-10T07:28:44.839459+0000 mgr.smithi067.noawcm (mgr.14164) 20 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:28:48.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:47 smithi067 bash[18640]: cluster 2024-02-10T07:28:46.839824+0000 mgr.smithi067.noawcm (mgr.14164) 21 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:28:48.665 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:48 smithi067 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:28:48.678 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:28:49.036 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:48 smithi067 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:28:50.227 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:49 smithi067 bash[18640]: audit 2024-02-10T07:28:48.804558+0000 mon.smithi067 (mon.0) 127 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:28:50.228 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:49 smithi067 bash[18640]: audit 2024-02-10T07:28:48.808396+0000 mon.smithi067 (mon.0) 128 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:28:50.228 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:49 smithi067 bash[18640]: cluster 2024-02-10T07:28:48.840051+0000 mgr.smithi067.noawcm (mgr.14164) 22 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:28:50.228 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:49 smithi067 bash[18640]: audit 2024-02-10T07:28:48.842335+0000 mon.smithi067 (mon.0) 129 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:28:50.228 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:49 smithi067 bash[18640]: audit 2024-02-10T07:28:48.844544+0000 mon.smithi067 (mon.0) 130 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:28:50.228 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:49 smithi067 bash[18640]: audit 2024-02-10T07:28:48.846990+0000 mon.smithi067 (mon.0) 131 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:28:50.228 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:49 smithi067 bash[18640]: audit 2024-02-10T07:28:48.848658+0000 mon.smithi067 (mon.0) 132 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:28:50.228 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:49 smithi067 bash[18640]: cephadm 2024-02-10T07:28:48.857054+0000 mgr.smithi067.noawcm (mgr.14164) 23 : cephadm 1 Regenerating cephadm self-signed grafana TLS certificates 2024-02-10T07:28:50.228 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:49 smithi067 bash[18640]: audit 2024-02-10T07:28:48.948459+0000 mon.smithi067 (mon.0) 133 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:28:50.228 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:49 smithi067 bash[18640]: audit 2024-02-10T07:28:48.953143+0000 mon.smithi067 (mon.0) 134 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:28:50.228 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:49 smithi067 bash[18640]: audit 2024-02-10T07:28:48.955164+0000 mon.smithi067 (mon.0) 135 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-10T07:28:50.228 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:49 smithi067 bash[18640]: audit 2024-02-10T07:28:48.956055+0000 mgr.smithi067.noawcm (mgr.14164) 24 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-10T07:28:50.229 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:49 smithi067 bash[18640]: audit 2024-02-10T07:28:48.960128+0000 mon.smithi067 (mon.0) 136 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:28:50.229 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:49 smithi067 bash[18640]: cephadm 2024-02-10T07:28:48.971081+0000 mgr.smithi067.noawcm (mgr.14164) 25 : cephadm 1 Deploying daemon grafana.smithi067 on smithi067 2024-02-10T07:28:52.272 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:51 smithi067 bash[18640]: cluster 2024-02-10T07:28:50.840374+0000 mgr.smithi067.noawcm (mgr.14164) 26 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:28:54.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:53 smithi067 bash[18640]: audit 2024-02-10T07:28:52.701561+0000 mgr.smithi067.noawcm (mgr.14164) 27 : audit 0 from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi174", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:28:54.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:53 smithi067 bash[18640]: cluster 2024-02-10T07:28:52.840798+0000 mgr.smithi067.noawcm (mgr.14164) 28 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:28:54.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:53 smithi067 bash[18640]: audit 2024-02-10T07:28:52.922753+0000 mon.smithi067 (mon.0) 137 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:28:55.286 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:54 smithi067 bash[18640]: cephadm 2024-02-10T07:28:53.496460+0000 mgr.smithi067.noawcm (mgr.14164) 29 : cephadm 1 Deploying cephadm binary to smithi174 2024-02-10T07:28:56.286 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:55 smithi067 bash[18640]: cluster 2024-02-10T07:28:54.841131+0000 mgr.smithi067.noawcm (mgr.14164) 30 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:28:58.286 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:28:57 smithi067 bash[18640]: cluster 2024-02-10T07:28:56.841373+0000 mgr.smithi067.noawcm (mgr.14164) 31 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:28:59.419 INFO:teuthology.orchestra.run.smithi067.stdout:Added host 'smithi174' with addr '172.21.15.174' 2024-02-10T07:29:00.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:00 smithi067 bash[18640]: cluster 2024-02-10T07:28:58.841617+0000 mgr.smithi067.noawcm (mgr.14164) 32 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:29:00.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:00 smithi067 bash[18640]: audit 2024-02-10T07:28:59.421044+0000 mon.smithi067 (mon.0) 138 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:00.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:00 smithi067 bash[18640]: cephadm 2024-02-10T07:28:59.421498+0000 mgr.smithi067.noawcm (mgr.14164) 33 : cephadm 1 Added host smithi174 2024-02-10T07:29:02.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:02 smithi067 bash[18640]: cluster 2024-02-10T07:29:00.841875+0000 mgr.smithi067.noawcm (mgr.14164) 34 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:29:04.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:04 smithi067 bash[18640]: cluster 2024-02-10T07:29:02.842212+0000 mgr.smithi067.noawcm (mgr.14164) 35 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:29:06.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:06 smithi067 bash[18640]: cluster 2024-02-10T07:29:04.842643+0000 mgr.smithi067.noawcm (mgr.14164) 36 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:29:08.180 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph orch host ls --format=json 2024-02-10T07:29:08.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:08 smithi067 bash[18640]: cluster 2024-02-10T07:29:06.843066+0000 mgr.smithi067.noawcm (mgr.14164) 37 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:29:10.750 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:10 smithi067 bash[18640]: cluster 2024-02-10T07:29:08.843496+0000 mgr.smithi067.noawcm (mgr.14164) 38 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:29:11.708 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:11 smithi067 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:29:12.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:11 smithi067 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:29:12.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:12 smithi067 bash[18640]: cluster 2024-02-10T07:29:10.843915+0000 mgr.smithi067.noawcm (mgr.14164) 39 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:29:12.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:12 smithi067 bash[18640]: audit 2024-02-10T07:29:11.864298+0000 mon.smithi067 (mon.0) 139 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:12.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:12 smithi067 bash[18640]: audit 2024-02-10T07:29:11.867298+0000 mon.smithi067 (mon.0) 140 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:12.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:12 smithi067 bash[18640]: audit 2024-02-10T07:29:11.903888+0000 mon.smithi067 (mon.0) 141 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:12.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:12 smithi067 bash[18640]: audit 2024-02-10T07:29:11.909538+0000 mon.smithi067 (mon.0) 142 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:12.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:12 smithi067 bash[18640]: audit 2024-02-10T07:29:11.913766+0000 mon.smithi067 (mon.0) 143 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:12.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:12 smithi067 bash[18640]: audit 2024-02-10T07:29:11.919658+0000 mon.smithi067 (mon.0) 144 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:12.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:12 smithi067 bash[18640]: audit 2024-02-10T07:29:11.924211+0000 mon.smithi067 (mon.0) 145 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:12.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:12 smithi067 bash[18640]: audit 2024-02-10T07:29:11.929310+0000 mon.smithi067 (mon.0) 146 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:12.924 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:29:13.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:13 smithi067 bash[18640]: cephadm 2024-02-10T07:29:12.237811+0000 mgr.smithi067.noawcm (mgr.14164) 40 : cephadm 1 Deploying daemon prometheus.smithi067 on smithi067 2024-02-10T07:29:13.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:13 smithi067 bash[18640]: audit 2024-02-10T07:29:12.930908+0000 mon.smithi067 (mon.0) 147 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:14.728 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:14 smithi067 bash[18640]: cluster 2024-02-10T07:29:12.844233+0000 mgr.smithi067.noawcm (mgr.14164) 41 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:29:16.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:16 smithi067 bash[18640]: cluster 2024-02-10T07:29:14.844665+0000 mgr.smithi067.noawcm (mgr.14164) 42 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:29:18.544 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-10T07:29:18.544 INFO:teuthology.orchestra.run.smithi067.stdout:[{"addr": "172.21.15.67", "hostname": "smithi067", "labels": [], "status": ""}, {"addr": "172.21.15.174", "hostname": "smithi174", "labels": [], "status": ""}] 2024-02-10T07:29:18.557 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:18 smithi067 bash[18640]: cluster 2024-02-10T07:29:16.844934+0000 mgr.smithi067.noawcm (mgr.14164) 43 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:29:20.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:20 smithi067 bash[18640]: audit 2024-02-10T07:29:18.545596+0000 mgr.smithi067.noawcm (mgr.14164) 44 : audit 0 from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T07:29:20.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:20 smithi067 bash[18640]: cluster 2024-02-10T07:29:18.845264+0000 mgr.smithi067.noawcm (mgr.14164) 45 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:29:21.223 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-10T07:29:21.224 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph osd crush tunables default 2024-02-10T07:29:22.566 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:22 smithi067 bash[18640]: cluster 2024-02-10T07:29:20.845644+0000 mgr.smithi067.noawcm (mgr.14164) 46 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:29:24.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:24 smithi067 bash[18640]: cluster 2024-02-10T07:29:22.846072+0000 mgr.smithi067.noawcm (mgr.14164) 47 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:29:25.987 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:29:26.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:26 smithi067 bash[18640]: cluster 2024-02-10T07:29:24.846448+0000 mgr.smithi067.noawcm (mgr.14164) 48 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:29:28.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:28 smithi067 bash[18640]: cluster 2024-02-10T07:29:26.846816+0000 mgr.smithi067.noawcm (mgr.14164) 49 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:29:30.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:30 smithi067 bash[18640]: cluster 2024-02-10T07:29:28.847085+0000 mgr.smithi067.noawcm (mgr.14164) 50 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:29:30.884 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:30 smithi067 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:29:31.145 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:31 smithi067 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:29:32.276 INFO:teuthology.orchestra.run.smithi067.stderr:adjusted tunables profile to default 2024-02-10T07:29:32.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:32 smithi067 bash[18640]: cluster 2024-02-10T07:29:30.847346+0000 mgr.smithi067.noawcm (mgr.14164) 51 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:29:32.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:32 smithi067 bash[18640]: audit 2024-02-10T07:29:31.244484+0000 mon.smithi067 (mon.0) 148 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:32.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:32 smithi067 bash[18640]: audit 2024-02-10T07:29:31.251228+0000 mon.smithi067 (mon.0) 149 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:32.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:32 smithi067 bash[18640]: audit 2024-02-10T07:29:31.265602+0000 mon.smithi067 (mon.0) 150 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:32.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:32 smithi067 bash[18640]: audit 2024-02-10T07:29:31.267582+0000 mon.smithi067 (mon.0) 151 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-10T07:29:32.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:32 smithi067 bash[18640]: audit 2024-02-10T07:29:31.321219+0000 mon.smithi067 (mon.0) 152 : audit 1 from='client.? 172.21.15.67:0/1516573373' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-10T07:29:33.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:33 smithi067 bash[18640]: audit 2024-02-10T07:29:32.266085+0000 mon.smithi067 (mon.0) 153 : audit 1 from='mgr.14164 172.21.15.67:0/2501828418' entity='mgr.smithi067.noawcm' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-10T07:29:33.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:33 smithi067 bash[18640]: cluster 2024-02-10T07:29:32.271632+0000 mon.smithi067 (mon.0) 154 : cluster 0 mgrmap e14: smithi067.noawcm(active, since 79s) 2024-02-10T07:29:33.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:33 smithi067 bash[18640]: audit 2024-02-10T07:29:32.272784+0000 mon.smithi067 (mon.0) 155 : audit 1 from='client.? 172.21.15.67:0/1516573373' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-10T07:29:33.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:33 smithi067 bash[18640]: cluster 2024-02-10T07:29:32.275375+0000 mon.smithi067 (mon.0) 156 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-02-10T07:29:33.581 INFO:tasks.cephadm:Adding mon.smithi067 on smithi067 2024-02-10T07:29:33.581 INFO:tasks.cephadm:Adding mon.smithi174 on smithi174 2024-02-10T07:29:33.581 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph orch apply mon '2;smithi067:172.21.15.67=smithi067;smithi174:172.21.15.174=smithi174' 2024-02-10T07:29:34.787 INFO:teuthology.orchestra.run.smithi174.stderr:Inferring config /etc/ceph/ceph.conf 2024-02-10T07:29:35.835 INFO:teuthology.orchestra.run.smithi174.stderr:Inferring config /etc/ceph/ceph.conf 2024-02-10T07:29:40.896 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:40 smithi067 bash[18640]: cluster 2024-02-10T07:29:40.742191+0000 mon.smithi067 (mon.0) 157 : cluster 1 Active manager daemon smithi067.noawcm restarted 2024-02-10T07:29:40.896 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:40 smithi067 bash[18640]: cluster 2024-02-10T07:29:40.742454+0000 mon.smithi067 (mon.0) 158 : cluster 1 Activating manager daemon smithi067.noawcm 2024-02-10T07:29:40.896 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:40 smithi067 bash[18640]: cluster 2024-02-10T07:29:40.749136+0000 mon.smithi067 (mon.0) 159 : cluster 0 osdmap e5: 0 total, 0 up, 0 in 2024-02-10T07:29:40.897 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:40 smithi067 bash[18640]: cluster 2024-02-10T07:29:40.749389+0000 mon.smithi067 (mon.0) 160 : cluster 0 mgrmap e15: smithi067.noawcm(active, starting, since 0.00703887s) 2024-02-10T07:29:40.897 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:40 smithi067 bash[18640]: audit 2024-02-10T07:29:40.750813+0000 mon.smithi067 (mon.0) 161 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2024-02-10T07:29:40.897 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:40 smithi067 bash[18640]: audit 2024-02-10T07:29:40.753039+0000 mon.smithi067 (mon.0) 162 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mgr metadata", "who": "smithi067.noawcm", "id": "smithi067.noawcm"}]: dispatch 2024-02-10T07:29:40.897 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:40 smithi067 bash[18640]: audit 2024-02-10T07:29:40.754150+0000 mon.smithi067 (mon.0) 163 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T07:29:40.897 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:40 smithi067 bash[18640]: audit 2024-02-10T07:29:40.754290+0000 mon.smithi067 (mon.0) 164 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T07:29:40.897 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:40 smithi067 bash[18640]: audit 2024-02-10T07:29:40.754455+0000 mon.smithi067 (mon.0) 165 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T07:29:40.897 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:40 smithi067 bash[18640]: cluster 2024-02-10T07:29:40.782365+0000 mon.smithi067 (mon.0) 166 : cluster 1 Manager daemon smithi067.noawcm is now available 2024-02-10T07:29:41.758 INFO:teuthology.orchestra.run.smithi174.stdout:Scheduled mon update... 2024-02-10T07:29:42.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:41 smithi067 bash[18640]: audit 2024-02-10T07:29:40.809280+0000 mon.smithi067 (mon.0) 167 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:29:42.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:41 smithi067 bash[18640]: audit 2024-02-10T07:29:40.810781+0000 mon.smithi067 (mon.0) 168 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:29:42.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:41 smithi067 bash[18640]: audit 2024-02-10T07:29:40.827966+0000 mon.smithi067 (mon.0) 169 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:42.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:41 smithi067 bash[18640]: audit 2024-02-10T07:29:40.830274+0000 mon.smithi067 (mon.0) 170 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:29:42.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:41 smithi067 bash[18640]: audit 2024-02-10T07:29:40.841064+0000 mon.smithi067 (mon.0) 171 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.noawcm/mirror_snapshot_schedule"}]: dispatch 2024-02-10T07:29:42.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:41 smithi067 bash[18640]: audit 2024-02-10T07:29:40.848124+0000 mon.smithi067 (mon.0) 172 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.noawcm/trash_purge_schedule"}]: dispatch 2024-02-10T07:29:42.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:41 smithi067 bash[18640]: audit 2024-02-10T07:29:41.654279+0000 mon.smithi067 (mon.0) 173 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:42.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:41 smithi067 bash[18640]: cluster 2024-02-10T07:29:41.751263+0000 mon.smithi067 (mon.0) 174 : cluster 0 mgrmap e16: smithi067.noawcm(active, since 1.00892s) 2024-02-10T07:29:42.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:41 smithi067 bash[18640]: audit 2024-02-10T07:29:41.759161+0000 mon.smithi067 (mon.0) 175 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:42.323 DEBUG:teuthology.orchestra.run.smithi174:mon.smithi174> sudo journalctl -f -n 0 -u ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@mon.smithi174.service 2024-02-10T07:29:42.326 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T07:29:42.326 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T07:29:43.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:42 smithi067 bash[18640]: cephadm 2024-02-10T07:29:41.696645+0000 mgr.smithi067.noawcm (mgr.14197) 1 : cephadm 1 [10/Feb/2024:07:29:41] ENGINE Bus STARTING 2024-02-10T07:29:43.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:42 smithi067 bash[18640]: audit 2024-02-10T07:29:41.752549+0000 mgr.smithi067.noawcm (mgr.14197) 2 : audit 0 from='client.14199 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi067:172.21.15.67=smithi067;smithi174:172.21.15.174=smithi174", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:29:43.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:42 smithi067 bash[18640]: cephadm 2024-02-10T07:29:41.755952+0000 mgr.smithi067.noawcm (mgr.14197) 3 : cephadm 1 Saving service mon spec with placement smithi067:172.21.15.67=smithi067;smithi174:172.21.15.174=smithi174;count:2 2024-02-10T07:29:43.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:42 smithi067 bash[18640]: cephadm 2024-02-10T07:29:41.818191+0000 mgr.smithi067.noawcm (mgr.14197) 4 : cephadm 1 [10/Feb/2024:07:29:41] ENGINE Serving on https://172.21.15.67:7150 2024-02-10T07:29:43.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:42 smithi067 bash[18640]: cephadm 2024-02-10T07:29:41.919860+0000 mgr.smithi067.noawcm (mgr.14197) 5 : cephadm 1 [10/Feb/2024:07:29:41] ENGINE Serving on http://172.21.15.67:8765 2024-02-10T07:29:43.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:42 smithi067 bash[18640]: cephadm 2024-02-10T07:29:41.919993+0000 mgr.smithi067.noawcm (mgr.14197) 6 : cephadm 1 [10/Feb/2024:07:29:41] ENGINE Bus STARTED 2024-02-10T07:29:43.574 INFO:teuthology.orchestra.run.smithi174.stderr:Inferring config /etc/ceph/ceph.conf 2024-02-10T07:29:44.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:43 smithi067 bash[18640]: cluster 2024-02-10T07:29:42.802454+0000 mon.smithi067 (mon.0) 176 : cluster 0 mgrmap e17: smithi067.noawcm(active, since 2s) 2024-02-10T07:29:44.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:43 smithi067 bash[18640]: audit 2024-02-10T07:29:43.378305+0000 mon.smithi067 (mon.0) 177 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:44.615 INFO:teuthology.orchestra.run.smithi174.stderr:Inferring config /etc/ceph/ceph.conf 2024-02-10T07:29:45.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:45 smithi067 bash[18640]: audit 2024-02-10T07:29:44.529213+0000 mon.smithi067 (mon.0) 178 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:47.218 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-02-10T07:29:47.218 INFO:teuthology.orchestra.run.smithi174.stdout:{"epoch":1,"fsid":"9dfc5860-c7e5-11ee-95b8-87774f69a715","modified":"2024-02-10T07:26:51.126995Z","created":"2024-02-10T07:26:51.126995Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T07:29:47.220 INFO:teuthology.orchestra.run.smithi174.stderr:dumped monmap epoch 1 2024-02-10T07:29:48.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:48 smithi067 bash[18640]: audit 2024-02-10T07:29:47.037071+0000 mon.smithi067 (mon.0) 179 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:48.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:48 smithi067 bash[18640]: audit 2024-02-10T07:29:47.041227+0000 mon.smithi067 (mon.0) 180 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:48.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:48 smithi067 bash[18640]: audit 2024-02-10T07:29:47.219270+0000 mon.smithi067 (mon.0) 181 : audit 0 from='client.? 172.21.15.174:0/2659240894' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T07:29:49.078 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T07:29:49.079 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T07:29:49.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:49 smithi067 bash[18640]: audit 2024-02-10T07:29:48.144136+0000 mon.smithi067 (mon.0) 182 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:49.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:49 smithi067 bash[18640]: audit 2024-02-10T07:29:48.149656+0000 mon.smithi067 (mon.0) 183 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:49.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:49 smithi067 bash[18640]: audit 2024-02-10T07:29:48.151268+0000 mon.smithi067 (mon.0) 184 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config rm", "who": "osd/host:smithi067", "name": "osd_memory_target"}]: dispatch 2024-02-10T07:29:51.250 INFO:teuthology.orchestra.run.smithi174.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T07:29:51.670 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:51 smithi067 bash[18640]: audit 2024-02-10T07:29:50.378537+0000 mon.smithi067 (mon.0) 185 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:51.670 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:51 smithi067 bash[18640]: audit 2024-02-10T07:29:50.384670+0000 mon.smithi067 (mon.0) 186 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:51.670 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:51 smithi067 bash[18640]: audit 2024-02-10T07:29:50.393169+0000 mon.smithi067 (mon.0) 187 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:51.671 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:51 smithi067 bash[18640]: audit 2024-02-10T07:29:50.399304+0000 mon.smithi067 (mon.0) 188 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:51.671 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:51 smithi067 bash[18640]: audit 2024-02-10T07:29:50.400850+0000 mon.smithi067 (mon.0) 189 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config rm", "who": "osd/host:smithi174", "name": "osd_memory_target"}]: dispatch 2024-02-10T07:29:51.671 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:51 smithi067 bash[18640]: audit 2024-02-10T07:29:50.402871+0000 mon.smithi067 (mon.0) 190 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:29:51.671 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:51 smithi067 bash[18640]: audit 2024-02-10T07:29:50.404720+0000 mon.smithi067 (mon.0) 191 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:29:51.671 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:51 smithi067 bash[18640]: cephadm 2024-02-10T07:29:50.407543+0000 mgr.smithi067.noawcm (mgr.14197) 7 : cephadm 1 Updating smithi067:/etc/ceph/ceph.conf 2024-02-10T07:29:51.672 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:51 smithi067 bash[18640]: cephadm 2024-02-10T07:29:50.408062+0000 mgr.smithi067.noawcm (mgr.14197) 8 : cephadm 1 Updating smithi174:/etc/ceph/ceph.conf 2024-02-10T07:29:51.672 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:51 smithi067 bash[18640]: cephadm 2024-02-10T07:29:50.622506+0000 mgr.smithi067.noawcm (mgr.14197) 9 : cephadm 1 Updating smithi067:/var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T07:29:51.672 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:51 smithi067 bash[18640]: cephadm 2024-02-10T07:29:50.624768+0000 mgr.smithi067.noawcm (mgr.14197) 10 : cephadm 1 Updating smithi174:/var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T07:29:51.672 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:51 smithi067 bash[18640]: cephadm 2024-02-10T07:29:50.787125+0000 mgr.smithi067.noawcm (mgr.14197) 11 : cephadm 1 Updating smithi067:/etc/ceph/ceph.client.admin.keyring 2024-02-10T07:29:51.672 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:51 smithi067 bash[18640]: cephadm 2024-02-10T07:29:50.789328+0000 mgr.smithi067.noawcm (mgr.14197) 12 : cephadm 1 Updating smithi174:/etc/ceph/ceph.client.admin.keyring 2024-02-10T07:29:51.672 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:51 smithi067 bash[18640]: cephadm 2024-02-10T07:29:50.951789+0000 mgr.smithi067.noawcm (mgr.14197) 13 : cephadm 1 Updating smithi067:/var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/config/ceph.client.admin.keyring 2024-02-10T07:29:51.672 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:51 smithi067 bash[18640]: cephadm 2024-02-10T07:29:50.953922+0000 mgr.smithi067.noawcm (mgr.14197) 14 : cephadm 1 Updating smithi174:/var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/config/ceph.client.admin.keyring 2024-02-10T07:29:51.672 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:51 smithi067 bash[18640]: audit 2024-02-10T07:29:51.125619+0000 mon.smithi067 (mon.0) 192 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:51.672 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:51 smithi067 bash[18640]: audit 2024-02-10T07:29:51.133168+0000 mon.smithi067 (mon.0) 193 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:51.672 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:51 smithi067 bash[18640]: audit 2024-02-10T07:29:51.138892+0000 mon.smithi067 (mon.0) 194 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:51.673 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:51 smithi067 bash[18640]: audit 2024-02-10T07:29:51.141855+0000 mon.smithi067 (mon.0) 195 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:51.673 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:51 smithi067 bash[18640]: audit 2024-02-10T07:29:51.146432+0000 mon.smithi067 (mon.0) 196 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:51.673 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:51 smithi067 bash[18640]: audit 2024-02-10T07:29:51.149539+0000 mon.smithi067 (mon.0) 197 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi174", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-02-10T07:29:51.673 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:51 smithi067 bash[18640]: audit 2024-02-10T07:29:51.150666+0000 mon.smithi067 (mon.0) 198 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi174", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-02-10T07:29:51.673 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:51 smithi067 bash[18640]: audit 2024-02-10T07:29:51.153514+0000 mon.smithi067 (mon.0) 199 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:29:51.673 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:51 smithi067 bash[18640]: cephadm 2024-02-10T07:29:51.155110+0000 mgr.smithi067.noawcm (mgr.14197) 15 : cephadm 1 Deploying daemon ceph-exporter.smithi174 on smithi174 2024-02-10T07:29:52.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:52 smithi067 bash[18640]: cephadm 2024-02-10T07:29:51.618594+0000 mgr.smithi067.noawcm (mgr.14197) 16 : cephadm 1 Removing key for client.ceph-exporter.smithi174 2024-02-10T07:29:52.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:52 smithi067 bash[18640]: audit 2024-02-10T07:29:51.619204+0000 mon.smithi067 (mon.0) 200 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth rm", "entity": "client.ceph-exporter.smithi174"}]: dispatch 2024-02-10T07:29:52.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:52 smithi067 bash[18640]: audit 2024-02-10T07:29:51.620787+0000 mon.smithi067 (mon.0) 201 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd='[{"prefix": "auth rm", "entity": "client.ceph-exporter.smithi174"}]': finished 2024-02-10T07:29:52.789 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:52 smithi067 bash[18640]: cephadm 2024-02-10T07:29:51.670126+0000 mgr.smithi067.noawcm (mgr.14197) 17 : cephadm 4 Failed while placing ceph-exporter.smithi174 on smithi174: cephadm exited with an error code: 1, stderr: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter-smithi174 2024-02-10T07:29:52.789 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:52 smithi067 bash[18640]: /usr/bin/docker: stdout 2024-02-10T07:29:52.789 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:52 smithi067 bash[18640]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter-smithi174 2024-02-10T07:29:52.789 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:52 smithi067 bash[18640]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter.smithi174 2024-02-10T07:29:52.789 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:52 smithi067 bash[18640]: /usr/bin/docker: stdout 2024-02-10T07:29:52.789 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:52 smithi067 bash[18640]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter.smithi174 2024-02-10T07:29:52.789 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:52 smithi067 bash[18640]: Deploy daemon ceph-exporter.smithi174 ... 2024-02-10T07:29:52.789 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:52 smithi067 bash[18640]: ERROR: Directory does not exist. Got: /var/run/ceph/ 2024-02-10T07:29:52.789 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:52 smithi067 bash[18640]: audit 2024-02-10T07:29:51.673885+0000 mon.smithi067 (mon.0) 202 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi174", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-10T07:29:52.789 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:52 smithi067 bash[18640]: audit 2024-02-10T07:29:51.675674+0000 mon.smithi067 (mon.0) 203 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi174", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-10T07:29:52.789 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:52 smithi067 bash[18640]: audit 2024-02-10T07:29:51.680124+0000 mon.smithi067 (mon.0) 204 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:29:52.789 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:52 smithi067 bash[18640]: cephadm 2024-02-10T07:29:51.682195+0000 mgr.smithi067.noawcm (mgr.14197) 18 : cephadm 1 Deploying daemon crash.smithi174 on smithi174 2024-02-10T07:29:53.813 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-02-10T07:29:53.813 INFO:teuthology.orchestra.run.smithi174.stdout:{"epoch":1,"fsid":"9dfc5860-c7e5-11ee-95b8-87774f69a715","modified":"2024-02-10T07:26:51.126995Z","created":"2024-02-10T07:26:51.126995Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T07:29:53.816 INFO:teuthology.orchestra.run.smithi174.stderr:dumped monmap epoch 1 2024-02-10T07:29:54.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:53 smithi067 bash[18640]: audit 2024-02-10T07:29:53.813870+0000 mon.smithi067 (mon.0) 205 : audit 0 from='client.? 172.21.15.174:0/870727881' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T07:29:55.399 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T07:29:55.400 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T07:29:56.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:56 smithi067 bash[18640]: audit 2024-02-10T07:29:55.055385+0000 mon.smithi067 (mon.0) 206 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:56.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:56 smithi067 bash[18640]: audit 2024-02-10T07:29:55.063753+0000 mon.smithi067 (mon.0) 207 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:56.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:56 smithi067 bash[18640]: audit 2024-02-10T07:29:55.112180+0000 mon.smithi067 (mon.0) 208 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:56.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:56 smithi067 bash[18640]: audit 2024-02-10T07:29:55.120485+0000 mon.smithi067 (mon.0) 209 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:56.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:56 smithi067 bash[18640]: cephadm 2024-02-10T07:29:55.123918+0000 mgr.smithi067.noawcm (mgr.14197) 19 : cephadm 1 Deploying daemon node-exporter.smithi174 on smithi174 2024-02-10T07:29:56.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:56 smithi067 bash[18640]: audit 2024-02-10T07:29:55.831199+0000 mon.smithi067 (mon.0) 210 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:56.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:56 smithi067 bash[18640]: audit 2024-02-10T07:29:55.832006+0000 mon.smithi067 (mon.0) 211 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:29:57.539 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:57 smithi067 bash[18640]: audit 2024-02-10T07:29:56.206343+0000 mon.smithi067 (mon.0) 212 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:57.539 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:57 smithi067 bash[18640]: audit 2024-02-10T07:29:56.212695+0000 mon.smithi067 (mon.0) 213 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:57.539 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:57 smithi067 bash[18640]: audit 2024-02-10T07:29:56.247560+0000 mon.smithi067 (mon.0) 214 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:57.539 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:57 smithi067 bash[18640]: audit 2024-02-10T07:29:56.253442+0000 mon.smithi067 (mon.0) 215 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:29:57.539 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:57 smithi067 bash[18640]: audit 2024-02-10T07:29:56.258530+0000 mon.smithi067 (mon.0) 216 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi174.fkboaf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T07:29:57.539 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:57 smithi067 bash[18640]: audit 2024-02-10T07:29:56.260541+0000 mon.smithi067 (mon.0) 217 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi174.fkboaf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-10T07:29:57.539 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:57 smithi067 bash[18640]: audit 2024-02-10T07:29:56.264851+0000 mon.smithi067 (mon.0) 218 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T07:29:57.539 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:57 smithi067 bash[18640]: audit 2024-02-10T07:29:56.266863+0000 mon.smithi067 (mon.0) 219 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:29:57.539 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:29:57 smithi067 bash[18640]: cephadm 2024-02-10T07:29:56.269177+0000 mgr.smithi067.noawcm (mgr.14197) 20 : cephadm 1 Deploying daemon mgr.smithi174.fkboaf on smithi174 2024-02-10T07:29:59.343 INFO:teuthology.orchestra.run.smithi174.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T07:30:00.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:29:59 smithi174 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:30:00.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:00 smithi067 bash[18640]: audit 2024-02-10T07:29:59.424871+0000 mon.smithi067 (mon.0) 220 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:00.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:00 smithi067 bash[18640]: audit 2024-02-10T07:29:59.431786+0000 mon.smithi067 (mon.0) 221 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:00.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:00 smithi067 bash[18640]: audit 2024-02-10T07:29:59.446946+0000 mon.smithi067 (mon.0) 222 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:00.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:00 smithi067 bash[18640]: audit 2024-02-10T07:29:59.452978+0000 mon.smithi067 (mon.0) 223 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:00.789 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:00 smithi067 bash[18640]: audit 2024-02-10T07:29:59.456598+0000 mon.smithi067 (mon.0) 224 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T07:30:00.789 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:00 smithi067 bash[18640]: audit 2024-02-10T07:29:59.458446+0000 mon.smithi067 (mon.0) 225 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:30:00.789 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:00 smithi067 bash[18640]: cephadm 2024-02-10T07:29:59.460493+0000 mgr.smithi067.noawcm (mgr.14197) 21 : cephadm 1 Deploying daemon mon.smithi174 on smithi174 2024-02-10T07:30:02.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:01 smithi067 bash[18640]: audit 2024-02-10T07:30:00.838065+0000 mon.smithi067 (mon.0) 226 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:03.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:02 smithi067 bash[18640]: cluster 2024-02-10T07:30:01.672160+0000 mgr.smithi067.noawcm (mgr.14197) 22 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:03.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:02 smithi067 bash[18640]: cluster 2024-02-10T07:30:01.975398+0000 mon.smithi067 (mon.0) 227 : cluster 3 Health check failed: Failed to place 1 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T07:30:03.720 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-02-10T07:30:03.720 INFO:teuthology.orchestra.run.smithi174.stdout:{"epoch":1,"fsid":"9dfc5860-c7e5-11ee-95b8-87774f69a715","modified":"2024-02-10T07:26:51.126995Z","created":"2024-02-10T07:26:51.126995Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T07:30:03.722 INFO:teuthology.orchestra.run.smithi174.stderr:dumped monmap epoch 1 2024-02-10T07:30:04.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:03 smithi067 bash[18640]: audit 2024-02-10T07:30:03.720684+0000 mon.smithi067 (mon.0) 228 : audit 0 from='client.? 172.21.15.174:0/475355632' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T07:30:04.713 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:04 smithi174 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:30:04.713 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:04 smithi174 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:30:04.713 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:04 smithi174 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:30:05.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:04 smithi174 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:30:05.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:04 smithi174 systemd[1]: Started Ceph mon.smithi174 for 9dfc5860-c7e5-11ee-95b8-87774f69a715. 2024-02-10T07:30:05.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:04 smithi067 bash[18640]: cluster 2024-02-10T07:30:03.672702+0000 mgr.smithi067.noawcm (mgr.14197) 23 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:05.502 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T07:30:05.503 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T07:30:05.734 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.711+0000 7fe12023bc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-10T07:30:05.734 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.711+0000 7fe12023bc80 0 ceph version 19.0.0-1361-g290212a1 (290212a1bfd33563ba76ee5b7f0b944fdb6c5d90) squid (dev), process ceph-mon, pid 7 2024-02-10T07:30:05.734 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.711+0000 7fe12023bc80 0 pidfile_write: ignore empty --pid-file 2024-02-10T07:30:05.734 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 0 load: jerasure load: lrc 2024-02-10T07:30:05.735 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: RocksDB version: 7.9.2 2024-02-10T07:30:05.735 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Git sha 0 2024-02-10T07:30:05.735 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Compile date 2024-02-09 17:35:33 2024-02-10T07:30:05.735 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: DB SUMMARY 2024-02-10T07:30:05.735 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: DB Session ID: KB9VH44DG9UB5EUQ5Y8A 2024-02-10T07:30:05.735 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: CURRENT file: CURRENT 2024-02-10T07:30:05.736 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: IDENTITY file: IDENTITY 2024-02-10T07:30:05.736 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-02-10T07:30:05.736 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi174/store.db dir, Total Num: 0, files: 2024-02-10T07:30:05.736 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi174/store.db: 000004.log size: 511 ; 2024-02-10T07:30:05.736 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.error_if_exists: 0 2024-02-10T07:30:05.736 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.create_if_missing: 0 2024-02-10T07:30:05.737 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.paranoid_checks: 1 2024-02-10T07:30:05.737 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-02-10T07:30:05.737 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-02-10T07:30:05.737 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-02-10T07:30:05.737 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.env: 0x5583dc564ae0 2024-02-10T07:30:05.737 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.fs: PosixFileSystem 2024-02-10T07:30:05.738 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.info_log: 0x5583dcde17a0 2024-02-10T07:30:05.738 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-10T07:30:05.738 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.statistics: (nil) 2024-02-10T07:30:05.738 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.use_fsync: 0 2024-02-10T07:30:05.738 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.max_log_file_size: 0 2024-02-10T07:30:05.738 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-10T07:30:05.738 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-10T07:30:05.739 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-10T07:30:05.739 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-10T07:30:05.739 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.allow_fallocate: 1 2024-02-10T07:30:05.739 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-10T07:30:05.739 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-10T07:30:05.739 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.use_direct_reads: 0 2024-02-10T07:30:05.740 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-10T07:30:05.740 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.create_missing_column_families: 0 2024-02-10T07:30:05.740 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.db_log_dir: 2024-02-10T07:30:05.740 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.wal_dir: 2024-02-10T07:30:05.740 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-10T07:30:05.740 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-10T07:30:05.741 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-10T07:30:05.741 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-10T07:30:05.741 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-10T07:30:05.741 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-10T07:30:05.741 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.advise_random_on_open: 1 2024-02-10T07:30:05.741 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-10T07:30:05.741 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.write_buffer_manager: 0x5583dcdb5400 2024-02-10T07:30:05.742 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-10T07:30:05.742 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-10T07:30:05.742 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-10T07:30:05.742 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.rate_limiter: (nil) 2024-02-10T07:30:05.742 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-10T07:30:05.742 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-10T07:30:05.743 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-10T07:30:05.743 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.715+0000 7fe12023bc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-10T07:30:05.743 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.unordered_write: 0 2024-02-10T07:30:05.743 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-10T07:30:05.743 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-10T07:30:05.743 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-10T07:30:05.744 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-10T07:30:05.744 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.row_cache: None 2024-02-10T07:30:05.744 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.wal_filter: None 2024-02-10T07:30:05.744 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-10T07:30:05.744 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-10T07:30:05.744 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.two_write_queues: 0 2024-02-10T07:30:05.745 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.manual_wal_flush: 0 2024-02-10T07:30:05.745 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.wal_compression: 0 2024-02-10T07:30:05.745 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.atomic_flush: 0 2024-02-10T07:30:05.745 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-10T07:30:05.745 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-10T07:30:05.745 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-10T07:30:05.746 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.log_readahead_size: 0 2024-02-10T07:30:05.746 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-02-10T07:30:05.746 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-02-10T07:30:05.746 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-02-10T07:30:05.746 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-02-10T07:30:05.746 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-02-10T07:30:05.747 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-02-10T07:30:05.747 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-02-10T07:30:05.747 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.max_background_jobs: 2 2024-02-10T07:30:05.747 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.max_background_compactions: -1 2024-02-10T07:30:05.747 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.max_subcompactions: 1 2024-02-10T07:30:05.747 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-10T07:30:05.748 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-10T07:30:05.748 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-10T07:30:05.748 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.max_total_wal_size: 0 2024-02-10T07:30:05.748 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-10T07:30:05.748 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-10T07:30:05.749 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-10T07:30:05.749 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-10T07:30:05.749 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.max_open_files: -1 2024-02-10T07:30:05.749 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.bytes_per_sync: 0 2024-02-10T07:30:05.749 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-10T07:30:05.749 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-10T07:30:05.749 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-10T07:30:05.750 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.max_background_flushes: -1 2024-02-10T07:30:05.750 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Compression algorithms supported: 2024-02-10T07:30:05.750 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-10T07:30:05.750 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: kZSTD supported: 0 2024-02-10T07:30:05.750 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: kXpressCompression supported: 0 2024-02-10T07:30:05.750 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-10T07:30:05.751 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: kZlibCompression supported: 1 2024-02-10T07:30:05.751 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: kSnappyCompression supported: 1 2024-02-10T07:30:05.751 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: kLZ4Compression supported: 1 2024-02-10T07:30:05.751 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: kBZip2Compression supported: 0 2024-02-10T07:30:05.751 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-10T07:30:05.751 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-02-10T07:30:05.751 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi174/store.db/MANIFEST-000005 2024-02-10T07:30:05.752 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-02-10T07:30:05.752 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-10T07:30:05.752 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.merge_operator: 2024-02-10T07:30:05.752 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.compaction_filter: None 2024-02-10T07:30:05.752 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.compaction_filter_factory: None 2024-02-10T07:30:05.752 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-02-10T07:30:05.753 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-10T07:30:05.753 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-10T07:30:05.753 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5583dcde18c0) 2024-02-10T07:30:05.753 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: cache_index_and_filter_blocks: 1 2024-02-10T07:30:05.753 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-10T07:30:05.753 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-10T07:30:05.754 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: pin_top_level_index_and_filter: 1 2024-02-10T07:30:05.754 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: index_type: 0 2024-02-10T07:30:05.754 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: data_block_index_type: 0 2024-02-10T07:30:05.754 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: index_shortening: 1 2024-02-10T07:30:05.754 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: data_block_hash_table_util_ratio: 0.750000 2024-02-10T07:30:05.754 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: checksum: 4 2024-02-10T07:30:05.755 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: no_block_cache: 0 2024-02-10T07:30:05.755 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: block_cache: 0x5583dcde3090 2024-02-10T07:30:05.755 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: block_cache_name: BinnedLRUCache 2024-02-10T07:30:05.755 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: block_cache_options: 2024-02-10T07:30:05.755 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: capacity : 536870912 2024-02-10T07:30:05.755 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: num_shard_bits : 4 2024-02-10T07:30:05.755 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: strict_capacity_limit : 0 2024-02-10T07:30:05.756 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: high_pri_pool_ratio: 0.000 2024-02-10T07:30:05.756 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: block_cache_compressed: (nil) 2024-02-10T07:30:05.756 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: persistent_cache: (nil) 2024-02-10T07:30:05.756 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: block_size: 4096 2024-02-10T07:30:05.756 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: block_size_deviation: 10 2024-02-10T07:30:05.756 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: block_restart_interval: 16 2024-02-10T07:30:05.756 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: index_block_restart_interval: 1 2024-02-10T07:30:05.756 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: metadata_block_size: 4096 2024-02-10T07:30:05.756 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: partition_filters: 0 2024-02-10T07:30:05.756 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: use_delta_encoding: 1 2024-02-10T07:30:05.756 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: filter_policy: bloomfilter 2024-02-10T07:30:05.756 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: whole_key_filtering: 1 2024-02-10T07:30:05.756 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: verify_compression: 0 2024-02-10T07:30:05.756 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: read_amp_bytes_per_bit: 0 2024-02-10T07:30:05.757 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: format_version: 5 2024-02-10T07:30:05.757 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: enable_index_compression: 1 2024-02-10T07:30:05.757 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: block_align: 0 2024-02-10T07:30:05.757 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: max_auto_readahead_size: 262144 2024-02-10T07:30:05.757 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: prepopulate_block_cache: 0 2024-02-10T07:30:05.757 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: initial_auto_readahead_size: 8192 2024-02-10T07:30:05.757 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: num_file_reads_for_auto_readahead: 2 2024-02-10T07:30:05.757 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-10T07:30:05.757 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-10T07:30:05.759 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.compression: NoCompression 2024-02-10T07:30:05.759 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-10T07:30:05.759 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-10T07:30:05.759 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-10T07:30:05.759 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.num_levels: 7 2024-02-10T07:30:05.759 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-10T07:30:05.759 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-10T07:30:05.759 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-10T07:30:05.759 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-10T07:30:05.759 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-10T07:30:05.760 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-10T07:30:05.760 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-10T07:30:05.760 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-10T07:30:05.760 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-02-10T07:30:05.760 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-10T07:30:05.760 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-02-10T07:30:05.760 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-02-10T07:30:05.760 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-10T07:30:05.760 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.compression_opts.level: 32767 2024-02-10T07:30:05.760 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-10T07:30:05.760 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-10T07:30:05.760 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-10T07:30:05.761 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-02-10T07:30:05.761 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-02-10T07:30:05.761 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.compression_opts.enabled: false 2024-02-10T07:30:05.761 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-02-10T07:30:05.761 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-10T07:30:05.761 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-10T07:30:05.761 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-10T07:30:05.761 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-10T07:30:05.761 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-10T07:30:05.761 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-10T07:30:05.761 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-10T07:30:05.761 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-10T07:30:05.762 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-10T07:30:05.762 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-10T07:30:05.762 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-10T07:30:05.762 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-10T07:30:05.762 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-10T07:30:05.762 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-10T07:30:05.762 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-10T07:30:05.762 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-10T07:30:05.762 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-10T07:30:05.762 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-02-10T07:30:05.763 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.arena_block_size: 1048576 2024-02-10T07:30:05.763 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-10T07:30:05.763 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-10T07:30:05.763 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-10T07:30:05.763 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-10T07:30:05.763 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-10T07:30:05.763 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-10T07:30:05.763 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-10T07:30:05.763 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-10T07:30:05.763 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-10T07:30:05.764 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-10T07:30:05.764 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-10T07:30:05.764 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-10T07:30:05.764 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-10T07:30:05.764 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.table_properties_collectors: 2024-02-10T07:30:05.764 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.inplace_update_support: 0 2024-02-10T07:30:05.764 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-10T07:30:05.764 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-10T07:30:05.764 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-10T07:30:05.764 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-10T07:30:05.764 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.bloom_locality: 0 2024-02-10T07:30:05.764 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.max_successive_merges: 0 2024-02-10T07:30:05.764 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-10T07:30:05.765 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-10T07:30:05.765 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.force_consistency_checks: 1 2024-02-10T07:30:05.765 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-10T07:30:05.765 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.ttl: 2592000 2024-02-10T07:30:05.765 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-10T07:30:05.765 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-02-10T07:30:05.765 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-02-10T07:30:05.765 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.enable_blob_files: false 2024-02-10T07:30:05.765 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.min_blob_size: 0 2024-02-10T07:30:05.765 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.blob_file_size: 268435456 2024-02-10T07:30:05.765 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-02-10T07:30:05.765 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-02-10T07:30:05.766 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-02-10T07:30:05.766 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-02-10T07:30:05.766 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-02-10T07:30:05.766 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-02-10T07:30:05.766 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-02-10T07:30:05.766 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi174/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-10T07:30:05.766 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-02-10T07:30:05.766 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: e4111b90-3084-4de7-918c-4256130406de 2024-02-10T07:30:05.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707550205723697, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-02-10T07:30:05.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-02-10T07:30:05.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707550205724167, "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": 1707550205, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "e4111b90-3084-4de7-918c-4256130406de", "db_session_id": "KB9VH44DG9UB5EUQ5Y8A", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-02-10T07:30:05.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707550205724262, "job": 1, "event": "recovery_finished"} 2024-02-10T07:30:05.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-02-10T07:30:05.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi174/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-02-10T07:30:05.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5583dced6000 2024-02-10T07:30:05.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 4 rocksdb: DB pointer 0x5583dcec2000 2024-02-10T07:30:05.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe10e9aa700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-02-10T07:30:05.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe10e9aa700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-02-10T07:30:05.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: ** DB Stats ** 2024-02-10T07:30:05.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T07:30:05.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-10T07:30:05.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T07:30:05.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T07:30:05.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-10T07:30:05.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T07:30:05.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T07:30:05.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: ** Compaction Stats [default] ** 2024-02-10T07:30:05.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-02-10T07:30:05.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-02-10T07:30:05.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-02-10T07:30:05.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-02-10T07:30:05.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-02-10T07:30:05.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: ** Compaction Stats [default] ** 2024-02-10T07:30:05.770 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-02-10T07:30:05.770 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T07:30:05.770 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-02-10T07:30:05.770 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-02-10T07:30:05.770 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T07:30:05.770 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-10T07:30:05.771 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T07:30:05.771 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T07:30:05.771 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T07:30:05.771 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: AddFile(Keys): cumulative 0, interval 0 2024-02-10T07:30:05.771 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: Cumulative compaction: 0.00 GB write, 0.45 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T07:30:05.771 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: Interval compaction: 0.00 GB write, 0.45 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T07:30:05.771 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-10T07:30:05.771 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: Block cache BinnedLRUCache@0x5583dcde3090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-02-10T07:30:05.771 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-02-10T07:30:05.771 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: ** File Read Latency Histogram By Level [default] ** 2024-02-10T07:30:05.771 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.719+0000 7fe12023bc80 0 mon.smithi174 does not exist in monmap, will attempt to join an existing cluster 2024-02-10T07:30:05.771 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.723+0000 7fe12023bc80 0 using public_addr v2:172.21.15.174:0/0 -> [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] 2024-02-10T07:30:05.772 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.723+0000 7fe12023bc80 0 starting mon.smithi174 rank -1 at public addrs [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] at bind addrs [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi174 fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 2024-02-10T07:30:05.772 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.723+0000 7fe12023bc80 1 mon.smithi174@-1(???) e0 preinit fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 2024-02-10T07:30:05.772 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.751+0000 7fe1119b0700 0 mon.smithi174@-1(synchronizing).mds e1 new map 2024-02-10T07:30:05.772 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.751+0000 7fe1119b0700 0 mon.smithi174@-1(synchronizing).mds e1 print_map 2024-02-10T07:30:05.773 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: e1 2024-02-10T07:30:05.773 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-10T07:30:05.773 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2024-02-10T07:30:05.773 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: legacy client fscid: -1 2024-02-10T07:30:05.773 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: 2024-02-10T07:30:05.773 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: No filesystems configured 2024-02-10T07:30:05.773 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.751+0000 7fe1119b0700 1 mon.smithi174@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-02-10T07:30:05.773 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.751+0000 7fe1119b0700 1 mon.smithi174@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-02-10T07:30:05.773 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.751+0000 7fe1119b0700 1 mon.smithi174@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-02-10T07:30:05.773 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.751+0000 7fe1119b0700 1 mon.smithi174@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-02-10T07:30:05.774 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.751+0000 7fe1119b0700 1 mon.smithi174@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-02-10T07:30:05.774 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.751+0000 7fe1119b0700 1 mon.smithi174@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-02-10T07:30:05.774 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.751+0000 7fe1119b0700 1 mon.smithi174@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-02-10T07:30:05.774 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.751+0000 7fe1119b0700 0 mon.smithi174@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-10T07:30:05.774 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.751+0000 7fe1119b0700 0 mon.smithi174@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T07:30:05.774 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.751+0000 7fe1119b0700 0 mon.smithi174@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T07:30:05.774 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.751+0000 7fe1119b0700 0 mon.smithi174@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T07:30:05.774 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: audit 2024-02-10T07:30:03.720684+0000 mon.smithi067 (mon.0) 228 : audit 0 from='client.? 172.21.15.174:0/475355632' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T07:30:05.774 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: cluster 2024-02-10T07:30:03.672702+0000 mgr.smithi067.noawcm (mgr.14197) 23 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:05.774 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:05 smithi174 bash[23193]: debug 2024-02-10T07:30:05.751+0000 7fe1119b0700 1 mon.smithi174@-1(synchronizing).paxosservice(auth 1..9) refresh upgraded, format 0 -> 3 2024-02-10T07:30:09.982 INFO:teuthology.orchestra.run.smithi174.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi174/config 2024-02-10T07:30:11.232 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: cluster 2024-02-10T07:30:05.673159+0000 mgr.smithi067.noawcm (mgr.14197) 24 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:11.232 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: audit 2024-02-10T07:30:05.762499+0000 mon.smithi067 (mon.0) 235 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2024-02-10T07:30:11.232 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: audit 2024-02-10T07:30:05.767910+0000 mon.smithi067 (mon.0) 236 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2024-02-10T07:30:11.232 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: cluster 2024-02-10T07:30:05.768186+0000 mon.smithi067 (mon.0) 237 : cluster 1 mon.smithi067 calling monitor election 2024-02-10T07:30:11.233 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: audit 2024-02-10T07:30:05.789727+0000 mon.smithi067 (mon.0) 238 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2024-02-10T07:30:11.233 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: audit 2024-02-10T07:30:06.762424+0000 mon.smithi067 (mon.0) 239 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2024-02-10T07:30:11.233 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: cluster 2024-02-10T07:30:07.673628+0000 mgr.smithi067.noawcm (mgr.14197) 25 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:11.233 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: audit 2024-02-10T07:30:07.762614+0000 mon.smithi067 (mon.0) 240 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2024-02-10T07:30:11.233 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: cluster 2024-02-10T07:30:07.763260+0000 mon.smithi174 (mon.1) 1 : cluster 1 mon.smithi174 calling monitor election 2024-02-10T07:30:11.233 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: audit 2024-02-10T07:30:08.762836+0000 mon.smithi067 (mon.0) 241 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2024-02-10T07:30:11.233 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: cluster 2024-02-10T07:30:09.674143+0000 mgr.smithi067.noawcm (mgr.14197) 26 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:11.233 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: audit 2024-02-10T07:30:09.693999+0000 mon.smithi067 (mon.0) 242 : audit 0 from='mgr.? 172.21.15.174:0/3012528575' entity='mgr.smithi174.fkboaf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi174.fkboaf/crt"}]: dispatch 2024-02-10T07:30:11.233 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: audit 2024-02-10T07:30:09.762495+0000 mon.smithi067 (mon.0) 243 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2024-02-10T07:30:11.233 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: audit 2024-02-10T07:30:10.762885+0000 mon.smithi067 (mon.0) 244 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2024-02-10T07:30:11.233 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: cluster 2024-02-10T07:30:10.813194+0000 mon.smithi067 (mon.0) 245 : cluster 1 mon.smithi067 is new leader, mons smithi067,smithi174 in quorum (ranks 0,1) 2024-02-10T07:30:11.233 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: cluster 2024-02-10T07:30:10.820124+0000 mon.smithi067 (mon.0) 246 : cluster 0 monmap e2: 2 mons at {smithi067=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0],smithi174=[v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-10T07:30:11.233 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: cluster 2024-02-10T07:30:10.837451+0000 mon.smithi067 (mon.0) 247 : cluster 0 fsmap 2024-02-10T07:30:11.233 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: cluster 2024-02-10T07:30:10.837505+0000 mon.smithi067 (mon.0) 248 : cluster 0 osdmap e5: 0 total, 0 up, 0 in 2024-02-10T07:30:11.233 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: cluster 2024-02-10T07:30:10.837805+0000 mon.smithi067 (mon.0) 249 : cluster 0 mgrmap e17: smithi067.noawcm(active, since 30s) 2024-02-10T07:30:11.234 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: cluster 2024-02-10T07:30:10.840975+0000 mon.smithi067 (mon.0) 250 : cluster 0 Standby manager daemon smithi174.fkboaf started 2024-02-10T07:30:11.234 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: cluster 2024-02-10T07:30:10.846714+0000 mon.smithi067 (mon.0) 251 : cluster 3 Health detail: HEALTH_WARN Failed to place 1 daemon(s) 2024-02-10T07:30:11.234 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: cluster 2024-02-10T07:30:10.846758+0000 mon.smithi067 (mon.0) 252 : cluster 3 [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 1 daemon(s) 2024-02-10T07:30:11.234 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: cluster 2024-02-10T07:30:10.846778+0000 mon.smithi067 (mon.0) 253 : cluster 3 Failed while placing ceph-exporter.smithi174 on smithi174: cephadm exited with an error code: 1, stderr: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter-smithi174 2024-02-10T07:30:11.234 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: cluster 2024-02-10T07:30:10.846830+0000 mon.smithi067 (mon.0) 254 : cluster 3 /usr/bin/docker: stdout 2024-02-10T07:30:11.234 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: cluster 2024-02-10T07:30:10.846857+0000 mon.smithi067 (mon.0) 255 : cluster 3 /usr/bin/docker: stderr Error response from daemon: No such container: ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter-smithi174 2024-02-10T07:30:11.234 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: cluster 2024-02-10T07:30:10.846878+0000 mon.smithi067 (mon.0) 256 : cluster 3 Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter.smithi174 2024-02-10T07:30:11.234 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: cluster 2024-02-10T07:30:10.846898+0000 mon.smithi067 (mon.0) 257 : cluster 3 /usr/bin/docker: stdout 2024-02-10T07:30:11.234 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: cluster 2024-02-10T07:30:10.846923+0000 mon.smithi067 (mon.0) 258 : cluster 3 /usr/bin/docker: stderr Error response from daemon: No such container: ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter.smithi174 2024-02-10T07:30:11.234 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: cluster 2024-02-10T07:30:10.846948+0000 mon.smithi067 (mon.0) 259 : cluster 3 Deploy daemon ceph-exporter.smithi174 ... 2024-02-10T07:30:11.235 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: cluster 2024-02-10T07:30:10.846987+0000 mon.smithi067 (mon.0) 260 : cluster 3 ERROR: Directory does not exist. Got: /var/run/ceph/ 2024-02-10T07:30:11.235 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: audit 2024-02-10T07:30:10.847606+0000 mon.smithi067 (mon.0) 261 : audit 0 from='mgr.? 172.21.15.174:0/3012528575' entity='mgr.smithi174.fkboaf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T07:30:11.235 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: audit 2024-02-10T07:30:10.851772+0000 mon.smithi067 (mon.0) 262 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:11.235 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: audit 2024-02-10T07:30:10.854438+0000 mon.smithi067 (mon.0) 263 : audit 0 from='mgr.? 172.21.15.174:0/3012528575' entity='mgr.smithi174.fkboaf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi174.fkboaf/key"}]: dispatch 2024-02-10T07:30:11.235 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: audit 2024-02-10T07:30:10.858178+0000 mon.smithi067 (mon.0) 264 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:11.235 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: audit 2024-02-10T07:30:10.859725+0000 mon.smithi067 (mon.0) 265 : audit 0 from='mgr.? 172.21.15.174:0/3012528575' entity='mgr.smithi174.fkboaf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T07:30:11.235 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: audit 2024-02-10T07:30:10.863739+0000 mon.smithi067 (mon.0) 266 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:11.235 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: audit 2024-02-10T07:30:10.866275+0000 mon.smithi067 (mon.0) 267 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:30:11.235 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: audit 2024-02-10T07:30:10.873152+0000 mon.smithi067 (mon.0) 268 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:11.235 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: audit 2024-02-10T07:30:10.883380+0000 mon.smithi067 (mon.0) 269 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:30:11.235 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:10 smithi174 bash[23193]: audit 2024-02-10T07:30:10.886332+0000 mon.smithi067 (mon.0) 270 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:30:11.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: cluster 2024-02-10T07:30:05.673159+0000 mgr.smithi067.noawcm (mgr.14197) 24 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:11.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: audit 2024-02-10T07:30:05.762499+0000 mon.smithi067 (mon.0) 235 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2024-02-10T07:30:11.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: audit 2024-02-10T07:30:05.767910+0000 mon.smithi067 (mon.0) 236 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2024-02-10T07:30:11.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: cluster 2024-02-10T07:30:05.768186+0000 mon.smithi067 (mon.0) 237 : cluster 1 mon.smithi067 calling monitor election 2024-02-10T07:30:11.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: audit 2024-02-10T07:30:05.789727+0000 mon.smithi067 (mon.0) 238 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2024-02-10T07:30:11.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: audit 2024-02-10T07:30:06.762424+0000 mon.smithi067 (mon.0) 239 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2024-02-10T07:30:11.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: cluster 2024-02-10T07:30:07.673628+0000 mgr.smithi067.noawcm (mgr.14197) 25 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:11.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: audit 2024-02-10T07:30:07.762614+0000 mon.smithi067 (mon.0) 240 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2024-02-10T07:30:11.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: cluster 2024-02-10T07:30:07.763260+0000 mon.smithi174 (mon.1) 1 : cluster 1 mon.smithi174 calling monitor election 2024-02-10T07:30:11.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: audit 2024-02-10T07:30:08.762836+0000 mon.smithi067 (mon.0) 241 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2024-02-10T07:30:11.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: cluster 2024-02-10T07:30:09.674143+0000 mgr.smithi067.noawcm (mgr.14197) 26 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:11.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: audit 2024-02-10T07:30:09.693999+0000 mon.smithi067 (mon.0) 242 : audit 0 from='mgr.? 172.21.15.174:0/3012528575' entity='mgr.smithi174.fkboaf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi174.fkboaf/crt"}]: dispatch 2024-02-10T07:30:11.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: audit 2024-02-10T07:30:09.762495+0000 mon.smithi067 (mon.0) 243 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2024-02-10T07:30:11.290 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: audit 2024-02-10T07:30:10.762885+0000 mon.smithi067 (mon.0) 244 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2024-02-10T07:30:11.290 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: cluster 2024-02-10T07:30:10.813194+0000 mon.smithi067 (mon.0) 245 : cluster 1 mon.smithi067 is new leader, mons smithi067,smithi174 in quorum (ranks 0,1) 2024-02-10T07:30:11.290 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: cluster 2024-02-10T07:30:10.820124+0000 mon.smithi067 (mon.0) 246 : cluster 0 monmap e2: 2 mons at {smithi067=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0],smithi174=[v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-10T07:30:11.290 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: cluster 2024-02-10T07:30:10.837451+0000 mon.smithi067 (mon.0) 247 : cluster 0 fsmap 2024-02-10T07:30:11.290 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: cluster 2024-02-10T07:30:10.837505+0000 mon.smithi067 (mon.0) 248 : cluster 0 osdmap e5: 0 total, 0 up, 0 in 2024-02-10T07:30:11.290 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: cluster 2024-02-10T07:30:10.837805+0000 mon.smithi067 (mon.0) 249 : cluster 0 mgrmap e17: smithi067.noawcm(active, since 30s) 2024-02-10T07:30:11.290 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: cluster 2024-02-10T07:30:10.840975+0000 mon.smithi067 (mon.0) 250 : cluster 0 Standby manager daemon smithi174.fkboaf started 2024-02-10T07:30:11.290 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: cluster 2024-02-10T07:30:10.846714+0000 mon.smithi067 (mon.0) 251 : cluster 3 Health detail: HEALTH_WARN Failed to place 1 daemon(s) 2024-02-10T07:30:11.290 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: cluster 2024-02-10T07:30:10.846758+0000 mon.smithi067 (mon.0) 252 : cluster 3 [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 1 daemon(s) 2024-02-10T07:30:11.290 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: cluster 2024-02-10T07:30:10.846778+0000 mon.smithi067 (mon.0) 253 : cluster 3 Failed while placing ceph-exporter.smithi174 on smithi174: cephadm exited with an error code: 1, stderr: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter-smithi174 2024-02-10T07:30:11.290 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: cluster 2024-02-10T07:30:10.846830+0000 mon.smithi067 (mon.0) 254 : cluster 3 /usr/bin/docker: stdout 2024-02-10T07:30:11.290 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: cluster 2024-02-10T07:30:10.846857+0000 mon.smithi067 (mon.0) 255 : cluster 3 /usr/bin/docker: stderr Error response from daemon: No such container: ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter-smithi174 2024-02-10T07:30:11.290 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: cluster 2024-02-10T07:30:10.846878+0000 mon.smithi067 (mon.0) 256 : cluster 3 Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter.smithi174 2024-02-10T07:30:11.290 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: cluster 2024-02-10T07:30:10.846898+0000 mon.smithi067 (mon.0) 257 : cluster 3 /usr/bin/docker: stdout 2024-02-10T07:30:11.290 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: cluster 2024-02-10T07:30:10.846923+0000 mon.smithi067 (mon.0) 258 : cluster 3 /usr/bin/docker: stderr Error response from daemon: No such container: ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter.smithi174 2024-02-10T07:30:11.291 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: cluster 2024-02-10T07:30:10.846948+0000 mon.smithi067 (mon.0) 259 : cluster 3 Deploy daemon ceph-exporter.smithi174 ... 2024-02-10T07:30:11.291 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: cluster 2024-02-10T07:30:10.846987+0000 mon.smithi067 (mon.0) 260 : cluster 3 ERROR: Directory does not exist. Got: /var/run/ceph/ 2024-02-10T07:30:11.291 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: audit 2024-02-10T07:30:10.847606+0000 mon.smithi067 (mon.0) 261 : audit 0 from='mgr.? 172.21.15.174:0/3012528575' entity='mgr.smithi174.fkboaf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T07:30:11.291 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: audit 2024-02-10T07:30:10.851772+0000 mon.smithi067 (mon.0) 262 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:11.291 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: audit 2024-02-10T07:30:10.854438+0000 mon.smithi067 (mon.0) 263 : audit 0 from='mgr.? 172.21.15.174:0/3012528575' entity='mgr.smithi174.fkboaf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi174.fkboaf/key"}]: dispatch 2024-02-10T07:30:11.291 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: audit 2024-02-10T07:30:10.858178+0000 mon.smithi067 (mon.0) 264 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:11.291 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: audit 2024-02-10T07:30:10.859725+0000 mon.smithi067 (mon.0) 265 : audit 0 from='mgr.? 172.21.15.174:0/3012528575' entity='mgr.smithi174.fkboaf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T07:30:11.291 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: audit 2024-02-10T07:30:10.863739+0000 mon.smithi067 (mon.0) 266 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:11.291 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: audit 2024-02-10T07:30:10.866275+0000 mon.smithi067 (mon.0) 267 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:30:11.291 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: audit 2024-02-10T07:30:10.873152+0000 mon.smithi067 (mon.0) 268 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:11.291 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: audit 2024-02-10T07:30:10.883380+0000 mon.smithi067 (mon.0) 269 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:30:11.292 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:10 smithi067 bash[18640]: audit 2024-02-10T07:30:10.886332+0000 mon.smithi067 (mon.0) 270 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:30:12.026 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:11 smithi174 bash[23193]: cephadm 2024-02-10T07:30:10.892807+0000 mgr.smithi067.noawcm (mgr.14197) 27 : cephadm 1 Updating smithi067:/etc/ceph/ceph.conf 2024-02-10T07:30:12.026 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:11 smithi174 bash[23193]: cephadm 2024-02-10T07:30:10.893361+0000 mgr.smithi067.noawcm (mgr.14197) 28 : cephadm 1 Updating smithi174:/etc/ceph/ceph.conf 2024-02-10T07:30:12.026 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:11 smithi174 bash[23193]: cluster 2024-02-10T07:30:10.920150+0000 mon.smithi067 (mon.0) 271 : cluster 0 mgrmap e18: smithi067.noawcm(active, since 30s), standbys: smithi174.fkboaf 2024-02-10T07:30:12.026 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:11 smithi174 bash[23193]: audit 2024-02-10T07:30:10.920443+0000 mon.smithi067 (mon.0) 272 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mgr metadata", "who": "smithi174.fkboaf", "id": "smithi174.fkboaf"}]: dispatch 2024-02-10T07:30:12.026 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:11 smithi174 bash[23193]: cephadm 2024-02-10T07:30:11.160407+0000 mgr.smithi067.noawcm (mgr.14197) 29 : cephadm 1 Updating smithi067:/var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T07:30:12.026 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:11 smithi174 bash[23193]: cephadm 2024-02-10T07:30:11.162111+0000 mgr.smithi067.noawcm (mgr.14197) 30 : cephadm 1 Updating smithi174:/var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T07:30:12.026 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:11 smithi174 bash[23193]: audit 2024-02-10T07:30:11.331865+0000 mon.smithi067 (mon.0) 273 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:12.026 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:11 smithi174 bash[23193]: audit 2024-02-10T07:30:11.336548+0000 mon.smithi067 (mon.0) 274 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:12.026 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:11 smithi174 bash[23193]: audit 2024-02-10T07:30:11.340906+0000 mon.smithi067 (mon.0) 275 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:12.026 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:12 smithi174 bash[23193]: audit 2024-02-10T07:30:11.346678+0000 mon.smithi067 (mon.0) 276 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:12.026 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:12 smithi174 bash[23193]: audit 2024-02-10T07:30:11.353371+0000 mon.smithi067 (mon.0) 277 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:12.026 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:12 smithi174 bash[23193]: audit 2024-02-10T07:30:11.355351+0000 mon.smithi067 (mon.0) 278 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi174", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-02-10T07:30:12.027 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:12 smithi174 bash[23193]: audit 2024-02-10T07:30:11.357614+0000 mon.smithi067 (mon.0) 279 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi174", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-02-10T07:30:12.027 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:12 smithi174 bash[23193]: audit 2024-02-10T07:30:11.362116+0000 mon.smithi067 (mon.0) 280 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:30:12.027 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:12 smithi174 bash[23193]: audit 2024-02-10T07:30:11.762739+0000 mon.smithi067 (mon.0) 281 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2024-02-10T07:30:12.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:11 smithi067 bash[18640]: cephadm 2024-02-10T07:30:10.892807+0000 mgr.smithi067.noawcm (mgr.14197) 27 : cephadm 1 Updating smithi067:/etc/ceph/ceph.conf 2024-02-10T07:30:12.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:11 smithi067 bash[18640]: cephadm 2024-02-10T07:30:10.893361+0000 mgr.smithi067.noawcm (mgr.14197) 28 : cephadm 1 Updating smithi174:/etc/ceph/ceph.conf 2024-02-10T07:30:12.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:11 smithi067 bash[18640]: cluster 2024-02-10T07:30:10.920150+0000 mon.smithi067 (mon.0) 271 : cluster 0 mgrmap e18: smithi067.noawcm(active, since 30s), standbys: smithi174.fkboaf 2024-02-10T07:30:12.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:11 smithi067 bash[18640]: audit 2024-02-10T07:30:10.920443+0000 mon.smithi067 (mon.0) 272 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mgr metadata", "who": "smithi174.fkboaf", "id": "smithi174.fkboaf"}]: dispatch 2024-02-10T07:30:12.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:11 smithi067 bash[18640]: cephadm 2024-02-10T07:30:11.160407+0000 mgr.smithi067.noawcm (mgr.14197) 29 : cephadm 1 Updating smithi067:/var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T07:30:12.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:11 smithi067 bash[18640]: cephadm 2024-02-10T07:30:11.162111+0000 mgr.smithi067.noawcm (mgr.14197) 30 : cephadm 1 Updating smithi174:/var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T07:30:12.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:11 smithi067 bash[18640]: audit 2024-02-10T07:30:11.331865+0000 mon.smithi067 (mon.0) 273 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:12.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:11 smithi067 bash[18640]: audit 2024-02-10T07:30:11.336548+0000 mon.smithi067 (mon.0) 274 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:12.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:11 smithi067 bash[18640]: audit 2024-02-10T07:30:11.340906+0000 mon.smithi067 (mon.0) 275 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:12.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:11 smithi067 bash[18640]: audit 2024-02-10T07:30:11.346678+0000 mon.smithi067 (mon.0) 276 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:12.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:11 smithi067 bash[18640]: audit 2024-02-10T07:30:11.353371+0000 mon.smithi067 (mon.0) 277 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:12.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:11 smithi067 bash[18640]: audit 2024-02-10T07:30:11.355351+0000 mon.smithi067 (mon.0) 278 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi174", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-02-10T07:30:12.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:11 smithi067 bash[18640]: audit 2024-02-10T07:30:11.357614+0000 mon.smithi067 (mon.0) 279 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi174", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-02-10T07:30:12.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:11 smithi067 bash[18640]: audit 2024-02-10T07:30:11.362116+0000 mon.smithi067 (mon.0) 280 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:30:12.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:11 smithi067 bash[18640]: audit 2024-02-10T07:30:11.762739+0000 mon.smithi067 (mon.0) 281 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2024-02-10T07:30:13.166 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:12 smithi174 bash[23193]: cluster 2024-02-10T07:30:11.354048+0000 mgr.smithi067.noawcm (mgr.14197) 31 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:13.166 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:12 smithi174 bash[23193]: cephadm 2024-02-10T07:30:11.363307+0000 mgr.smithi067.noawcm (mgr.14197) 32 : cephadm 1 Deploying daemon ceph-exporter.smithi174 on smithi174 2024-02-10T07:30:13.166 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:12 smithi174 bash[23193]: cluster 2024-02-10T07:30:12.349951+0000 mon.smithi067 (mon.0) 282 : cluster 1 Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 1 daemon(s)) 2024-02-10T07:30:13.166 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:12 smithi174 bash[23193]: cluster 2024-02-10T07:30:12.350010+0000 mon.smithi067 (mon.0) 283 : cluster 1 Cluster is now healthy 2024-02-10T07:30:13.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:12 smithi067 bash[18640]: cluster 2024-02-10T07:30:11.354048+0000 mgr.smithi067.noawcm (mgr.14197) 31 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:13.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:12 smithi067 bash[18640]: cephadm 2024-02-10T07:30:11.363307+0000 mgr.smithi067.noawcm (mgr.14197) 32 : cephadm 1 Deploying daemon ceph-exporter.smithi174 on smithi174 2024-02-10T07:30:13.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:12 smithi067 bash[18640]: cluster 2024-02-10T07:30:12.349951+0000 mon.smithi067 (mon.0) 282 : cluster 1 Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 1 daemon(s)) 2024-02-10T07:30:13.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:12 smithi067 bash[18640]: cluster 2024-02-10T07:30:12.350010+0000 mon.smithi067 (mon.0) 283 : cluster 1 Cluster is now healthy 2024-02-10T07:30:13.442 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-02-10T07:30:13.442 INFO:teuthology.orchestra.run.smithi174.stdout:{"epoch":2,"fsid":"9dfc5860-c7e5-11ee-95b8-87774f69a715","modified":"2024-02-10T07:30:05.761859Z","created":"2024-02-10T07:26:51.126995Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi174","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:3300","nonce":0},{"type":"v1","addr":"172.21.15.174:6789","nonce":0}]},"addr":"172.21.15.174:6789/0","public_addr":"172.21.15.174:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-10T07:30:13.445 INFO:teuthology.orchestra.run.smithi174.stderr:dumped monmap epoch 2 2024-02-10T07:30:14.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:13 smithi174 bash[23193]: audit 2024-02-10T07:30:13.443130+0000 mon.smithi067 (mon.0) 284 : audit 0 from='client.? 172.21.15.174:0/3519887169' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T07:30:14.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:13 smithi067 bash[18640]: audit 2024-02-10T07:30:13.443130+0000 mon.smithi067 (mon.0) 284 : audit 0 from='client.? 172.21.15.174:0/3519887169' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T07:30:14.391 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-10T07:30:14.391 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph config generate-minimal-conf 2024-02-10T07:30:14.540 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:14 smithi174 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:30:14.817 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:14 smithi174 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:30:15.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:14 smithi174 bash[23193]: cluster 2024-02-10T07:30:13.354443+0000 mgr.smithi067.noawcm (mgr.14197) 33 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:15.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:14 smithi174 bash[23193]: audit 2024-02-10T07:30:14.828901+0000 mon.smithi067 (mon.0) 285 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:15.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:14 smithi174 bash[23193]: audit 2024-02-10T07:30:14.839391+0000 mon.smithi067 (mon.0) 286 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:15.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:14 smithi174 bash[23193]: audit 2024-02-10T07:30:14.899578+0000 mon.smithi067 (mon.0) 287 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:15.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:14 smithi174 bash[23193]: audit 2024-02-10T07:30:14.908236+0000 mon.smithi067 (mon.0) 288 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:15.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:14 smithi067 bash[18640]: cluster 2024-02-10T07:30:13.354443+0000 mgr.smithi067.noawcm (mgr.14197) 33 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:15.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:14 smithi067 bash[18640]: audit 2024-02-10T07:30:14.828901+0000 mon.smithi067 (mon.0) 285 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:15.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:14 smithi067 bash[18640]: audit 2024-02-10T07:30:14.839391+0000 mon.smithi067 (mon.0) 286 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:15.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:14 smithi067 bash[18640]: audit 2024-02-10T07:30:14.899578+0000 mon.smithi067 (mon.0) 287 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:15.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:14 smithi067 bash[18640]: audit 2024-02-10T07:30:14.908236+0000 mon.smithi067 (mon.0) 288 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:16.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:15 smithi174 bash[23193]: audit 2024-02-10T07:30:14.981993+0000 mon.smithi067 (mon.0) 289 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:30:16.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:15 smithi174 bash[23193]: audit 2024-02-10T07:30:15.860477+0000 mon.smithi067 (mon.0) 290 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:16.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:15 smithi067 bash[18640]: audit 2024-02-10T07:30:14.981993+0000 mon.smithi067 (mon.0) 289 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:30:16.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:15 smithi067 bash[18640]: audit 2024-02-10T07:30:15.860477+0000 mon.smithi067 (mon.0) 290 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:17.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:16 smithi174 bash[23193]: cluster 2024-02-10T07:30:15.354857+0000 mgr.smithi067.noawcm (mgr.14197) 34 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:17.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:16 smithi067 bash[18640]: cluster 2024-02-10T07:30:15.354857+0000 mgr.smithi067.noawcm (mgr.14197) 34 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:19.162 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:30:19.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:18 smithi174 bash[23193]: cluster 2024-02-10T07:30:17.355531+0000 mgr.smithi067.noawcm (mgr.14197) 35 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:19.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:18 smithi067 bash[18640]: cluster 2024-02-10T07:30:17.355531+0000 mgr.smithi067.noawcm (mgr.14197) 35 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:21.187 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:20 smithi067 bash[18640]: cluster 2024-02-10T07:30:19.355984+0000 mgr.smithi067.noawcm (mgr.14197) 36 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:21.187 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:20 smithi067 bash[18640]: audit 2024-02-10T07:30:20.373543+0000 mon.smithi067 (mon.0) 291 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:21.187 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:20 smithi067 bash[18640]: audit 2024-02-10T07:30:20.383249+0000 mon.smithi067 (mon.0) 292 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:21.188 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:20 smithi067 bash[18640]: audit 2024-02-10T07:30:20.385409+0000 mon.smithi067 (mon.0) 293 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:30:21.188 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:21 smithi067 bash[18640]: audit 2024-02-10T07:30:20.387141+0000 mon.smithi067 (mon.0) 294 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:30:21.188 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:21 smithi067 bash[18640]: audit 2024-02-10T07:30:20.396380+0000 mon.smithi067 (mon.0) 295 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:21.188 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:21 smithi067 bash[18640]: audit 2024-02-10T07:30:20.475575+0000 mon.smithi067 (mon.0) 296 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T07:30:21.188 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:21 smithi067 bash[18640]: audit 2024-02-10T07:30:20.477418+0000 mon.smithi067 (mon.0) 297 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T07:30:21.188 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:21 smithi067 bash[18640]: audit 2024-02-10T07:30:20.479141+0000 mon.smithi067 (mon.0) 298 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:30:21.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:20 smithi174 bash[23193]: cluster 2024-02-10T07:30:19.355984+0000 mgr.smithi067.noawcm (mgr.14197) 36 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:21.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:20 smithi174 bash[23193]: audit 2024-02-10T07:30:20.373543+0000 mon.smithi067 (mon.0) 291 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:21.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:20 smithi174 bash[23193]: audit 2024-02-10T07:30:20.383249+0000 mon.smithi067 (mon.0) 292 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:21.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:20 smithi174 bash[23193]: audit 2024-02-10T07:30:20.385409+0000 mon.smithi067 (mon.0) 293 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:30:21.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:20 smithi174 bash[23193]: audit 2024-02-10T07:30:20.387141+0000 mon.smithi067 (mon.0) 294 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:30:21.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:20 smithi174 bash[23193]: audit 2024-02-10T07:30:20.396380+0000 mon.smithi067 (mon.0) 295 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:21.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:20 smithi174 bash[23193]: audit 2024-02-10T07:30:20.475575+0000 mon.smithi067 (mon.0) 296 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T07:30:21.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:20 smithi174 bash[23193]: audit 2024-02-10T07:30:20.477418+0000 mon.smithi067 (mon.0) 297 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T07:30:21.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:20 smithi174 bash[23193]: audit 2024-02-10T07:30:20.479141+0000 mon.smithi067 (mon.0) 298 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:30:22.265 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:21 smithi067 bash[18640]: cephadm 2024-02-10T07:30:20.474828+0000 mgr.smithi067.noawcm (mgr.14197) 37 : cephadm 1 Reconfiguring mon.smithi067 (unknown last config time)... 2024-02-10T07:30:22.265 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:21 smithi067 bash[18640]: cephadm 2024-02-10T07:30:20.481108+0000 mgr.smithi067.noawcm (mgr.14197) 38 : cephadm 1 Reconfiguring daemon mon.smithi067 on smithi067 2024-02-10T07:30:22.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:21 smithi174 bash[23193]: cephadm 2024-02-10T07:30:20.474828+0000 mgr.smithi067.noawcm (mgr.14197) 37 : cephadm 1 Reconfiguring mon.smithi067 (unknown last config time)... 2024-02-10T07:30:22.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:21 smithi174 bash[23193]: cephadm 2024-02-10T07:30:20.481108+0000 mgr.smithi067.noawcm (mgr.14197) 38 : cephadm 1 Reconfiguring daemon mon.smithi067 on smithi067 2024-02-10T07:30:22.693 INFO:teuthology.orchestra.run.smithi067.stdout:# minimal ceph.conf for 9dfc5860-c7e5-11ee-95b8-87774f69a715 2024-02-10T07:30:22.693 INFO:teuthology.orchestra.run.smithi067.stdout:[global] 2024-02-10T07:30:22.694 INFO:teuthology.orchestra.run.smithi067.stdout: fsid = 9dfc5860-c7e5-11ee-95b8-87774f69a715 2024-02-10T07:30:22.694 INFO:teuthology.orchestra.run.smithi067.stdout: mon_host = [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] 2024-02-10T07:30:23.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:22 smithi174 bash[23193]: cluster 2024-02-10T07:30:21.356407+0000 mgr.smithi067.noawcm (mgr.14197) 39 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:23.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:22 smithi174 bash[23193]: audit 2024-02-10T07:30:22.694527+0000 mon.smithi067 (mon.0) 299 : audit 0 from='client.? 172.21.15.67:0/1319331636' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:30:23.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:22 smithi067 bash[18640]: cluster 2024-02-10T07:30:21.356407+0000 mgr.smithi067.noawcm (mgr.14197) 39 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:23.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:22 smithi067 bash[18640]: audit 2024-02-10T07:30:22.694527+0000 mon.smithi067 (mon.0) 299 : audit 0 from='client.? 172.21.15.67:0/1319331636' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:30:23.549 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-10T07:30:23.549 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-02-10T07:30:23.549 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/etc/ceph/ceph.conf 2024-02-10T07:30:23.561 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-02-10T07:30:23.562 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-10T07:30:23.615 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-02-10T07:30:23.615 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/etc/ceph/ceph.conf 2024-02-10T07:30:23.630 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-02-10T07:30:23.630 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-10T07:30:23.686 INFO:tasks.cephadm:Deploying OSDs... 2024-02-10T07:30:23.686 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-02-10T07:30:23.686 DEBUG:teuthology.orchestra.run.smithi067:> dd if=/scratch_devs of=/dev/stdout 2024-02-10T07:30:23.691 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-10T07:30:23.691 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/nvme1n1 2024-02-10T07:30:23.740 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/nvme1n1 2024-02-10T07:30:23.740 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-10T07:30:23.740 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 5h/5d Inode: 964 Links: 1 Device type: 103,2 2024-02-10T07:30:23.740 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-10T07:30:23.740 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2024-02-10 07:28:25.699028920 +0000 2024-02-10T07:30:23.740 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2024-02-10 07:25:48.884661244 +0000 2024-02-10T07:30:23.740 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2024-02-10 07:25:48.884661244 +0000 2024-02-10T07:30:23.740 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: - 2024-02-10T07:30:23.740 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-10T07:30:23.794 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2024-02-10T07:30:23.794 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2024-02-10T07:30:23.794 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.000650082 s, 788 kB/s 2024-02-10T07:30:23.795 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-10T07:30:23.845 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/nvme2n1 2024-02-10T07:30:23.892 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/nvme2n1 2024-02-10T07:30:23.892 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-10T07:30:23.892 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 5h/5d Inode: 973 Links: 1 Device type: 103,4 2024-02-10T07:30:23.892 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-10T07:30:23.892 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2024-02-10 07:28:25.715028777 +0000 2024-02-10T07:30:23.892 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2024-02-10 07:25:48.984610354 +0000 2024-02-10T07:30:23.892 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2024-02-10 07:25:48.984610354 +0000 2024-02-10T07:30:23.892 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: - 2024-02-10T07:30:23.893 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-10T07:30:23.946 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2024-02-10T07:30:23.946 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2024-02-10T07:30:23.946 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.000356581 s, 1.4 MB/s 2024-02-10T07:30:23.948 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-10T07:30:23.997 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/nvme3n1 2024-02-10T07:30:24.044 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/nvme3n1 2024-02-10T07:30:24.044 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-10T07:30:24.044 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 5h/5d Inode: 983 Links: 1 Device type: 103,6 2024-02-10T07:30:24.044 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-10T07:30:24.044 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2024-02-10 07:28:25.731028635 +0000 2024-02-10T07:30:24.044 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2024-02-10 07:25:49.084585563 +0000 2024-02-10T07:30:24.044 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2024-02-10 07:25:49.084585563 +0000 2024-02-10T07:30:24.044 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: - 2024-02-10T07:30:24.045 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-10T07:30:24.099 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2024-02-10T07:30:24.099 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2024-02-10T07:30:24.099 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.000492374 s, 1.0 MB/s 2024-02-10T07:30:24.100 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-10T07:30:24.149 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/nvme4n1 2024-02-10T07:30:24.195 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/nvme4n1 2024-02-10T07:30:24.196 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-10T07:30:24.196 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 5h/5d Inode: 992 Links: 1 Device type: 103,8 2024-02-10T07:30:24.196 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-10T07:30:24.196 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2024-02-10 07:28:25.747028491 +0000 2024-02-10T07:30:24.196 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2024-02-10 07:25:49.184567270 +0000 2024-02-10T07:30:24.196 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2024-02-10 07:25:49.184567270 +0000 2024-02-10T07:30:24.196 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: - 2024-02-10T07:30:24.196 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-10T07:30:24.251 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2024-02-10T07:30:24.251 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2024-02-10T07:30:24.251 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.000437649 s, 1.2 MB/s 2024-02-10T07:30:24.253 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-10T07:30:24.301 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-02-10T07:30:24.302 DEBUG:teuthology.orchestra.run.smithi174:> dd if=/scratch_devs of=/dev/stdout 2024-02-10T07:30:24.308 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-10T07:30:24.308 DEBUG:teuthology.orchestra.run.smithi174:> stat /dev/nvme1n1 2024-02-10T07:30:24.354 INFO:teuthology.orchestra.run.smithi174.stdout: File: /dev/nvme1n1 2024-02-10T07:30:24.355 INFO:teuthology.orchestra.run.smithi174.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-10T07:30:24.355 INFO:teuthology.orchestra.run.smithi174.stdout:Device: 5h/5d Inode: 957 Links: 1 Device type: 103,2 2024-02-10T07:30:24.355 INFO:teuthology.orchestra.run.smithi174.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-10T07:30:24.355 INFO:teuthology.orchestra.run.smithi174.stdout:Access: 2024-02-10 07:29:49.351502444 +0000 2024-02-10T07:30:24.355 INFO:teuthology.orchestra.run.smithi174.stdout:Modify: 2024-02-10 07:25:50.154783254 +0000 2024-02-10T07:30:24.355 INFO:teuthology.orchestra.run.smithi174.stdout:Change: 2024-02-10 07:25:50.154783254 +0000 2024-02-10T07:30:24.355 INFO:teuthology.orchestra.run.smithi174.stdout: Birth: - 2024-02-10T07:30:24.355 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-10T07:30:24.408 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records in 2024-02-10T07:30:24.409 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records out 2024-02-10T07:30:24.409 INFO:teuthology.orchestra.run.smithi174.stderr:512 bytes copied, 0.000515001 s, 994 kB/s 2024-02-10T07:30:24.410 DEBUG:teuthology.orchestra.run.smithi174:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-10T07:30:24.459 DEBUG:teuthology.orchestra.run.smithi174:> stat /dev/nvme2n1 2024-02-10T07:30:24.476 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:24 smithi067 bash[18640]: audit 2024-02-10T07:30:23.225651+0000 mon.smithi067 (mon.0) 300 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:24.477 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:24 smithi067 bash[18640]: audit 2024-02-10T07:30:23.237814+0000 mon.smithi067 (mon.0) 301 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:24.477 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:24 smithi067 bash[18640]: cephadm 2024-02-10T07:30:23.251266+0000 mgr.smithi067.noawcm (mgr.14197) 40 : cephadm 1 Reconfiguring mgr.smithi067.noawcm (unknown last config time)... 2024-02-10T07:30:24.477 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:24 smithi067 bash[18640]: audit 2024-02-10T07:30:23.251948+0000 mon.smithi067 (mon.0) 302 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi067.noawcm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T07:30:24.477 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:24 smithi067 bash[18640]: audit 2024-02-10T07:30:23.253620+0000 mon.smithi067 (mon.0) 303 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T07:30:24.477 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:24 smithi067 bash[18640]: audit 2024-02-10T07:30:23.255019+0000 mon.smithi067 (mon.0) 304 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:30:24.477 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:24 smithi067 bash[18640]: cephadm 2024-02-10T07:30:23.256832+0000 mgr.smithi067.noawcm (mgr.14197) 41 : cephadm 1 Reconfiguring daemon mgr.smithi067.noawcm on smithi067 2024-02-10T07:30:24.506 INFO:teuthology.orchestra.run.smithi174.stdout: File: /dev/nvme2n1 2024-02-10T07:30:24.506 INFO:teuthology.orchestra.run.smithi174.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-10T07:30:24.506 INFO:teuthology.orchestra.run.smithi174.stdout:Device: 5h/5d Inode: 966 Links: 1 Device type: 103,4 2024-02-10T07:30:24.506 INFO:teuthology.orchestra.run.smithi174.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-10T07:30:24.506 INFO:teuthology.orchestra.run.smithi174.stdout:Access: 2024-02-10 07:29:49.359502325 +0000 2024-02-10T07:30:24.506 INFO:teuthology.orchestra.run.smithi174.stdout:Modify: 2024-02-10 07:25:50.246736434 +0000 2024-02-10T07:30:24.507 INFO:teuthology.orchestra.run.smithi174.stdout:Change: 2024-02-10 07:25:50.246736434 +0000 2024-02-10T07:30:24.507 INFO:teuthology.orchestra.run.smithi174.stdout: Birth: - 2024-02-10T07:30:24.507 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-10T07:30:24.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:24 smithi174 bash[23193]: audit 2024-02-10T07:30:23.225651+0000 mon.smithi067 (mon.0) 300 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:24.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:24 smithi174 bash[23193]: audit 2024-02-10T07:30:23.237814+0000 mon.smithi067 (mon.0) 301 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:24.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:24 smithi174 bash[23193]: cephadm 2024-02-10T07:30:23.251266+0000 mgr.smithi067.noawcm (mgr.14197) 40 : cephadm 1 Reconfiguring mgr.smithi067.noawcm (unknown last config time)... 2024-02-10T07:30:24.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:24 smithi174 bash[23193]: audit 2024-02-10T07:30:23.251948+0000 mon.smithi067 (mon.0) 302 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi067.noawcm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T07:30:24.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:24 smithi174 bash[23193]: audit 2024-02-10T07:30:23.253620+0000 mon.smithi067 (mon.0) 303 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T07:30:24.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:24 smithi174 bash[23193]: audit 2024-02-10T07:30:23.255019+0000 mon.smithi067 (mon.0) 304 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:30:24.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:24 smithi174 bash[23193]: cephadm 2024-02-10T07:30:23.256832+0000 mgr.smithi067.noawcm (mgr.14197) 41 : cephadm 1 Reconfiguring daemon mgr.smithi067.noawcm on smithi067 2024-02-10T07:30:24.529 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records in 2024-02-10T07:30:24.530 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records out 2024-02-10T07:30:24.530 INFO:teuthology.orchestra.run.smithi174.stderr:512 bytes copied, 0.000381951 s, 1.3 MB/s 2024-02-10T07:30:24.531 DEBUG:teuthology.orchestra.run.smithi174:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-10T07:30:24.579 DEBUG:teuthology.orchestra.run.smithi174:> stat /dev/nvme3n1 2024-02-10T07:30:24.626 INFO:teuthology.orchestra.run.smithi174.stdout: File: /dev/nvme3n1 2024-02-10T07:30:24.626 INFO:teuthology.orchestra.run.smithi174.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-10T07:30:24.626 INFO:teuthology.orchestra.run.smithi174.stdout:Device: 5h/5d Inode: 975 Links: 1 Device type: 103,6 2024-02-10T07:30:24.626 INFO:teuthology.orchestra.run.smithi174.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-10T07:30:24.626 INFO:teuthology.orchestra.run.smithi174.stdout:Access: 2024-02-10 07:29:49.371502147 +0000 2024-02-10T07:30:24.626 INFO:teuthology.orchestra.run.smithi174.stdout:Modify: 2024-02-10 07:25:50.338689612 +0000 2024-02-10T07:30:24.626 INFO:teuthology.orchestra.run.smithi174.stdout:Change: 2024-02-10 07:25:50.338689612 +0000 2024-02-10T07:30:24.626 INFO:teuthology.orchestra.run.smithi174.stdout: Birth: - 2024-02-10T07:30:24.626 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-10T07:30:24.680 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records in 2024-02-10T07:30:24.680 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records out 2024-02-10T07:30:24.680 INFO:teuthology.orchestra.run.smithi174.stderr:512 bytes copied, 0.000356993 s, 1.4 MB/s 2024-02-10T07:30:24.681 DEBUG:teuthology.orchestra.run.smithi174:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-10T07:30:24.731 DEBUG:teuthology.orchestra.run.smithi174:> stat /dev/nvme4n1 2024-02-10T07:30:24.778 INFO:teuthology.orchestra.run.smithi174.stdout: File: /dev/nvme4n1 2024-02-10T07:30:24.778 INFO:teuthology.orchestra.run.smithi174.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-10T07:30:24.778 INFO:teuthology.orchestra.run.smithi174.stdout:Device: 5h/5d Inode: 984 Links: 1 Device type: 103,8 2024-02-10T07:30:24.778 INFO:teuthology.orchestra.run.smithi174.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-10T07:30:24.778 INFO:teuthology.orchestra.run.smithi174.stdout:Access: 2024-02-10 07:29:49.383501967 +0000 2024-02-10T07:30:24.778 INFO:teuthology.orchestra.run.smithi174.stdout:Modify: 2024-02-10 07:25:50.430642793 +0000 2024-02-10T07:30:24.778 INFO:teuthology.orchestra.run.smithi174.stdout:Change: 2024-02-10 07:25:50.430642793 +0000 2024-02-10T07:30:24.778 INFO:teuthology.orchestra.run.smithi174.stdout: Birth: - 2024-02-10T07:30:24.779 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-10T07:30:24.833 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records in 2024-02-10T07:30:24.833 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records out 2024-02-10T07:30:24.833 INFO:teuthology.orchestra.run.smithi174.stderr:512 bytes copied, 0.000419338 s, 1.2 MB/s 2024-02-10T07:30:24.834 DEBUG:teuthology.orchestra.run.smithi174:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-10T07:30:24.883 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-02-10T07:30:25.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:25 smithi174 bash[23193]: cluster 2024-02-10T07:30:23.356761+0000 mgr.smithi067.noawcm (mgr.14197) 42 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:25.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:25 smithi067 bash[18640]: cluster 2024-02-10T07:30:23.356761+0000 mgr.smithi067.noawcm (mgr.14197) 42 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:26.481 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:26 smithi067 bash[18640]: audit 2024-02-10T07:30:25.302164+0000 mon.smithi067 (mon.0) 305 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:26.481 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:26 smithi067 bash[18640]: audit 2024-02-10T07:30:25.310704+0000 mon.smithi067 (mon.0) 306 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:26.481 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:26 smithi067 bash[18640]: cephadm 2024-02-10T07:30:25.325337+0000 mgr.smithi067.noawcm (mgr.14197) 43 : cephadm 1 Reconfiguring ceph-exporter.smithi067 (monmap changed)... 2024-02-10T07:30:26.481 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:26 smithi067 bash[18640]: audit 2024-02-10T07:30:25.326054+0000 mon.smithi067 (mon.0) 307 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi067", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-02-10T07:30:26.481 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:26 smithi067 bash[18640]: audit 2024-02-10T07:30:25.327875+0000 mon.smithi067 (mon.0) 308 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:30:26.481 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:26 smithi067 bash[18640]: cephadm 2024-02-10T07:30:25.329286+0000 mgr.smithi067.noawcm (mgr.14197) 44 : cephadm 1 Reconfiguring daemon ceph-exporter.smithi067 on smithi067 2024-02-10T07:30:26.482 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:26 smithi067 bash[18640]: audit 2024-02-10T07:30:25.837918+0000 mon.smithi067 (mon.0) 309 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:26.482 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:26 smithi067 bash[18640]: audit 2024-02-10T07:30:25.839514+0000 mon.smithi067 (mon.0) 310 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:30:26.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:26 smithi174 bash[23193]: audit 2024-02-10T07:30:25.302164+0000 mon.smithi067 (mon.0) 305 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:26.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:26 smithi174 bash[23193]: audit 2024-02-10T07:30:25.310704+0000 mon.smithi067 (mon.0) 306 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:26.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:26 smithi174 bash[23193]: cephadm 2024-02-10T07:30:25.325337+0000 mgr.smithi067.noawcm (mgr.14197) 43 : cephadm 1 Reconfiguring ceph-exporter.smithi067 (monmap changed)... 2024-02-10T07:30:26.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:26 smithi174 bash[23193]: audit 2024-02-10T07:30:25.326054+0000 mon.smithi067 (mon.0) 307 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi067", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-02-10T07:30:26.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:26 smithi174 bash[23193]: audit 2024-02-10T07:30:25.327875+0000 mon.smithi067 (mon.0) 308 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:30:26.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:26 smithi174 bash[23193]: cephadm 2024-02-10T07:30:25.329286+0000 mgr.smithi067.noawcm (mgr.14197) 44 : cephadm 1 Reconfiguring daemon ceph-exporter.smithi067 on smithi067 2024-02-10T07:30:26.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:26 smithi174 bash[23193]: audit 2024-02-10T07:30:25.837918+0000 mon.smithi067 (mon.0) 309 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:26.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:26 smithi174 bash[23193]: audit 2024-02-10T07:30:25.839514+0000 mon.smithi067 (mon.0) 310 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:30:27.735 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:27 smithi067 bash[18640]: cluster 2024-02-10T07:30:25.357018+0000 mgr.smithi067.noawcm (mgr.14197) 45 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:27.735 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:27 smithi067 bash[18640]: audit 2024-02-10T07:30:27.262929+0000 mon.smithi067 (mon.0) 311 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:27.735 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:27 smithi067 bash[18640]: audit 2024-02-10T07:30:27.270868+0000 mon.smithi067 (mon.0) 312 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:27.735 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:27 smithi067 bash[18640]: audit 2024-02-10T07:30:27.303768+0000 mon.smithi067 (mon.0) 313 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi067", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-10T07:30:27.735 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:27 smithi067 bash[18640]: audit 2024-02-10T07:30:27.305827+0000 mon.smithi067 (mon.0) 314 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:30:27.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:27 smithi174 bash[23193]: cluster 2024-02-10T07:30:25.357018+0000 mgr.smithi067.noawcm (mgr.14197) 45 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:27.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:27 smithi174 bash[23193]: audit 2024-02-10T07:30:27.262929+0000 mon.smithi067 (mon.0) 311 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:27.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:27 smithi174 bash[23193]: audit 2024-02-10T07:30:27.270868+0000 mon.smithi067 (mon.0) 312 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:27.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:27 smithi174 bash[23193]: audit 2024-02-10T07:30:27.303768+0000 mon.smithi067 (mon.0) 313 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi067", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-10T07:30:27.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:27 smithi174 bash[23193]: audit 2024-02-10T07:30:27.305827+0000 mon.smithi067 (mon.0) 314 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:30:28.624 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:28 smithi067 bash[18640]: cephadm 2024-02-10T07:30:27.303040+0000 mgr.smithi067.noawcm (mgr.14197) 46 : cephadm 1 Reconfiguring crash.smithi067 (monmap changed)... 2024-02-10T07:30:28.624 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:28 smithi067 bash[18640]: cephadm 2024-02-10T07:30:27.307662+0000 mgr.smithi067.noawcm (mgr.14197) 47 : cephadm 1 Reconfiguring daemon crash.smithi067 on smithi067 2024-02-10T07:30:28.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:28 smithi174 bash[23193]: cephadm 2024-02-10T07:30:27.303040+0000 mgr.smithi067.noawcm (mgr.14197) 46 : cephadm 1 Reconfiguring crash.smithi067 (monmap changed)... 2024-02-10T07:30:28.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:28 smithi174 bash[23193]: cephadm 2024-02-10T07:30:27.307662+0000 mgr.smithi067.noawcm (mgr.14197) 47 : cephadm 1 Reconfiguring daemon crash.smithi067 on smithi067 2024-02-10T07:30:29.659 INFO:teuthology.orchestra.run.smithi174.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi174/config 2024-02-10T07:30:29.678 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:29 smithi174 bash[23193]: cluster 2024-02-10T07:30:27.357356+0000 mgr.smithi067.noawcm (mgr.14197) 48 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:29.678 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:29 smithi174 bash[23193]: audit 2024-02-10T07:30:29.212933+0000 mon.smithi067 (mon.0) 315 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:29.678 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:29 smithi174 bash[23193]: audit 2024-02-10T07:30:29.223823+0000 mon.smithi067 (mon.0) 316 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:29.750 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:29 smithi067 bash[18640]: cluster 2024-02-10T07:30:27.357356+0000 mgr.smithi067.noawcm (mgr.14197) 48 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:29.750 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:29 smithi067 bash[18640]: audit 2024-02-10T07:30:29.212933+0000 mon.smithi067 (mon.0) 315 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:29.750 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:29 smithi067 bash[18640]: audit 2024-02-10T07:30:29.223823+0000 mon.smithi067 (mon.0) 316 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:30.594 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:30 smithi174 bash[23193]: cephadm 2024-02-10T07:30:29.276694+0000 mgr.smithi067.noawcm (mgr.14197) 49 : cephadm 1 Reconfiguring alertmanager.smithi067 (dependencies changed)... 2024-02-10T07:30:30.594 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:30 smithi174 bash[23193]: cephadm 2024-02-10T07:30:29.311420+0000 mgr.smithi067.noawcm (mgr.14197) 50 : cephadm 1 Reconfiguring daemon alertmanager.smithi067 on smithi067 2024-02-10T07:30:30.644 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:30 smithi067 bash[18640]: cephadm 2024-02-10T07:30:29.276694+0000 mgr.smithi067.noawcm (mgr.14197) 49 : cephadm 1 Reconfiguring alertmanager.smithi067 (dependencies changed)... 2024-02-10T07:30:30.644 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:30 smithi067 bash[18640]: cephadm 2024-02-10T07:30:29.311420+0000 mgr.smithi067.noawcm (mgr.14197) 50 : cephadm 1 Reconfiguring daemon alertmanager.smithi067 on smithi067 2024-02-10T07:30:31.492 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:31 smithi067 bash[18640]: cluster 2024-02-10T07:30:29.357693+0000 mgr.smithi067.noawcm (mgr.14197) 51 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:31.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:31 smithi174 bash[23193]: cluster 2024-02-10T07:30:29.357693+0000 mgr.smithi067.noawcm (mgr.14197) 51 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:32.318 INFO:teuthology.orchestra.run.smithi174.stdout:Scheduled osd.all-available-devices update... 2024-02-10T07:30:32.929 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-10T07:30:32.929 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-10T07:30:33.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:33 smithi174 bash[23193]: cluster 2024-02-10T07:30:31.358023+0000 mgr.smithi067.noawcm (mgr.14197) 52 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:33.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:33 smithi174 bash[23193]: audit 2024-02-10T07:30:32.305476+0000 mgr.smithi067.noawcm (mgr.14197) 53 : audit 0 from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:30:33.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:33 smithi174 bash[23193]: cephadm 2024-02-10T07:30:32.310047+0000 mgr.smithi067.noawcm (mgr.14197) 54 : cephadm 1 Marking host: smithi067 for OSDSpec preview refresh. 2024-02-10T07:30:33.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:33 smithi174 bash[23193]: cephadm 2024-02-10T07:30:32.310211+0000 mgr.smithi067.noawcm (mgr.14197) 55 : cephadm 1 Marking host: smithi174 for OSDSpec preview refresh. 2024-02-10T07:30:33.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:33 smithi174 bash[23193]: cephadm 2024-02-10T07:30:32.311097+0000 mgr.smithi067.noawcm (mgr.14197) 56 : cephadm 1 Saving service osd.all-available-devices spec with placement * 2024-02-10T07:30:33.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:33 smithi174 bash[23193]: audit 2024-02-10T07:30:32.318270+0000 mon.smithi067 (mon.0) 317 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:33.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:33 smithi067 bash[18640]: cluster 2024-02-10T07:30:31.358023+0000 mgr.smithi067.noawcm (mgr.14197) 52 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:33.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:33 smithi067 bash[18640]: audit 2024-02-10T07:30:32.305476+0000 mgr.smithi067.noawcm (mgr.14197) 53 : audit 0 from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:30:33.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:33 smithi067 bash[18640]: cephadm 2024-02-10T07:30:32.310047+0000 mgr.smithi067.noawcm (mgr.14197) 54 : cephadm 1 Marking host: smithi067 for OSDSpec preview refresh. 2024-02-10T07:30:33.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:33 smithi067 bash[18640]: cephadm 2024-02-10T07:30:32.310211+0000 mgr.smithi067.noawcm (mgr.14197) 55 : cephadm 1 Marking host: smithi174 for OSDSpec preview refresh. 2024-02-10T07:30:33.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:33 smithi067 bash[18640]: cephadm 2024-02-10T07:30:32.311097+0000 mgr.smithi067.noawcm (mgr.14197) 56 : cephadm 1 Saving service osd.all-available-devices spec with placement * 2024-02-10T07:30:33.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:33 smithi067 bash[18640]: audit 2024-02-10T07:30:32.318270+0000 mon.smithi067 (mon.0) 317 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:34.896 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:34 smithi067 bash[18640]: cluster 2024-02-10T07:30:33.358296+0000 mgr.smithi067.noawcm (mgr.14197) 57 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:34.897 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:34 smithi067 bash[18640]: audit 2024-02-10T07:30:33.563849+0000 mon.smithi067 (mon.0) 318 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:34.897 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:34 smithi067 bash[18640]: audit 2024-02-10T07:30:33.568858+0000 mon.smithi067 (mon.0) 319 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:34.897 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:34 smithi067 bash[18640]: cephadm 2024-02-10T07:30:33.586766+0000 mgr.smithi067.noawcm (mgr.14197) 58 : cephadm 1 Reconfiguring grafana.smithi067 (dependencies changed)... 2024-02-10T07:30:34.897 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:34 smithi067 bash[18640]: cephadm 2024-02-10T07:30:33.601732+0000 mgr.smithi067.noawcm (mgr.14197) 59 : cephadm 1 Reconfiguring daemon grafana.smithi067 on smithi067 2024-02-10T07:30:35.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:34 smithi174 bash[23193]: cluster 2024-02-10T07:30:33.358296+0000 mgr.smithi067.noawcm (mgr.14197) 57 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:35.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:34 smithi174 bash[23193]: audit 2024-02-10T07:30:33.563849+0000 mon.smithi067 (mon.0) 318 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:35.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:34 smithi174 bash[23193]: audit 2024-02-10T07:30:33.568858+0000 mon.smithi067 (mon.0) 319 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:35.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:34 smithi174 bash[23193]: cephadm 2024-02-10T07:30:33.586766+0000 mgr.smithi067.noawcm (mgr.14197) 58 : cephadm 1 Reconfiguring grafana.smithi067 (dependencies changed)... 2024-02-10T07:30:35.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:34 smithi174 bash[23193]: cephadm 2024-02-10T07:30:33.601732+0000 mgr.smithi067.noawcm (mgr.14197) 59 : cephadm 1 Reconfiguring daemon grafana.smithi067 on smithi067 2024-02-10T07:30:37.236 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:36 smithi067 bash[18640]: cluster 2024-02-10T07:30:35.358690+0000 mgr.smithi067.noawcm (mgr.14197) 60 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:37.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:36 smithi174 bash[23193]: cluster 2024-02-10T07:30:35.358690+0000 mgr.smithi067.noawcm (mgr.14197) 60 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:38.720 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:30:39.132 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:38 smithi067 bash[18640]: cluster 2024-02-10T07:30:37.359082+0000 mgr.smithi067.noawcm (mgr.14197) 61 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:39.132 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:38 smithi067 bash[18640]: audit 2024-02-10T07:30:37.878531+0000 mon.smithi067 (mon.0) 320 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:39.132 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:38 smithi067 bash[18640]: audit 2024-02-10T07:30:37.883610+0000 mon.smithi067 (mon.0) 321 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:39.132 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:38 smithi067 bash[18640]: cephadm 2024-02-10T07:30:37.925850+0000 mgr.smithi067.noawcm (mgr.14197) 62 : cephadm 1 Reconfiguring prometheus.smithi067 (dependencies changed)... 2024-02-10T07:30:39.132 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:38 smithi067 bash[18640]: cephadm 2024-02-10T07:30:38.179595+0000 mgr.smithi067.noawcm (mgr.14197) 63 : cephadm 1 Reconfiguring daemon prometheus.smithi067 on smithi067 2024-02-10T07:30:39.271 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:38 smithi174 bash[23193]: cluster 2024-02-10T07:30:37.359082+0000 mgr.smithi067.noawcm (mgr.14197) 61 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:39.271 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:38 smithi174 bash[23193]: audit 2024-02-10T07:30:37.878531+0000 mon.smithi067 (mon.0) 320 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:39.271 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:38 smithi174 bash[23193]: audit 2024-02-10T07:30:37.883610+0000 mon.smithi067 (mon.0) 321 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:39.271 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:38 smithi174 bash[23193]: cephadm 2024-02-10T07:30:37.925850+0000 mgr.smithi067.noawcm (mgr.14197) 62 : cephadm 1 Reconfiguring prometheus.smithi067 (dependencies changed)... 2024-02-10T07:30:39.271 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:38 smithi174 bash[23193]: cephadm 2024-02-10T07:30:38.179595+0000 mgr.smithi067.noawcm (mgr.14197) 63 : cephadm 1 Reconfiguring daemon prometheus.smithi067 on smithi067 2024-02-10T07:30:41.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:40 smithi174 bash[23193]: cluster 2024-02-10T07:30:39.359432+0000 mgr.smithi067.noawcm (mgr.14197) 64 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:41.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:40 smithi174 bash[23193]: audit 2024-02-10T07:30:40.832938+0000 mon.smithi067 (mon.0) 322 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:30:41.147 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:40 smithi067 bash[18640]: cluster 2024-02-10T07:30:39.359432+0000 mgr.smithi067.noawcm (mgr.14197) 64 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:41.147 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:40 smithi067 bash[18640]: audit 2024-02-10T07:30:40.832938+0000 mon.smithi067 (mon.0) 322 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:30:42.682 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-10T07:30:43.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:42 smithi174 bash[23193]: cluster 2024-02-10T07:30:41.359849+0000 mgr.smithi067.noawcm (mgr.14197) 65 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:43.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:42 smithi174 bash[23193]: audit 2024-02-10T07:30:42.683485+0000 mon.smithi067 (mon.0) 323 : audit 0 from='client.? 172.21.15.67:0/1579452670' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T07:30:43.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:43 smithi067 bash[18640]: cluster 2024-02-10T07:30:41.359849+0000 mgr.smithi067.noawcm (mgr.14197) 65 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:43.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:43 smithi067 bash[18640]: audit 2024-02-10T07:30:42.683485+0000 mon.smithi067 (mon.0) 323 : audit 0 from='client.? 172.21.15.67:0/1579452670' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T07:30:43.612 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-10T07:30:44.613 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-10T07:30:45.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:45 smithi174 bash[23193]: cluster 2024-02-10T07:30:43.360297+0000 mgr.smithi067.noawcm (mgr.14197) 66 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:45.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:45 smithi174 bash[23193]: audit 2024-02-10T07:30:44.153158+0000 mon.smithi067 (mon.0) 324 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:45.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:45 smithi174 bash[23193]: audit 2024-02-10T07:30:44.157770+0000 mon.smithi067 (mon.0) 325 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:45.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:45 smithi174 bash[23193]: cephadm 2024-02-10T07:30:44.172253+0000 mgr.smithi067.noawcm (mgr.14197) 67 : cephadm 1 Reconfiguring crash.smithi174 (monmap changed)... 2024-02-10T07:30:45.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:45 smithi174 bash[23193]: audit 2024-02-10T07:30:44.172622+0000 mon.smithi067 (mon.0) 326 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi174", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-10T07:30:45.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:45 smithi174 bash[23193]: audit 2024-02-10T07:30:44.173405+0000 mon.smithi067 (mon.0) 327 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:30:45.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:45 smithi174 bash[23193]: cephadm 2024-02-10T07:30:44.174206+0000 mgr.smithi067.noawcm (mgr.14197) 68 : cephadm 1 Reconfiguring daemon crash.smithi174 on smithi174 2024-02-10T07:30:45.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:45 smithi067 bash[18640]: cluster 2024-02-10T07:30:43.360297+0000 mgr.smithi067.noawcm (mgr.14197) 66 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:45.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:45 smithi067 bash[18640]: audit 2024-02-10T07:30:44.153158+0000 mon.smithi067 (mon.0) 324 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:45.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:45 smithi067 bash[18640]: audit 2024-02-10T07:30:44.157770+0000 mon.smithi067 (mon.0) 325 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:45.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:45 smithi067 bash[18640]: cephadm 2024-02-10T07:30:44.172253+0000 mgr.smithi067.noawcm (mgr.14197) 67 : cephadm 1 Reconfiguring crash.smithi174 (monmap changed)... 2024-02-10T07:30:45.539 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:45 smithi067 bash[18640]: audit 2024-02-10T07:30:44.172622+0000 mon.smithi067 (mon.0) 326 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi174", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-10T07:30:45.539 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:45 smithi067 bash[18640]: audit 2024-02-10T07:30:44.173405+0000 mon.smithi067 (mon.0) 327 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:30:45.539 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:45 smithi067 bash[18640]: cephadm 2024-02-10T07:30:44.174206+0000 mgr.smithi067.noawcm (mgr.14197) 68 : cephadm 1 Reconfiguring daemon crash.smithi174 on smithi174 2024-02-10T07:30:47.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:46 smithi174 bash[23193]: cluster 2024-02-10T07:30:45.360718+0000 mgr.smithi067.noawcm (mgr.14197) 69 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:47.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:46 smithi174 bash[23193]: audit 2024-02-10T07:30:45.903299+0000 mon.smithi067 (mon.0) 328 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:47.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:46 smithi174 bash[23193]: audit 2024-02-10T07:30:45.912739+0000 mon.smithi067 (mon.0) 329 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:47.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:46 smithi174 bash[23193]: cephadm 2024-02-10T07:30:45.942239+0000 mgr.smithi067.noawcm (mgr.14197) 70 : cephadm 1 Reconfiguring mgr.smithi174.fkboaf (monmap changed)... 2024-02-10T07:30:47.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:46 smithi174 bash[23193]: audit 2024-02-10T07:30:45.942937+0000 mon.smithi067 (mon.0) 330 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi174.fkboaf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T07:30:47.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:46 smithi174 bash[23193]: audit 2024-02-10T07:30:45.944951+0000 mon.smithi067 (mon.0) 331 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T07:30:47.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:46 smithi174 bash[23193]: audit 2024-02-10T07:30:45.946614+0000 mon.smithi067 (mon.0) 332 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:30:47.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:46 smithi174 bash[23193]: cephadm 2024-02-10T07:30:45.948697+0000 mgr.smithi067.noawcm (mgr.14197) 71 : cephadm 1 Reconfiguring daemon mgr.smithi174.fkboaf on smithi174 2024-02-10T07:30:47.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:46 smithi067 bash[18640]: cluster 2024-02-10T07:30:45.360718+0000 mgr.smithi067.noawcm (mgr.14197) 69 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:47.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:46 smithi067 bash[18640]: audit 2024-02-10T07:30:45.903299+0000 mon.smithi067 (mon.0) 328 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:47.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:46 smithi067 bash[18640]: audit 2024-02-10T07:30:45.912739+0000 mon.smithi067 (mon.0) 329 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:47.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:46 smithi067 bash[18640]: cephadm 2024-02-10T07:30:45.942239+0000 mgr.smithi067.noawcm (mgr.14197) 70 : cephadm 1 Reconfiguring mgr.smithi174.fkboaf (monmap changed)... 2024-02-10T07:30:47.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:46 smithi067 bash[18640]: audit 2024-02-10T07:30:45.942937+0000 mon.smithi067 (mon.0) 330 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi174.fkboaf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T07:30:47.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:46 smithi067 bash[18640]: audit 2024-02-10T07:30:45.944951+0000 mon.smithi067 (mon.0) 331 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T07:30:47.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:46 smithi067 bash[18640]: audit 2024-02-10T07:30:45.946614+0000 mon.smithi067 (mon.0) 332 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:30:47.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:46 smithi067 bash[18640]: cephadm 2024-02-10T07:30:45.948697+0000 mgr.smithi067.noawcm (mgr.14197) 71 : cephadm 1 Reconfiguring daemon mgr.smithi174.fkboaf on smithi174 2024-02-10T07:30:49.078 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:48 smithi174 bash[23193]: cluster 2024-02-10T07:30:47.361030+0000 mgr.smithi067.noawcm (mgr.14197) 72 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:49.078 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:48 smithi174 bash[23193]: audit 2024-02-10T07:30:47.827858+0000 mon.smithi067 (mon.0) 333 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:49.078 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:48 smithi174 bash[23193]: audit 2024-02-10T07:30:47.837628+0000 mon.smithi067 (mon.0) 334 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:49.079 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:48 smithi174 bash[23193]: cephadm 2024-02-10T07:30:47.867865+0000 mgr.smithi067.noawcm (mgr.14197) 73 : cephadm 1 Reconfiguring mon.smithi174 (monmap changed)... 2024-02-10T07:30:49.079 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:48 smithi174 bash[23193]: audit 2024-02-10T07:30:47.868683+0000 mon.smithi067 (mon.0) 335 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T07:30:49.079 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:48 smithi174 bash[23193]: audit 2024-02-10T07:30:47.870603+0000 mon.smithi067 (mon.0) 336 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T07:30:49.079 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:48 smithi174 bash[23193]: audit 2024-02-10T07:30:47.872233+0000 mon.smithi067 (mon.0) 337 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:30:49.079 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:48 smithi174 bash[23193]: cephadm 2024-02-10T07:30:47.874297+0000 mgr.smithi067.noawcm (mgr.14197) 74 : cephadm 1 Reconfiguring daemon mon.smithi174 on smithi174 2024-02-10T07:30:49.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:48 smithi067 bash[18640]: cluster 2024-02-10T07:30:47.361030+0000 mgr.smithi067.noawcm (mgr.14197) 72 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:49.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:48 smithi067 bash[18640]: audit 2024-02-10T07:30:47.827858+0000 mon.smithi067 (mon.0) 333 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:49.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:48 smithi067 bash[18640]: audit 2024-02-10T07:30:47.837628+0000 mon.smithi067 (mon.0) 334 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:49.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:48 smithi067 bash[18640]: cephadm 2024-02-10T07:30:47.867865+0000 mgr.smithi067.noawcm (mgr.14197) 73 : cephadm 1 Reconfiguring mon.smithi174 (monmap changed)... 2024-02-10T07:30:49.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:48 smithi067 bash[18640]: audit 2024-02-10T07:30:47.868683+0000 mon.smithi067 (mon.0) 335 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T07:30:49.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:48 smithi067 bash[18640]: audit 2024-02-10T07:30:47.870603+0000 mon.smithi067 (mon.0) 336 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T07:30:49.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:48 smithi067 bash[18640]: audit 2024-02-10T07:30:47.872233+0000 mon.smithi067 (mon.0) 337 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:30:49.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:48 smithi067 bash[18640]: cephadm 2024-02-10T07:30:47.874297+0000 mgr.smithi067.noawcm (mgr.14197) 74 : cephadm 1 Reconfiguring daemon mon.smithi174 on smithi174 2024-02-10T07:30:49.390 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:30:51.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:50 smithi174 bash[23193]: cluster 2024-02-10T07:30:49.361495+0000 mgr.smithi067.noawcm (mgr.14197) 75 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:51.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:50 smithi174 bash[23193]: audit 2024-02-10T07:30:49.652561+0000 mon.smithi067 (mon.0) 338 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:51.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:50 smithi174 bash[23193]: audit 2024-02-10T07:30:49.662176+0000 mon.smithi067 (mon.0) 339 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:51.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:50 smithi174 bash[23193]: audit 2024-02-10T07:30:49.701184+0000 mon.smithi067 (mon.0) 340 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-10T07:30:51.020 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:50 smithi174 bash[23193]: audit 2024-02-10T07:30:49.702222+0000 mgr.smithi067.noawcm (mgr.14197) 76 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-10T07:30:51.020 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:50 smithi174 bash[23193]: audit 2024-02-10T07:30:49.704782+0000 mon.smithi067 (mon.0) 341 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi067.front.sepia.ceph.com:9093"}]: dispatch 2024-02-10T07:30:51.020 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:50 smithi174 bash[23193]: audit 2024-02-10T07:30:49.705670+0000 mgr.smithi067.noawcm (mgr.14197) 77 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi067.front.sepia.ceph.com:9093"}]: dispatch 2024-02-10T07:30:51.020 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:50 smithi174 bash[23193]: audit 2024-02-10T07:30:49.712566+0000 mon.smithi067 (mon.0) 342 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:51.020 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:50 smithi174 bash[23193]: audit 2024-02-10T07:30:50.029123+0000 mon.smithi067 (mon.0) 343 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-10T07:30:51.020 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:50 smithi174 bash[23193]: audit 2024-02-10T07:30:50.029580+0000 mgr.smithi067.noawcm (mgr.14197) 78 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-10T07:30:51.020 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:50 smithi174 bash[23193]: audit 2024-02-10T07:30:50.038293+0000 mon.smithi067 (mon.0) 344 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi067.front.sepia.ceph.com:3000"}]: dispatch 2024-02-10T07:30:51.020 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:50 smithi174 bash[23193]: audit 2024-02-10T07:30:50.038690+0000 mgr.smithi067.noawcm (mgr.14197) 79 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi067.front.sepia.ceph.com:3000"}]: dispatch 2024-02-10T07:30:51.020 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:50 smithi174 bash[23193]: audit 2024-02-10T07:30:50.043452+0000 mon.smithi067 (mon.0) 345 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:51.020 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:50 smithi174 bash[23193]: audit 2024-02-10T07:30:50.052971+0000 mon.smithi067 (mon.0) 346 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-10T07:30:51.020 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:50 smithi174 bash[23193]: audit 2024-02-10T07:30:50.053425+0000 mgr.smithi067.noawcm (mgr.14197) 80 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-10T07:30:51.020 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:50 smithi174 bash[23193]: audit 2024-02-10T07:30:50.056284+0000 mon.smithi067 (mon.0) 347 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi067.front.sepia.ceph.com:9095"}]: dispatch 2024-02-10T07:30:51.020 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:50 smithi174 bash[23193]: audit 2024-02-10T07:30:50.056663+0000 mgr.smithi067.noawcm (mgr.14197) 81 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi067.front.sepia.ceph.com:9095"}]: dispatch 2024-02-10T07:30:51.020 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:50 smithi174 bash[23193]: audit 2024-02-10T07:30:50.060854+0000 mon.smithi067 (mon.0) 348 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:51.021 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:50 smithi174 bash[23193]: audit 2024-02-10T07:30:50.075766+0000 mon.smithi067 (mon.0) 349 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:30:51.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:50 smithi067 bash[18640]: cluster 2024-02-10T07:30:49.361495+0000 mgr.smithi067.noawcm (mgr.14197) 75 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:51.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:50 smithi067 bash[18640]: audit 2024-02-10T07:30:49.652561+0000 mon.smithi067 (mon.0) 338 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:51.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:50 smithi067 bash[18640]: audit 2024-02-10T07:30:49.662176+0000 mon.smithi067 (mon.0) 339 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:51.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:50 smithi067 bash[18640]: audit 2024-02-10T07:30:49.701184+0000 mon.smithi067 (mon.0) 340 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-10T07:30:51.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:50 smithi067 bash[18640]: audit 2024-02-10T07:30:49.702222+0000 mgr.smithi067.noawcm (mgr.14197) 76 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-10T07:30:51.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:50 smithi067 bash[18640]: audit 2024-02-10T07:30:49.704782+0000 mon.smithi067 (mon.0) 341 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi067.front.sepia.ceph.com:9093"}]: dispatch 2024-02-10T07:30:51.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:50 smithi067 bash[18640]: audit 2024-02-10T07:30:49.705670+0000 mgr.smithi067.noawcm (mgr.14197) 77 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi067.front.sepia.ceph.com:9093"}]: dispatch 2024-02-10T07:30:51.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:50 smithi067 bash[18640]: audit 2024-02-10T07:30:49.712566+0000 mon.smithi067 (mon.0) 342 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:51.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:50 smithi067 bash[18640]: audit 2024-02-10T07:30:50.029123+0000 mon.smithi067 (mon.0) 343 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-10T07:30:51.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:50 smithi067 bash[18640]: audit 2024-02-10T07:30:50.029580+0000 mgr.smithi067.noawcm (mgr.14197) 78 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-10T07:30:51.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:50 smithi067 bash[18640]: audit 2024-02-10T07:30:50.038293+0000 mon.smithi067 (mon.0) 344 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi067.front.sepia.ceph.com:3000"}]: dispatch 2024-02-10T07:30:51.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:50 smithi067 bash[18640]: audit 2024-02-10T07:30:50.038690+0000 mgr.smithi067.noawcm (mgr.14197) 79 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi067.front.sepia.ceph.com:3000"}]: dispatch 2024-02-10T07:30:51.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:50 smithi067 bash[18640]: audit 2024-02-10T07:30:50.043452+0000 mon.smithi067 (mon.0) 345 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:51.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:50 smithi067 bash[18640]: audit 2024-02-10T07:30:50.052971+0000 mon.smithi067 (mon.0) 346 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-10T07:30:51.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:50 smithi067 bash[18640]: audit 2024-02-10T07:30:50.053425+0000 mgr.smithi067.noawcm (mgr.14197) 80 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-10T07:30:51.040 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:50 smithi067 bash[18640]: audit 2024-02-10T07:30:50.056284+0000 mon.smithi067 (mon.0) 347 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi067.front.sepia.ceph.com:9095"}]: dispatch 2024-02-10T07:30:51.040 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:50 smithi067 bash[18640]: audit 2024-02-10T07:30:50.056663+0000 mgr.smithi067.noawcm (mgr.14197) 81 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi067.front.sepia.ceph.com:9095"}]: dispatch 2024-02-10T07:30:51.040 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:50 smithi067 bash[18640]: audit 2024-02-10T07:30:50.060854+0000 mon.smithi067 (mon.0) 348 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:51.040 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:50 smithi067 bash[18640]: audit 2024-02-10T07:30:50.075766+0000 mon.smithi067 (mon.0) 349 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:30:52.317 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-10T07:30:52.982 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-10T07:30:53.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:52 smithi174 bash[23193]: cluster 2024-02-10T07:30:51.361949+0000 mgr.smithi067.noawcm (mgr.14197) 82 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:53.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:52 smithi174 bash[23193]: audit 2024-02-10T07:30:52.317973+0000 mon.smithi067 (mon.0) 350 : audit 0 from='client.? 172.21.15.67:0/1564927852' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T07:30:53.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:52 smithi067 bash[18640]: cluster 2024-02-10T07:30:51.361949+0000 mgr.smithi067.noawcm (mgr.14197) 82 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:53.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:52 smithi067 bash[18640]: audit 2024-02-10T07:30:52.317973+0000 mon.smithi067 (mon.0) 350 : audit 0 from='client.? 172.21.15.67:0/1564927852' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T07:30:53.983 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-10T07:30:55.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:54 smithi174 bash[23193]: cluster 2024-02-10T07:30:53.362354+0000 mgr.smithi067.noawcm (mgr.14197) 83 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:55.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:54 smithi067 bash[18640]: cluster 2024-02-10T07:30:53.362354+0000 mgr.smithi067.noawcm (mgr.14197) 83 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:56.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:56 smithi174 bash[23193]: cluster 2024-02-10T07:30:55.362745+0000 mgr.smithi067.noawcm (mgr.14197) 84 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:56.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:56 smithi174 bash[23193]: audit 2024-02-10T07:30:55.512432+0000 mon.smithi067 (mon.0) 351 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:56.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:56 smithi174 bash[23193]: audit 2024-02-10T07:30:55.517774+0000 mon.smithi067 (mon.0) 352 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:56.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:56 smithi174 bash[23193]: audit 2024-02-10T07:30:55.832240+0000 mon.smithi067 (mon.0) 353 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:30:56.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:56 smithi174 bash[23193]: audit 2024-02-10T07:30:56.099502+0000 mon.smithi067 (mon.0) 354 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:56.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:56 smithi174 bash[23193]: audit 2024-02-10T07:30:56.105511+0000 mon.smithi067 (mon.0) 355 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:56.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:56 smithi174 bash[23193]: audit 2024-02-10T07:30:56.426778+0000 mon.smithi067 (mon.0) 356 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:56.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:56 smithi174 bash[23193]: audit 2024-02-10T07:30:56.436992+0000 mon.smithi067 (mon.0) 357 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:56.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:56 smithi067 bash[18640]: cluster 2024-02-10T07:30:55.362745+0000 mgr.smithi067.noawcm (mgr.14197) 84 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:56.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:56 smithi067 bash[18640]: audit 2024-02-10T07:30:55.512432+0000 mon.smithi067 (mon.0) 351 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:56.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:56 smithi067 bash[18640]: audit 2024-02-10T07:30:55.517774+0000 mon.smithi067 (mon.0) 352 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:56.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:56 smithi067 bash[18640]: audit 2024-02-10T07:30:55.832240+0000 mon.smithi067 (mon.0) 353 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:30:56.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:56 smithi067 bash[18640]: audit 2024-02-10T07:30:56.099502+0000 mon.smithi067 (mon.0) 354 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:56.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:56 smithi067 bash[18640]: audit 2024-02-10T07:30:56.105511+0000 mon.smithi067 (mon.0) 355 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:56.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:56 smithi067 bash[18640]: audit 2024-02-10T07:30:56.426778+0000 mon.smithi067 (mon.0) 356 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:56.789 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:56 smithi067 bash[18640]: audit 2024-02-10T07:30:56.436992+0000 mon.smithi067 (mon.0) 357 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:58.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:58 smithi067 bash[18640]: audit 2024-02-10T07:30:57.020772+0000 mon.smithi067 (mon.0) 358 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:58.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:58 smithi067 bash[18640]: audit 2024-02-10T07:30:57.028227+0000 mon.smithi067 (mon.0) 359 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:58.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:58 smithi067 bash[18640]: audit 2024-02-10T07:30:57.030158+0000 mon.smithi067 (mon.0) 360 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:30:58.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:58 smithi067 bash[18640]: audit 2024-02-10T07:30:57.031423+0000 mon.smithi067 (mon.0) 361 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:30:58.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:58 smithi067 bash[18640]: audit 2024-02-10T07:30:57.038126+0000 mon.smithi067 (mon.0) 362 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:58.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:58 smithi067 bash[18640]: audit 2024-02-10T07:30:57.045697+0000 mon.smithi067 (mon.0) 363 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:30:58.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:58 smithi067 bash[18640]: audit 2024-02-10T07:30:57.052486+0000 mon.smithi067 (mon.0) 364 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T07:30:58.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:58 smithi067 bash[18640]: audit 2024-02-10T07:30:57.053810+0000 mon.smithi067 (mon.0) 365 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:30:58.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:58 smithi067 bash[18640]: audit 2024-02-10T07:30:57.060689+0000 mon.smithi067 (mon.0) 366 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T07:30:58.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:58 smithi067 bash[18640]: audit 2024-02-10T07:30:57.061975+0000 mon.smithi067 (mon.0) 367 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:30:58.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:58 smithi174 bash[23193]: audit 2024-02-10T07:30:57.020772+0000 mon.smithi067 (mon.0) 358 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:58.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:58 smithi174 bash[23193]: audit 2024-02-10T07:30:57.028227+0000 mon.smithi067 (mon.0) 359 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:58.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:58 smithi174 bash[23193]: audit 2024-02-10T07:30:57.030158+0000 mon.smithi067 (mon.0) 360 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:30:58.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:58 smithi174 bash[23193]: audit 2024-02-10T07:30:57.031423+0000 mon.smithi067 (mon.0) 361 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:30:58.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:58 smithi174 bash[23193]: audit 2024-02-10T07:30:57.038126+0000 mon.smithi067 (mon.0) 362 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:30:58.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:58 smithi174 bash[23193]: audit 2024-02-10T07:30:57.045697+0000 mon.smithi067 (mon.0) 363 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:30:58.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:58 smithi174 bash[23193]: audit 2024-02-10T07:30:57.052486+0000 mon.smithi067 (mon.0) 364 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T07:30:58.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:58 smithi174 bash[23193]: audit 2024-02-10T07:30:57.053810+0000 mon.smithi067 (mon.0) 365 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:30:58.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:58 smithi174 bash[23193]: audit 2024-02-10T07:30:57.060689+0000 mon.smithi067 (mon.0) 366 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T07:30:58.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:58 smithi174 bash[23193]: audit 2024-02-10T07:30:57.061975+0000 mon.smithi067 (mon.0) 367 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:30:58.521 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:30:59.369 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:30:59 smithi067 bash[18640]: cluster 2024-02-10T07:30:57.363138+0000 mgr.smithi067.noawcm (mgr.14197) 85 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:30:59.520 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:30:59 smithi174 bash[23193]: cluster 2024-02-10T07:30:57.363138+0000 mgr.smithi067.noawcm (mgr.14197) 85 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:01.219 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:01 smithi067 bash[18640]: cluster 2024-02-10T07:30:59.363652+0000 mgr.smithi067.noawcm (mgr.14197) 86 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:01.265 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-10T07:31:01.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:01 smithi174 bash[23193]: cluster 2024-02-10T07:30:59.363652+0000 mgr.smithi067.noawcm (mgr.14197) 86 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:01.890 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-10T07:31:02.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:02 smithi067 bash[18640]: audit 2024-02-10T07:31:01.266125+0000 mon.smithi067 (mon.0) 368 : audit 0 from='client.? 172.21.15.67:0/3306258632' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T07:31:02.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:02 smithi174 bash[23193]: audit 2024-02-10T07:31:01.266125+0000 mon.smithi067 (mon.0) 368 : audit 0 from='client.? 172.21.15.67:0/3306258632' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T07:31:02.892 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-10T07:31:03.149 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:03 smithi174 bash[23193]: cluster 2024-02-10T07:31:01.363959+0000 mgr.smithi067.noawcm (mgr.14197) 87 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:03.195 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:03 smithi067 bash[18640]: cluster 2024-02-10T07:31:01.363959+0000 mgr.smithi067.noawcm (mgr.14197) 87 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:05.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:05 smithi174 bash[23193]: cluster 2024-02-10T07:31:03.364204+0000 mgr.smithi067.noawcm (mgr.14197) 88 : cluster 0 pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:05.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:05 smithi067 bash[18640]: cluster 2024-02-10T07:31:03.364204+0000 mgr.smithi067.noawcm (mgr.14197) 88 : cluster 0 pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:06.087 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:06 smithi174 bash[23193]: audit 2024-02-10T07:31:05.908639+0000 mon.smithi174 (mon.1) 2 : audit 1 from='client.? 172.21.15.174:0/363709177' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2d6b0096-e3c9-481f-85db-4cf96c188dbc"}]: dispatch 2024-02-10T07:31:06.087 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:06 smithi174 bash[23193]: audit 2024-02-10T07:31:05.909920+0000 mon.smithi067 (mon.0) 369 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2d6b0096-e3c9-481f-85db-4cf96c188dbc"}]: dispatch 2024-02-10T07:31:06.087 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:06 smithi174 bash[23193]: audit 2024-02-10T07:31:05.914255+0000 mon.smithi067 (mon.0) 370 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2d6b0096-e3c9-481f-85db-4cf96c188dbc"}]': finished 2024-02-10T07:31:06.087 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:06 smithi174 bash[23193]: cluster 2024-02-10T07:31:05.919075+0000 mon.smithi067 (mon.0) 371 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2024-02-10T07:31:06.087 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:06 smithi174 bash[23193]: audit 2024-02-10T07:31:05.919433+0000 mon.smithi067 (mon.0) 372 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:31:06.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:06 smithi067 bash[18640]: audit 2024-02-10T07:31:05.908639+0000 mon.smithi174 (mon.1) 2 : audit 1 from='client.? 172.21.15.174:0/363709177' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2d6b0096-e3c9-481f-85db-4cf96c188dbc"}]: dispatch 2024-02-10T07:31:06.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:06 smithi067 bash[18640]: audit 2024-02-10T07:31:05.909920+0000 mon.smithi067 (mon.0) 369 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2d6b0096-e3c9-481f-85db-4cf96c188dbc"}]: dispatch 2024-02-10T07:31:06.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:06 smithi067 bash[18640]: audit 2024-02-10T07:31:05.914255+0000 mon.smithi067 (mon.0) 370 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2d6b0096-e3c9-481f-85db-4cf96c188dbc"}]': finished 2024-02-10T07:31:06.539 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:06 smithi067 bash[18640]: cluster 2024-02-10T07:31:05.919075+0000 mon.smithi067 (mon.0) 371 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2024-02-10T07:31:06.539 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:06 smithi067 bash[18640]: audit 2024-02-10T07:31:05.919433+0000 mon.smithi067 (mon.0) 372 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:31:07.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:07 smithi174 bash[23193]: cluster 2024-02-10T07:31:05.364651+0000 mgr.smithi067.noawcm (mgr.14197) 89 : cluster 0 pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:07.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:07 smithi174 bash[23193]: audit 2024-02-10T07:31:06.521380+0000 mon.smithi067 (mon.0) 373 : audit 1 from='client.? 172.21.15.67:0/3253119155' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "50025d77-f0f1-4c41-a30b-a919ebd03a14"}]: dispatch 2024-02-10T07:31:07.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:07 smithi174 bash[23193]: audit 2024-02-10T07:31:06.524252+0000 mon.smithi067 (mon.0) 374 : audit 1 from='client.? 172.21.15.67:0/3253119155' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "50025d77-f0f1-4c41-a30b-a919ebd03a14"}]': finished 2024-02-10T07:31:07.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:07 smithi174 bash[23193]: cluster 2024-02-10T07:31:06.528060+0000 mon.smithi067 (mon.0) 375 : cluster 0 osdmap e7: 2 total, 0 up, 2 in 2024-02-10T07:31:07.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:07 smithi174 bash[23193]: audit 2024-02-10T07:31:06.528614+0000 mon.smithi067 (mon.0) 376 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:31:07.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:07 smithi174 bash[23193]: audit 2024-02-10T07:31:06.529027+0000 mon.smithi067 (mon.0) 377 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:31:07.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:07 smithi067 bash[18640]: cluster 2024-02-10T07:31:05.364651+0000 mgr.smithi067.noawcm (mgr.14197) 89 : cluster 0 pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:07.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:07 smithi067 bash[18640]: audit 2024-02-10T07:31:06.521380+0000 mon.smithi067 (mon.0) 373 : audit 1 from='client.? 172.21.15.67:0/3253119155' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "50025d77-f0f1-4c41-a30b-a919ebd03a14"}]: dispatch 2024-02-10T07:31:07.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:07 smithi067 bash[18640]: audit 2024-02-10T07:31:06.524252+0000 mon.smithi067 (mon.0) 374 : audit 1 from='client.? 172.21.15.67:0/3253119155' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "50025d77-f0f1-4c41-a30b-a919ebd03a14"}]': finished 2024-02-10T07:31:07.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:07 smithi067 bash[18640]: cluster 2024-02-10T07:31:06.528060+0000 mon.smithi067 (mon.0) 375 : cluster 0 osdmap e7: 2 total, 0 up, 2 in 2024-02-10T07:31:07.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:07 smithi067 bash[18640]: audit 2024-02-10T07:31:06.528614+0000 mon.smithi067 (mon.0) 376 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:31:07.539 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:07 smithi067 bash[18640]: audit 2024-02-10T07:31:06.529027+0000 mon.smithi067 (mon.0) 377 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:31:08.380 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:08 smithi067 bash[18640]: audit 2024-02-10T07:31:07.463825+0000 mon.smithi174 (mon.1) 3 : audit 0 from='client.? 172.21.15.174:0/3327270769' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T07:31:08.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:08 smithi174 bash[23193]: audit 2024-02-10T07:31:07.463825+0000 mon.smithi174 (mon.1) 3 : audit 0 from='client.? 172.21.15.174:0/3327270769' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T07:31:08.651 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:31:09.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:09 smithi174 bash[23193]: cluster 2024-02-10T07:31:07.365029+0000 mgr.smithi067.noawcm (mgr.14197) 90 : cluster 0 pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:09.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:09 smithi174 bash[23193]: audit 2024-02-10T07:31:08.086490+0000 mon.smithi067 (mon.0) 378 : audit 0 from='client.? 172.21.15.67:0/2071195168' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T07:31:09.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:09 smithi067 bash[18640]: cluster 2024-02-10T07:31:07.365029+0000 mgr.smithi067.noawcm (mgr.14197) 90 : cluster 0 pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:09.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:09 smithi067 bash[18640]: audit 2024-02-10T07:31:08.086490+0000 mon.smithi067 (mon.0) 378 : audit 0 from='client.? 172.21.15.67:0/2071195168' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T07:31:11.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:11 smithi174 bash[23193]: cluster 2024-02-10T07:31:09.365430+0000 mgr.smithi067.noawcm (mgr.14197) 91 : cluster 0 pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:11.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:11 smithi174 bash[23193]: audit 2024-02-10T07:31:10.289172+0000 mon.smithi174 (mon.1) 4 : audit 1 from='client.? 172.21.15.174:0/329138766' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0b05dd0e-90b0-40a1-8070-6351434755a0"}]: dispatch 2024-02-10T07:31:11.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:11 smithi174 bash[23193]: audit 2024-02-10T07:31:10.290314+0000 mon.smithi067 (mon.0) 379 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0b05dd0e-90b0-40a1-8070-6351434755a0"}]: dispatch 2024-02-10T07:31:11.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:11 smithi174 bash[23193]: audit 2024-02-10T07:31:10.294600+0000 mon.smithi067 (mon.0) 380 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0b05dd0e-90b0-40a1-8070-6351434755a0"}]': finished 2024-02-10T07:31:11.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:11 smithi174 bash[23193]: cluster 2024-02-10T07:31:10.303812+0000 mon.smithi067 (mon.0) 381 : cluster 0 osdmap e8: 3 total, 0 up, 3 in 2024-02-10T07:31:11.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:11 smithi174 bash[23193]: audit 2024-02-10T07:31:10.304091+0000 mon.smithi067 (mon.0) 382 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:31:11.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:11 smithi174 bash[23193]: audit 2024-02-10T07:31:10.304365+0000 mon.smithi067 (mon.0) 383 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:31:11.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:11 smithi174 bash[23193]: audit 2024-02-10T07:31:10.304719+0000 mon.smithi067 (mon.0) 384 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:31:11.270 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:11 smithi174 bash[23193]: audit 2024-02-10T07:31:10.833512+0000 mon.smithi067 (mon.0) 385 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:31:11.270 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:11 smithi174 bash[23193]: audit 2024-02-10T07:31:10.946883+0000 mon.smithi067 (mon.0) 386 : audit 1 from='client.? 172.21.15.67:0/60781269' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d8ff0df3-8d0d-4222-b1f9-03f96907db84"}]: dispatch 2024-02-10T07:31:11.270 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:11 smithi174 bash[23193]: audit 2024-02-10T07:31:10.949176+0000 mon.smithi067 (mon.0) 387 : audit 1 from='client.? 172.21.15.67:0/60781269' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d8ff0df3-8d0d-4222-b1f9-03f96907db84"}]': finished 2024-02-10T07:31:11.270 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:11 smithi174 bash[23193]: cluster 2024-02-10T07:31:10.954526+0000 mon.smithi067 (mon.0) 388 : cluster 0 osdmap e9: 4 total, 0 up, 4 in 2024-02-10T07:31:11.270 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:11 smithi174 bash[23193]: audit 2024-02-10T07:31:10.954787+0000 mon.smithi067 (mon.0) 389 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:31:11.270 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:11 smithi174 bash[23193]: audit 2024-02-10T07:31:10.954995+0000 mon.smithi067 (mon.0) 390 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:31:11.270 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:11 smithi174 bash[23193]: audit 2024-02-10T07:31:10.955275+0000 mon.smithi067 (mon.0) 391 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:31:11.270 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:11 smithi174 bash[23193]: audit 2024-02-10T07:31:10.955509+0000 mon.smithi067 (mon.0) 392 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T07:31:11.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:11 smithi067 bash[18640]: cluster 2024-02-10T07:31:09.365430+0000 mgr.smithi067.noawcm (mgr.14197) 91 : cluster 0 pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:11.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:11 smithi067 bash[18640]: audit 2024-02-10T07:31:10.289172+0000 mon.smithi174 (mon.1) 4 : audit 1 from='client.? 172.21.15.174:0/329138766' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0b05dd0e-90b0-40a1-8070-6351434755a0"}]: dispatch 2024-02-10T07:31:11.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:11 smithi067 bash[18640]: audit 2024-02-10T07:31:10.290314+0000 mon.smithi067 (mon.0) 379 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0b05dd0e-90b0-40a1-8070-6351434755a0"}]: dispatch 2024-02-10T07:31:11.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:11 smithi067 bash[18640]: audit 2024-02-10T07:31:10.294600+0000 mon.smithi067 (mon.0) 380 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0b05dd0e-90b0-40a1-8070-6351434755a0"}]': finished 2024-02-10T07:31:11.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:11 smithi067 bash[18640]: cluster 2024-02-10T07:31:10.303812+0000 mon.smithi067 (mon.0) 381 : cluster 0 osdmap e8: 3 total, 0 up, 3 in 2024-02-10T07:31:11.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:11 smithi067 bash[18640]: audit 2024-02-10T07:31:10.304091+0000 mon.smithi067 (mon.0) 382 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:31:11.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:11 smithi067 bash[18640]: audit 2024-02-10T07:31:10.304365+0000 mon.smithi067 (mon.0) 383 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:31:11.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:11 smithi067 bash[18640]: audit 2024-02-10T07:31:10.304719+0000 mon.smithi067 (mon.0) 384 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:31:11.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:11 smithi067 bash[18640]: audit 2024-02-10T07:31:10.833512+0000 mon.smithi067 (mon.0) 385 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:31:11.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:11 smithi067 bash[18640]: audit 2024-02-10T07:31:10.946883+0000 mon.smithi067 (mon.0) 386 : audit 1 from='client.? 172.21.15.67:0/60781269' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d8ff0df3-8d0d-4222-b1f9-03f96907db84"}]: dispatch 2024-02-10T07:31:11.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:11 smithi067 bash[18640]: audit 2024-02-10T07:31:10.949176+0000 mon.smithi067 (mon.0) 387 : audit 1 from='client.? 172.21.15.67:0/60781269' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d8ff0df3-8d0d-4222-b1f9-03f96907db84"}]': finished 2024-02-10T07:31:11.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:11 smithi067 bash[18640]: cluster 2024-02-10T07:31:10.954526+0000 mon.smithi067 (mon.0) 388 : cluster 0 osdmap e9: 4 total, 0 up, 4 in 2024-02-10T07:31:11.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:11 smithi067 bash[18640]: audit 2024-02-10T07:31:10.954787+0000 mon.smithi067 (mon.0) 389 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:31:11.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:11 smithi067 bash[18640]: audit 2024-02-10T07:31:10.954995+0000 mon.smithi067 (mon.0) 390 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:31:11.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:11 smithi067 bash[18640]: audit 2024-02-10T07:31:10.955275+0000 mon.smithi067 (mon.0) 391 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:31:11.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:11 smithi067 bash[18640]: audit 2024-02-10T07:31:10.955509+0000 mon.smithi067 (mon.0) 392 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T07:31:11.402 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-10T07:31:12.370 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:12 smithi067 bash[18640]: audit 2024-02-10T07:31:11.403031+0000 mon.smithi067 (mon.0) 393 : audit 0 from='client.? 172.21.15.67:0/1117130325' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T07:31:12.370 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:12 smithi067 bash[18640]: audit 2024-02-10T07:31:11.976313+0000 mon.smithi174 (mon.1) 5 : audit 0 from='client.? 172.21.15.174:0/2521927598' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T07:31:12.371 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1707550270,"num_remapped_pgs":0} 2024-02-10T07:31:12.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:12 smithi174 bash[23193]: audit 2024-02-10T07:31:11.403031+0000 mon.smithi067 (mon.0) 393 : audit 0 from='client.? 172.21.15.67:0/1117130325' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T07:31:12.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:12 smithi174 bash[23193]: audit 2024-02-10T07:31:11.976313+0000 mon.smithi174 (mon.1) 5 : audit 0 from='client.? 172.21.15.174:0/2521927598' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T07:31:13.372 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-10T07:31:13.383 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:13 smithi067 bash[18640]: cluster 2024-02-10T07:31:11.365811+0000 mgr.smithi067.noawcm (mgr.14197) 92 : cluster 0 pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:13.384 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:13 smithi067 bash[18640]: audit 2024-02-10T07:31:13.022222+0000 mon.smithi067 (mon.0) 394 : audit 0 from='client.? 172.21.15.67:0/1254145855' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T07:31:13.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:13 smithi174 bash[23193]: cluster 2024-02-10T07:31:11.365811+0000 mgr.smithi067.noawcm (mgr.14197) 92 : cluster 0 pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:13.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:13 smithi174 bash[23193]: audit 2024-02-10T07:31:13.022222+0000 mon.smithi067 (mon.0) 394 : audit 0 from='client.? 172.21.15.67:0/1254145855' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T07:31:15.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:15 smithi174 bash[23193]: cluster 2024-02-10T07:31:13.366274+0000 mgr.smithi067.noawcm (mgr.14197) 93 : cluster 0 pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:15.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:15 smithi174 bash[23193]: audit 2024-02-10T07:31:14.793460+0000 mon.smithi174 (mon.1) 6 : audit 1 from='client.? 172.21.15.174:0/4033031542' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "31d2e290-ad87-4dfe-a4f8-c0ebf81a31a2"}]: dispatch 2024-02-10T07:31:15.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:15 smithi174 bash[23193]: audit 2024-02-10T07:31:14.794846+0000 mon.smithi067 (mon.0) 395 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "31d2e290-ad87-4dfe-a4f8-c0ebf81a31a2"}]: dispatch 2024-02-10T07:31:15.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:15 smithi174 bash[23193]: audit 2024-02-10T07:31:14.797313+0000 mon.smithi067 (mon.0) 396 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "31d2e290-ad87-4dfe-a4f8-c0ebf81a31a2"}]': finished 2024-02-10T07:31:15.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:15 smithi174 bash[23193]: cluster 2024-02-10T07:31:14.800061+0000 mon.smithi067 (mon.0) 397 : cluster 0 osdmap e10: 5 total, 0 up, 5 in 2024-02-10T07:31:15.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:15 smithi174 bash[23193]: audit 2024-02-10T07:31:14.800348+0000 mon.smithi067 (mon.0) 398 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:31:15.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:15 smithi174 bash[23193]: audit 2024-02-10T07:31:14.800627+0000 mon.smithi067 (mon.0) 399 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:31:15.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:15 smithi174 bash[23193]: audit 2024-02-10T07:31:14.800854+0000 mon.smithi067 (mon.0) 400 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:31:15.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:15 smithi174 bash[23193]: audit 2024-02-10T07:31:14.801090+0000 mon.smithi067 (mon.0) 401 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T07:31:15.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:15 smithi174 bash[23193]: audit 2024-02-10T07:31:14.801312+0000 mon.smithi067 (mon.0) 402 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T07:31:15.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:15 smithi067 bash[18640]: cluster 2024-02-10T07:31:13.366274+0000 mgr.smithi067.noawcm (mgr.14197) 93 : cluster 0 pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:15.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:15 smithi067 bash[18640]: audit 2024-02-10T07:31:14.793460+0000 mon.smithi174 (mon.1) 6 : audit 1 from='client.? 172.21.15.174:0/4033031542' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "31d2e290-ad87-4dfe-a4f8-c0ebf81a31a2"}]: dispatch 2024-02-10T07:31:15.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:15 smithi067 bash[18640]: audit 2024-02-10T07:31:14.794846+0000 mon.smithi067 (mon.0) 395 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "31d2e290-ad87-4dfe-a4f8-c0ebf81a31a2"}]: dispatch 2024-02-10T07:31:15.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:15 smithi067 bash[18640]: audit 2024-02-10T07:31:14.797313+0000 mon.smithi067 (mon.0) 396 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "31d2e290-ad87-4dfe-a4f8-c0ebf81a31a2"}]': finished 2024-02-10T07:31:15.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:15 smithi067 bash[18640]: cluster 2024-02-10T07:31:14.800061+0000 mon.smithi067 (mon.0) 397 : cluster 0 osdmap e10: 5 total, 0 up, 5 in 2024-02-10T07:31:15.539 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:15 smithi067 bash[18640]: audit 2024-02-10T07:31:14.800348+0000 mon.smithi067 (mon.0) 398 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:31:15.539 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:15 smithi067 bash[18640]: audit 2024-02-10T07:31:14.800627+0000 mon.smithi067 (mon.0) 399 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:31:15.539 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:15 smithi067 bash[18640]: audit 2024-02-10T07:31:14.800854+0000 mon.smithi067 (mon.0) 400 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:31:15.539 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:15 smithi067 bash[18640]: audit 2024-02-10T07:31:14.801090+0000 mon.smithi067 (mon.0) 401 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T07:31:15.539 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:15 smithi067 bash[18640]: audit 2024-02-10T07:31:14.801312+0000 mon.smithi067 (mon.0) 402 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T07:31:16.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:16 smithi174 bash[23193]: audit 2024-02-10T07:31:15.841900+0000 mon.smithi067 (mon.0) 403 : audit 1 from='client.? 172.21.15.67:0/2651169532' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fea1da5d-2d45-4fd8-87fe-6f5c8134de51"}]: dispatch 2024-02-10T07:31:16.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:16 smithi174 bash[23193]: audit 2024-02-10T07:31:15.845361+0000 mon.smithi067 (mon.0) 404 : audit 1 from='client.? 172.21.15.67:0/2651169532' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fea1da5d-2d45-4fd8-87fe-6f5c8134de51"}]': finished 2024-02-10T07:31:16.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:16 smithi174 bash[23193]: cluster 2024-02-10T07:31:15.849918+0000 mon.smithi067 (mon.0) 405 : cluster 0 osdmap e11: 6 total, 0 up, 6 in 2024-02-10T07:31:16.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:16 smithi174 bash[23193]: audit 2024-02-10T07:31:15.850262+0000 mon.smithi067 (mon.0) 406 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:31:16.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:16 smithi174 bash[23193]: audit 2024-02-10T07:31:15.850573+0000 mon.smithi067 (mon.0) 407 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:31:16.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:16 smithi174 bash[23193]: audit 2024-02-10T07:31:15.850789+0000 mon.smithi067 (mon.0) 408 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:31:16.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:16 smithi174 bash[23193]: audit 2024-02-10T07:31:15.851029+0000 mon.smithi067 (mon.0) 409 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T07:31:16.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:16 smithi174 bash[23193]: audit 2024-02-10T07:31:15.851261+0000 mon.smithi067 (mon.0) 410 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T07:31:16.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:16 smithi174 bash[23193]: audit 2024-02-10T07:31:15.851481+0000 mon.smithi067 (mon.0) 411 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:31:16.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:16 smithi067 bash[18640]: audit 2024-02-10T07:31:15.841900+0000 mon.smithi067 (mon.0) 403 : audit 1 from='client.? 172.21.15.67:0/2651169532' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fea1da5d-2d45-4fd8-87fe-6f5c8134de51"}]: dispatch 2024-02-10T07:31:16.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:16 smithi067 bash[18640]: audit 2024-02-10T07:31:15.845361+0000 mon.smithi067 (mon.0) 404 : audit 1 from='client.? 172.21.15.67:0/2651169532' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fea1da5d-2d45-4fd8-87fe-6f5c8134de51"}]': finished 2024-02-10T07:31:16.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:16 smithi067 bash[18640]: cluster 2024-02-10T07:31:15.849918+0000 mon.smithi067 (mon.0) 405 : cluster 0 osdmap e11: 6 total, 0 up, 6 in 2024-02-10T07:31:16.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:16 smithi067 bash[18640]: audit 2024-02-10T07:31:15.850262+0000 mon.smithi067 (mon.0) 406 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:31:16.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:16 smithi067 bash[18640]: audit 2024-02-10T07:31:15.850573+0000 mon.smithi067 (mon.0) 407 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:31:16.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:16 smithi067 bash[18640]: audit 2024-02-10T07:31:15.850789+0000 mon.smithi067 (mon.0) 408 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:31:16.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:16 smithi067 bash[18640]: audit 2024-02-10T07:31:15.851029+0000 mon.smithi067 (mon.0) 409 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T07:31:16.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:16 smithi067 bash[18640]: audit 2024-02-10T07:31:15.851261+0000 mon.smithi067 (mon.0) 410 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T07:31:16.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:16 smithi067 bash[18640]: audit 2024-02-10T07:31:15.851481+0000 mon.smithi067 (mon.0) 411 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:31:17.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:17 smithi174 bash[23193]: cluster 2024-02-10T07:31:15.366621+0000 mgr.smithi067.noawcm (mgr.14197) 94 : cluster 0 pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:17.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:17 smithi174 bash[23193]: audit 2024-02-10T07:31:16.402495+0000 mon.smithi174 (mon.1) 7 : audit 0 from='client.? 172.21.15.174:0/2029090326' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T07:31:17.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:17 smithi067 bash[18640]: cluster 2024-02-10T07:31:15.366621+0000 mgr.smithi067.noawcm (mgr.14197) 94 : cluster 0 pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:17.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:17 smithi067 bash[18640]: audit 2024-02-10T07:31:16.402495+0000 mon.smithi174 (mon.1) 7 : audit 0 from='client.? 172.21.15.174:0/2029090326' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T07:31:18.135 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:31:18.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:18 smithi174 bash[23193]: audit 2024-02-10T07:31:17.453078+0000 mon.smithi067 (mon.0) 412 : audit 0 from='client.? 172.21.15.67:0/3240936180' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T07:31:18.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:18 smithi067 bash[18640]: audit 2024-02-10T07:31:17.453078+0000 mon.smithi067 (mon.0) 412 : audit 0 from='client.? 172.21.15.67:0/3240936180' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T07:31:19.375 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:19 smithi174 bash[23193]: cluster 2024-02-10T07:31:17.367019+0000 mgr.smithi067.noawcm (mgr.14197) 95 : cluster 0 pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:19.416 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:19 smithi067 bash[18640]: cluster 2024-02-10T07:31:17.367019+0000 mgr.smithi067.noawcm (mgr.14197) 95 : cluster 0 pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:20.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:20 smithi067 bash[18640]: audit 2024-02-10T07:31:19.190274+0000 mon.smithi067 (mon.0) 413 : audit 1 from='client.? 172.21.15.174:0/15059697' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "33d6d7dc-cade-4bdc-bf81-5af49850d375"}]: dispatch 2024-02-10T07:31:20.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:20 smithi067 bash[18640]: audit 2024-02-10T07:31:19.193677+0000 mon.smithi067 (mon.0) 414 : audit 1 from='client.? 172.21.15.174:0/15059697' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "33d6d7dc-cade-4bdc-bf81-5af49850d375"}]': finished 2024-02-10T07:31:20.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:20 smithi067 bash[18640]: cluster 2024-02-10T07:31:19.196299+0000 mon.smithi067 (mon.0) 415 : cluster 0 osdmap e12: 7 total, 0 up, 7 in 2024-02-10T07:31:20.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:20 smithi067 bash[18640]: audit 2024-02-10T07:31:19.196652+0000 mon.smithi067 (mon.0) 416 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:31:20.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:20 smithi067 bash[18640]: audit 2024-02-10T07:31:19.196966+0000 mon.smithi067 (mon.0) 417 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:31:20.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:20 smithi067 bash[18640]: audit 2024-02-10T07:31:19.197242+0000 mon.smithi067 (mon.0) 418 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:31:20.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:20 smithi067 bash[18640]: audit 2024-02-10T07:31:19.197498+0000 mon.smithi067 (mon.0) 419 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T07:31:20.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:20 smithi067 bash[18640]: audit 2024-02-10T07:31:19.197761+0000 mon.smithi067 (mon.0) 420 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T07:31:20.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:20 smithi067 bash[18640]: audit 2024-02-10T07:31:19.198047+0000 mon.smithi067 (mon.0) 421 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:31:20.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:20 smithi067 bash[18640]: audit 2024-02-10T07:31:19.198345+0000 mon.smithi067 (mon.0) 422 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T07:31:20.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:20 smithi174 bash[23193]: audit 2024-02-10T07:31:19.190274+0000 mon.smithi067 (mon.0) 413 : audit 1 from='client.? 172.21.15.174:0/15059697' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "33d6d7dc-cade-4bdc-bf81-5af49850d375"}]: dispatch 2024-02-10T07:31:20.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:20 smithi174 bash[23193]: audit 2024-02-10T07:31:19.193677+0000 mon.smithi067 (mon.0) 414 : audit 1 from='client.? 172.21.15.174:0/15059697' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "33d6d7dc-cade-4bdc-bf81-5af49850d375"}]': finished 2024-02-10T07:31:20.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:20 smithi174 bash[23193]: cluster 2024-02-10T07:31:19.196299+0000 mon.smithi067 (mon.0) 415 : cluster 0 osdmap e12: 7 total, 0 up, 7 in 2024-02-10T07:31:20.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:20 smithi174 bash[23193]: audit 2024-02-10T07:31:19.196652+0000 mon.smithi067 (mon.0) 416 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:31:20.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:20 smithi174 bash[23193]: audit 2024-02-10T07:31:19.196966+0000 mon.smithi067 (mon.0) 417 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:31:20.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:20 smithi174 bash[23193]: audit 2024-02-10T07:31:19.197242+0000 mon.smithi067 (mon.0) 418 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:31:20.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:20 smithi174 bash[23193]: audit 2024-02-10T07:31:19.197498+0000 mon.smithi067 (mon.0) 419 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T07:31:20.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:20 smithi174 bash[23193]: audit 2024-02-10T07:31:19.197761+0000 mon.smithi067 (mon.0) 420 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T07:31:20.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:20 smithi174 bash[23193]: audit 2024-02-10T07:31:19.198047+0000 mon.smithi067 (mon.0) 421 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:31:20.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:20 smithi174 bash[23193]: audit 2024-02-10T07:31:19.198345+0000 mon.smithi067 (mon.0) 422 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T07:31:21.028 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-10T07:31:21.299 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:21 smithi067 bash[18640]: cluster 2024-02-10T07:31:19.367497+0000 mgr.smithi067.noawcm (mgr.14197) 96 : cluster 0 pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:21.299 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:21 smithi067 bash[18640]: audit 2024-02-10T07:31:20.279034+0000 mon.smithi067 (mon.0) 423 : audit 1 from='client.? 172.21.15.67:0/1078518712' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1a8a18f5-0b37-4033-87f7-2863efe49046"}]: dispatch 2024-02-10T07:31:21.299 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:21 smithi067 bash[18640]: audit 2024-02-10T07:31:20.283482+0000 mon.smithi067 (mon.0) 424 : audit 1 from='client.? 172.21.15.67:0/1078518712' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1a8a18f5-0b37-4033-87f7-2863efe49046"}]': finished 2024-02-10T07:31:21.299 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:21 smithi067 bash[18640]: cluster 2024-02-10T07:31:20.289537+0000 mon.smithi067 (mon.0) 425 : cluster 0 osdmap e13: 8 total, 0 up, 8 in 2024-02-10T07:31:21.299 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:21 smithi067 bash[18640]: audit 2024-02-10T07:31:20.289898+0000 mon.smithi067 (mon.0) 426 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:31:21.299 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:21 smithi067 bash[18640]: audit 2024-02-10T07:31:20.290114+0000 mon.smithi067 (mon.0) 427 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:31:21.299 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:21 smithi067 bash[18640]: audit 2024-02-10T07:31:20.290334+0000 mon.smithi067 (mon.0) 428 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:31:21.299 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:21 smithi067 bash[18640]: audit 2024-02-10T07:31:20.290560+0000 mon.smithi067 (mon.0) 429 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T07:31:21.299 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:21 smithi067 bash[18640]: audit 2024-02-10T07:31:20.290763+0000 mon.smithi067 (mon.0) 430 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T07:31:21.299 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:21 smithi067 bash[18640]: audit 2024-02-10T07:31:20.290991+0000 mon.smithi067 (mon.0) 431 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:31:21.299 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:21 smithi067 bash[18640]: audit 2024-02-10T07:31:20.291254+0000 mon.smithi067 (mon.0) 432 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T07:31:21.299 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:21 smithi067 bash[18640]: audit 2024-02-10T07:31:20.291571+0000 mon.smithi067 (mon.0) 433 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:31:21.300 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:21 smithi067 bash[18640]: audit 2024-02-10T07:31:20.953273+0000 mon.smithi174 (mon.1) 8 : audit 0 from='client.? 172.21.15.174:0/2970860495' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T07:31:21.300 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:21 smithi067 bash[18640]: audit 2024-02-10T07:31:21.028860+0000 mon.smithi067 (mon.0) 434 : audit 0 from='client.? 172.21.15.67:0/4262713469' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T07:31:21.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:21 smithi174 bash[23193]: cluster 2024-02-10T07:31:19.367497+0000 mgr.smithi067.noawcm (mgr.14197) 96 : cluster 0 pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:21.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:21 smithi174 bash[23193]: audit 2024-02-10T07:31:20.279034+0000 mon.smithi067 (mon.0) 423 : audit 1 from='client.? 172.21.15.67:0/1078518712' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1a8a18f5-0b37-4033-87f7-2863efe49046"}]: dispatch 2024-02-10T07:31:21.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:21 smithi174 bash[23193]: audit 2024-02-10T07:31:20.283482+0000 mon.smithi067 (mon.0) 424 : audit 1 from='client.? 172.21.15.67:0/1078518712' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1a8a18f5-0b37-4033-87f7-2863efe49046"}]': finished 2024-02-10T07:31:21.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:21 smithi174 bash[23193]: cluster 2024-02-10T07:31:20.289537+0000 mon.smithi067 (mon.0) 425 : cluster 0 osdmap e13: 8 total, 0 up, 8 in 2024-02-10T07:31:21.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:21 smithi174 bash[23193]: audit 2024-02-10T07:31:20.289898+0000 mon.smithi067 (mon.0) 426 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:31:21.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:21 smithi174 bash[23193]: audit 2024-02-10T07:31:20.290114+0000 mon.smithi067 (mon.0) 427 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:31:21.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:21 smithi174 bash[23193]: audit 2024-02-10T07:31:20.290334+0000 mon.smithi067 (mon.0) 428 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:31:21.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:21 smithi174 bash[23193]: audit 2024-02-10T07:31:20.290560+0000 mon.smithi067 (mon.0) 429 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T07:31:21.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:21 smithi174 bash[23193]: audit 2024-02-10T07:31:20.290763+0000 mon.smithi067 (mon.0) 430 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T07:31:21.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:21 smithi174 bash[23193]: audit 2024-02-10T07:31:20.290991+0000 mon.smithi067 (mon.0) 431 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:31:21.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:21 smithi174 bash[23193]: audit 2024-02-10T07:31:20.291254+0000 mon.smithi067 (mon.0) 432 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T07:31:21.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:21 smithi174 bash[23193]: audit 2024-02-10T07:31:20.291571+0000 mon.smithi067 (mon.0) 433 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:31:21.520 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:21 smithi174 bash[23193]: audit 2024-02-10T07:31:20.953273+0000 mon.smithi174 (mon.1) 8 : audit 0 from='client.? 172.21.15.174:0/2970860495' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T07:31:21.520 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:21 smithi174 bash[23193]: audit 2024-02-10T07:31:21.028860+0000 mon.smithi067 (mon.0) 434 : audit 0 from='client.? 172.21.15.67:0/4262713469' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T07:31:21.929 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707550280,"num_remapped_pgs":0} 2024-02-10T07:31:22.930 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-10T07:31:23.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:23 smithi174 bash[23193]: cluster 2024-02-10T07:31:21.367896+0000 mgr.smithi067.noawcm (mgr.14197) 97 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:23.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:23 smithi174 bash[23193]: audit 2024-02-10T07:31:22.350452+0000 mon.smithi067 (mon.0) 435 : audit 0 from='client.? 172.21.15.67:0/131868131' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T07:31:23.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:23 smithi067 bash[18640]: cluster 2024-02-10T07:31:21.367896+0000 mgr.smithi067.noawcm (mgr.14197) 97 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:23.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:23 smithi067 bash[18640]: audit 2024-02-10T07:31:22.350452+0000 mon.smithi067 (mon.0) 435 : audit 0 from='client.? 172.21.15.67:0/131868131' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T07:31:25.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:25 smithi174 bash[23193]: cluster 2024-02-10T07:31:23.368348+0000 mgr.smithi067.noawcm (mgr.14197) 98 : cluster 0 pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:25.539 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:25 smithi067 bash[18640]: cluster 2024-02-10T07:31:23.368348+0000 mgr.smithi067.noawcm (mgr.14197) 98 : cluster 0 pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:26.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:26 smithi174 bash[23193]: audit 2024-02-10T07:31:25.833861+0000 mon.smithi067 (mon.0) 436 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:31:26.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:26 smithi067 bash[18640]: audit 2024-02-10T07:31:25.833861+0000 mon.smithi067 (mon.0) 436 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:31:27.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:27 smithi174 bash[23193]: cluster 2024-02-10T07:31:25.368775+0000 mgr.smithi067.noawcm (mgr.14197) 99 : cluster 0 pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:27.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:27 smithi067 bash[18640]: cluster 2024-02-10T07:31:25.368775+0000 mgr.smithi067.noawcm (mgr.14197) 99 : cluster 0 pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:27.997 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:31:29.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:29 smithi067 bash[18640]: cluster 2024-02-10T07:31:27.369116+0000 mgr.smithi067.noawcm (mgr.14197) 100 : cluster 0 pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:29.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:29 smithi174 bash[23193]: cluster 2024-02-10T07:31:27.369116+0000 mgr.smithi067.noawcm (mgr.14197) 100 : cluster 0 pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:30.833 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-10T07:31:31.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:31 smithi174 bash[23193]: cluster 2024-02-10T07:31:29.369508+0000 mgr.smithi067.noawcm (mgr.14197) 101 : cluster 0 pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:31.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:31 smithi174 bash[23193]: audit 2024-02-10T07:31:30.834284+0000 mon.smithi067 (mon.0) 437 : audit 0 from='client.? 172.21.15.67:0/4055855570' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T07:31:31.559 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:31 smithi067 bash[18640]: cluster 2024-02-10T07:31:29.369508+0000 mgr.smithi067.noawcm (mgr.14197) 101 : cluster 0 pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:31.559 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:31 smithi067 bash[18640]: audit 2024-02-10T07:31:30.834284+0000 mon.smithi067 (mon.0) 437 : audit 0 from='client.? 172.21.15.67:0/4055855570' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T07:31:31.981 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707550280,"num_remapped_pgs":0} 2024-02-10T07:31:32.983 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-10T07:31:33.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:33 smithi067 bash[18640]: cluster 2024-02-10T07:31:31.369877+0000 mgr.smithi067.noawcm (mgr.14197) 102 : cluster 0 pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:33.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:33 smithi067 bash[18640]: audit 2024-02-10T07:31:32.339574+0000 mon.smithi067 (mon.0) 438 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-10T07:31:33.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:33 smithi067 bash[18640]: audit 2024-02-10T07:31:32.341390+0000 mon.smithi067 (mon.0) 439 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:31:33.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:33 smithi067 bash[18640]: cephadm 2024-02-10T07:31:32.343113+0000 mgr.smithi067.noawcm (mgr.14197) 103 : cephadm 1 Deploying daemon osd.0 on smithi174 2024-02-10T07:31:33.487 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:33 smithi174 bash[23193]: cluster 2024-02-10T07:31:31.369877+0000 mgr.smithi067.noawcm (mgr.14197) 102 : cluster 0 pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:33.487 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:33 smithi174 bash[23193]: audit 2024-02-10T07:31:32.339574+0000 mon.smithi067 (mon.0) 438 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-10T07:31:33.487 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:33 smithi174 bash[23193]: audit 2024-02-10T07:31:32.341390+0000 mon.smithi067 (mon.0) 439 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:31:33.487 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:33 smithi174 bash[23193]: cephadm 2024-02-10T07:31:32.343113+0000 mgr.smithi067.noawcm (mgr.14197) 103 : cephadm 1 Deploying daemon osd.0 on smithi174 2024-02-10T07:31:34.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:34 smithi174 bash[23193]: audit 2024-02-10T07:31:33.908430+0000 mon.smithi067 (mon.0) 440 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-10T07:31:34.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:34 smithi174 bash[23193]: audit 2024-02-10T07:31:33.910230+0000 mon.smithi067 (mon.0) 441 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:31:34.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:34 smithi067 bash[18640]: audit 2024-02-10T07:31:33.908430+0000 mon.smithi067 (mon.0) 440 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-10T07:31:34.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:34 smithi067 bash[18640]: audit 2024-02-10T07:31:33.910230+0000 mon.smithi067 (mon.0) 441 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:31:35.404 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:35 smithi067 bash[18640]: cluster 2024-02-10T07:31:33.370279+0000 mgr.smithi067.noawcm (mgr.14197) 104 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:35.405 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:35 smithi067 bash[18640]: cephadm 2024-02-10T07:31:33.911883+0000 mgr.smithi067.noawcm (mgr.14197) 105 : cephadm 1 Deploying daemon osd.1 on smithi067 2024-02-10T07:31:35.430 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:35 smithi174 bash[23193]: cluster 2024-02-10T07:31:33.370279+0000 mgr.smithi067.noawcm (mgr.14197) 104 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:35.430 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:35 smithi174 bash[23193]: cephadm 2024-02-10T07:31:33.911883+0000 mgr.smithi067.noawcm (mgr.14197) 105 : cephadm 1 Deploying daemon osd.1 on smithi067 2024-02-10T07:31:36.469 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:36 smithi174 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:31:36.749 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:36 smithi174 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:31:37.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:37 smithi174 bash[23193]: cluster 2024-02-10T07:31:35.370658+0000 mgr.smithi067.noawcm (mgr.14197) 106 : cluster 0 pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:37.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:37 smithi174 bash[23193]: audit 2024-02-10T07:31:36.759673+0000 mon.smithi067 (mon.0) 442 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:31:37.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:37 smithi174 bash[23193]: audit 2024-02-10T07:31:36.771360+0000 mon.smithi067 (mon.0) 443 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:31:37.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:37 smithi174 bash[23193]: audit 2024-02-10T07:31:36.773483+0000 mon.smithi067 (mon.0) 444 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-10T07:31:37.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:37 smithi174 bash[23193]: audit 2024-02-10T07:31:36.775088+0000 mon.smithi067 (mon.0) 445 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:31:37.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:37 smithi067 bash[18640]: cluster 2024-02-10T07:31:35.370658+0000 mgr.smithi067.noawcm (mgr.14197) 106 : cluster 0 pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:37.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:37 smithi067 bash[18640]: audit 2024-02-10T07:31:36.759673+0000 mon.smithi067 (mon.0) 442 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:31:37.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:37 smithi067 bash[18640]: audit 2024-02-10T07:31:36.771360+0000 mon.smithi067 (mon.0) 443 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:31:37.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:37 smithi067 bash[18640]: audit 2024-02-10T07:31:36.773483+0000 mon.smithi067 (mon.0) 444 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-10T07:31:37.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:37 smithi067 bash[18640]: audit 2024-02-10T07:31:36.775088+0000 mon.smithi067 (mon.0) 445 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:31:37.777 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:31:37.873 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:37 smithi067 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:31:38.164 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:38 smithi067 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:31:38.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:38 smithi174 bash[23193]: cephadm 2024-02-10T07:31:36.776621+0000 mgr.smithi067.noawcm (mgr.14197) 107 : cephadm 1 Deploying daemon osd.2 on smithi174 2024-02-10T07:31:38.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:38 smithi174 bash[23193]: audit 2024-02-10T07:31:38.162890+0000 mon.smithi067 (mon.0) 446 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:31:38.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:38 smithi174 bash[23193]: audit 2024-02-10T07:31:38.170308+0000 mon.smithi067 (mon.0) 447 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:31:38.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:38 smithi174 bash[23193]: audit 2024-02-10T07:31:38.171264+0000 mon.smithi067 (mon.0) 448 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-10T07:31:38.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:38 smithi174 bash[23193]: audit 2024-02-10T07:31:38.171991+0000 mon.smithi067 (mon.0) 449 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:31:38.616 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:38 smithi067 bash[18640]: cephadm 2024-02-10T07:31:36.776621+0000 mgr.smithi067.noawcm (mgr.14197) 107 : cephadm 1 Deploying daemon osd.2 on smithi174 2024-02-10T07:31:38.616 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:38 smithi067 bash[18640]: audit 2024-02-10T07:31:38.162890+0000 mon.smithi067 (mon.0) 446 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:31:38.617 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:38 smithi067 bash[18640]: audit 2024-02-10T07:31:38.170308+0000 mon.smithi067 (mon.0) 447 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:31:38.617 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:38 smithi067 bash[18640]: audit 2024-02-10T07:31:38.171264+0000 mon.smithi067 (mon.0) 448 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-10T07:31:38.617 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:38 smithi067 bash[18640]: audit 2024-02-10T07:31:38.171991+0000 mon.smithi067 (mon.0) 449 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:31:39.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:39 smithi174 bash[23193]: cluster 2024-02-10T07:31:37.370958+0000 mgr.smithi067.noawcm (mgr.14197) 108 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:39.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:39 smithi174 bash[23193]: cephadm 2024-02-10T07:31:38.172643+0000 mgr.smithi067.noawcm (mgr.14197) 109 : cephadm 1 Deploying daemon osd.3 on smithi067 2024-02-10T07:31:39.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:39 smithi067 bash[18640]: cluster 2024-02-10T07:31:37.370958+0000 mgr.smithi067.noawcm (mgr.14197) 108 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:39.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:39 smithi067 bash[18640]: cephadm 2024-02-10T07:31:38.172643+0000 mgr.smithi067.noawcm (mgr.14197) 109 : cephadm 1 Deploying daemon osd.3 on smithi067 2024-02-10T07:31:41.348 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:41 smithi067 bash[18640]: cluster 2024-02-10T07:31:39.371289+0000 mgr.smithi067.noawcm (mgr.14197) 110 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:41.348 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:41 smithi067 bash[18640]: audit 2024-02-10T07:31:40.833283+0000 mon.smithi067 (mon.0) 450 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:31:41.363 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:41 smithi174 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:31:41.363 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:41 smithi174 bash[23193]: cluster 2024-02-10T07:31:39.371289+0000 mgr.smithi067.noawcm (mgr.14197) 110 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:41.363 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:41 smithi174 bash[23193]: audit 2024-02-10T07:31:40.833283+0000 mon.smithi067 (mon.0) 450 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:31:41.635 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:41 smithi174 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:31:42.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:42 smithi067 bash[18640]: cluster 2024-02-10T07:31:41.371673+0000 mgr.smithi067.noawcm (mgr.14197) 111 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:42.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:42 smithi067 bash[18640]: audit 2024-02-10T07:31:41.643880+0000 mon.smithi067 (mon.0) 451 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:31:42.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:42 smithi067 bash[18640]: audit 2024-02-10T07:31:41.653296+0000 mon.smithi067 (mon.0) 452 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:31:42.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:42 smithi067 bash[18640]: audit 2024-02-10T07:31:41.655379+0000 mon.smithi067 (mon.0) 453 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-10T07:31:42.789 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:42 smithi067 bash[18640]: audit 2024-02-10T07:31:41.657023+0000 mon.smithi067 (mon.0) 454 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:31:42.789 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:42 smithi067 bash[18640]: cephadm 2024-02-10T07:31:41.658597+0000 mgr.smithi067.noawcm (mgr.14197) 112 : cephadm 1 Deploying daemon osd.4 on smithi174 2024-02-10T07:31:42.967 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:42 smithi174 bash[23193]: cluster 2024-02-10T07:31:41.371673+0000 mgr.smithi067.noawcm (mgr.14197) 111 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:42.967 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:42 smithi174 bash[23193]: audit 2024-02-10T07:31:41.643880+0000 mon.smithi067 (mon.0) 451 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:31:42.967 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:42 smithi174 bash[23193]: audit 2024-02-10T07:31:41.653296+0000 mon.smithi067 (mon.0) 452 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:31:42.967 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:42 smithi174 bash[23193]: audit 2024-02-10T07:31:41.655379+0000 mon.smithi067 (mon.0) 453 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-10T07:31:42.967 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:42 smithi174 bash[23193]: audit 2024-02-10T07:31:41.657023+0000 mon.smithi067 (mon.0) 454 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:31:42.967 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:42 smithi174 bash[23193]: cephadm 2024-02-10T07:31:41.658597+0000 mgr.smithi067.noawcm (mgr.14197) 112 : cephadm 1 Deploying daemon osd.4 on smithi174 2024-02-10T07:31:43.661 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-10T07:31:44.786 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707550280,"num_remapped_pgs":0} 2024-02-10T07:31:45.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:44 smithi174 bash[23193]: cluster 2024-02-10T07:31:43.371966+0000 mgr.smithi067.noawcm (mgr.14197) 113 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:45.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:44 smithi174 bash[23193]: audit 2024-02-10T07:31:43.661943+0000 mon.smithi067 (mon.0) 455 : audit 0 from='client.? 172.21.15.67:0/2897879471' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T07:31:45.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:44 smithi174 bash[23193]: audit 2024-02-10T07:31:44.019754+0000 mon.smithi174 (mon.1) 9 : audit 1 from='osd.0 [v2:172.21.15.174:6800/2658564609,v1:172.21.15.174:6801/2658564609]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-10T07:31:45.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:44 smithi174 bash[23193]: audit 2024-02-10T07:31:44.020490+0000 mon.smithi067 (mon.0) 456 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-10T07:31:45.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:44 smithi067 bash[18640]: cluster 2024-02-10T07:31:43.371966+0000 mgr.smithi067.noawcm (mgr.14197) 113 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:45.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:44 smithi067 bash[18640]: audit 2024-02-10T07:31:43.661943+0000 mon.smithi067 (mon.0) 455 : audit 0 from='client.? 172.21.15.67:0/2897879471' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T07:31:45.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:44 smithi067 bash[18640]: audit 2024-02-10T07:31:44.019754+0000 mon.smithi174 (mon.1) 9 : audit 1 from='osd.0 [v2:172.21.15.174:6800/2658564609,v1:172.21.15.174:6801/2658564609]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-10T07:31:45.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:44 smithi067 bash[18640]: audit 2024-02-10T07:31:44.020490+0000 mon.smithi067 (mon.0) 456 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-10T07:31:45.418 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:45 smithi067 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:31:45.683 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:45 smithi067 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:31:45.683 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:45 smithi067 bash[18640]: audit 2024-02-10T07:31:44.646443+0000 mon.smithi067 (mon.0) 457 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-10T07:31:45.683 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:45 smithi067 bash[18640]: audit 2024-02-10T07:31:44.652374+0000 mon.smithi174 (mon.1) 10 : audit 1 from='osd.0 [v2:172.21.15.174:6800/2658564609,v1:172.21.15.174:6801/2658564609]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2024-02-10T07:31:45.683 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:45 smithi067 bash[18640]: cluster 2024-02-10T07:31:44.652535+0000 mon.smithi067 (mon.0) 458 : cluster 0 osdmap e14: 8 total, 0 up, 8 in 2024-02-10T07:31:45.684 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:45 smithi067 bash[18640]: audit 2024-02-10T07:31:44.653507+0000 mon.smithi067 (mon.0) 459 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:31:45.684 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:45 smithi067 bash[18640]: audit 2024-02-10T07:31:44.654114+0000 mon.smithi067 (mon.0) 460 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:31:45.684 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:45 smithi067 bash[18640]: audit 2024-02-10T07:31:44.661331+0000 mon.smithi067 (mon.0) 461 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2024-02-10T07:31:45.684 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:45 smithi067 bash[18640]: audit 2024-02-10T07:31:44.661690+0000 mon.smithi067 (mon.0) 462 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:31:45.684 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:45 smithi067 bash[18640]: audit 2024-02-10T07:31:44.661973+0000 mon.smithi067 (mon.0) 463 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T07:31:45.684 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:45 smithi067 bash[18640]: audit 2024-02-10T07:31:44.662312+0000 mon.smithi067 (mon.0) 464 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T07:31:45.684 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:45 smithi067 bash[18640]: audit 2024-02-10T07:31:44.662594+0000 mon.smithi067 (mon.0) 465 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:31:45.684 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:45 smithi067 bash[18640]: audit 2024-02-10T07:31:44.662874+0000 mon.smithi067 (mon.0) 466 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T07:31:45.684 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:45 smithi067 bash[18640]: audit 2024-02-10T07:31:44.663195+0000 mon.smithi067 (mon.0) 467 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:31:45.787 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-10T07:31:45.889 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:45 smithi174 bash[23193]: audit 2024-02-10T07:31:44.646443+0000 mon.smithi067 (mon.0) 457 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-10T07:31:45.891 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:45 smithi174 bash[23193]: audit 2024-02-10T07:31:44.652374+0000 mon.smithi174 (mon.1) 10 : audit 1 from='osd.0 [v2:172.21.15.174:6800/2658564609,v1:172.21.15.174:6801/2658564609]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2024-02-10T07:31:45.891 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:45 smithi174 bash[23193]: cluster 2024-02-10T07:31:44.652535+0000 mon.smithi067 (mon.0) 458 : cluster 0 osdmap e14: 8 total, 0 up, 8 in 2024-02-10T07:31:45.891 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:45 smithi174 bash[23193]: audit 2024-02-10T07:31:44.653507+0000 mon.smithi067 (mon.0) 459 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:31:45.891 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:45 smithi174 bash[23193]: audit 2024-02-10T07:31:44.654114+0000 mon.smithi067 (mon.0) 460 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:31:45.891 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:45 smithi174 bash[23193]: audit 2024-02-10T07:31:44.661331+0000 mon.smithi067 (mon.0) 461 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2024-02-10T07:31:45.891 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:45 smithi174 bash[23193]: audit 2024-02-10T07:31:44.661690+0000 mon.smithi067 (mon.0) 462 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:31:45.891 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:45 smithi174 bash[23193]: audit 2024-02-10T07:31:44.661973+0000 mon.smithi067 (mon.0) 463 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T07:31:45.891 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:45 smithi174 bash[23193]: audit 2024-02-10T07:31:44.662312+0000 mon.smithi067 (mon.0) 464 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T07:31:45.891 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:45 smithi174 bash[23193]: audit 2024-02-10T07:31:44.662594+0000 mon.smithi067 (mon.0) 465 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:31:45.891 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:45 smithi174 bash[23193]: audit 2024-02-10T07:31:44.662874+0000 mon.smithi067 (mon.0) 466 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T07:31:45.891 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:45 smithi174 bash[23193]: audit 2024-02-10T07:31:44.663195+0000 mon.smithi067 (mon.0) 467 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:31:46.720 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:46 smithi174 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:31:46.720 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:46 smithi174 bash[23193]: cluster 2024-02-10T07:31:45.372203+0000 mgr.smithi067.noawcm (mgr.14197) 114 : cluster 0 pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:46.720 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:46 smithi174 bash[23193]: audit 2024-02-10T07:31:45.659147+0000 mon.smithi067 (mon.0) 468 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]': finished 2024-02-10T07:31:46.721 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:46 smithi174 bash[23193]: cluster 2024-02-10T07:31:45.663726+0000 mon.smithi067 (mon.0) 469 : cluster 0 osdmap e15: 8 total, 0 up, 8 in 2024-02-10T07:31:46.721 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:46 smithi174 bash[23193]: audit 2024-02-10T07:31:45.664882+0000 mon.smithi067 (mon.0) 470 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:31:46.721 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:46 smithi174 bash[23193]: audit 2024-02-10T07:31:45.665821+0000 mon.smithi067 (mon.0) 471 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:31:46.721 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:46 smithi174 bash[23193]: audit 2024-02-10T07:31:45.666018+0000 mon.smithi067 (mon.0) 472 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:31:46.721 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:46 smithi174 bash[23193]: audit 2024-02-10T07:31:45.666232+0000 mon.smithi067 (mon.0) 473 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T07:31:46.721 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:46 smithi174 bash[23193]: audit 2024-02-10T07:31:45.666405+0000 mon.smithi067 (mon.0) 474 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T07:31:46.721 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:46 smithi174 bash[23193]: audit 2024-02-10T07:31:45.666567+0000 mon.smithi067 (mon.0) 475 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:31:46.721 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:46 smithi174 bash[23193]: audit 2024-02-10T07:31:45.666686+0000 mon.smithi067 (mon.0) 476 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T07:31:46.721 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:46 smithi174 bash[23193]: audit 2024-02-10T07:31:45.666813+0000 mon.smithi067 (mon.0) 477 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:31:46.721 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:46 smithi174 bash[23193]: audit 2024-02-10T07:31:45.715251+0000 mon.smithi067 (mon.0) 478 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:31:46.721 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:46 smithi174 bash[23193]: audit 2024-02-10T07:31:45.773650+0000 mon.smithi067 (mon.0) 479 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:31:46.721 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:46 smithi174 bash[23193]: audit 2024-02-10T07:31:45.775416+0000 mon.smithi067 (mon.0) 480 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-10T07:31:46.721 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:46 smithi174 bash[23193]: audit 2024-02-10T07:31:45.776956+0000 mon.smithi067 (mon.0) 481 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:31:46.721 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:46 smithi174 bash[23193]: cephadm 2024-02-10T07:31:45.778346+0000 mgr.smithi067.noawcm (mgr.14197) 115 : cephadm 1 Deploying daemon osd.5 on smithi067 2024-02-10T07:31:46.721 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:46 smithi174 bash[23193]: audit 2024-02-10T07:31:46.164837+0000 mon.smithi067 (mon.0) 482 : audit 1 from='osd.0 ' entity='osd.0' 2024-02-10T07:31:47.008 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:46 smithi174 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:31:47.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:46 smithi067 bash[18640]: cluster 2024-02-10T07:31:45.372203+0000 mgr.smithi067.noawcm (mgr.14197) 114 : cluster 0 pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:47.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:46 smithi067 bash[18640]: audit 2024-02-10T07:31:45.659147+0000 mon.smithi067 (mon.0) 468 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]': finished 2024-02-10T07:31:47.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:46 smithi067 bash[18640]: cluster 2024-02-10T07:31:45.663726+0000 mon.smithi067 (mon.0) 469 : cluster 0 osdmap e15: 8 total, 0 up, 8 in 2024-02-10T07:31:47.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:46 smithi067 bash[18640]: audit 2024-02-10T07:31:45.664882+0000 mon.smithi067 (mon.0) 470 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:31:47.040 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:46 smithi067 bash[18640]: audit 2024-02-10T07:31:45.665821+0000 mon.smithi067 (mon.0) 471 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:31:47.040 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:46 smithi067 bash[18640]: audit 2024-02-10T07:31:45.666018+0000 mon.smithi067 (mon.0) 472 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:31:47.040 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:46 smithi067 bash[18640]: audit 2024-02-10T07:31:45.666232+0000 mon.smithi067 (mon.0) 473 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T07:31:47.040 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:46 smithi067 bash[18640]: audit 2024-02-10T07:31:45.666405+0000 mon.smithi067 (mon.0) 474 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T07:31:47.040 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:46 smithi067 bash[18640]: audit 2024-02-10T07:31:45.666567+0000 mon.smithi067 (mon.0) 475 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:31:47.040 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:46 smithi067 bash[18640]: audit 2024-02-10T07:31:45.666686+0000 mon.smithi067 (mon.0) 476 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T07:31:47.040 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:46 smithi067 bash[18640]: audit 2024-02-10T07:31:45.666813+0000 mon.smithi067 (mon.0) 477 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:31:47.040 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:46 smithi067 bash[18640]: audit 2024-02-10T07:31:45.715251+0000 mon.smithi067 (mon.0) 478 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:31:47.040 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:46 smithi067 bash[18640]: audit 2024-02-10T07:31:45.773650+0000 mon.smithi067 (mon.0) 479 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:31:47.040 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:46 smithi067 bash[18640]: audit 2024-02-10T07:31:45.775416+0000 mon.smithi067 (mon.0) 480 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-10T07:31:47.040 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:46 smithi067 bash[18640]: audit 2024-02-10T07:31:45.776956+0000 mon.smithi067 (mon.0) 481 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:31:47.040 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:46 smithi067 bash[18640]: cephadm 2024-02-10T07:31:45.778346+0000 mgr.smithi067.noawcm (mgr.14197) 115 : cephadm 1 Deploying daemon osd.5 on smithi067 2024-02-10T07:31:47.040 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:46 smithi067 bash[18640]: audit 2024-02-10T07:31:46.164837+0000 mon.smithi067 (mon.0) 482 : audit 1 from='osd.0 ' entity='osd.0' 2024-02-10T07:31:47.867 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:47 smithi174 bash[23193]: cluster 2024-02-10T07:31:44.973374+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2024-02-10T07:31:47.867 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:47 smithi174 bash[23193]: cluster 2024-02-10T07:31:44.973501+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2024-02-10T07:31:47.867 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:47 smithi174 bash[23193]: audit 2024-02-10T07:31:46.669974+0000 mon.smithi067 (mon.0) 483 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:31:47.867 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:47 smithi174 bash[23193]: audit 2024-02-10T07:31:47.014009+0000 mon.smithi067 (mon.0) 484 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:31:47.867 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:47 smithi174 bash[23193]: audit 2024-02-10T07:31:47.023521+0000 mon.smithi067 (mon.0) 485 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:31:47.867 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:47 smithi174 bash[23193]: audit 2024-02-10T07:31:47.025615+0000 mon.smithi067 (mon.0) 486 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-10T07:31:47.867 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:47 smithi174 bash[23193]: audit 2024-02-10T07:31:47.027359+0000 mon.smithi067 (mon.0) 487 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:31:47.867 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:47 smithi174 bash[23193]: cephadm 2024-02-10T07:31:47.029050+0000 mgr.smithi067.noawcm (mgr.14197) 116 : cephadm 1 Deploying daemon osd.6 on smithi174 2024-02-10T07:31:47.867 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:47 smithi174 bash[23193]: cluster 2024-02-10T07:31:47.165513+0000 mon.smithi067 (mon.0) 488 : cluster 1 osd.0 [v2:172.21.15.174:6800/2658564609,v1:172.21.15.174:6801/2658564609] boot 2024-02-10T07:31:47.867 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:47 smithi174 bash[23193]: cluster 2024-02-10T07:31:47.165555+0000 mon.smithi067 (mon.0) 489 : cluster 0 osdmap e16: 8 total, 1 up, 8 in 2024-02-10T07:31:47.867 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:47 smithi174 bash[23193]: audit 2024-02-10T07:31:47.165665+0000 mon.smithi067 (mon.0) 490 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:31:47.868 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:47 smithi174 bash[23193]: audit 2024-02-10T07:31:47.165991+0000 mon.smithi067 (mon.0) 491 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:31:47.868 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:47 smithi174 bash[23193]: audit 2024-02-10T07:31:47.166165+0000 mon.smithi067 (mon.0) 492 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:31:47.868 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:47 smithi174 bash[23193]: audit 2024-02-10T07:31:47.166324+0000 mon.smithi067 (mon.0) 493 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T07:31:47.868 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:47 smithi174 bash[23193]: audit 2024-02-10T07:31:47.166506+0000 mon.smithi067 (mon.0) 494 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T07:31:47.868 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:47 smithi174 bash[23193]: audit 2024-02-10T07:31:47.166717+0000 mon.smithi067 (mon.0) 495 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:31:47.868 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:47 smithi174 bash[23193]: audit 2024-02-10T07:31:47.166875+0000 mon.smithi067 (mon.0) 496 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T07:31:47.868 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:47 smithi174 bash[23193]: audit 2024-02-10T07:31:47.167022+0000 mon.smithi067 (mon.0) 497 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:31:48.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:47 smithi067 bash[18640]: cluster 2024-02-10T07:31:44.973374+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2024-02-10T07:31:48.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:47 smithi067 bash[18640]: cluster 2024-02-10T07:31:44.973501+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2024-02-10T07:31:48.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:47 smithi067 bash[18640]: audit 2024-02-10T07:31:46.669974+0000 mon.smithi067 (mon.0) 483 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:31:48.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:47 smithi067 bash[18640]: audit 2024-02-10T07:31:47.014009+0000 mon.smithi067 (mon.0) 484 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:31:48.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:47 smithi067 bash[18640]: audit 2024-02-10T07:31:47.023521+0000 mon.smithi067 (mon.0) 485 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:31:48.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:47 smithi067 bash[18640]: audit 2024-02-10T07:31:47.025615+0000 mon.smithi067 (mon.0) 486 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-10T07:31:48.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:47 smithi067 bash[18640]: audit 2024-02-10T07:31:47.027359+0000 mon.smithi067 (mon.0) 487 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:31:48.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:47 smithi067 bash[18640]: cephadm 2024-02-10T07:31:47.029050+0000 mgr.smithi067.noawcm (mgr.14197) 116 : cephadm 1 Deploying daemon osd.6 on smithi174 2024-02-10T07:31:48.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:47 smithi067 bash[18640]: cluster 2024-02-10T07:31:47.165513+0000 mon.smithi067 (mon.0) 488 : cluster 1 osd.0 [v2:172.21.15.174:6800/2658564609,v1:172.21.15.174:6801/2658564609] boot 2024-02-10T07:31:48.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:47 smithi067 bash[18640]: cluster 2024-02-10T07:31:47.165555+0000 mon.smithi067 (mon.0) 489 : cluster 0 osdmap e16: 8 total, 1 up, 8 in 2024-02-10T07:31:48.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:47 smithi067 bash[18640]: audit 2024-02-10T07:31:47.165665+0000 mon.smithi067 (mon.0) 490 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:31:48.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:47 smithi067 bash[18640]: audit 2024-02-10T07:31:47.165991+0000 mon.smithi067 (mon.0) 491 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:31:48.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:47 smithi067 bash[18640]: audit 2024-02-10T07:31:47.166165+0000 mon.smithi067 (mon.0) 492 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:31:48.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:47 smithi067 bash[18640]: audit 2024-02-10T07:31:47.166324+0000 mon.smithi067 (mon.0) 493 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T07:31:48.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:47 smithi067 bash[18640]: audit 2024-02-10T07:31:47.166506+0000 mon.smithi067 (mon.0) 494 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T07:31:48.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:47 smithi067 bash[18640]: audit 2024-02-10T07:31:47.166717+0000 mon.smithi067 (mon.0) 495 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:31:48.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:47 smithi067 bash[18640]: audit 2024-02-10T07:31:47.166875+0000 mon.smithi067 (mon.0) 496 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T07:31:48.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:47 smithi067 bash[18640]: audit 2024-02-10T07:31:47.167022+0000 mon.smithi067 (mon.0) 497 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:31:48.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:48 smithi174 bash[23193]: cluster 2024-02-10T07:31:47.372434+0000 mgr.smithi067.noawcm (mgr.14197) 117 : cluster 0 pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:48.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:48 smithi174 bash[23193]: audit 2024-02-10T07:31:47.787278+0000 mon.smithi067 (mon.0) 498 : audit 1 from='osd.1 [v2:172.21.15.67:6802/3109032738,v1:172.21.15.67:6803/3109032738]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-10T07:31:49.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:48 smithi067 bash[18640]: cluster 2024-02-10T07:31:47.372434+0000 mgr.smithi067.noawcm (mgr.14197) 117 : cluster 0 pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:49.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:48 smithi067 bash[18640]: audit 2024-02-10T07:31:47.787278+0000 mon.smithi067 (mon.0) 498 : audit 1 from='osd.1 [v2:172.21.15.67:6802/3109032738,v1:172.21.15.67:6803/3109032738]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-10T07:31:49.852 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:49 smithi067 bash[18640]: audit 2024-02-10T07:31:48.671985+0000 mon.smithi067 (mon.0) 499 : audit 1 from='osd.1 [v2:172.21.15.67:6802/3109032738,v1:172.21.15.67:6803/3109032738]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-10T07:31:49.853 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:49 smithi067 bash[18640]: cluster 2024-02-10T07:31:48.676226+0000 mon.smithi067 (mon.0) 500 : cluster 0 osdmap e17: 8 total, 1 up, 8 in 2024-02-10T07:31:49.853 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:49 smithi067 bash[18640]: audit 2024-02-10T07:31:48.676835+0000 mon.smithi067 (mon.0) 501 : audit 1 from='osd.1 [v2:172.21.15.67:6802/3109032738,v1:172.21.15.67:6803/3109032738]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2024-02-10T07:31:49.853 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:49 smithi067 bash[18640]: audit 2024-02-10T07:31:48.677366+0000 mon.smithi067 (mon.0) 502 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:31:49.853 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:49 smithi067 bash[18640]: audit 2024-02-10T07:31:48.677866+0000 mon.smithi067 (mon.0) 503 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:31:49.853 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:49 smithi067 bash[18640]: audit 2024-02-10T07:31:48.678326+0000 mon.smithi067 (mon.0) 504 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T07:31:49.854 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:49 smithi067 bash[18640]: audit 2024-02-10T07:31:48.678775+0000 mon.smithi067 (mon.0) 505 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T07:31:49.854 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:49 smithi067 bash[18640]: audit 2024-02-10T07:31:48.679253+0000 mon.smithi067 (mon.0) 506 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:31:49.854 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:49 smithi067 bash[18640]: audit 2024-02-10T07:31:48.679687+0000 mon.smithi067 (mon.0) 507 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T07:31:49.854 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:49 smithi067 bash[18640]: audit 2024-02-10T07:31:48.680153+0000 mon.smithi067 (mon.0) 508 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:31:49.854 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:49 smithi067 bash[18640]: audit 2024-02-10T07:31:49.397124+0000 mon.smithi174 (mon.1) 11 : audit 1 from='osd.2 [v2:172.21.15.174:6808/181380973,v1:172.21.15.174:6809/181380973]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-10T07:31:49.854 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:49 smithi067 bash[18640]: audit 2024-02-10T07:31:49.398114+0000 mon.smithi067 (mon.0) 509 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-10T07:31:50.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:49 smithi174 bash[23193]: audit 2024-02-10T07:31:48.671985+0000 mon.smithi067 (mon.0) 499 : audit 1 from='osd.1 [v2:172.21.15.67:6802/3109032738,v1:172.21.15.67:6803/3109032738]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-10T07:31:50.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:49 smithi174 bash[23193]: cluster 2024-02-10T07:31:48.676226+0000 mon.smithi067 (mon.0) 500 : cluster 0 osdmap e17: 8 total, 1 up, 8 in 2024-02-10T07:31:50.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:49 smithi174 bash[23193]: audit 2024-02-10T07:31:48.676835+0000 mon.smithi067 (mon.0) 501 : audit 1 from='osd.1 [v2:172.21.15.67:6802/3109032738,v1:172.21.15.67:6803/3109032738]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2024-02-10T07:31:50.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:49 smithi174 bash[23193]: audit 2024-02-10T07:31:48.677366+0000 mon.smithi067 (mon.0) 502 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:31:50.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:49 smithi174 bash[23193]: audit 2024-02-10T07:31:48.677866+0000 mon.smithi067 (mon.0) 503 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:31:50.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:49 smithi174 bash[23193]: audit 2024-02-10T07:31:48.678326+0000 mon.smithi067 (mon.0) 504 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T07:31:50.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:49 smithi174 bash[23193]: audit 2024-02-10T07:31:48.678775+0000 mon.smithi067 (mon.0) 505 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T07:31:50.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:49 smithi174 bash[23193]: audit 2024-02-10T07:31:48.679253+0000 mon.smithi067 (mon.0) 506 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:31:50.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:49 smithi174 bash[23193]: audit 2024-02-10T07:31:48.679687+0000 mon.smithi067 (mon.0) 507 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T07:31:50.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:49 smithi174 bash[23193]: audit 2024-02-10T07:31:48.680153+0000 mon.smithi067 (mon.0) 508 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:31:50.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:49 smithi174 bash[23193]: audit 2024-02-10T07:31:49.397124+0000 mon.smithi174 (mon.1) 11 : audit 1 from='osd.2 [v2:172.21.15.174:6808/181380973,v1:172.21.15.174:6809/181380973]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-10T07:31:50.020 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:49 smithi174 bash[23193]: audit 2024-02-10T07:31:49.398114+0000 mon.smithi067 (mon.0) 509 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-10T07:31:50.961 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:50 smithi174 bash[23193]: cluster 2024-02-10T07:31:49.372736+0000 mgr.smithi067.noawcm (mgr.14197) 118 : cluster 0 pgmap v69: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:31:50.962 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:50 smithi174 bash[23193]: audit 2024-02-10T07:31:49.673683+0000 mon.smithi067 (mon.0) 510 : audit 1 from='osd.1 [v2:172.21.15.67:6802/3109032738,v1:172.21.15.67:6803/3109032738]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2024-02-10T07:31:50.962 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:50 smithi174 bash[23193]: audit 2024-02-10T07:31:49.673771+0000 mon.smithi067 (mon.0) 511 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-10T07:31:50.962 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:50 smithi174 bash[23193]: cluster 2024-02-10T07:31:49.676628+0000 mon.smithi067 (mon.0) 512 : cluster 0 osdmap e18: 8 total, 1 up, 8 in 2024-02-10T07:31:50.962 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:50 smithi174 bash[23193]: audit 2024-02-10T07:31:49.679896+0000 mon.smithi174 (mon.1) 12 : audit 1 from='osd.2 [v2:172.21.15.174:6808/181380973,v1:172.21.15.174:6809/181380973]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2024-02-10T07:31:50.962 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:50 smithi174 bash[23193]: audit 2024-02-10T07:31:49.686011+0000 mon.smithi067 (mon.0) 513 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:31:50.962 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:50 smithi174 bash[23193]: audit 2024-02-10T07:31:49.686230+0000 mon.smithi067 (mon.0) 514 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:31:50.962 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:50 smithi174 bash[23193]: audit 2024-02-10T07:31:49.686579+0000 mon.smithi067 (mon.0) 515 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T07:31:50.962 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:50 smithi174 bash[23193]: audit 2024-02-10T07:31:49.686919+0000 mon.smithi067 (mon.0) 516 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2024-02-10T07:31:50.962 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:50 smithi174 bash[23193]: audit 2024-02-10T07:31:49.687195+0000 mon.smithi067 (mon.0) 517 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T07:31:50.962 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:50 smithi174 bash[23193]: audit 2024-02-10T07:31:49.687414+0000 mon.smithi067 (mon.0) 518 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:31:50.962 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:50 smithi174 bash[23193]: audit 2024-02-10T07:31:49.687680+0000 mon.smithi067 (mon.0) 519 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T07:31:50.962 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:50 smithi174 bash[23193]: audit 2024-02-10T07:31:49.687956+0000 mon.smithi067 (mon.0) 520 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:31:51.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:50 smithi067 bash[18640]: cluster 2024-02-10T07:31:49.372736+0000 mgr.smithi067.noawcm (mgr.14197) 118 : cluster 0 pgmap v69: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:31:51.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:50 smithi067 bash[18640]: audit 2024-02-10T07:31:49.673683+0000 mon.smithi067 (mon.0) 510 : audit 1 from='osd.1 [v2:172.21.15.67:6802/3109032738,v1:172.21.15.67:6803/3109032738]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2024-02-10T07:31:51.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:50 smithi067 bash[18640]: audit 2024-02-10T07:31:49.673771+0000 mon.smithi067 (mon.0) 511 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-10T07:31:51.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:50 smithi067 bash[18640]: cluster 2024-02-10T07:31:49.676628+0000 mon.smithi067 (mon.0) 512 : cluster 0 osdmap e18: 8 total, 1 up, 8 in 2024-02-10T07:31:51.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:50 smithi067 bash[18640]: audit 2024-02-10T07:31:49.679896+0000 mon.smithi174 (mon.1) 12 : audit 1 from='osd.2 [v2:172.21.15.174:6808/181380973,v1:172.21.15.174:6809/181380973]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2024-02-10T07:31:51.001 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:50 smithi067 bash[18640]: audit 2024-02-10T07:31:49.686011+0000 mon.smithi067 (mon.0) 513 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:31:51.001 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:50 smithi067 bash[18640]: audit 2024-02-10T07:31:49.686230+0000 mon.smithi067 (mon.0) 514 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:31:51.001 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:50 smithi067 bash[18640]: audit 2024-02-10T07:31:49.686579+0000 mon.smithi067 (mon.0) 515 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T07:31:51.001 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:50 smithi067 bash[18640]: audit 2024-02-10T07:31:49.686919+0000 mon.smithi067 (mon.0) 516 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2024-02-10T07:31:51.001 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:50 smithi067 bash[18640]: audit 2024-02-10T07:31:49.687195+0000 mon.smithi067 (mon.0) 517 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T07:31:51.001 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:50 smithi067 bash[18640]: audit 2024-02-10T07:31:49.687414+0000 mon.smithi067 (mon.0) 518 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:31:51.001 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:50 smithi067 bash[18640]: audit 2024-02-10T07:31:49.687680+0000 mon.smithi067 (mon.0) 519 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T07:31:51.001 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:50 smithi067 bash[18640]: audit 2024-02-10T07:31:49.687956+0000 mon.smithi067 (mon.0) 520 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:31:51.267 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:51 smithi067 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:31:51.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:51 smithi067 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:31:51.804 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:51 smithi174 bash[23193]: cluster 2024-02-10T07:31:48.789809+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2024-02-10T07:31:51.804 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:51 smithi174 bash[23193]: cluster 2024-02-10T07:31:48.790040+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2024-02-10T07:31:51.805 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:51 smithi174 bash[23193]: audit 2024-02-10T07:31:50.681622+0000 mon.smithi067 (mon.0) 521 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:31:51.805 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:51 smithi174 bash[23193]: audit 2024-02-10T07:31:50.682445+0000 mon.smithi067 (mon.0) 522 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]': finished 2024-02-10T07:31:51.805 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:51 smithi174 bash[23193]: cluster 2024-02-10T07:31:50.688107+0000 mon.smithi067 (mon.0) 523 : cluster 1 osd.1 [v2:172.21.15.67:6802/3109032738,v1:172.21.15.67:6803/3109032738] boot 2024-02-10T07:31:51.805 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:51 smithi174 bash[23193]: cluster 2024-02-10T07:31:50.688149+0000 mon.smithi067 (mon.0) 524 : cluster 0 osdmap e19: 8 total, 2 up, 8 in 2024-02-10T07:31:51.805 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:51 smithi174 bash[23193]: audit 2024-02-10T07:31:50.688964+0000 mon.smithi067 (mon.0) 525 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:31:51.805 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:51 smithi174 bash[23193]: audit 2024-02-10T07:31:50.689794+0000 mon.smithi067 (mon.0) 526 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:31:51.805 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:51 smithi174 bash[23193]: audit 2024-02-10T07:31:50.690385+0000 mon.smithi067 (mon.0) 527 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T07:31:51.805 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:51 smithi174 bash[23193]: audit 2024-02-10T07:31:50.690841+0000 mon.smithi067 (mon.0) 528 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T07:31:51.805 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:51 smithi174 bash[23193]: audit 2024-02-10T07:31:50.691312+0000 mon.smithi067 (mon.0) 529 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:31:51.805 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:51 smithi174 bash[23193]: audit 2024-02-10T07:31:50.695881+0000 mon.smithi067 (mon.0) 530 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T07:31:51.805 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:51 smithi174 bash[23193]: audit 2024-02-10T07:31:50.696193+0000 mon.smithi067 (mon.0) 531 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:31:51.805 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:51 smithi174 bash[23193]: audit 2024-02-10T07:31:50.696553+0000 mon.smithi067 (mon.0) 532 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:31:51.805 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:51 smithi174 bash[23193]: audit 2024-02-10T07:31:51.186662+0000 mon.smithi067 (mon.0) 533 : audit 1 from='osd.2 ' entity='osd.2' 2024-02-10T07:31:51.806 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:51 smithi174 bash[23193]: audit 2024-02-10T07:31:51.444714+0000 mon.smithi067 (mon.0) 534 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:31:51.806 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:51 smithi174 bash[23193]: audit 2024-02-10T07:31:51.450524+0000 mon.smithi067 (mon.0) 535 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:31:51.806 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:51 smithi174 bash[23193]: audit 2024-02-10T07:31:51.451547+0000 mon.smithi067 (mon.0) 536 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-10T07:31:51.806 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:51 smithi174 bash[23193]: audit 2024-02-10T07:31:51.452259+0000 mon.smithi067 (mon.0) 537 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:31:52.040 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:51 smithi067 bash[18640]: cluster 2024-02-10T07:31:48.789809+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2024-02-10T07:31:52.040 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:51 smithi067 bash[18640]: cluster 2024-02-10T07:31:48.790040+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2024-02-10T07:31:52.040 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:51 smithi067 bash[18640]: audit 2024-02-10T07:31:50.681622+0000 mon.smithi067 (mon.0) 521 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:31:52.040 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:51 smithi067 bash[18640]: audit 2024-02-10T07:31:50.682445+0000 mon.smithi067 (mon.0) 522 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]': finished 2024-02-10T07:31:52.041 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:51 smithi067 bash[18640]: cluster 2024-02-10T07:31:50.688107+0000 mon.smithi067 (mon.0) 523 : cluster 1 osd.1 [v2:172.21.15.67:6802/3109032738,v1:172.21.15.67:6803/3109032738] boot 2024-02-10T07:31:52.041 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:51 smithi067 bash[18640]: cluster 2024-02-10T07:31:50.688149+0000 mon.smithi067 (mon.0) 524 : cluster 0 osdmap e19: 8 total, 2 up, 8 in 2024-02-10T07:31:52.041 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:51 smithi067 bash[18640]: audit 2024-02-10T07:31:50.688964+0000 mon.smithi067 (mon.0) 525 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:31:52.041 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:51 smithi067 bash[18640]: audit 2024-02-10T07:31:50.689794+0000 mon.smithi067 (mon.0) 526 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:31:52.041 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:51 smithi067 bash[18640]: audit 2024-02-10T07:31:50.690385+0000 mon.smithi067 (mon.0) 527 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T07:31:52.041 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:51 smithi067 bash[18640]: audit 2024-02-10T07:31:50.690841+0000 mon.smithi067 (mon.0) 528 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T07:31:52.041 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:51 smithi067 bash[18640]: audit 2024-02-10T07:31:50.691312+0000 mon.smithi067 (mon.0) 529 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:31:52.041 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:51 smithi067 bash[18640]: audit 2024-02-10T07:31:50.695881+0000 mon.smithi067 (mon.0) 530 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T07:31:52.041 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:51 smithi067 bash[18640]: audit 2024-02-10T07:31:50.696193+0000 mon.smithi067 (mon.0) 531 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:31:52.041 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:51 smithi067 bash[18640]: audit 2024-02-10T07:31:50.696553+0000 mon.smithi067 (mon.0) 532 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:31:52.041 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:51 smithi067 bash[18640]: audit 2024-02-10T07:31:51.186662+0000 mon.smithi067 (mon.0) 533 : audit 1 from='osd.2 ' entity='osd.2' 2024-02-10T07:31:52.041 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:51 smithi067 bash[18640]: audit 2024-02-10T07:31:51.444714+0000 mon.smithi067 (mon.0) 534 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:31:52.041 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:51 smithi067 bash[18640]: audit 2024-02-10T07:31:51.450524+0000 mon.smithi067 (mon.0) 535 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:31:52.041 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:51 smithi067 bash[18640]: audit 2024-02-10T07:31:51.451547+0000 mon.smithi067 (mon.0) 536 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-10T07:31:52.041 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:51 smithi067 bash[18640]: audit 2024-02-10T07:31:51.452259+0000 mon.smithi067 (mon.0) 537 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:31:52.314 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:31:52.452 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:52 smithi174 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:31:52.747 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:52 smithi174 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:31:52.747 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:52 smithi174 bash[23193]: cluster 2024-02-10T07:31:50.418220+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2024-02-10T07:31:52.747 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:52 smithi174 bash[23193]: cluster 2024-02-10T07:31:50.418348+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2024-02-10T07:31:52.747 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:52 smithi174 bash[23193]: cluster 2024-02-10T07:31:51.372999+0000 mgr.smithi067.noawcm (mgr.14197) 119 : cluster 0 pgmap v72: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:31:52.747 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:52 smithi174 bash[23193]: cephadm 2024-02-10T07:31:51.452950+0000 mgr.smithi067.noawcm (mgr.14197) 120 : cephadm 1 Deploying daemon osd.7 on smithi067 2024-02-10T07:31:52.748 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:52 smithi174 bash[23193]: audit 2024-02-10T07:31:51.697868+0000 mon.smithi067 (mon.0) 538 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:31:52.748 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:52 smithi174 bash[23193]: cluster 2024-02-10T07:31:51.704575+0000 mon.smithi067 (mon.0) 539 : cluster 1 osd.2 [v2:172.21.15.174:6808/181380973,v1:172.21.15.174:6809/181380973] boot 2024-02-10T07:31:52.748 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:52 smithi174 bash[23193]: cluster 2024-02-10T07:31:51.704610+0000 mon.smithi067 (mon.0) 540 : cluster 0 osdmap e20: 8 total, 3 up, 8 in 2024-02-10T07:31:52.748 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:52 smithi174 bash[23193]: audit 2024-02-10T07:31:51.706047+0000 mon.smithi067 (mon.0) 541 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:31:52.748 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:52 smithi174 bash[23193]: audit 2024-02-10T07:31:51.706684+0000 mon.smithi067 (mon.0) 542 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T07:31:52.748 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:52 smithi174 bash[23193]: audit 2024-02-10T07:31:51.707176+0000 mon.smithi067 (mon.0) 543 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T07:31:52.748 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:52 smithi174 bash[23193]: audit 2024-02-10T07:31:51.707621+0000 mon.smithi067 (mon.0) 544 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:31:52.748 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:52 smithi174 bash[23193]: audit 2024-02-10T07:31:51.707977+0000 mon.smithi067 (mon.0) 545 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T07:31:52.748 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:52 smithi174 bash[23193]: audit 2024-02-10T07:31:51.708375+0000 mon.smithi067 (mon.0) 546 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:31:53.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:52 smithi067 bash[18640]: cluster 2024-02-10T07:31:50.418220+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2024-02-10T07:31:53.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:52 smithi067 bash[18640]: cluster 2024-02-10T07:31:50.418348+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2024-02-10T07:31:53.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:52 smithi067 bash[18640]: cluster 2024-02-10T07:31:51.372999+0000 mgr.smithi067.noawcm (mgr.14197) 119 : cluster 0 pgmap v72: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:31:53.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:52 smithi067 bash[18640]: cephadm 2024-02-10T07:31:51.452950+0000 mgr.smithi067.noawcm (mgr.14197) 120 : cephadm 1 Deploying daemon osd.7 on smithi067 2024-02-10T07:31:53.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:52 smithi067 bash[18640]: audit 2024-02-10T07:31:51.697868+0000 mon.smithi067 (mon.0) 538 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:31:53.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:52 smithi067 bash[18640]: cluster 2024-02-10T07:31:51.704575+0000 mon.smithi067 (mon.0) 539 : cluster 1 osd.2 [v2:172.21.15.174:6808/181380973,v1:172.21.15.174:6809/181380973] boot 2024-02-10T07:31:53.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:52 smithi067 bash[18640]: cluster 2024-02-10T07:31:51.704610+0000 mon.smithi067 (mon.0) 540 : cluster 0 osdmap e20: 8 total, 3 up, 8 in 2024-02-10T07:31:53.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:52 smithi067 bash[18640]: audit 2024-02-10T07:31:51.706047+0000 mon.smithi067 (mon.0) 541 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:31:53.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:52 smithi067 bash[18640]: audit 2024-02-10T07:31:51.706684+0000 mon.smithi067 (mon.0) 542 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T07:31:53.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:52 smithi067 bash[18640]: audit 2024-02-10T07:31:51.707176+0000 mon.smithi067 (mon.0) 543 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T07:31:53.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:52 smithi067 bash[18640]: audit 2024-02-10T07:31:51.707621+0000 mon.smithi067 (mon.0) 544 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:31:53.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:52 smithi067 bash[18640]: audit 2024-02-10T07:31:51.707977+0000 mon.smithi067 (mon.0) 545 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T07:31:53.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:52 smithi067 bash[18640]: audit 2024-02-10T07:31:51.708375+0000 mon.smithi067 (mon.0) 546 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:31:54.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:53 smithi174 bash[23193]: audit 2024-02-10T07:31:52.754061+0000 mon.smithi067 (mon.0) 547 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:31:54.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:53 smithi174 bash[23193]: audit 2024-02-10T07:31:52.765373+0000 mon.smithi067 (mon.0) 548 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:31:54.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:53 smithi174 bash[23193]: audit 2024-02-10T07:31:52.899488+0000 mon.smithi067 (mon.0) 549 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-02-10T07:31:54.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:53 smithi174 bash[23193]: audit 2024-02-10T07:31:53.358175+0000 mon.smithi067 (mon.0) 550 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-02-10T07:31:54.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:53 smithi174 bash[23193]: cluster 2024-02-10T07:31:53.364158+0000 mon.smithi067 (mon.0) 551 : cluster 0 osdmap e21: 8 total, 3 up, 8 in 2024-02-10T07:31:54.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:53 smithi174 bash[23193]: audit 2024-02-10T07:31:53.364724+0000 mon.smithi067 (mon.0) 552 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T07:31:54.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:53 smithi174 bash[23193]: audit 2024-02-10T07:31:53.365364+0000 mon.smithi067 (mon.0) 553 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T07:31:54.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:53 smithi174 bash[23193]: audit 2024-02-10T07:31:53.365854+0000 mon.smithi067 (mon.0) 554 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:31:54.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:53 smithi174 bash[23193]: audit 2024-02-10T07:31:53.366271+0000 mon.smithi067 (mon.0) 555 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T07:31:54.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:53 smithi174 bash[23193]: audit 2024-02-10T07:31:53.366762+0000 mon.smithi067 (mon.0) 556 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:31:54.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:53 smithi174 bash[23193]: audit 2024-02-10T07:31:53.367278+0000 mon.smithi067 (mon.0) 557 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-02-10T07:31:54.020 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:53 smithi174 bash[23193]: audit 2024-02-10T07:31:53.455016+0000 mon.smithi067 (mon.0) 558 : audit 1 from='osd.3 [v2:172.21.15.67:6810/4056869080,v1:172.21.15.67:6811/4056869080]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-10T07:31:54.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:53 smithi067 bash[18640]: audit 2024-02-10T07:31:52.754061+0000 mon.smithi067 (mon.0) 547 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:31:54.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:53 smithi067 bash[18640]: audit 2024-02-10T07:31:52.765373+0000 mon.smithi067 (mon.0) 548 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:31:54.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:53 smithi067 bash[18640]: audit 2024-02-10T07:31:52.899488+0000 mon.smithi067 (mon.0) 549 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-02-10T07:31:54.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:53 smithi067 bash[18640]: audit 2024-02-10T07:31:53.358175+0000 mon.smithi067 (mon.0) 550 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-02-10T07:31:54.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:53 smithi067 bash[18640]: cluster 2024-02-10T07:31:53.364158+0000 mon.smithi067 (mon.0) 551 : cluster 0 osdmap e21: 8 total, 3 up, 8 in 2024-02-10T07:31:54.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:53 smithi067 bash[18640]: audit 2024-02-10T07:31:53.364724+0000 mon.smithi067 (mon.0) 552 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T07:31:54.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:53 smithi067 bash[18640]: audit 2024-02-10T07:31:53.365364+0000 mon.smithi067 (mon.0) 553 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T07:31:54.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:53 smithi067 bash[18640]: audit 2024-02-10T07:31:53.365854+0000 mon.smithi067 (mon.0) 554 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:31:54.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:53 smithi067 bash[18640]: audit 2024-02-10T07:31:53.366271+0000 mon.smithi067 (mon.0) 555 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T07:31:54.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:53 smithi067 bash[18640]: audit 2024-02-10T07:31:53.366762+0000 mon.smithi067 (mon.0) 556 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:31:54.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:53 smithi067 bash[18640]: audit 2024-02-10T07:31:53.367278+0000 mon.smithi067 (mon.0) 557 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-02-10T07:31:54.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:53 smithi067 bash[18640]: audit 2024-02-10T07:31:53.455016+0000 mon.smithi067 (mon.0) 558 : audit 1 from='osd.3 [v2:172.21.15.67:6810/4056869080,v1:172.21.15.67:6811/4056869080]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-10T07:31:55.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:54 smithi174 bash[23193]: cluster 2024-02-10T07:31:53.373311+0000 mgr.smithi067.noawcm (mgr.14197) 121 : cluster 0 pgmap v75: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:31:55.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:54 smithi174 bash[23193]: cluster 2024-02-10T07:31:54.358213+0000 mon.smithi067 (mon.0) 559 : cluster 3 Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-02-10T07:31:55.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:54 smithi174 bash[23193]: audit 2024-02-10T07:31:54.370670+0000 mon.smithi067 (mon.0) 560 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-02-10T07:31:55.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:54 smithi174 bash[23193]: audit 2024-02-10T07:31:54.370874+0000 mon.smithi067 (mon.0) 561 : audit 1 from='osd.3 [v2:172.21.15.67:6810/4056869080,v1:172.21.15.67:6811/4056869080]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-10T07:31:55.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:54 smithi174 bash[23193]: cluster 2024-02-10T07:31:54.378508+0000 mon.smithi067 (mon.0) 562 : cluster 0 osdmap e22: 8 total, 3 up, 8 in 2024-02-10T07:31:55.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:54 smithi174 bash[23193]: audit 2024-02-10T07:31:54.379106+0000 mon.smithi067 (mon.0) 563 : audit 1 from='osd.3 [v2:172.21.15.67:6810/4056869080,v1:172.21.15.67:6811/4056869080]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2024-02-10T07:31:55.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:54 smithi174 bash[23193]: audit 2024-02-10T07:31:54.379551+0000 mon.smithi067 (mon.0) 564 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T07:31:55.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:54 smithi174 bash[23193]: audit 2024-02-10T07:31:54.379878+0000 mon.smithi067 (mon.0) 565 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T07:31:55.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:54 smithi174 bash[23193]: audit 2024-02-10T07:31:54.380187+0000 mon.smithi067 (mon.0) 566 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:31:55.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:54 smithi174 bash[23193]: audit 2024-02-10T07:31:54.380513+0000 mon.smithi067 (mon.0) 567 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T07:31:55.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:54 smithi174 bash[23193]: audit 2024-02-10T07:31:54.380845+0000 mon.smithi067 (mon.0) 568 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:31:55.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:54 smithi067 bash[18640]: cluster 2024-02-10T07:31:53.373311+0000 mgr.smithi067.noawcm (mgr.14197) 121 : cluster 0 pgmap v75: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:31:55.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:54 smithi067 bash[18640]: cluster 2024-02-10T07:31:54.358213+0000 mon.smithi067 (mon.0) 559 : cluster 3 Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-02-10T07:31:55.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:54 smithi067 bash[18640]: audit 2024-02-10T07:31:54.370670+0000 mon.smithi067 (mon.0) 560 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-02-10T07:31:55.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:54 smithi067 bash[18640]: audit 2024-02-10T07:31:54.370874+0000 mon.smithi067 (mon.0) 561 : audit 1 from='osd.3 [v2:172.21.15.67:6810/4056869080,v1:172.21.15.67:6811/4056869080]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-10T07:31:55.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:54 smithi067 bash[18640]: cluster 2024-02-10T07:31:54.378508+0000 mon.smithi067 (mon.0) 562 : cluster 0 osdmap e22: 8 total, 3 up, 8 in 2024-02-10T07:31:55.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:54 smithi067 bash[18640]: audit 2024-02-10T07:31:54.379106+0000 mon.smithi067 (mon.0) 563 : audit 1 from='osd.3 [v2:172.21.15.67:6810/4056869080,v1:172.21.15.67:6811/4056869080]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2024-02-10T07:31:55.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:54 smithi067 bash[18640]: audit 2024-02-10T07:31:54.379551+0000 mon.smithi067 (mon.0) 564 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T07:31:55.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:54 smithi067 bash[18640]: audit 2024-02-10T07:31:54.379878+0000 mon.smithi067 (mon.0) 565 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T07:31:55.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:54 smithi067 bash[18640]: audit 2024-02-10T07:31:54.380187+0000 mon.smithi067 (mon.0) 566 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:31:55.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:54 smithi067 bash[18640]: audit 2024-02-10T07:31:54.380513+0000 mon.smithi067 (mon.0) 567 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T07:31:55.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:54 smithi067 bash[18640]: audit 2024-02-10T07:31:54.380845+0000 mon.smithi067 (mon.0) 568 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:31:56.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:55 smithi174 bash[23193]: audit 2024-02-10T07:31:54.938109+0000 mon.smithi174 (mon.1) 13 : audit 1 from='osd.4 [v2:172.21.15.174:6816/3371725575,v1:172.21.15.174:6817/3371725575]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-10T07:31:56.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:55 smithi174 bash[23193]: audit 2024-02-10T07:31:54.938730+0000 mon.smithi067 (mon.0) 569 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-10T07:31:56.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:55 smithi174 bash[23193]: audit 2024-02-10T07:31:55.373075+0000 mon.smithi067 (mon.0) 570 : audit 1 from='osd.3 [v2:172.21.15.67:6810/4056869080,v1:172.21.15.67:6811/4056869080]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2024-02-10T07:31:56.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:55 smithi174 bash[23193]: audit 2024-02-10T07:31:55.373255+0000 mon.smithi067 (mon.0) 571 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-10T07:31:56.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:55 smithi174 bash[23193]: audit 2024-02-10T07:31:55.381781+0000 mon.smithi174 (mon.1) 14 : audit 1 from='osd.4 [v2:172.21.15.174:6816/3371725575,v1:172.21.15.174:6817/3371725575]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2024-02-10T07:31:56.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:55 smithi174 bash[23193]: cluster 2024-02-10T07:31:55.383129+0000 mon.smithi067 (mon.0) 572 : cluster 0 osdmap e23: 8 total, 3 up, 8 in 2024-02-10T07:31:56.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:55 smithi174 bash[23193]: audit 2024-02-10T07:31:55.387434+0000 mon.smithi067 (mon.0) 573 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T07:31:56.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:55 smithi174 bash[23193]: audit 2024-02-10T07:31:55.388545+0000 mon.smithi067 (mon.0) 574 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T07:31:56.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:55 smithi174 bash[23193]: audit 2024-02-10T07:31:55.389508+0000 mon.smithi067 (mon.0) 575 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:31:56.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:55 smithi174 bash[23193]: audit 2024-02-10T07:31:55.390285+0000 mon.smithi067 (mon.0) 576 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2024-02-10T07:31:56.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:55 smithi174 bash[23193]: audit 2024-02-10T07:31:55.391240+0000 mon.smithi067 (mon.0) 577 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T07:31:56.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:55 smithi174 bash[23193]: audit 2024-02-10T07:31:55.391855+0000 mon.smithi067 (mon.0) 578 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:31:56.020 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:55 smithi174 bash[23193]: audit 2024-02-10T07:31:55.394342+0000 mon.smithi067 (mon.0) 579 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T07:31:56.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:55 smithi067 bash[18640]: audit 2024-02-10T07:31:54.938109+0000 mon.smithi174 (mon.1) 13 : audit 1 from='osd.4 [v2:172.21.15.174:6816/3371725575,v1:172.21.15.174:6817/3371725575]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-10T07:31:56.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:55 smithi067 bash[18640]: audit 2024-02-10T07:31:54.938730+0000 mon.smithi067 (mon.0) 569 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-10T07:31:56.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:55 smithi067 bash[18640]: audit 2024-02-10T07:31:55.373075+0000 mon.smithi067 (mon.0) 570 : audit 1 from='osd.3 [v2:172.21.15.67:6810/4056869080,v1:172.21.15.67:6811/4056869080]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2024-02-10T07:31:56.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:55 smithi067 bash[18640]: audit 2024-02-10T07:31:55.373255+0000 mon.smithi067 (mon.0) 571 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-10T07:31:56.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:55 smithi067 bash[18640]: audit 2024-02-10T07:31:55.381781+0000 mon.smithi174 (mon.1) 14 : audit 1 from='osd.4 [v2:172.21.15.174:6816/3371725575,v1:172.21.15.174:6817/3371725575]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2024-02-10T07:31:56.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:55 smithi067 bash[18640]: cluster 2024-02-10T07:31:55.383129+0000 mon.smithi067 (mon.0) 572 : cluster 0 osdmap e23: 8 total, 3 up, 8 in 2024-02-10T07:31:56.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:55 smithi067 bash[18640]: audit 2024-02-10T07:31:55.387434+0000 mon.smithi067 (mon.0) 573 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T07:31:56.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:55 smithi067 bash[18640]: audit 2024-02-10T07:31:55.388545+0000 mon.smithi067 (mon.0) 574 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T07:31:56.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:55 smithi067 bash[18640]: audit 2024-02-10T07:31:55.389508+0000 mon.smithi067 (mon.0) 575 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:31:56.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:55 smithi067 bash[18640]: audit 2024-02-10T07:31:55.390285+0000 mon.smithi067 (mon.0) 576 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2024-02-10T07:31:56.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:55 smithi067 bash[18640]: audit 2024-02-10T07:31:55.391240+0000 mon.smithi067 (mon.0) 577 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T07:31:56.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:55 smithi067 bash[18640]: audit 2024-02-10T07:31:55.391855+0000 mon.smithi067 (mon.0) 578 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:31:56.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:55 smithi067 bash[18640]: audit 2024-02-10T07:31:55.394342+0000 mon.smithi067 (mon.0) 579 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T07:31:57.096 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:56 smithi067 bash[18640]: cluster 2024-02-10T07:31:54.409604+0000 osd.3 (osd.3) 1 : cluster 0 purged_snaps scrub starts 2024-02-10T07:31:57.096 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:56 smithi067 bash[18640]: cluster 2024-02-10T07:31:54.409678+0000 osd.3 (osd.3) 2 : cluster 0 purged_snaps scrub ok 2024-02-10T07:31:57.096 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:56 smithi067 bash[18640]: cluster 2024-02-10T07:31:55.373886+0000 mgr.smithi067.noawcm (mgr.14197) 122 : cluster 0 pgmap v77: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:31:57.096 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:56 smithi067 bash[18640]: audit 2024-02-10T07:31:55.837122+0000 mon.smithi067 (mon.0) 580 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:31:57.096 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:56 smithi067 bash[18640]: audit 2024-02-10T07:31:55.838164+0000 mon.smithi067 (mon.0) 581 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:31:57.096 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:56 smithi067 bash[18640]: audit 2024-02-10T07:31:56.006771+0000 mon.smithi067 (mon.0) 582 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]': finished 2024-02-10T07:31:57.096 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:56 smithi067 bash[18640]: cluster 2024-02-10T07:31:56.013436+0000 mon.smithi067 (mon.0) 583 : cluster 1 osd.3 [v2:172.21.15.67:6810/4056869080,v1:172.21.15.67:6811/4056869080] boot 2024-02-10T07:31:57.096 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:56 smithi067 bash[18640]: cluster 2024-02-10T07:31:56.013534+0000 mon.smithi067 (mon.0) 584 : cluster 0 osdmap e24: 8 total, 4 up, 8 in 2024-02-10T07:31:57.096 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:56 smithi067 bash[18640]: audit 2024-02-10T07:31:56.015035+0000 mon.smithi067 (mon.0) 585 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T07:31:57.096 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:56 smithi067 bash[18640]: audit 2024-02-10T07:31:56.015998+0000 mon.smithi067 (mon.0) 586 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T07:31:57.096 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:56 smithi067 bash[18640]: audit 2024-02-10T07:31:56.016792+0000 mon.smithi067 (mon.0) 587 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:31:57.096 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:56 smithi067 bash[18640]: audit 2024-02-10T07:31:56.017462+0000 mon.smithi067 (mon.0) 588 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T07:31:57.097 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:56 smithi067 bash[18640]: audit 2024-02-10T07:31:56.021245+0000 mon.smithi067 (mon.0) 589 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:31:57.097 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:56 smithi067 bash[18640]: audit 2024-02-10T07:31:56.024635+0000 mon.smithi067 (mon.0) 590 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T07:31:57.097 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:56 smithi067 bash[18640]: cluster 2024-02-10T07:31:56.373008+0000 mon.smithi067 (mon.0) 591 : cluster 1 Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-02-10T07:31:57.097 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:56 smithi067 bash[18640]: cluster 2024-02-10T07:31:56.373072+0000 mon.smithi067 (mon.0) 592 : cluster 1 Cluster is now healthy 2024-02-10T07:31:57.097 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:56 smithi067 bash[18640]: cluster 2024-02-10T07:31:56.397200+0000 mon.smithi067 (mon.0) 593 : cluster 0 mgrmap e19: smithi067.noawcm(active, since 2m), standbys: smithi174.fkboaf 2024-02-10T07:31:57.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:56 smithi174 bash[23193]: cluster 2024-02-10T07:31:54.409604+0000 osd.3 (osd.3) 1 : cluster 0 purged_snaps scrub starts 2024-02-10T07:31:57.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:56 smithi174 bash[23193]: cluster 2024-02-10T07:31:54.409678+0000 osd.3 (osd.3) 2 : cluster 0 purged_snaps scrub ok 2024-02-10T07:31:57.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:56 smithi174 bash[23193]: cluster 2024-02-10T07:31:55.373886+0000 mgr.smithi067.noawcm (mgr.14197) 122 : cluster 0 pgmap v77: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:31:57.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:56 smithi174 bash[23193]: audit 2024-02-10T07:31:55.837122+0000 mon.smithi067 (mon.0) 580 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:31:57.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:56 smithi174 bash[23193]: audit 2024-02-10T07:31:55.838164+0000 mon.smithi067 (mon.0) 581 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:31:57.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:56 smithi174 bash[23193]: audit 2024-02-10T07:31:56.006771+0000 mon.smithi067 (mon.0) 582 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]': finished 2024-02-10T07:31:57.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:56 smithi174 bash[23193]: cluster 2024-02-10T07:31:56.013436+0000 mon.smithi067 (mon.0) 583 : cluster 1 osd.3 [v2:172.21.15.67:6810/4056869080,v1:172.21.15.67:6811/4056869080] boot 2024-02-10T07:31:57.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:56 smithi174 bash[23193]: cluster 2024-02-10T07:31:56.013534+0000 mon.smithi067 (mon.0) 584 : cluster 0 osdmap e24: 8 total, 4 up, 8 in 2024-02-10T07:31:57.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:56 smithi174 bash[23193]: audit 2024-02-10T07:31:56.015035+0000 mon.smithi067 (mon.0) 585 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T07:31:57.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:56 smithi174 bash[23193]: audit 2024-02-10T07:31:56.015998+0000 mon.smithi067 (mon.0) 586 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T07:31:57.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:56 smithi174 bash[23193]: audit 2024-02-10T07:31:56.016792+0000 mon.smithi067 (mon.0) 587 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:31:57.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:56 smithi174 bash[23193]: audit 2024-02-10T07:31:56.017462+0000 mon.smithi067 (mon.0) 588 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T07:31:57.270 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:56 smithi174 bash[23193]: audit 2024-02-10T07:31:56.021245+0000 mon.smithi067 (mon.0) 589 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:31:57.270 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:56 smithi174 bash[23193]: audit 2024-02-10T07:31:56.024635+0000 mon.smithi067 (mon.0) 590 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T07:31:57.270 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:56 smithi174 bash[23193]: cluster 2024-02-10T07:31:56.373008+0000 mon.smithi067 (mon.0) 591 : cluster 1 Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-02-10T07:31:57.270 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:56 smithi174 bash[23193]: cluster 2024-02-10T07:31:56.373072+0000 mon.smithi067 (mon.0) 592 : cluster 1 Cluster is now healthy 2024-02-10T07:31:57.270 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:56 smithi174 bash[23193]: cluster 2024-02-10T07:31:56.397200+0000 mon.smithi067 (mon.0) 593 : cluster 0 mgrmap e19: smithi067.noawcm(active, since 2m), standbys: smithi174.fkboaf 2024-02-10T07:31:57.554 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-10T07:31:58.261 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:58 smithi067 bash[18640]: cluster 2024-02-10T07:31:55.982011+0000 osd.4 (osd.4) 1 : cluster 0 purged_snaps scrub starts 2024-02-10T07:31:58.261 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:58 smithi067 bash[18640]: cluster 2024-02-10T07:31:55.982132+0000 osd.4 (osd.4) 2 : cluster 0 purged_snaps scrub ok 2024-02-10T07:31:58.261 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:58 smithi067 bash[18640]: cluster 2024-02-10T07:31:57.018819+0000 mon.smithi067 (mon.0) 594 : cluster 1 osd.4 [v2:172.21.15.174:6816/3371725575,v1:172.21.15.174:6817/3371725575] boot 2024-02-10T07:31:58.261 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:58 smithi067 bash[18640]: cluster 2024-02-10T07:31:57.018900+0000 mon.smithi067 (mon.0) 595 : cluster 0 osdmap e25: 8 total, 5 up, 8 in 2024-02-10T07:31:58.261 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:58 smithi067 bash[18640]: audit 2024-02-10T07:31:57.019227+0000 mon.smithi067 (mon.0) 596 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T07:31:58.261 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:58 smithi067 bash[18640]: audit 2024-02-10T07:31:57.020314+0000 mon.smithi067 (mon.0) 597 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:31:58.261 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:58 smithi067 bash[18640]: audit 2024-02-10T07:31:57.021174+0000 mon.smithi067 (mon.0) 598 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T07:31:58.261 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:58 smithi067 bash[18640]: audit 2024-02-10T07:31:57.021704+0000 mon.smithi067 (mon.0) 599 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:31:58.262 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:58 smithi067 bash[18640]: audit 2024-02-10T07:31:57.554752+0000 mon.smithi067 (mon.0) 600 : audit 0 from='client.? 172.21.15.67:0/142981403' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T07:31:58.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:58 smithi174 bash[23193]: cluster 2024-02-10T07:31:55.982011+0000 osd.4 (osd.4) 1 : cluster 0 purged_snaps scrub starts 2024-02-10T07:31:58.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:58 smithi174 bash[23193]: cluster 2024-02-10T07:31:55.982132+0000 osd.4 (osd.4) 2 : cluster 0 purged_snaps scrub ok 2024-02-10T07:31:58.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:58 smithi174 bash[23193]: cluster 2024-02-10T07:31:57.018819+0000 mon.smithi067 (mon.0) 594 : cluster 1 osd.4 [v2:172.21.15.174:6816/3371725575,v1:172.21.15.174:6817/3371725575] boot 2024-02-10T07:31:58.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:58 smithi174 bash[23193]: cluster 2024-02-10T07:31:57.018900+0000 mon.smithi067 (mon.0) 595 : cluster 0 osdmap e25: 8 total, 5 up, 8 in 2024-02-10T07:31:58.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:58 smithi174 bash[23193]: audit 2024-02-10T07:31:57.019227+0000 mon.smithi067 (mon.0) 596 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T07:31:58.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:58 smithi174 bash[23193]: audit 2024-02-10T07:31:57.020314+0000 mon.smithi067 (mon.0) 597 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:31:58.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:58 smithi174 bash[23193]: audit 2024-02-10T07:31:57.021174+0000 mon.smithi067 (mon.0) 598 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T07:31:58.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:58 smithi174 bash[23193]: audit 2024-02-10T07:31:57.021704+0000 mon.smithi067 (mon.0) 599 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:31:58.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:58 smithi174 bash[23193]: audit 2024-02-10T07:31:57.554752+0000 mon.smithi067 (mon.0) 600 : audit 0 from='client.? 172.21.15.67:0/142981403' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T07:31:58.886 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":25,"num_osds":8,"num_up_osds":5,"osd_up_since":1707550317,"num_in_osds":8,"osd_in_since":1707550280,"num_remapped_pgs":0} 2024-02-10T07:31:59.097 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:58 smithi067 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:31:59.097 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:59 smithi067 bash[18640]: cluster 2024-02-10T07:31:57.374323+0000 mgr.smithi067.noawcm (mgr.14197) 123 : cluster 0 pgmap v81: 1 pgs: 1 remapped; 449 KiB data, 134 MiB used, 447 GiB / 447 GiB avail 2024-02-10T07:31:59.097 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:59 smithi067 bash[18640]: cluster 2024-02-10T07:31:58.025205+0000 mon.smithi067 (mon.0) 601 : cluster 0 osdmap e26: 8 total, 5 up, 8 in 2024-02-10T07:31:59.098 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:59 smithi067 bash[18640]: audit 2024-02-10T07:31:58.025919+0000 mon.smithi067 (mon.0) 602 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:31:59.098 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:59 smithi067 bash[18640]: audit 2024-02-10T07:31:58.026374+0000 mon.smithi067 (mon.0) 603 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T07:31:59.098 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:59 smithi067 bash[18640]: audit 2024-02-10T07:31:58.026886+0000 mon.smithi067 (mon.0) 604 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:31:59.098 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:59 smithi067 bash[18640]: audit 2024-02-10T07:31:58.503083+0000 mon.smithi067 (mon.0) 605 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:31:59.366 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:31:59 smithi067 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:31:59.381 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:59 smithi174 bash[23193]: cluster 2024-02-10T07:31:57.374323+0000 mgr.smithi067.noawcm (mgr.14197) 123 : cluster 0 pgmap v81: 1 pgs: 1 remapped; 449 KiB data, 134 MiB used, 447 GiB / 447 GiB avail 2024-02-10T07:31:59.381 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:59 smithi174 bash[23193]: cluster 2024-02-10T07:31:58.025205+0000 mon.smithi067 (mon.0) 601 : cluster 0 osdmap e26: 8 total, 5 up, 8 in 2024-02-10T07:31:59.381 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:59 smithi174 bash[23193]: audit 2024-02-10T07:31:58.025919+0000 mon.smithi067 (mon.0) 602 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:31:59.381 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:59 smithi174 bash[23193]: audit 2024-02-10T07:31:58.026374+0000 mon.smithi067 (mon.0) 603 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T07:31:59.381 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:59 smithi174 bash[23193]: audit 2024-02-10T07:31:58.026886+0000 mon.smithi067 (mon.0) 604 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:31:59.382 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:31:59 smithi174 bash[23193]: audit 2024-02-10T07:31:58.503083+0000 mon.smithi067 (mon.0) 605 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:31:59.887 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-10T07:32:00.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:00 smithi067 bash[18640]: audit 2024-02-10T07:31:59.395875+0000 mon.smithi174 (mon.1) 15 : audit 1 from='osd.6 [v2:172.21.15.174:6824/506220539,v1:172.21.15.174:6825/506220539]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-10T07:32:00.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:00 smithi067 bash[18640]: audit 2024-02-10T07:31:59.396542+0000 mon.smithi067 (mon.0) 606 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-10T07:32:00.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:00 smithi067 bash[18640]: audit 2024-02-10T07:31:59.403427+0000 mon.smithi067 (mon.0) 607 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:00.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:00 smithi067 bash[18640]: audit 2024-02-10T07:31:59.408891+0000 mon.smithi067 (mon.0) 608 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:00.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:00 smithi067 bash[18640]: audit 2024-02-10T07:31:59.449461+0000 mon.smithi067 (mon.0) 609 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:00.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:00 smithi174 bash[23193]: audit 2024-02-10T07:31:59.395875+0000 mon.smithi174 (mon.1) 15 : audit 1 from='osd.6 [v2:172.21.15.174:6824/506220539,v1:172.21.15.174:6825/506220539]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-10T07:32:00.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:00 smithi174 bash[23193]: audit 2024-02-10T07:31:59.396542+0000 mon.smithi067 (mon.0) 606 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-10T07:32:00.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:00 smithi174 bash[23193]: audit 2024-02-10T07:31:59.403427+0000 mon.smithi067 (mon.0) 607 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:00.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:00 smithi174 bash[23193]: audit 2024-02-10T07:31:59.408891+0000 mon.smithi067 (mon.0) 608 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:00.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:00 smithi174 bash[23193]: audit 2024-02-10T07:31:59.449461+0000 mon.smithi067 (mon.0) 609 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:01.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:01 smithi174 bash[23193]: cluster 2024-02-10T07:31:59.374712+0000 mgr.smithi067.noawcm (mgr.14197) 124 : cluster 0 pgmap v83: 1 pgs: 1 remapped; 449 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-02-10T07:32:01.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:01 smithi174 bash[23193]: audit 2024-02-10T07:32:00.028210+0000 mon.smithi067 (mon.0) 610 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-10T07:32:01.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:01 smithi174 bash[23193]: audit 2024-02-10T07:32:00.033830+0000 mon.smithi174 (mon.1) 16 : audit 1 from='osd.6 [v2:172.21.15.174:6824/506220539,v1:172.21.15.174:6825/506220539]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2024-02-10T07:32:01.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:01 smithi174 bash[23193]: cluster 2024-02-10T07:32:00.037968+0000 mon.smithi067 (mon.0) 611 : cluster 0 osdmap e27: 8 total, 5 up, 8 in 2024-02-10T07:32:01.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:01 smithi174 bash[23193]: audit 2024-02-10T07:32:00.038503+0000 mon.smithi067 (mon.0) 612 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:32:01.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:01 smithi174 bash[23193]: audit 2024-02-10T07:32:00.038918+0000 mon.smithi067 (mon.0) 613 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T07:32:01.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:01 smithi174 bash[23193]: audit 2024-02-10T07:32:00.039342+0000 mon.smithi067 (mon.0) 614 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2024-02-10T07:32:01.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:01 smithi174 bash[23193]: audit 2024-02-10T07:32:00.039811+0000 mon.smithi067 (mon.0) 615 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:32:01.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:01 smithi174 bash[23193]: audit 2024-02-10T07:32:00.382621+0000 mon.smithi067 (mon.0) 616 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:01.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:01 smithi174 bash[23193]: audit 2024-02-10T07:32:01.009348+0000 mon.smithi067 (mon.0) 617 : audit 1 from='osd.5 [v2:172.21.15.67:6818/105020244,v1:172.21.15.67:6819/105020244]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-10T07:32:01.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:01 smithi067 bash[18640]: cluster 2024-02-10T07:31:59.374712+0000 mgr.smithi067.noawcm (mgr.14197) 124 : cluster 0 pgmap v83: 1 pgs: 1 remapped; 449 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-02-10T07:32:01.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:01 smithi067 bash[18640]: audit 2024-02-10T07:32:00.028210+0000 mon.smithi067 (mon.0) 610 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-10T07:32:01.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:01 smithi067 bash[18640]: audit 2024-02-10T07:32:00.033830+0000 mon.smithi174 (mon.1) 16 : audit 1 from='osd.6 [v2:172.21.15.174:6824/506220539,v1:172.21.15.174:6825/506220539]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2024-02-10T07:32:01.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:01 smithi067 bash[18640]: cluster 2024-02-10T07:32:00.037968+0000 mon.smithi067 (mon.0) 611 : cluster 0 osdmap e27: 8 total, 5 up, 8 in 2024-02-10T07:32:01.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:01 smithi067 bash[18640]: audit 2024-02-10T07:32:00.038503+0000 mon.smithi067 (mon.0) 612 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:32:01.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:01 smithi067 bash[18640]: audit 2024-02-10T07:32:00.038918+0000 mon.smithi067 (mon.0) 613 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T07:32:01.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:01 smithi067 bash[18640]: audit 2024-02-10T07:32:00.039342+0000 mon.smithi067 (mon.0) 614 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2024-02-10T07:32:01.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:01 smithi067 bash[18640]: audit 2024-02-10T07:32:00.039811+0000 mon.smithi067 (mon.0) 615 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:32:01.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:01 smithi067 bash[18640]: audit 2024-02-10T07:32:00.382621+0000 mon.smithi067 (mon.0) 616 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:01.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:01 smithi067 bash[18640]: audit 2024-02-10T07:32:01.009348+0000 mon.smithi067 (mon.0) 617 : audit 1 from='osd.5 [v2:172.21.15.67:6818/105020244,v1:172.21.15.67:6819/105020244]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-10T07:32:02.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:02 smithi067 bash[18640]: audit 2024-02-10T07:32:01.031712+0000 mon.smithi067 (mon.0) 618 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]': finished 2024-02-10T07:32:02.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:02 smithi067 bash[18640]: audit 2024-02-10T07:32:01.031811+0000 mon.smithi067 (mon.0) 619 : audit 1 from='osd.5 [v2:172.21.15.67:6818/105020244,v1:172.21.15.67:6819/105020244]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-10T07:32:02.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:02 smithi067 bash[18640]: cluster 2024-02-10T07:32:01.034914+0000 mon.smithi067 (mon.0) 620 : cluster 0 osdmap e28: 8 total, 5 up, 8 in 2024-02-10T07:32:02.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:02 smithi067 bash[18640]: audit 2024-02-10T07:32:01.035577+0000 mon.smithi067 (mon.0) 621 : audit 1 from='osd.5 [v2:172.21.15.67:6818/105020244,v1:172.21.15.67:6819/105020244]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2024-02-10T07:32:02.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:02 smithi067 bash[18640]: audit 2024-02-10T07:32:01.036124+0000 mon.smithi067 (mon.0) 622 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:32:02.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:02 smithi067 bash[18640]: audit 2024-02-10T07:32:01.036421+0000 mon.smithi067 (mon.0) 623 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T07:32:02.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:02 smithi067 bash[18640]: audit 2024-02-10T07:32:01.036721+0000 mon.smithi067 (mon.0) 624 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:32:02.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:02 smithi067 bash[18640]: audit 2024-02-10T07:32:01.043440+0000 mon.smithi067 (mon.0) 625 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T07:32:02.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:02 smithi067 bash[18640]: audit 2024-02-10T07:32:01.423502+0000 mon.smithi067 (mon.0) 626 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:02.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:02 smithi067 bash[18640]: audit 2024-02-10T07:32:01.558848+0000 mon.smithi067 (mon.0) 627 : audit 1 from='osd.6 ' entity='osd.6' 2024-02-10T07:32:02.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:02 smithi067 bash[18640]: audit 2024-02-10T07:32:01.630878+0000 mon.smithi067 (mon.0) 628 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:02.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:02 smithi067 bash[18640]: audit 2024-02-10T07:32:01.642413+0000 mon.smithi067 (mon.0) 629 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:02.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:02 smithi067 bash[18640]: audit 2024-02-10T07:32:02.034032+0000 mon.smithi067 (mon.0) 630 : audit 1 from='osd.5 [v2:172.21.15.67:6818/105020244,v1:172.21.15.67:6819/105020244]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2024-02-10T07:32:02.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:02 smithi174 bash[23193]: audit 2024-02-10T07:32:01.031712+0000 mon.smithi067 (mon.0) 618 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]': finished 2024-02-10T07:32:02.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:02 smithi174 bash[23193]: audit 2024-02-10T07:32:01.031811+0000 mon.smithi067 (mon.0) 619 : audit 1 from='osd.5 [v2:172.21.15.67:6818/105020244,v1:172.21.15.67:6819/105020244]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-10T07:32:02.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:02 smithi174 bash[23193]: cluster 2024-02-10T07:32:01.034914+0000 mon.smithi067 (mon.0) 620 : cluster 0 osdmap e28: 8 total, 5 up, 8 in 2024-02-10T07:32:02.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:02 smithi174 bash[23193]: audit 2024-02-10T07:32:01.035577+0000 mon.smithi067 (mon.0) 621 : audit 1 from='osd.5 [v2:172.21.15.67:6818/105020244,v1:172.21.15.67:6819/105020244]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2024-02-10T07:32:02.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:02 smithi174 bash[23193]: audit 2024-02-10T07:32:01.036124+0000 mon.smithi067 (mon.0) 622 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:32:02.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:02 smithi174 bash[23193]: audit 2024-02-10T07:32:01.036421+0000 mon.smithi067 (mon.0) 623 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T07:32:02.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:02 smithi174 bash[23193]: audit 2024-02-10T07:32:01.036721+0000 mon.smithi067 (mon.0) 624 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:32:02.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:02 smithi174 bash[23193]: audit 2024-02-10T07:32:01.043440+0000 mon.smithi067 (mon.0) 625 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T07:32:02.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:02 smithi174 bash[23193]: audit 2024-02-10T07:32:01.423502+0000 mon.smithi067 (mon.0) 626 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:02.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:02 smithi174 bash[23193]: audit 2024-02-10T07:32:01.558848+0000 mon.smithi067 (mon.0) 627 : audit 1 from='osd.6 ' entity='osd.6' 2024-02-10T07:32:02.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:02 smithi174 bash[23193]: audit 2024-02-10T07:32:01.630878+0000 mon.smithi067 (mon.0) 628 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:02.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:02 smithi174 bash[23193]: audit 2024-02-10T07:32:01.642413+0000 mon.smithi067 (mon.0) 629 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:02.520 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:02 smithi174 bash[23193]: audit 2024-02-10T07:32:02.034032+0000 mon.smithi067 (mon.0) 630 : audit 1 from='osd.5 [v2:172.21.15.67:6818/105020244,v1:172.21.15.67:6819/105020244]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2024-02-10T07:32:03.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:03 smithi174 bash[23193]: cluster 2024-02-10T07:32:00.421092+0000 osd.6 (osd.6) 1 : cluster 0 purged_snaps scrub starts 2024-02-10T07:32:03.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:03 smithi174 bash[23193]: cluster 2024-02-10T07:32:00.421179+0000 osd.6 (osd.6) 2 : cluster 0 purged_snaps scrub ok 2024-02-10T07:32:03.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:03 smithi174 bash[23193]: cluster 2024-02-10T07:32:01.375187+0000 mgr.smithi067.noawcm (mgr.14197) 125 : cluster 0 pgmap v86: 1 pgs: 1 remapped; 449 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-02-10T07:32:03.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:03 smithi174 bash[23193]: cluster 2024-02-10T07:32:02.038320+0000 mon.smithi067 (mon.0) 631 : cluster 1 osd.6 [v2:172.21.15.174:6824/506220539,v1:172.21.15.174:6825/506220539] boot 2024-02-10T07:32:03.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:03 smithi174 bash[23193]: cluster 2024-02-10T07:32:02.038409+0000 mon.smithi067 (mon.0) 632 : cluster 0 osdmap e29: 8 total, 6 up, 8 in 2024-02-10T07:32:03.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:03 smithi174 bash[23193]: audit 2024-02-10T07:32:02.040330+0000 mon.smithi067 (mon.0) 633 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:32:03.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:03 smithi174 bash[23193]: audit 2024-02-10T07:32:02.041283+0000 mon.smithi067 (mon.0) 634 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T07:32:03.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:03 smithi174 bash[23193]: audit 2024-02-10T07:32:02.052742+0000 mon.smithi067 (mon.0) 635 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:32:03.520 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:03 smithi174 bash[23193]: audit 2024-02-10T07:32:02.053369+0000 mon.smithi067 (mon.0) 636 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:32:03.520 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:03 smithi174 bash[23193]: audit 2024-02-10T07:32:02.353891+0000 mon.smithi067 (mon.0) 637 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:03.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:03 smithi067 bash[18640]: cluster 2024-02-10T07:32:00.421092+0000 osd.6 (osd.6) 1 : cluster 0 purged_snaps scrub starts 2024-02-10T07:32:03.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:03 smithi067 bash[18640]: cluster 2024-02-10T07:32:00.421179+0000 osd.6 (osd.6) 2 : cluster 0 purged_snaps scrub ok 2024-02-10T07:32:03.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:03 smithi067 bash[18640]: cluster 2024-02-10T07:32:01.375187+0000 mgr.smithi067.noawcm (mgr.14197) 125 : cluster 0 pgmap v86: 1 pgs: 1 remapped; 449 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-02-10T07:32:03.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:03 smithi067 bash[18640]: cluster 2024-02-10T07:32:02.038320+0000 mon.smithi067 (mon.0) 631 : cluster 1 osd.6 [v2:172.21.15.174:6824/506220539,v1:172.21.15.174:6825/506220539] boot 2024-02-10T07:32:03.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:03 smithi067 bash[18640]: cluster 2024-02-10T07:32:02.038409+0000 mon.smithi067 (mon.0) 632 : cluster 0 osdmap e29: 8 total, 6 up, 8 in 2024-02-10T07:32:03.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:03 smithi067 bash[18640]: audit 2024-02-10T07:32:02.040330+0000 mon.smithi067 (mon.0) 633 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:32:03.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:03 smithi067 bash[18640]: audit 2024-02-10T07:32:02.041283+0000 mon.smithi067 (mon.0) 634 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T07:32:03.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:03 smithi067 bash[18640]: audit 2024-02-10T07:32:02.052742+0000 mon.smithi067 (mon.0) 635 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:32:03.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:03 smithi067 bash[18640]: audit 2024-02-10T07:32:02.053369+0000 mon.smithi067 (mon.0) 636 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:32:03.539 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:03 smithi067 bash[18640]: audit 2024-02-10T07:32:02.353891+0000 mon.smithi067 (mon.0) 637 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:04.383 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:32:04.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:04 smithi174 bash[23193]: audit 2024-02-10T07:32:03.052282+0000 mon.smithi067 (mon.0) 638 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:32:04.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:04 smithi174 bash[23193]: cluster 2024-02-10T07:32:03.058595+0000 mon.smithi067 (mon.0) 639 : cluster 1 osd.5 [v2:172.21.15.67:6818/105020244,v1:172.21.15.67:6819/105020244] boot 2024-02-10T07:32:04.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:04 smithi174 bash[23193]: cluster 2024-02-10T07:32:03.058749+0000 mon.smithi067 (mon.0) 640 : cluster 0 osdmap e30: 8 total, 7 up, 8 in 2024-02-10T07:32:04.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:04 smithi174 bash[23193]: audit 2024-02-10T07:32:03.059060+0000 mon.smithi067 (mon.0) 641 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:32:04.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:04 smithi174 bash[23193]: audit 2024-02-10T07:32:03.060229+0000 mon.smithi067 (mon.0) 642 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:32:04.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:04 smithi174 bash[23193]: audit 2024-02-10T07:32:03.285383+0000 mon.smithi067 (mon.0) 643 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:04.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:04 smithi174 bash[23193]: audit 2024-02-10T07:32:03.289210+0000 mon.smithi067 (mon.0) 644 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-10T07:32:04.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:04 smithi067 bash[18640]: audit 2024-02-10T07:32:03.052282+0000 mon.smithi067 (mon.0) 638 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:32:04.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:04 smithi067 bash[18640]: cluster 2024-02-10T07:32:03.058595+0000 mon.smithi067 (mon.0) 639 : cluster 1 osd.5 [v2:172.21.15.67:6818/105020244,v1:172.21.15.67:6819/105020244] boot 2024-02-10T07:32:04.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:04 smithi067 bash[18640]: cluster 2024-02-10T07:32:03.058749+0000 mon.smithi067 (mon.0) 640 : cluster 0 osdmap e30: 8 total, 7 up, 8 in 2024-02-10T07:32:04.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:04 smithi067 bash[18640]: audit 2024-02-10T07:32:03.059060+0000 mon.smithi067 (mon.0) 641 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T07:32:04.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:04 smithi067 bash[18640]: audit 2024-02-10T07:32:03.060229+0000 mon.smithi067 (mon.0) 642 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:32:04.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:04 smithi067 bash[18640]: audit 2024-02-10T07:32:03.285383+0000 mon.smithi067 (mon.0) 643 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:04.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:04 smithi067 bash[18640]: audit 2024-02-10T07:32:03.289210+0000 mon.smithi067 (mon.0) 644 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-10T07:32:05.483 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:05 smithi067 bash[18640]: cluster 2024-02-10T07:32:02.035347+0000 osd.5 (osd.5) 1 : cluster 0 purged_snaps scrub starts 2024-02-10T07:32:05.483 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:05 smithi067 bash[18640]: cluster 2024-02-10T07:32:02.035444+0000 osd.5 (osd.5) 2 : cluster 0 purged_snaps scrub ok 2024-02-10T07:32:05.484 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:05 smithi067 bash[18640]: cluster 2024-02-10T07:32:03.375816+0000 mgr.smithi067.noawcm (mgr.14197) 126 : cluster 0 pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 9.0 KiB/s rd, 522 KiB/s wr, 32 op/s; 112 KiB/s, 0 objects/s recovering 2024-02-10T07:32:05.484 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:05 smithi067 bash[18640]: audit 2024-02-10T07:32:04.210110+0000 mon.smithi067 (mon.0) 645 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-10T07:32:05.484 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:05 smithi067 bash[18640]: audit 2024-02-10T07:32:04.211424+0000 mon.smithi067 (mon.0) 646 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2024-02-10T07:32:05.484 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:05 smithi067 bash[18640]: audit 2024-02-10T07:32:04.211705+0000 mon.smithi067 (mon.0) 647 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2024-02-10T07:32:05.484 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:05 smithi067 bash[18640]: audit 2024-02-10T07:32:04.241435+0000 mon.smithi067 (mon.0) 648 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:05.484 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:05 smithi067 bash[18640]: audit 2024-02-10T07:32:04.243442+0000 mon.smithi174 (mon.1) 17 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-10T07:32:05.484 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:05 smithi067 bash[18640]: audit 2024-02-10T07:32:04.244086+0000 mon.smithi067 (mon.0) 649 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2024-02-10T07:32:05.484 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:05 smithi067 bash[18640]: audit 2024-02-10T07:32:04.244685+0000 mon.smithi067 (mon.0) 650 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2024-02-10T07:32:05.484 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:05 smithi067 bash[18640]: audit 2024-02-10T07:32:05.146941+0000 mon.smithi174 (mon.1) 18 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-10T07:32:05.484 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:05 smithi067 bash[18640]: cluster 2024-02-10T07:32:05.159837+0000 mon.smithi067 (mon.0) 651 : cluster 0 osdmap e31: 8 total, 7 up, 8 in 2024-02-10T07:32:05.484 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:05 smithi067 bash[18640]: audit 2024-02-10T07:32:05.160372+0000 mon.smithi067 (mon.0) 652 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:32:05.484 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:05 smithi067 bash[18640]: audit 2024-02-10T07:32:05.188688+0000 mon.smithi067 (mon.0) 653 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:05.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:05 smithi174 bash[23193]: cluster 2024-02-10T07:32:02.035347+0000 osd.5 (osd.5) 1 : cluster 0 purged_snaps scrub starts 2024-02-10T07:32:05.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:05 smithi174 bash[23193]: cluster 2024-02-10T07:32:02.035444+0000 osd.5 (osd.5) 2 : cluster 0 purged_snaps scrub ok 2024-02-10T07:32:05.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:05 smithi174 bash[23193]: cluster 2024-02-10T07:32:03.375816+0000 mgr.smithi067.noawcm (mgr.14197) 126 : cluster 0 pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 9.0 KiB/s rd, 522 KiB/s wr, 32 op/s; 112 KiB/s, 0 objects/s recovering 2024-02-10T07:32:05.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:05 smithi174 bash[23193]: audit 2024-02-10T07:32:04.210110+0000 mon.smithi067 (mon.0) 645 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-10T07:32:05.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:05 smithi174 bash[23193]: audit 2024-02-10T07:32:04.211424+0000 mon.smithi067 (mon.0) 646 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2024-02-10T07:32:05.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:05 smithi174 bash[23193]: audit 2024-02-10T07:32:04.211705+0000 mon.smithi067 (mon.0) 647 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2024-02-10T07:32:05.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:05 smithi174 bash[23193]: audit 2024-02-10T07:32:04.241435+0000 mon.smithi067 (mon.0) 648 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:05.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:05 smithi174 bash[23193]: audit 2024-02-10T07:32:04.243442+0000 mon.smithi174 (mon.1) 17 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-10T07:32:05.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:05 smithi174 bash[23193]: audit 2024-02-10T07:32:04.244086+0000 mon.smithi067 (mon.0) 649 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2024-02-10T07:32:05.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:05 smithi174 bash[23193]: audit 2024-02-10T07:32:04.244685+0000 mon.smithi067 (mon.0) 650 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2024-02-10T07:32:05.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:05 smithi174 bash[23193]: audit 2024-02-10T07:32:05.146941+0000 mon.smithi174 (mon.1) 18 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-10T07:32:05.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:05 smithi174 bash[23193]: cluster 2024-02-10T07:32:05.159837+0000 mon.smithi067 (mon.0) 651 : cluster 0 osdmap e31: 8 total, 7 up, 8 in 2024-02-10T07:32:05.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:05 smithi174 bash[23193]: audit 2024-02-10T07:32:05.160372+0000 mon.smithi067 (mon.0) 652 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:32:05.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:05 smithi174 bash[23193]: audit 2024-02-10T07:32:05.188688+0000 mon.smithi067 (mon.0) 653 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:07.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:07 smithi067 bash[18640]: cluster 2024-02-10T07:32:05.376596+0000 mgr.smithi067.noawcm (mgr.14197) 127 : cluster 0 pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail; 8.3 KiB/s rd, 481 KiB/s wr, 29 op/s; 103 KiB/s, 0 objects/s recovering 2024-02-10T07:32:07.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:07 smithi067 bash[18640]: audit 2024-02-10T07:32:06.178822+0000 mon.smithi067 (mon.0) 654 : audit 1 from='osd.7 [v2:172.21.15.67:6826/3797953975,v1:172.21.15.67:6827/3797953975]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-10T07:32:07.520 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:07 smithi174 bash[23193]: cluster 2024-02-10T07:32:05.376596+0000 mgr.smithi067.noawcm (mgr.14197) 127 : cluster 0 pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail; 8.3 KiB/s rd, 481 KiB/s wr, 29 op/s; 103 KiB/s, 0 objects/s recovering 2024-02-10T07:32:07.520 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:07 smithi174 bash[23193]: audit 2024-02-10T07:32:06.178822+0000 mon.smithi067 (mon.0) 654 : audit 1 from='osd.7 [v2:172.21.15.67:6826/3797953975,v1:172.21.15.67:6827/3797953975]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-10T07:32:08.047 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:08 smithi067 bash[18640]: audit 2024-02-10T07:32:07.012856+0000 mon.smithi067 (mon.0) 655 : audit 1 from='osd.7 [v2:172.21.15.67:6826/3797953975,v1:172.21.15.67:6827/3797953975]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-10T07:32:08.047 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:08 smithi067 bash[18640]: cluster 2024-02-10T07:32:07.018124+0000 mon.smithi067 (mon.0) 656 : cluster 0 osdmap e32: 8 total, 7 up, 8 in 2024-02-10T07:32:08.047 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:08 smithi067 bash[18640]: audit 2024-02-10T07:32:07.019016+0000 mon.smithi067 (mon.0) 657 : audit 1 from='osd.7 [v2:172.21.15.67:6826/3797953975,v1:172.21.15.67:6827/3797953975]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2024-02-10T07:32:08.047 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:08 smithi067 bash[18640]: audit 2024-02-10T07:32:07.019657+0000 mon.smithi067 (mon.0) 658 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:32:08.047 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:08 smithi067 bash[18640]: audit 2024-02-10T07:32:08.015067+0000 mon.smithi067 (mon.0) 659 : audit 1 from='osd.7 [v2:172.21.15.67:6826/3797953975,v1:172.21.15.67:6827/3797953975]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2024-02-10T07:32:08.047 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:08 smithi067 bash[18640]: cluster 2024-02-10T07:32:08.019128+0000 mon.smithi067 (mon.0) 660 : cluster 0 osdmap e33: 8 total, 7 up, 8 in 2024-02-10T07:32:08.167 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-10T07:32:08.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:08 smithi174 bash[23193]: audit 2024-02-10T07:32:07.012856+0000 mon.smithi067 (mon.0) 655 : audit 1 from='osd.7 [v2:172.21.15.67:6826/3797953975,v1:172.21.15.67:6827/3797953975]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-10T07:32:08.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:08 smithi174 bash[23193]: cluster 2024-02-10T07:32:07.018124+0000 mon.smithi067 (mon.0) 656 : cluster 0 osdmap e32: 8 total, 7 up, 8 in 2024-02-10T07:32:08.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:08 smithi174 bash[23193]: audit 2024-02-10T07:32:07.019016+0000 mon.smithi067 (mon.0) 657 : audit 1 from='osd.7 [v2:172.21.15.67:6826/3797953975,v1:172.21.15.67:6827/3797953975]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2024-02-10T07:32:08.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:08 smithi174 bash[23193]: audit 2024-02-10T07:32:07.019657+0000 mon.smithi067 (mon.0) 658 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:32:08.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:08 smithi174 bash[23193]: audit 2024-02-10T07:32:08.015067+0000 mon.smithi067 (mon.0) 659 : audit 1 from='osd.7 [v2:172.21.15.67:6826/3797953975,v1:172.21.15.67:6827/3797953975]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2024-02-10T07:32:08.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:08 smithi174 bash[23193]: cluster 2024-02-10T07:32:08.019128+0000 mon.smithi067 (mon.0) 660 : cluster 0 osdmap e33: 8 total, 7 up, 8 in 2024-02-10T07:32:08.885 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":33,"num_osds":8,"num_up_osds":7,"osd_up_since":1707550323,"num_in_osds":8,"osd_in_since":1707550280,"num_remapped_pgs":0} 2024-02-10T07:32:09.261 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:09 smithi067 bash[18640]: cluster 2024-02-10T07:32:07.377218+0000 mgr.smithi067.noawcm (mgr.14197) 128 : cluster 0 pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail; 8.4 KiB/s rd, 440 KiB/s wr, 28 op/s 2024-02-10T07:32:09.261 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:09 smithi067 bash[18640]: audit 2024-02-10T07:32:08.019973+0000 mon.smithi067 (mon.0) 661 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:32:09.262 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:09 smithi067 bash[18640]: audit 2024-02-10T07:32:08.025787+0000 mon.smithi067 (mon.0) 662 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:32:09.262 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:09 smithi067 bash[18640]: audit 2024-02-10T07:32:08.168220+0000 mon.smithi067 (mon.0) 663 : audit 0 from='client.? 172.21.15.67:0/3407350856' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T07:32:09.262 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:09 smithi067 bash[18640]: audit 2024-02-10T07:32:09.025278+0000 mon.smithi067 (mon.0) 664 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:32:09.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:09 smithi174 bash[23193]: cluster 2024-02-10T07:32:07.377218+0000 mgr.smithi067.noawcm (mgr.14197) 128 : cluster 0 pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail; 8.4 KiB/s rd, 440 KiB/s wr, 28 op/s 2024-02-10T07:32:09.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:09 smithi174 bash[23193]: audit 2024-02-10T07:32:08.019973+0000 mon.smithi067 (mon.0) 661 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:32:09.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:09 smithi174 bash[23193]: audit 2024-02-10T07:32:08.025787+0000 mon.smithi067 (mon.0) 662 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:32:09.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:09 smithi174 bash[23193]: audit 2024-02-10T07:32:08.168220+0000 mon.smithi067 (mon.0) 663 : audit 0 from='client.? 172.21.15.67:0/3407350856' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T07:32:09.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:09 smithi174 bash[23193]: audit 2024-02-10T07:32:09.025278+0000 mon.smithi067 (mon.0) 664 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:32:09.886 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-10T07:32:10.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:10 smithi067 bash[18640]: cluster 2024-02-10T07:32:07.210043+0000 osd.7 (osd.7) 1 : cluster 0 purged_snaps scrub starts 2024-02-10T07:32:10.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:10 smithi067 bash[18640]: cluster 2024-02-10T07:32:07.210148+0000 osd.7 (osd.7) 2 : cluster 0 purged_snaps scrub ok 2024-02-10T07:32:10.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:10 smithi067 bash[18640]: cluster 2024-02-10T07:32:09.035557+0000 mon.smithi067 (mon.0) 665 : cluster 1 osd.7 [v2:172.21.15.67:6826/3797953975,v1:172.21.15.67:6827/3797953975] boot 2024-02-10T07:32:10.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:10 smithi067 bash[18640]: cluster 2024-02-10T07:32:09.035731+0000 mon.smithi067 (mon.0) 666 : cluster 0 osdmap e34: 8 total, 8 up, 8 in 2024-02-10T07:32:10.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:10 smithi067 bash[18640]: audit 2024-02-10T07:32:09.037619+0000 mon.smithi067 (mon.0) 667 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:32:10.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:10 smithi067 bash[18640]: audit 2024-02-10T07:32:09.405243+0000 mon.smithi067 (mon.0) 668 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:10.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:10 smithi067 bash[18640]: audit 2024-02-10T07:32:09.417049+0000 mon.smithi067 (mon.0) 669 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:10.289 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:10 smithi067 bash[18640]: audit 2024-02-10T07:32:09.529705+0000 mon.smithi067 (mon.0) 670 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:32:10.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:10 smithi174 bash[23193]: cluster 2024-02-10T07:32:07.210043+0000 osd.7 (osd.7) 1 : cluster 0 purged_snaps scrub starts 2024-02-10T07:32:10.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:10 smithi174 bash[23193]: cluster 2024-02-10T07:32:07.210148+0000 osd.7 (osd.7) 2 : cluster 0 purged_snaps scrub ok 2024-02-10T07:32:10.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:10 smithi174 bash[23193]: cluster 2024-02-10T07:32:09.035557+0000 mon.smithi067 (mon.0) 665 : cluster 1 osd.7 [v2:172.21.15.67:6826/3797953975,v1:172.21.15.67:6827/3797953975] boot 2024-02-10T07:32:10.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:10 smithi174 bash[23193]: cluster 2024-02-10T07:32:09.035731+0000 mon.smithi067 (mon.0) 666 : cluster 0 osdmap e34: 8 total, 8 up, 8 in 2024-02-10T07:32:10.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:10 smithi174 bash[23193]: audit 2024-02-10T07:32:09.037619+0000 mon.smithi067 (mon.0) 667 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T07:32:10.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:10 smithi174 bash[23193]: audit 2024-02-10T07:32:09.405243+0000 mon.smithi067 (mon.0) 668 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:10.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:10 smithi174 bash[23193]: audit 2024-02-10T07:32:09.417049+0000 mon.smithi067 (mon.0) 669 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:10.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:10 smithi174 bash[23193]: audit 2024-02-10T07:32:09.529705+0000 mon.smithi067 (mon.0) 670 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:32:11.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:11 smithi174 bash[23193]: cluster 2024-02-10T07:32:09.377847+0000 mgr.smithi067.noawcm (mgr.14197) 129 : cluster 0 pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail; 11 KiB/s rd, 557 KiB/s wr, 36 op/s 2024-02-10T07:32:11.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:11 smithi174 bash[23193]: cluster 2024-02-10T07:32:10.053050+0000 mon.smithi067 (mon.0) 671 : cluster 0 osdmap e35: 8 total, 8 up, 8 in 2024-02-10T07:32:11.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:11 smithi174 bash[23193]: audit 2024-02-10T07:32:10.841400+0000 mon.smithi067 (mon.0) 672 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:11.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:11 smithi174 bash[23193]: audit 2024-02-10T07:32:10.843374+0000 mon.smithi067 (mon.0) 673 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:32:11.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:11 smithi067 bash[18640]: cluster 2024-02-10T07:32:09.377847+0000 mgr.smithi067.noawcm (mgr.14197) 129 : cluster 0 pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail; 11 KiB/s rd, 557 KiB/s wr, 36 op/s 2024-02-10T07:32:11.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:11 smithi067 bash[18640]: cluster 2024-02-10T07:32:10.053050+0000 mon.smithi067 (mon.0) 671 : cluster 0 osdmap e35: 8 total, 8 up, 8 in 2024-02-10T07:32:11.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:11 smithi067 bash[18640]: audit 2024-02-10T07:32:10.841400+0000 mon.smithi067 (mon.0) 672 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:11.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:11 smithi067 bash[18640]: audit 2024-02-10T07:32:10.843374+0000 mon.smithi067 (mon.0) 673 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:32:12.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:12 smithi067 bash[18640]: cluster 2024-02-10T07:32:11.065145+0000 mon.smithi067 (mon.0) 674 : cluster 0 osdmap e36: 8 total, 8 up, 8 in 2024-02-10T07:32:12.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:12 smithi174 bash[23193]: cluster 2024-02-10T07:32:11.065145+0000 mon.smithi067 (mon.0) 674 : cluster 0 osdmap e36: 8 total, 8 up, 8 in 2024-02-10T07:32:13.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:13 smithi174 bash[23193]: cluster 2024-02-10T07:32:11.378420+0000 mgr.smithi067.noawcm (mgr.14197) 130 : cluster 0 pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:32:13.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:13 smithi174 bash[23193]: cluster 2024-02-10T07:32:12.076388+0000 mon.smithi067 (mon.0) 675 : cluster 0 osdmap e37: 8 total, 8 up, 8 in 2024-02-10T07:32:13.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:13 smithi067 bash[18640]: cluster 2024-02-10T07:32:11.378420+0000 mgr.smithi067.noawcm (mgr.14197) 130 : cluster 0 pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:32:13.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:13 smithi067 bash[18640]: cluster 2024-02-10T07:32:12.076388+0000 mon.smithi067 (mon.0) 675 : cluster 0 osdmap e37: 8 total, 8 up, 8 in 2024-02-10T07:32:14.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:14 smithi174 bash[23193]: cluster 2024-02-10T07:32:13.084738+0000 mon.smithi067 (mon.0) 676 : cluster 0 osdmap e38: 8 total, 8 up, 8 in 2024-02-10T07:32:14.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:14 smithi067 bash[18640]: cluster 2024-02-10T07:32:13.084738+0000 mon.smithi067 (mon.0) 676 : cluster 0 osdmap e38: 8 total, 8 up, 8 in 2024-02-10T07:32:14.627 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:32:15.521 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:15 smithi174 bash[23193]: cluster 2024-02-10T07:32:13.379070+0000 mgr.smithi067.noawcm (mgr.14197) 131 : cluster 0 pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:32:15.521 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:15 smithi174 bash[23193]: audit 2024-02-10T07:32:15.071072+0000 mon.smithi067 (mon.0) 677 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:15.521 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:15 smithi174 bash[23193]: audit 2024-02-10T07:32:15.076421+0000 mon.smithi067 (mon.0) 678 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:15.530 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:15 smithi067 bash[18640]: cluster 2024-02-10T07:32:13.379070+0000 mgr.smithi067.noawcm (mgr.14197) 131 : cluster 0 pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:32:15.530 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:15 smithi067 bash[18640]: audit 2024-02-10T07:32:15.071072+0000 mon.smithi067 (mon.0) 677 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:15.530 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:15 smithi067 bash[18640]: audit 2024-02-10T07:32:15.076421+0000 mon.smithi067 (mon.0) 678 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:17.001 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:16 smithi067 bash[18640]: cluster 2024-02-10T07:32:15.379559+0000 mgr.smithi067.noawcm (mgr.14197) 132 : cluster 0 pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s, 0 objects/s recovering 2024-02-10T07:32:17.002 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:16 smithi067 bash[18640]: audit 2024-02-10T07:32:15.675280+0000 mon.smithi067 (mon.0) 679 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:17.002 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:16 smithi067 bash[18640]: audit 2024-02-10T07:32:15.680200+0000 mon.smithi067 (mon.0) 680 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:17.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:16 smithi174 bash[23193]: cluster 2024-02-10T07:32:15.379559+0000 mgr.smithi067.noawcm (mgr.14197) 132 : cluster 0 pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s, 0 objects/s recovering 2024-02-10T07:32:17.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:16 smithi174 bash[23193]: audit 2024-02-10T07:32:15.675280+0000 mon.smithi067 (mon.0) 679 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:17.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:16 smithi174 bash[23193]: audit 2024-02-10T07:32:15.680200+0000 mon.smithi067 (mon.0) 680 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:17.394 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-10T07:32:18.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:17 smithi174 bash[23193]: audit 2024-02-10T07:32:17.395458+0000 mon.smithi067 (mon.0) 681 : audit 0 from='client.? 172.21.15.67:0/1824823786' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T07:32:18.036 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:17 smithi067 bash[18640]: audit 2024-02-10T07:32:17.395458+0000 mon.smithi067 (mon.0) 681 : audit 0 from='client.? 172.21.15.67:0/1824823786' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T07:32:18.037 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":38,"num_osds":8,"num_up_osds":8,"osd_up_since":1707550329,"num_in_osds":8,"osd_in_since":1707550280,"num_remapped_pgs":0} 2024-02-10T07:32:18.037 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph osd dump --format=json 2024-02-10T07:32:19.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:18 smithi174 bash[23193]: cluster 2024-02-10T07:32:17.380084+0000 mgr.smithi067.noawcm (mgr.14197) 133 : cluster 0 pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 91 KiB/s, 0 objects/s recovering 2024-02-10T07:32:19.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:18 smithi067 bash[18640]: cluster 2024-02-10T07:32:17.380084+0000 mgr.smithi067.noawcm (mgr.14197) 133 : cluster 0 pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 91 KiB/s, 0 objects/s recovering 2024-02-10T07:32:21.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:20 smithi174 bash[23193]: cluster 2024-02-10T07:32:19.380702+0000 mgr.smithi067.noawcm (mgr.14197) 134 : cluster 0 pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-02-10T07:32:21.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:20 smithi067 bash[18640]: cluster 2024-02-10T07:32:19.380702+0000 mgr.smithi067.noawcm (mgr.14197) 134 : cluster 0 pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-02-10T07:32:22.618 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:32:23.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:23 smithi174 bash[23193]: cluster 2024-02-10T07:32:21.381285+0000 mgr.smithi067.noawcm (mgr.14197) 135 : cluster 0 pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-02-10T07:32:23.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:23 smithi067 bash[18640]: cluster 2024-02-10T07:32:21.381285+0000 mgr.smithi067.noawcm (mgr.14197) 135 : cluster 0 pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-02-10T07:32:25.277 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:25 smithi174 bash[23193]: cluster 2024-02-10T07:32:23.381929+0000 mgr.smithi067.noawcm (mgr.14197) 136 : cluster 0 pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s, 0 objects/s recovering 2024-02-10T07:32:25.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:25 smithi067 bash[18640]: cluster 2024-02-10T07:32:23.381929+0000 mgr.smithi067.noawcm (mgr.14197) 136 : cluster 0 pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s, 0 objects/s recovering 2024-02-10T07:32:26.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:26 smithi067 bash[18640]: audit 2024-02-10T07:32:25.834980+0000 mon.smithi067 (mon.0) 682 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:32:26.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:26 smithi067 bash[18640]: audit 2024-02-10T07:32:25.846635+0000 mon.smithi067 (mon.0) 683 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:26.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:26 smithi067 bash[18640]: audit 2024-02-10T07:32:25.858647+0000 mon.smithi067 (mon.0) 684 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:26.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:26 smithi067 bash[18640]: audit 2024-02-10T07:32:25.860312+0000 mon.smithi067 (mon.0) 685 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-10T07:32:26.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:26 smithi067 bash[18640]: audit 2024-02-10T07:32:25.861288+0000 mon.smithi067 (mon.0) 686 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-10T07:32:26.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:26 smithi067 bash[18640]: audit 2024-02-10T07:32:25.862184+0000 mon.smithi067 (mon.0) 687 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-10T07:32:26.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:26 smithi067 bash[18640]: audit 2024-02-10T07:32:25.863153+0000 mon.smithi067 (mon.0) 688 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-10T07:32:26.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:26 smithi067 bash[18640]: audit 2024-02-10T07:32:25.868099+0000 mon.smithi067 (mon.0) 689 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:26.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:26 smithi174 bash[23193]: audit 2024-02-10T07:32:25.834980+0000 mon.smithi067 (mon.0) 682 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:32:26.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:26 smithi174 bash[23193]: audit 2024-02-10T07:32:25.846635+0000 mon.smithi067 (mon.0) 683 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:26.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:26 smithi174 bash[23193]: audit 2024-02-10T07:32:25.858647+0000 mon.smithi067 (mon.0) 684 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:26.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:26 smithi174 bash[23193]: audit 2024-02-10T07:32:25.860312+0000 mon.smithi067 (mon.0) 685 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-10T07:32:26.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:26 smithi174 bash[23193]: audit 2024-02-10T07:32:25.861288+0000 mon.smithi067 (mon.0) 686 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-10T07:32:26.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:26 smithi174 bash[23193]: audit 2024-02-10T07:32:25.862184+0000 mon.smithi067 (mon.0) 687 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-10T07:32:26.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:26 smithi174 bash[23193]: audit 2024-02-10T07:32:25.863153+0000 mon.smithi067 (mon.0) 688 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-10T07:32:26.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:26 smithi174 bash[23193]: audit 2024-02-10T07:32:25.868099+0000 mon.smithi067 (mon.0) 689 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:26.562 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-10T07:32:26.562 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":38,"fsid":"9dfc5860-c7e5-11ee-95b8-87774f69a715","created":"2024-02-10T07:26:55.107528+0000","modified":"2024-02-10T07:32:13.069186+0000","last_up_change":"2024-02-10T07:32:09.026634+0000","last_in_change":"2024-02-10T07:31:20.280402+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-02-10T07:31:53.355995+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":"23","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"2d6b0096-e3c9-481f-85db-4cf96c188dbc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6800","nonce":2658564609},{"type":"v1","addr":"172.21.15.174:6801","nonce":2658564609}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6802","nonce":2658564609},{"type":"v1","addr":"172.21.15.174:6803","nonce":2658564609}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6806","nonce":2658564609},{"type":"v1","addr":"172.21.15.174:6807","nonce":2658564609}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6804","nonce":2658564609},{"type":"v1","addr":"172.21.15.174:6805","nonce":2658564609}]},"public_addr":"172.21.15.174:6801/2658564609","cluster_addr":"172.21.15.174:6803/2658564609","heartbeat_back_addr":"172.21.15.174:6807/2658564609","heartbeat_front_addr":"172.21.15.174:6805/2658564609","state":["exists","up"]},{"osd":1,"uuid":"50025d77-f0f1-4c41-a30b-a919ebd03a14","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6802","nonce":3109032738},{"type":"v1","addr":"172.21.15.67:6803","nonce":3109032738}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6804","nonce":3109032738},{"type":"v1","addr":"172.21.15.67:6805","nonce":3109032738}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6808","nonce":3109032738},{"type":"v1","addr":"172.21.15.67:6809","nonce":3109032738}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6806","nonce":3109032738},{"type":"v1","addr":"172.21.15.67:6807","nonce":3109032738}]},"public_addr":"172.21.15.67:6803/3109032738","cluster_addr":"172.21.15.67:6805/3109032738","heartbeat_back_addr":"172.21.15.67:6809/3109032738","heartbeat_front_addr":"172.21.15.67:6807/3109032738","state":["exists","up"]},{"osd":2,"uuid":"0b05dd0e-90b0-40a1-8070-6351434755a0","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.174:6808","nonce":181380973},{"type":"v1","addr":"172.21.15.174:6809","nonce":181380973}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6810","nonce":181380973},{"type":"v1","addr":"172.21.15.174:6811","nonce":181380973}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6814","nonce":181380973},{"type":"v1","addr":"172.21.15.174:6815","nonce":181380973}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6812","nonce":181380973},{"type":"v1","addr":"172.21.15.174:6813","nonce":181380973}]},"public_addr":"172.21.15.174:6809/181380973","cluster_addr":"172.21.15.174:6811/181380973","heartbeat_back_addr":"172.21.15.174:6815/181380973","heartbeat_front_addr":"172.21.15.174:6813/181380973","state":["exists","up"]},{"osd":3,"uuid":"d8ff0df3-8d0d-4222-b1f9-03f96907db84","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6810","nonce":4056869080},{"type":"v1","addr":"172.21.15.67:6811","nonce":4056869080}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6812","nonce":4056869080},{"type":"v1","addr":"172.21.15.67:6813","nonce":4056869080}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6816","nonce":4056869080},{"type":"v1","addr":"172.21.15.67:6817","nonce":4056869080}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6814","nonce":4056869080},{"type":"v1","addr":"172.21.15.67:6815","nonce":4056869080}]},"public_addr":"172.21.15.67:6811/4056869080","cluster_addr":"172.21.15.67:6813/4056869080","heartbeat_back_addr":"172.21.15.67:6817/4056869080","heartbeat_front_addr":"172.21.15.67:6815/4056869080","state":["exists","up"]},{"osd":4,"uuid":"31d2e290-ad87-4dfe-a4f8-c0ebf81a31a2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6816","nonce":3371725575},{"type":"v1","addr":"172.21.15.174:6817","nonce":3371725575}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6818","nonce":3371725575},{"type":"v1","addr":"172.21.15.174:6819","nonce":3371725575}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6822","nonce":3371725575},{"type":"v1","addr":"172.21.15.174:6823","nonce":3371725575}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6820","nonce":3371725575},{"type":"v1","addr":"172.21.15.174:6821","nonce":3371725575}]},"public_addr":"172.21.15.174:6817/3371725575","cluster_addr":"172.21.15.174:6819/3371725575","heartbeat_back_addr":"172.21.15.174:6823/3371725575","heartbeat_front_addr":"172.21.15.174:6821/3371725575","state":["exists","up"]},{"osd":5,"uuid":"fea1da5d-2d45-4fd8-87fe-6f5c8134de51","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6818","nonce":105020244},{"type":"v1","addr":"172.21.15.67:6819","nonce":105020244}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6820","nonce":105020244},{"type":"v1","addr":"172.21.15.67:6821","nonce":105020244}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6824","nonce":105020244},{"type":"v1","addr":"172.21.15.67:6825","nonce":105020244}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6822","nonce":105020244},{"type":"v1","addr":"172.21.15.67:6823","nonce":105020244}]},"public_addr":"172.21.15.67:6819/105020244","cluster_addr":"172.21.15.67:6821/105020244","heartbeat_back_addr":"172.21.15.67:6825/105020244","heartbeat_front_addr":"172.21.15.67:6823/105020244","state":["exists","up"]},{"osd":6,"uuid":"33d6d7dc-cade-4bdc-bf81-5af49850d375","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6824","nonce":506220539},{"type":"v1","addr":"172.21.15.174:6825","nonce":506220539}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6826","nonce":506220539},{"type":"v1","addr":"172.21.15.174:6827","nonce":506220539}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6830","nonce":506220539},{"type":"v1","addr":"172.21.15.174:6831","nonce":506220539}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6828","nonce":506220539},{"type":"v1","addr":"172.21.15.174:6829","nonce":506220539}]},"public_addr":"172.21.15.174:6825/506220539","cluster_addr":"172.21.15.174:6827/506220539","heartbeat_back_addr":"172.21.15.174:6831/506220539","heartbeat_front_addr":"172.21.15.174:6829/506220539","state":["exists","up"]},{"osd":7,"uuid":"1a8a18f5-0b37-4033-87f7-2863efe49046","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6826","nonce":3797953975},{"type":"v1","addr":"172.21.15.67:6827","nonce":3797953975}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6828","nonce":3797953975},{"type":"v1","addr":"172.21.15.67:6829","nonce":3797953975}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6832","nonce":3797953975},{"type":"v1","addr":"172.21.15.67:6833","nonce":3797953975}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6830","nonce":3797953975},{"type":"v1","addr":"172.21.15.67:6831","nonce":3797953975}]},"public_addr":"172.21.15.67:6827/3797953975","cluster_addr":"172.21.15.67:6829/3797953975","heartbeat_back_addr":"172.21.15.67:6833/3797953975","heartbeat_front_addr":"172.21.15.67:6831/3797953975","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T07:31:44.973507+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T07:31:48.790044+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T07:31:50.418354+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T07:31:54.409681+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T07:31:55.982138+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T07:32:02.035448+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T07:32:00.421187+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T07:32:07.210166+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.67:6800/1681666933":"2024-02-11T07:29:40.742209+0000","172.21.15.67:0/1903995209":"2024-02-11T07:29:40.742209+0000","172.21.15.67:6801/1681666933":"2024-02-11T07:29:40.742209+0000","172.21.15.67:0/4249814963":"2024-02-11T07:28:12.823097+0000","172.21.15.67:6801/878527647":"2024-02-11T07:28:12.823097+0000","172.21.15.67:6800/878527647":"2024-02-11T07:28:12.823097+0000","172.21.15.67:0/701521233":"2024-02-11T07:29:40.742209+0000","172.21.15.67:0/752451110":"2024-02-11T07:27:26.730439+0000","172.21.15.67:0/2231080508":"2024-02-11T07:27:26.730439+0000","172.21.15.67:6800/2711819363":"2024-02-11T07:27:26.730439+0000","172.21.15.67:0/386475810":"2024-02-11T07:29:40.742209+0000","172.21.15.67:0/3335038444":"2024-02-11T07:28:12.823097+0000","172.21.15.67:0/3539957":"2024-02-11T07:27:26.730439+0000","172.21.15.67:0/1219327325":"2024-02-11T07:28:12.823097+0000","172.21.15.67:6801/2711819363":"2024-02-11T07:27:26.730439+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-10T07:32:27.312 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:27 smithi067 bash[18640]: cluster 2024-02-10T07:32:25.382464+0000 mgr.smithi067.noawcm (mgr.14197) 137 : cluster 0 pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-02-10T07:32:27.312 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:27 smithi067 bash[18640]: cephadm 2024-02-10T07:32:25.836144+0000 mgr.smithi067.noawcm (mgr.14197) 138 : cephadm 1 Detected new or changed devices on smithi174 2024-02-10T07:32:27.312 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:27 smithi067 bash[18640]: cephadm 2024-02-10T07:32:25.863931+0000 mgr.smithi067.noawcm (mgr.14197) 139 : cephadm 1 Adjusting osd_memory_target on smithi174 to 3772M 2024-02-10T07:32:27.313 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:27 smithi067 bash[18640]: audit 2024-02-10T07:32:26.562374+0000 mon.smithi067 (mon.0) 690 : audit 0 from='client.? 172.21.15.67:0/3757545429' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T07:32:27.368 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-02-10T07:31:53.355995+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': '23', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 7.889999866485596, 'score_stable': 7.889999866485596, 'optimal_score': 0.3799999952316284, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-02-10T07:32:27.369 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph osd pool get .mgr pg_num 2024-02-10T07:32:27.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:27 smithi174 bash[23193]: cluster 2024-02-10T07:32:25.382464+0000 mgr.smithi067.noawcm (mgr.14197) 137 : cluster 0 pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-02-10T07:32:27.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:27 smithi174 bash[23193]: cephadm 2024-02-10T07:32:25.836144+0000 mgr.smithi067.noawcm (mgr.14197) 138 : cephadm 1 Detected new or changed devices on smithi174 2024-02-10T07:32:27.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:27 smithi174 bash[23193]: cephadm 2024-02-10T07:32:25.863931+0000 mgr.smithi067.noawcm (mgr.14197) 139 : cephadm 1 Adjusting osd_memory_target on smithi174 to 3772M 2024-02-10T07:32:27.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:27 smithi174 bash[23193]: audit 2024-02-10T07:32:26.562374+0000 mon.smithi067 (mon.0) 690 : audit 0 from='client.? 172.21.15.67:0/3757545429' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T07:32:29.261 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:28 smithi067 bash[18640]: cluster 2024-02-10T07:32:27.382887+0000 mgr.smithi067.noawcm (mgr.14197) 140 : cluster 0 pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:32:29.261 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:28 smithi067 bash[18640]: cephadm 2024-02-10T07:32:27.949961+0000 mgr.smithi067.noawcm (mgr.14197) 141 : cephadm 1 Detected new or changed devices on smithi067 2024-02-10T07:32:29.261 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:28 smithi067 bash[18640]: audit 2024-02-10T07:32:27.961103+0000 mon.smithi067 (mon.0) 691 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:29.261 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:28 smithi067 bash[18640]: audit 2024-02-10T07:32:27.971658+0000 mon.smithi067 (mon.0) 692 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:29.261 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:28 smithi067 bash[18640]: audit 2024-02-10T07:32:27.974762+0000 mon.smithi067 (mon.0) 693 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-10T07:32:29.261 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:28 smithi067 bash[18640]: audit 2024-02-10T07:32:27.976299+0000 mon.smithi067 (mon.0) 694 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-10T07:32:29.261 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:28 smithi067 bash[18640]: audit 2024-02-10T07:32:27.978049+0000 mon.smithi067 (mon.0) 695 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-10T07:32:29.261 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:28 smithi067 bash[18640]: audit 2024-02-10T07:32:27.980548+0000 mon.smithi067 (mon.0) 696 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-10T07:32:29.262 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:28 smithi067 bash[18640]: cephadm 2024-02-10T07:32:27.981854+0000 mgr.smithi067.noawcm (mgr.14197) 142 : cephadm 1 Adjusting osd_memory_target on smithi067 to 3004M 2024-02-10T07:32:29.262 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:28 smithi067 bash[18640]: audit 2024-02-10T07:32:27.988033+0000 mon.smithi067 (mon.0) 697 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:29.262 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:28 smithi067 bash[18640]: audit 2024-02-10T07:32:27.992919+0000 mon.smithi067 (mon.0) 698 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:32:29.262 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:28 smithi067 bash[18640]: audit 2024-02-10T07:32:27.994529+0000 mon.smithi067 (mon.0) 699 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:32:29.262 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:28 smithi067 bash[18640]: audit 2024-02-10T07:32:28.004375+0000 mon.smithi067 (mon.0) 700 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:29.262 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:28 smithi067 bash[18640]: audit 2024-02-10T07:32:28.012319+0000 mon.smithi067 (mon.0) 701 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:32:29.262 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:28 smithi067 bash[18640]: audit 2024-02-10T07:32:28.022543+0000 mon.smithi067 (mon.0) 702 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T07:32:29.262 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:28 smithi067 bash[18640]: audit 2024-02-10T07:32:28.024270+0000 mon.smithi067 (mon.0) 703 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:32:29.262 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:28 smithi067 bash[18640]: audit 2024-02-10T07:32:28.033026+0000 mon.smithi067 (mon.0) 704 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T07:32:29.262 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:28 smithi067 bash[18640]: audit 2024-02-10T07:32:28.038632+0000 mon.smithi067 (mon.0) 705 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:32:29.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:28 smithi174 bash[23193]: cluster 2024-02-10T07:32:27.382887+0000 mgr.smithi067.noawcm (mgr.14197) 140 : cluster 0 pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:32:29.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:28 smithi174 bash[23193]: cephadm 2024-02-10T07:32:27.949961+0000 mgr.smithi067.noawcm (mgr.14197) 141 : cephadm 1 Detected new or changed devices on smithi067 2024-02-10T07:32:29.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:28 smithi174 bash[23193]: audit 2024-02-10T07:32:27.961103+0000 mon.smithi067 (mon.0) 691 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:29.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:28 smithi174 bash[23193]: audit 2024-02-10T07:32:27.971658+0000 mon.smithi067 (mon.0) 692 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:29.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:28 smithi174 bash[23193]: audit 2024-02-10T07:32:27.974762+0000 mon.smithi067 (mon.0) 693 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-10T07:32:29.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:28 smithi174 bash[23193]: audit 2024-02-10T07:32:27.976299+0000 mon.smithi067 (mon.0) 694 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-10T07:32:29.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:28 smithi174 bash[23193]: audit 2024-02-10T07:32:27.978049+0000 mon.smithi067 (mon.0) 695 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-10T07:32:29.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:28 smithi174 bash[23193]: audit 2024-02-10T07:32:27.980548+0000 mon.smithi067 (mon.0) 696 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-10T07:32:29.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:28 smithi174 bash[23193]: cephadm 2024-02-10T07:32:27.981854+0000 mgr.smithi067.noawcm (mgr.14197) 142 : cephadm 1 Adjusting osd_memory_target on smithi067 to 3004M 2024-02-10T07:32:29.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:28 smithi174 bash[23193]: audit 2024-02-10T07:32:27.988033+0000 mon.smithi067 (mon.0) 697 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:29.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:28 smithi174 bash[23193]: audit 2024-02-10T07:32:27.992919+0000 mon.smithi067 (mon.0) 698 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:32:29.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:28 smithi174 bash[23193]: audit 2024-02-10T07:32:27.994529+0000 mon.smithi067 (mon.0) 699 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:32:29.270 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:28 smithi174 bash[23193]: audit 2024-02-10T07:32:28.004375+0000 mon.smithi067 (mon.0) 700 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:29.270 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:28 smithi174 bash[23193]: audit 2024-02-10T07:32:28.012319+0000 mon.smithi067 (mon.0) 701 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:32:29.270 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:28 smithi174 bash[23193]: audit 2024-02-10T07:32:28.022543+0000 mon.smithi067 (mon.0) 702 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T07:32:29.270 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:28 smithi174 bash[23193]: audit 2024-02-10T07:32:28.024270+0000 mon.smithi067 (mon.0) 703 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:32:29.270 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:28 smithi174 bash[23193]: audit 2024-02-10T07:32:28.033026+0000 mon.smithi067 (mon.0) 704 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T07:32:29.270 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:28 smithi174 bash[23193]: audit 2024-02-10T07:32:28.038632+0000 mon.smithi067 (mon.0) 705 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:32:31.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:30 smithi174 bash[23193]: cluster 2024-02-10T07:32:29.383427+0000 mgr.smithi067.noawcm (mgr.14197) 143 : cluster 0 pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:32:31.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:30 smithi067 bash[18640]: cluster 2024-02-10T07:32:29.383427+0000 mgr.smithi067.noawcm (mgr.14197) 143 : cluster 0 pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:32:32.161 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:32:33.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:33 smithi067 bash[18640]: cluster 2024-02-10T07:32:31.384028+0000 mgr.smithi067.noawcm (mgr.14197) 144 : cluster 0 pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:32:33.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:33 smithi174 bash[23193]: cluster 2024-02-10T07:32:31.384028+0000 mgr.smithi067.noawcm (mgr.14197) 144 : cluster 0 pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:32:35.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:35 smithi067 bash[18640]: cluster 2024-02-10T07:32:33.384683+0000 mgr.smithi067.noawcm (mgr.14197) 145 : cluster 0 pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:32:35.304 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:35 smithi174 bash[23193]: cluster 2024-02-10T07:32:33.384683+0000 mgr.smithi067.noawcm (mgr.14197) 145 : cluster 0 pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:32:36.018 INFO:teuthology.orchestra.run.smithi067.stdout:pg_num: 1 2024-02-10T07:32:36.662 INFO:tasks.cephadm:Setting up client nodes... 2024-02-10T07:32:36.662 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-10T07:32:37.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:37 smithi174 bash[23193]: cluster 2024-02-10T07:32:35.385311+0000 mgr.smithi067.noawcm (mgr.14197) 146 : cluster 0 pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:32:37.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:37 smithi174 bash[23193]: audit 2024-02-10T07:32:36.019873+0000 mon.smithi067 (mon.0) 706 : audit 0 from='client.? 172.21.15.67:0/1541518547' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-02-10T07:32:37.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:37 smithi067 bash[18640]: cluster 2024-02-10T07:32:35.385311+0000 mgr.smithi067.noawcm (mgr.14197) 146 : cluster 0 pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:32:37.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:37 smithi067 bash[18640]: audit 2024-02-10T07:32:36.019873+0000 mon.smithi067 (mon.0) 706 : audit 0 from='client.? 172.21.15.67:0/1541518547' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-02-10T07:32:39.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:39 smithi067 bash[18640]: cluster 2024-02-10T07:32:37.385791+0000 mgr.smithi067.noawcm (mgr.14197) 147 : cluster 0 pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:32:39.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:39 smithi174 bash[23193]: cluster 2024-02-10T07:32:37.385791+0000 mgr.smithi067.noawcm (mgr.14197) 147 : cluster 0 pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:32:41.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:41 smithi067 bash[18640]: cluster 2024-02-10T07:32:39.386370+0000 mgr.smithi067.noawcm (mgr.14197) 148 : cluster 0 pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:32:41.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:41 smithi067 bash[18640]: audit 2024-02-10T07:32:40.839573+0000 mon.smithi067 (mon.0) 707 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:32:41.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:41 smithi174 bash[23193]: cluster 2024-02-10T07:32:39.386370+0000 mgr.smithi067.noawcm (mgr.14197) 148 : cluster 0 pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:32:41.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:41 smithi174 bash[23193]: audit 2024-02-10T07:32:40.839573+0000 mon.smithi067 (mon.0) 707 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:32:41.651 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:32:43.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:43 smithi067 bash[18640]: cluster 2024-02-10T07:32:41.386975+0000 mgr.smithi067.noawcm (mgr.14197) 149 : cluster 0 pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:32:43.459 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:43 smithi174 bash[23193]: cluster 2024-02-10T07:32:41.386975+0000 mgr.smithi067.noawcm (mgr.14197) 149 : cluster 0 pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:32:44.660 INFO:teuthology.orchestra.run.smithi067.stdout:[client.0] 2024-02-10T07:32:44.660 INFO:teuthology.orchestra.run.smithi067.stdout: key = AQCcJsdlEac8JxAAEwud40JgKi0V5MToYCXftw== 2024-02-10T07:32:45.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:45 smithi174 bash[23193]: cluster 2024-02-10T07:32:43.387556+0000 mgr.smithi067.noawcm (mgr.14197) 150 : cluster 0 pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:32:45.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:45 smithi174 bash[23193]: audit 2024-02-10T07:32:44.658071+0000 mon.smithi067 (mon.0) 708 : audit 1 from='client.? 172.21.15.67:0/1871478836' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-10T07:32:45.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:45 smithi174 bash[23193]: audit 2024-02-10T07:32:44.661015+0000 mon.smithi067 (mon.0) 709 : audit 1 from='client.? 172.21.15.67:0/1871478836' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-10T07:32:45.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:45 smithi067 bash[18640]: cluster 2024-02-10T07:32:43.387556+0000 mgr.smithi067.noawcm (mgr.14197) 150 : cluster 0 pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:32:45.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:45 smithi067 bash[18640]: audit 2024-02-10T07:32:44.658071+0000 mon.smithi067 (mon.0) 708 : audit 1 from='client.? 172.21.15.67:0/1871478836' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-10T07:32:45.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:45 smithi067 bash[18640]: audit 2024-02-10T07:32:44.661015+0000 mon.smithi067 (mon.0) 709 : audit 1 from='client.? 172.21.15.67:0/1871478836' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-10T07:32:45.711 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-02-10T07:32:45.712 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-10T07:32:45.712 DEBUG:teuthology.orchestra.run.smithi067:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-10T07:32:45.735 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-10T07:32:47.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:47 smithi174 bash[23193]: cluster 2024-02-10T07:32:45.388142+0000 mgr.smithi067.noawcm (mgr.14197) 151 : cluster 0 pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:32:47.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:47 smithi067 bash[18640]: cluster 2024-02-10T07:32:45.388142+0000 mgr.smithi067.noawcm (mgr.14197) 151 : cluster 0 pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:32:49.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:49 smithi174 bash[23193]: cluster 2024-02-10T07:32:47.388764+0000 mgr.smithi067.noawcm (mgr.14197) 152 : cluster 0 pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:32:49.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:49 smithi067 bash[18640]: cluster 2024-02-10T07:32:47.388764+0000 mgr.smithi067.noawcm (mgr.14197) 152 : cluster 0 pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:32:50.511 INFO:teuthology.orchestra.run.smithi174.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi174/config 2024-02-10T07:32:51.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:51 smithi174 bash[23193]: cluster 2024-02-10T07:32:49.389375+0000 mgr.smithi067.noawcm (mgr.14197) 153 : cluster 0 pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:32:51.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:51 smithi067 bash[18640]: cluster 2024-02-10T07:32:49.389375+0000 mgr.smithi067.noawcm (mgr.14197) 153 : cluster 0 pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:32:53.263 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:53 smithi067 bash[18640]: cluster 2024-02-10T07:32:51.390028+0000 mgr.smithi067.noawcm (mgr.14197) 154 : cluster 0 pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:32:53.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:53 smithi174 bash[23193]: cluster 2024-02-10T07:32:51.390028+0000 mgr.smithi067.noawcm (mgr.14197) 154 : cluster 0 pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:32:54.286 INFO:teuthology.orchestra.run.smithi174.stdout:[client.1] 2024-02-10T07:32:54.286 INFO:teuthology.orchestra.run.smithi174.stdout: key = AQCmJsdlVcqcEBAAZP8D/a2JdHGrZfQ349q9eQ== 2024-02-10T07:32:55.397 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:55 smithi067 bash[18640]: cluster 2024-02-10T07:32:53.390633+0000 mgr.smithi067.noawcm (mgr.14197) 155 : cluster 0 pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:32:55.397 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:55 smithi067 bash[18640]: audit 2024-02-10T07:32:54.277533+0000 mon.smithi174 (mon.1) 19 : audit 1 from='client.? 172.21.15.174:0/3997735317' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-10T07:32:55.397 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:55 smithi067 bash[18640]: audit 2024-02-10T07:32:54.278291+0000 mon.smithi067 (mon.0) 710 : audit 1 from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-10T07:32:55.397 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:55 smithi067 bash[18640]: audit 2024-02-10T07:32:54.281902+0000 mon.smithi067 (mon.0) 711 : audit 1 from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-10T07:32:55.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:55 smithi174 bash[23193]: cluster 2024-02-10T07:32:53.390633+0000 mgr.smithi067.noawcm (mgr.14197) 155 : cluster 0 pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:32:55.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:55 smithi174 bash[23193]: audit 2024-02-10T07:32:54.277533+0000 mon.smithi174 (mon.1) 19 : audit 1 from='client.? 172.21.15.174:0/3997735317' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-10T07:32:55.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:55 smithi174 bash[23193]: audit 2024-02-10T07:32:54.278291+0000 mon.smithi067 (mon.0) 710 : audit 1 from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-10T07:32:55.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:55 smithi174 bash[23193]: audit 2024-02-10T07:32:54.281902+0000 mon.smithi067 (mon.0) 711 : audit 1 from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-10T07:32:55.548 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-02-10T07:32:55.549 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-02-10T07:32:55.549 DEBUG:teuthology.orchestra.run.smithi174:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-02-10T07:32:55.576 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-10T07:32:55.576 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-10T07:32:55.576 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph mgr dump --format=json 2024-02-10T07:32:57.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:56 smithi174 bash[23193]: cluster 2024-02-10T07:32:55.391404+0000 mgr.smithi067.noawcm (mgr.14197) 156 : cluster 0 pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:32:57.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:56 smithi174 bash[23193]: audit 2024-02-10T07:32:55.611584+0000 mon.smithi067 (mon.0) 712 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:57.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:56 smithi174 bash[23193]: audit 2024-02-10T07:32:55.620937+0000 mon.smithi067 (mon.0) 713 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:57.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:56 smithi174 bash[23193]: audit 2024-02-10T07:32:55.839465+0000 mon.smithi067 (mon.0) 714 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:32:57.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:56 smithi174 bash[23193]: audit 2024-02-10T07:32:55.920517+0000 mon.smithi067 (mon.0) 715 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:57.019 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:56 smithi174 bash[23193]: audit 2024-02-10T07:32:55.933787+0000 mon.smithi067 (mon.0) 716 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:57.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:56 smithi067 bash[18640]: cluster 2024-02-10T07:32:55.391404+0000 mgr.smithi067.noawcm (mgr.14197) 156 : cluster 0 pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:32:57.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:56 smithi067 bash[18640]: audit 2024-02-10T07:32:55.611584+0000 mon.smithi067 (mon.0) 712 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:57.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:56 smithi067 bash[18640]: audit 2024-02-10T07:32:55.620937+0000 mon.smithi067 (mon.0) 713 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:57.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:56 smithi067 bash[18640]: audit 2024-02-10T07:32:55.839465+0000 mon.smithi067 (mon.0) 714 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:32:57.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:56 smithi067 bash[18640]: audit 2024-02-10T07:32:55.920517+0000 mon.smithi067 (mon.0) 715 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:57.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:56 smithi067 bash[18640]: audit 2024-02-10T07:32:55.933787+0000 mon.smithi067 (mon.0) 716 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:32:59.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:32:58 smithi174 bash[23193]: cluster 2024-02-10T07:32:57.392097+0000 mgr.smithi067.noawcm (mgr.14197) 157 : cluster 0 pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:32:59.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:32:58 smithi067 bash[18640]: cluster 2024-02-10T07:32:57.392097+0000 mgr.smithi067.noawcm (mgr.14197) 157 : cluster 0 pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:00.399 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:33:00.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:00 smithi067 bash[18640]: cluster 2024-02-10T07:32:59.392757+0000 mgr.smithi067.noawcm (mgr.14197) 158 : cluster 0 pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:01.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:00 smithi174 bash[23193]: cluster 2024-02-10T07:32:59.392757+0000 mgr.smithi067.noawcm (mgr.14197) 158 : cluster 0 pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:03.162 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-10T07:33:03.228 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:03 smithi067 bash[18640]: cluster 2024-02-10T07:33:01.393177+0000 mgr.smithi067.noawcm (mgr.14197) 159 : cluster 0 pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:03.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:03 smithi174 bash[23193]: cluster 2024-02-10T07:33:01.393177+0000 mgr.smithi067.noawcm (mgr.14197) 159 : cluster 0 pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:03.875 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":19,"flags":0,"active_gid":14197,"active_name":"smithi067.noawcm","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6800","nonce":3744637320},{"type":"v1","addr":"172.21.15.67:6801","nonce":3744637320}]},"active_addr":"172.21.15.67:6801/3744637320","active_change":"2024-02-10T07:29:40.742332+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":14211,"name":"smithi174.fkboaf","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:latest","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":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"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":[]},"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":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"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","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:latest","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":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"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":[]},"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":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"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.67:8443/","prometheus":"http://172.21.15.67:9283/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"squid":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":5,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.67:0","nonce":1248338391}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.67:0","nonce":2793622401}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.67:0","nonce":548175788}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.67:0","nonce":677848683}]}]} 2024-02-10T07:33:03.883 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-10T07:33:03.883 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-10T07:33:03.883 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph osd dump --format=json 2024-02-10T07:33:04.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:04 smithi067 bash[18640]: audit 2024-02-10T07:33:03.152943+0000 mon.smithi067 (mon.0) 717 : audit 0 from='client.? 172.21.15.67:0/485464109' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-10T07:33:04.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:04 smithi174 bash[23193]: audit 2024-02-10T07:33:03.152943+0000 mon.smithi067 (mon.0) 717 : audit 0 from='client.? 172.21.15.67:0/485464109' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-10T07:33:05.520 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:05 smithi174 bash[23193]: cluster 2024-02-10T07:33:03.393689+0000 mgr.smithi067.noawcm (mgr.14197) 160 : cluster 0 pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:05.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:05 smithi067 bash[18640]: cluster 2024-02-10T07:33:03.393689+0000 mgr.smithi067.noawcm (mgr.14197) 160 : cluster 0 pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:07.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:07 smithi174 bash[23193]: cluster 2024-02-10T07:33:05.394339+0000 mgr.smithi067.noawcm (mgr.14197) 161 : cluster 0 pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:07.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:07 smithi067 bash[18640]: cluster 2024-02-10T07:33:05.394339+0000 mgr.smithi067.noawcm (mgr.14197) 161 : cluster 0 pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:08.686 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:33:09.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:09 smithi174 bash[23193]: cluster 2024-02-10T07:33:07.394941+0000 mgr.smithi067.noawcm (mgr.14197) 162 : cluster 0 pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:09.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:09 smithi067 bash[18640]: cluster 2024-02-10T07:33:07.394941+0000 mgr.smithi067.noawcm (mgr.14197) 162 : cluster 0 pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:11.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:11 smithi067 bash[18640]: cluster 2024-02-10T07:33:09.395557+0000 mgr.smithi067.noawcm (mgr.14197) 163 : cluster 0 pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:11.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:11 smithi067 bash[18640]: audit 2024-02-10T07:33:10.840407+0000 mon.smithi067 (mon.0) 718 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:33:11.414 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-10T07:33:11.414 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":38,"fsid":"9dfc5860-c7e5-11ee-95b8-87774f69a715","created":"2024-02-10T07:26:55.107528+0000","modified":"2024-02-10T07:32:13.069186+0000","last_up_change":"2024-02-10T07:32:09.026634+0000","last_in_change":"2024-02-10T07:31:20.280402+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-02-10T07:31:53.355995+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":"23","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"2d6b0096-e3c9-481f-85db-4cf96c188dbc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6800","nonce":2658564609},{"type":"v1","addr":"172.21.15.174:6801","nonce":2658564609}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6802","nonce":2658564609},{"type":"v1","addr":"172.21.15.174:6803","nonce":2658564609}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6806","nonce":2658564609},{"type":"v1","addr":"172.21.15.174:6807","nonce":2658564609}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6804","nonce":2658564609},{"type":"v1","addr":"172.21.15.174:6805","nonce":2658564609}]},"public_addr":"172.21.15.174:6801/2658564609","cluster_addr":"172.21.15.174:6803/2658564609","heartbeat_back_addr":"172.21.15.174:6807/2658564609","heartbeat_front_addr":"172.21.15.174:6805/2658564609","state":["exists","up"]},{"osd":1,"uuid":"50025d77-f0f1-4c41-a30b-a919ebd03a14","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6802","nonce":3109032738},{"type":"v1","addr":"172.21.15.67:6803","nonce":3109032738}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6804","nonce":3109032738},{"type":"v1","addr":"172.21.15.67:6805","nonce":3109032738}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6808","nonce":3109032738},{"type":"v1","addr":"172.21.15.67:6809","nonce":3109032738}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6806","nonce":3109032738},{"type":"v1","addr":"172.21.15.67:6807","nonce":3109032738}]},"public_addr":"172.21.15.67:6803/3109032738","cluster_addr":"172.21.15.67:6805/3109032738","heartbeat_back_addr":"172.21.15.67:6809/3109032738","heartbeat_front_addr":"172.21.15.67:6807/3109032738","state":["exists","up"]},{"osd":2,"uuid":"0b05dd0e-90b0-40a1-8070-6351434755a0","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.174:6808","nonce":181380973},{"type":"v1","addr":"172.21.15.174:6809","nonce":181380973}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6810","nonce":181380973},{"type":"v1","addr":"172.21.15.174:6811","nonce":181380973}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6814","nonce":181380973},{"type":"v1","addr":"172.21.15.174:6815","nonce":181380973}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6812","nonce":181380973},{"type":"v1","addr":"172.21.15.174:6813","nonce":181380973}]},"public_addr":"172.21.15.174:6809/181380973","cluster_addr":"172.21.15.174:6811/181380973","heartbeat_back_addr":"172.21.15.174:6815/181380973","heartbeat_front_addr":"172.21.15.174:6813/181380973","state":["exists","up"]},{"osd":3,"uuid":"d8ff0df3-8d0d-4222-b1f9-03f96907db84","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6810","nonce":4056869080},{"type":"v1","addr":"172.21.15.67:6811","nonce":4056869080}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6812","nonce":4056869080},{"type":"v1","addr":"172.21.15.67:6813","nonce":4056869080}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6816","nonce":4056869080},{"type":"v1","addr":"172.21.15.67:6817","nonce":4056869080}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6814","nonce":4056869080},{"type":"v1","addr":"172.21.15.67:6815","nonce":4056869080}]},"public_addr":"172.21.15.67:6811/4056869080","cluster_addr":"172.21.15.67:6813/4056869080","heartbeat_back_addr":"172.21.15.67:6817/4056869080","heartbeat_front_addr":"172.21.15.67:6815/4056869080","state":["exists","up"]},{"osd":4,"uuid":"31d2e290-ad87-4dfe-a4f8-c0ebf81a31a2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6816","nonce":3371725575},{"type":"v1","addr":"172.21.15.174:6817","nonce":3371725575}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6818","nonce":3371725575},{"type":"v1","addr":"172.21.15.174:6819","nonce":3371725575}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6822","nonce":3371725575},{"type":"v1","addr":"172.21.15.174:6823","nonce":3371725575}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6820","nonce":3371725575},{"type":"v1","addr":"172.21.15.174:6821","nonce":3371725575}]},"public_addr":"172.21.15.174:6817/3371725575","cluster_addr":"172.21.15.174:6819/3371725575","heartbeat_back_addr":"172.21.15.174:6823/3371725575","heartbeat_front_addr":"172.21.15.174:6821/3371725575","state":["exists","up"]},{"osd":5,"uuid":"fea1da5d-2d45-4fd8-87fe-6f5c8134de51","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6818","nonce":105020244},{"type":"v1","addr":"172.21.15.67:6819","nonce":105020244}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6820","nonce":105020244},{"type":"v1","addr":"172.21.15.67:6821","nonce":105020244}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6824","nonce":105020244},{"type":"v1","addr":"172.21.15.67:6825","nonce":105020244}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6822","nonce":105020244},{"type":"v1","addr":"172.21.15.67:6823","nonce":105020244}]},"public_addr":"172.21.15.67:6819/105020244","cluster_addr":"172.21.15.67:6821/105020244","heartbeat_back_addr":"172.21.15.67:6825/105020244","heartbeat_front_addr":"172.21.15.67:6823/105020244","state":["exists","up"]},{"osd":6,"uuid":"33d6d7dc-cade-4bdc-bf81-5af49850d375","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6824","nonce":506220539},{"type":"v1","addr":"172.21.15.174:6825","nonce":506220539}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6826","nonce":506220539},{"type":"v1","addr":"172.21.15.174:6827","nonce":506220539}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6830","nonce":506220539},{"type":"v1","addr":"172.21.15.174:6831","nonce":506220539}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6828","nonce":506220539},{"type":"v1","addr":"172.21.15.174:6829","nonce":506220539}]},"public_addr":"172.21.15.174:6825/506220539","cluster_addr":"172.21.15.174:6827/506220539","heartbeat_back_addr":"172.21.15.174:6831/506220539","heartbeat_front_addr":"172.21.15.174:6829/506220539","state":["exists","up"]},{"osd":7,"uuid":"1a8a18f5-0b37-4033-87f7-2863efe49046","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6826","nonce":3797953975},{"type":"v1","addr":"172.21.15.67:6827","nonce":3797953975}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6828","nonce":3797953975},{"type":"v1","addr":"172.21.15.67:6829","nonce":3797953975}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6832","nonce":3797953975},{"type":"v1","addr":"172.21.15.67:6833","nonce":3797953975}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6830","nonce":3797953975},{"type":"v1","addr":"172.21.15.67:6831","nonce":3797953975}]},"public_addr":"172.21.15.67:6827/3797953975","cluster_addr":"172.21.15.67:6829/3797953975","heartbeat_back_addr":"172.21.15.67:6833/3797953975","heartbeat_front_addr":"172.21.15.67:6831/3797953975","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T07:31:44.973507+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T07:31:48.790044+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T07:31:50.418354+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T07:31:54.409681+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T07:31:55.982138+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T07:32:02.035448+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T07:32:00.421187+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T07:32:07.210166+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.67:6800/1681666933":"2024-02-11T07:29:40.742209+0000","172.21.15.67:0/1903995209":"2024-02-11T07:29:40.742209+0000","172.21.15.67:6801/1681666933":"2024-02-11T07:29:40.742209+0000","172.21.15.67:0/4249814963":"2024-02-11T07:28:12.823097+0000","172.21.15.67:6801/878527647":"2024-02-11T07:28:12.823097+0000","172.21.15.67:6800/878527647":"2024-02-11T07:28:12.823097+0000","172.21.15.67:0/701521233":"2024-02-11T07:29:40.742209+0000","172.21.15.67:0/752451110":"2024-02-11T07:27:26.730439+0000","172.21.15.67:0/2231080508":"2024-02-11T07:27:26.730439+0000","172.21.15.67:6800/2711819363":"2024-02-11T07:27:26.730439+0000","172.21.15.67:0/386475810":"2024-02-11T07:29:40.742209+0000","172.21.15.67:0/3335038444":"2024-02-11T07:28:12.823097+0000","172.21.15.67:0/3539957":"2024-02-11T07:27:26.730439+0000","172.21.15.67:0/1219327325":"2024-02-11T07:28:12.823097+0000","172.21.15.67:6801/2711819363":"2024-02-11T07:27:26.730439+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-10T07:33:11.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:11 smithi174 bash[23193]: cluster 2024-02-10T07:33:09.395557+0000 mgr.smithi067.noawcm (mgr.14197) 163 : cluster 0 pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:11.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:11 smithi174 bash[23193]: audit 2024-02-10T07:33:10.840407+0000 mon.smithi067 (mon.0) 718 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:33:12.127 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-10T07:33:12.127 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph osd dump --format=json 2024-02-10T07:33:12.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:12 smithi174 bash[23193]: audit 2024-02-10T07:33:11.413602+0000 mon.smithi067 (mon.0) 719 : audit 0 from='client.? 172.21.15.67:0/1901873745' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T07:33:12.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:12 smithi067 bash[18640]: audit 2024-02-10T07:33:11.413602+0000 mon.smithi067 (mon.0) 719 : audit 0 from='client.? 172.21.15.67:0/1901873745' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T07:33:13.510 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:13 smithi174 bash[23193]: cluster 2024-02-10T07:33:11.396158+0000 mgr.smithi067.noawcm (mgr.14197) 164 : cluster 0 pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:13.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:13 smithi067 bash[18640]: cluster 2024-02-10T07:33:11.396158+0000 mgr.smithi067.noawcm (mgr.14197) 164 : cluster 0 pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:15.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:15 smithi174 bash[23193]: cluster 2024-02-10T07:33:13.396807+0000 mgr.smithi067.noawcm (mgr.14197) 165 : cluster 0 pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:15.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:15 smithi067 bash[18640]: cluster 2024-02-10T07:33:13.396807+0000 mgr.smithi067.noawcm (mgr.14197) 165 : cluster 0 pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:16.941 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:33:17.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:17 smithi067 bash[18640]: cluster 2024-02-10T07:33:15.397473+0000 mgr.smithi067.noawcm (mgr.14197) 166 : cluster 0 pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:17.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:17 smithi174 bash[23193]: cluster 2024-02-10T07:33:15.397473+0000 mgr.smithi067.noawcm (mgr.14197) 166 : cluster 0 pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:19.345 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:19 smithi067 bash[18640]: cluster 2024-02-10T07:33:17.398071+0000 mgr.smithi067.noawcm (mgr.14197) 167 : cluster 0 pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:19.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:19 smithi174 bash[23193]: cluster 2024-02-10T07:33:17.398071+0000 mgr.smithi067.noawcm (mgr.14197) 167 : cluster 0 pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:19.751 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-10T07:33:19.752 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":38,"fsid":"9dfc5860-c7e5-11ee-95b8-87774f69a715","created":"2024-02-10T07:26:55.107528+0000","modified":"2024-02-10T07:32:13.069186+0000","last_up_change":"2024-02-10T07:32:09.026634+0000","last_in_change":"2024-02-10T07:31:20.280402+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-02-10T07:31:53.355995+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":"23","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"2d6b0096-e3c9-481f-85db-4cf96c188dbc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6800","nonce":2658564609},{"type":"v1","addr":"172.21.15.174:6801","nonce":2658564609}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6802","nonce":2658564609},{"type":"v1","addr":"172.21.15.174:6803","nonce":2658564609}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6806","nonce":2658564609},{"type":"v1","addr":"172.21.15.174:6807","nonce":2658564609}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6804","nonce":2658564609},{"type":"v1","addr":"172.21.15.174:6805","nonce":2658564609}]},"public_addr":"172.21.15.174:6801/2658564609","cluster_addr":"172.21.15.174:6803/2658564609","heartbeat_back_addr":"172.21.15.174:6807/2658564609","heartbeat_front_addr":"172.21.15.174:6805/2658564609","state":["exists","up"]},{"osd":1,"uuid":"50025d77-f0f1-4c41-a30b-a919ebd03a14","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6802","nonce":3109032738},{"type":"v1","addr":"172.21.15.67:6803","nonce":3109032738}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6804","nonce":3109032738},{"type":"v1","addr":"172.21.15.67:6805","nonce":3109032738}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6808","nonce":3109032738},{"type":"v1","addr":"172.21.15.67:6809","nonce":3109032738}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6806","nonce":3109032738},{"type":"v1","addr":"172.21.15.67:6807","nonce":3109032738}]},"public_addr":"172.21.15.67:6803/3109032738","cluster_addr":"172.21.15.67:6805/3109032738","heartbeat_back_addr":"172.21.15.67:6809/3109032738","heartbeat_front_addr":"172.21.15.67:6807/3109032738","state":["exists","up"]},{"osd":2,"uuid":"0b05dd0e-90b0-40a1-8070-6351434755a0","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.174:6808","nonce":181380973},{"type":"v1","addr":"172.21.15.174:6809","nonce":181380973}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6810","nonce":181380973},{"type":"v1","addr":"172.21.15.174:6811","nonce":181380973}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6814","nonce":181380973},{"type":"v1","addr":"172.21.15.174:6815","nonce":181380973}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6812","nonce":181380973},{"type":"v1","addr":"172.21.15.174:6813","nonce":181380973}]},"public_addr":"172.21.15.174:6809/181380973","cluster_addr":"172.21.15.174:6811/181380973","heartbeat_back_addr":"172.21.15.174:6815/181380973","heartbeat_front_addr":"172.21.15.174:6813/181380973","state":["exists","up"]},{"osd":3,"uuid":"d8ff0df3-8d0d-4222-b1f9-03f96907db84","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6810","nonce":4056869080},{"type":"v1","addr":"172.21.15.67:6811","nonce":4056869080}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6812","nonce":4056869080},{"type":"v1","addr":"172.21.15.67:6813","nonce":4056869080}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6816","nonce":4056869080},{"type":"v1","addr":"172.21.15.67:6817","nonce":4056869080}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6814","nonce":4056869080},{"type":"v1","addr":"172.21.15.67:6815","nonce":4056869080}]},"public_addr":"172.21.15.67:6811/4056869080","cluster_addr":"172.21.15.67:6813/4056869080","heartbeat_back_addr":"172.21.15.67:6817/4056869080","heartbeat_front_addr":"172.21.15.67:6815/4056869080","state":["exists","up"]},{"osd":4,"uuid":"31d2e290-ad87-4dfe-a4f8-c0ebf81a31a2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6816","nonce":3371725575},{"type":"v1","addr":"172.21.15.174:6817","nonce":3371725575}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6818","nonce":3371725575},{"type":"v1","addr":"172.21.15.174:6819","nonce":3371725575}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6822","nonce":3371725575},{"type":"v1","addr":"172.21.15.174:6823","nonce":3371725575}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6820","nonce":3371725575},{"type":"v1","addr":"172.21.15.174:6821","nonce":3371725575}]},"public_addr":"172.21.15.174:6817/3371725575","cluster_addr":"172.21.15.174:6819/3371725575","heartbeat_back_addr":"172.21.15.174:6823/3371725575","heartbeat_front_addr":"172.21.15.174:6821/3371725575","state":["exists","up"]},{"osd":5,"uuid":"fea1da5d-2d45-4fd8-87fe-6f5c8134de51","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6818","nonce":105020244},{"type":"v1","addr":"172.21.15.67:6819","nonce":105020244}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6820","nonce":105020244},{"type":"v1","addr":"172.21.15.67:6821","nonce":105020244}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6824","nonce":105020244},{"type":"v1","addr":"172.21.15.67:6825","nonce":105020244}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6822","nonce":105020244},{"type":"v1","addr":"172.21.15.67:6823","nonce":105020244}]},"public_addr":"172.21.15.67:6819/105020244","cluster_addr":"172.21.15.67:6821/105020244","heartbeat_back_addr":"172.21.15.67:6825/105020244","heartbeat_front_addr":"172.21.15.67:6823/105020244","state":["exists","up"]},{"osd":6,"uuid":"33d6d7dc-cade-4bdc-bf81-5af49850d375","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6824","nonce":506220539},{"type":"v1","addr":"172.21.15.174:6825","nonce":506220539}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6826","nonce":506220539},{"type":"v1","addr":"172.21.15.174:6827","nonce":506220539}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6830","nonce":506220539},{"type":"v1","addr":"172.21.15.174:6831","nonce":506220539}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6828","nonce":506220539},{"type":"v1","addr":"172.21.15.174:6829","nonce":506220539}]},"public_addr":"172.21.15.174:6825/506220539","cluster_addr":"172.21.15.174:6827/506220539","heartbeat_back_addr":"172.21.15.174:6831/506220539","heartbeat_front_addr":"172.21.15.174:6829/506220539","state":["exists","up"]},{"osd":7,"uuid":"1a8a18f5-0b37-4033-87f7-2863efe49046","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6826","nonce":3797953975},{"type":"v1","addr":"172.21.15.67:6827","nonce":3797953975}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6828","nonce":3797953975},{"type":"v1","addr":"172.21.15.67:6829","nonce":3797953975}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6832","nonce":3797953975},{"type":"v1","addr":"172.21.15.67:6833","nonce":3797953975}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6830","nonce":3797953975},{"type":"v1","addr":"172.21.15.67:6831","nonce":3797953975}]},"public_addr":"172.21.15.67:6827/3797953975","cluster_addr":"172.21.15.67:6829/3797953975","heartbeat_back_addr":"172.21.15.67:6833/3797953975","heartbeat_front_addr":"172.21.15.67:6831/3797953975","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T07:31:44.973507+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T07:31:48.790044+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T07:31:50.418354+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T07:31:54.409681+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T07:31:55.982138+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T07:32:02.035448+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T07:32:00.421187+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T07:32:07.210166+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.67:6800/1681666933":"2024-02-11T07:29:40.742209+0000","172.21.15.67:0/1903995209":"2024-02-11T07:29:40.742209+0000","172.21.15.67:6801/1681666933":"2024-02-11T07:29:40.742209+0000","172.21.15.67:0/4249814963":"2024-02-11T07:28:12.823097+0000","172.21.15.67:6801/878527647":"2024-02-11T07:28:12.823097+0000","172.21.15.67:6800/878527647":"2024-02-11T07:28:12.823097+0000","172.21.15.67:0/701521233":"2024-02-11T07:29:40.742209+0000","172.21.15.67:0/752451110":"2024-02-11T07:27:26.730439+0000","172.21.15.67:0/2231080508":"2024-02-11T07:27:26.730439+0000","172.21.15.67:6800/2711819363":"2024-02-11T07:27:26.730439+0000","172.21.15.67:0/386475810":"2024-02-11T07:29:40.742209+0000","172.21.15.67:0/3335038444":"2024-02-11T07:28:12.823097+0000","172.21.15.67:0/3539957":"2024-02-11T07:27:26.730439+0000","172.21.15.67:0/1219327325":"2024-02-11T07:28:12.823097+0000","172.21.15.67:6801/2711819363":"2024-02-11T07:27:26.730439+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-10T07:33:20.381 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:20 smithi067 bash[18640]: audit 2024-02-10T07:33:19.751746+0000 mon.smithi067 (mon.0) 720 : audit 0 from='client.? 172.21.15.67:0/2210455963' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T07:33:20.382 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-10T07:33:20.383 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-10T07:33:20.383 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-10T07:33:20.384 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-10T07:33:20.384 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-10T07:33:20.384 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-10T07:33:20.385 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-10T07:33:20.385 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-10T07:33:20.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:20 smithi174 bash[23193]: audit 2024-02-10T07:33:19.751746+0000 mon.smithi067 (mon.0) 720 : audit 0 from='client.? 172.21.15.67:0/2210455963' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T07:33:21.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:21 smithi174 bash[23193]: cluster 2024-02-10T07:33:19.398467+0000 mgr.smithi067.noawcm (mgr.14197) 168 : cluster 0 pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:21.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:21 smithi067 bash[18640]: cluster 2024-02-10T07:33:19.398467+0000 mgr.smithi067.noawcm (mgr.14197) 168 : cluster 0 pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:23.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:23 smithi174 bash[23193]: cluster 2024-02-10T07:33:21.399028+0000 mgr.smithi067.noawcm (mgr.14197) 169 : cluster 0 pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:23.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:23 smithi067 bash[18640]: cluster 2024-02-10T07:33:21.399028+0000 mgr.smithi067.noawcm (mgr.14197) 169 : cluster 0 pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:25.312 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:33:25.312 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:33:25.312 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:33:25.313 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:33:25.313 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:33:25.313 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:33:25.314 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:33:25.316 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:33:25.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:25 smithi174 bash[23193]: cluster 2024-02-10T07:33:23.399633+0000 mgr.smithi067.noawcm (mgr.14197) 170 : cluster 0 pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:25.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:25 smithi067 bash[18640]: cluster 2024-02-10T07:33:23.399633+0000 mgr.smithi067.noawcm (mgr.14197) 170 : cluster 0 pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:26.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:26 smithi174 bash[23193]: audit 2024-02-10T07:33:25.840983+0000 mon.smithi067 (mon.0) 721 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:33:26.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:26 smithi067 bash[18640]: audit 2024-02-10T07:33:25.840983+0000 mon.smithi067 (mon.0) 721 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:33:27.114 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:27 smithi067 bash[18640]: cluster 2024-02-10T07:33:25.400223+0000 mgr.smithi067.noawcm (mgr.14197) 171 : cluster 0 pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:27.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:27 smithi174 bash[23193]: cluster 2024-02-10T07:33:25.400223+0000 mgr.smithi067.noawcm (mgr.14197) 171 : cluster 0 pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:29.260 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:29 smithi067 bash[18640]: cluster 2024-02-10T07:33:27.400629+0000 mgr.smithi067.noawcm (mgr.14197) 172 : cluster 0 pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:29.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:29 smithi174 bash[23193]: cluster 2024-02-10T07:33:27.400629+0000 mgr.smithi067.noawcm (mgr.14197) 172 : cluster 0 pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:31.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:31 smithi067 bash[18640]: cluster 2024-02-10T07:33:29.401134+0000 mgr.smithi067.noawcm (mgr.14197) 173 : cluster 0 pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:31.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:31 smithi174 bash[23193]: cluster 2024-02-10T07:33:29.401134+0000 mgr.smithi067.noawcm (mgr.14197) 173 : cluster 0 pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:33.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:33 smithi174 bash[23193]: cluster 2024-02-10T07:33:31.401844+0000 mgr.smithi067.noawcm (mgr.14197) 174 : cluster 0 pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:33.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:33 smithi067 bash[18640]: cluster 2024-02-10T07:33:31.401844+0000 mgr.smithi067.noawcm (mgr.14197) 174 : cluster 0 pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:35.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:35 smithi067 bash[18640]: cluster 2024-02-10T07:33:33.402506+0000 mgr.smithi067.noawcm (mgr.14197) 175 : cluster 0 pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:35.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:35 smithi174 bash[23193]: cluster 2024-02-10T07:33:33.402506+0000 mgr.smithi067.noawcm (mgr.14197) 175 : cluster 0 pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:37.228 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:37 smithi067 bash[18640]: cluster 2024-02-10T07:33:35.402959+0000 mgr.smithi067.noawcm (mgr.14197) 176 : cluster 0 pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:37.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:37 smithi174 bash[23193]: cluster 2024-02-10T07:33:35.402959+0000 mgr.smithi067.noawcm (mgr.14197) 176 : cluster 0 pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:37.631 INFO:teuthology.orchestra.run.smithi067.stdout:124554051605 2024-02-10T07:33:37.631 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-10T07:33:37.854 INFO:teuthology.orchestra.run.smithi067.stdout:128849018901 2024-02-10T07:33:37.855 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-10T07:33:38.859 INFO:teuthology.orchestra.run.smithi067.stdout:85899345944 2024-02-10T07:33:38.859 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-10T07:33:39.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:39 smithi174 bash[23193]: cluster 2024-02-10T07:33:37.403249+0000 mgr.smithi067.noawcm (mgr.14197) 177 : cluster 0 pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:39.519 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:39 smithi067 bash[18640]: cluster 2024-02-10T07:33:37.403249+0000 mgr.smithi067.noawcm (mgr.14197) 177 : cluster 0 pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:39.520 INFO:teuthology.orchestra.run.smithi067.stdout:81604378647 2024-02-10T07:33:39.520 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-10T07:33:39.524 INFO:teuthology.orchestra.run.smithi067.stdout:103079215126 2024-02-10T07:33:39.527 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-10T07:33:39.860 INFO:teuthology.orchestra.run.smithi067.stdout:107374182422 2024-02-10T07:33:39.861 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-10T07:33:40.501 INFO:teuthology.orchestra.run.smithi067.stdout:146028888085 2024-02-10T07:33:40.502 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-10T07:33:40.513 INFO:teuthology.orchestra.run.smithi067.stdout:68719476761 2024-02-10T07:33:40.514 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-10T07:33:41.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:41 smithi174 bash[23193]: cluster 2024-02-10T07:33:39.403842+0000 mgr.smithi067.noawcm (mgr.14197) 178 : cluster 0 pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:41.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:41 smithi174 bash[23193]: audit 2024-02-10T07:33:40.841457+0000 mon.smithi067 (mon.0) 722 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:33:41.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:41 smithi067 bash[18640]: cluster 2024-02-10T07:33:39.403842+0000 mgr.smithi067.noawcm (mgr.14197) 178 : cluster 0 pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:41.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:41 smithi067 bash[18640]: audit 2024-02-10T07:33:40.841457+0000 mon.smithi067 (mon.0) 722 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:33:43.454 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:33:43.454 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:33:43.454 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:33:43.455 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:33:43.455 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:33:43.479 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:43 smithi067 bash[18640]: cluster 2024-02-10T07:33:41.404547+0000 mgr.smithi067.noawcm (mgr.14197) 179 : cluster 0 pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:43.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:43 smithi174 bash[23193]: cluster 2024-02-10T07:33:41.404547+0000 mgr.smithi067.noawcm (mgr.14197) 179 : cluster 0 pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:44.477 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:33:44.477 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:33:44.479 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:33:45.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:45 smithi174 bash[23193]: cluster 2024-02-10T07:33:43.405127+0000 mgr.smithi067.noawcm (mgr.14197) 180 : cluster 0 pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:45.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:45 smithi067 bash[18640]: cluster 2024-02-10T07:33:43.405127+0000 mgr.smithi067.noawcm (mgr.14197) 180 : cluster 0 pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:47.179 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:47 smithi067 bash[18640]: cluster 2024-02-10T07:33:45.405812+0000 mgr.smithi067.noawcm (mgr.14197) 181 : cluster 0 pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:47.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:47 smithi174 bash[23193]: cluster 2024-02-10T07:33:45.405812+0000 mgr.smithi067.noawcm (mgr.14197) 181 : cluster 0 pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:49.478 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:49 smithi067 bash[18640]: cluster 2024-02-10T07:33:47.406451+0000 mgr.smithi067.noawcm (mgr.14197) 182 : cluster 0 pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:49.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:49 smithi174 bash[23193]: cluster 2024-02-10T07:33:47.406451+0000 mgr.smithi067.noawcm (mgr.14197) 182 : cluster 0 pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:51.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:51 smithi174 bash[23193]: cluster 2024-02-10T07:33:49.407062+0000 mgr.smithi067.noawcm (mgr.14197) 183 : cluster 0 pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:51.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:51 smithi067 bash[18640]: cluster 2024-02-10T07:33:49.407062+0000 mgr.smithi067.noawcm (mgr.14197) 183 : cluster 0 pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:53.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:53 smithi174 bash[23193]: cluster 2024-02-10T07:33:51.407654+0000 mgr.smithi067.noawcm (mgr.14197) 184 : cluster 0 pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:53.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:53 smithi067 bash[18640]: cluster 2024-02-10T07:33:51.407654+0000 mgr.smithi067.noawcm (mgr.14197) 184 : cluster 0 pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:54.370 INFO:teuthology.orchestra.run.smithi067.stdout:124554051609 2024-02-10T07:33:54.567 INFO:teuthology.orchestra.run.smithi067.stdout:81604378651 2024-02-10T07:33:55.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:55 smithi174 bash[23193]: cluster 2024-02-10T07:33:53.408239+0000 mgr.smithi067.noawcm (mgr.14197) 185 : cluster 0 pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:55.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:55 smithi174 bash[23193]: audit 2024-02-10T07:33:54.372000+0000 mon.smithi067 (mon.0) 723 : audit 0 from='client.? 172.21.15.67:0/326990096' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-10T07:33:55.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:55 smithi174 bash[23193]: audit 2024-02-10T07:33:54.568233+0000 mon.smithi067 (mon.0) 724 : audit 0 from='client.? 172.21.15.67:0/2984242874' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-10T07:33:55.576 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:55 smithi067 bash[18640]: cluster 2024-02-10T07:33:53.408239+0000 mgr.smithi067.noawcm (mgr.14197) 185 : cluster 0 pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:55.576 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:55 smithi067 bash[18640]: audit 2024-02-10T07:33:54.372000+0000 mon.smithi067 (mon.0) 723 : audit 0 from='client.? 172.21.15.67:0/326990096' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-10T07:33:55.576 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:55 smithi067 bash[18640]: audit 2024-02-10T07:33:54.568233+0000 mon.smithi067 (mon.0) 724 : audit 0 from='client.? 172.21.15.67:0/2984242874' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-10T07:33:55.591 INFO:teuthology.orchestra.run.smithi067.stdout:103079215130 2024-02-10T07:33:55.927 INFO:teuthology.orchestra.run.smithi067.stdout:85899345948 2024-02-10T07:33:56.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:56 smithi174 bash[23193]: audit 2024-02-10T07:33:55.592982+0000 mon.smithi067 (mon.0) 725 : audit 0 from='client.? 172.21.15.67:0/1381827185' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-10T07:33:56.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:56 smithi174 bash[23193]: audit 2024-02-10T07:33:55.841921+0000 mon.smithi067 (mon.0) 726 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:33:56.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:56 smithi174 bash[23193]: audit 2024-02-10T07:33:55.928412+0000 mon.smithi067 (mon.0) 727 : audit 0 from='client.? 172.21.15.67:0/2334239336' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-10T07:33:56.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:56 smithi174 bash[23193]: audit 2024-02-10T07:33:56.059850+0000 mon.smithi067 (mon.0) 728 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:33:56.523 INFO:teuthology.orchestra.run.smithi067.stdout:128849018905 2024-02-10T07:33:56.536 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:56 smithi067 bash[18640]: audit 2024-02-10T07:33:55.592982+0000 mon.smithi067 (mon.0) 725 : audit 0 from='client.? 172.21.15.67:0/1381827185' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-10T07:33:56.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:56 smithi067 bash[18640]: audit 2024-02-10T07:33:55.841921+0000 mon.smithi067 (mon.0) 726 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:33:56.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:56 smithi067 bash[18640]: audit 2024-02-10T07:33:55.928412+0000 mon.smithi067 (mon.0) 727 : audit 0 from='client.? 172.21.15.67:0/2334239336' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-10T07:33:56.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:56 smithi067 bash[18640]: audit 2024-02-10T07:33:56.059850+0000 mon.smithi067 (mon.0) 728 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:33:57.470 INFO:teuthology.orchestra.run.smithi067.stdout:146028888089 2024-02-10T07:33:57.485 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:57 smithi067 bash[18640]: cluster 2024-02-10T07:33:55.408590+0000 mgr.smithi067.noawcm (mgr.14197) 186 : cluster 0 pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:57.485 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:57 smithi067 bash[18640]: audit 2024-02-10T07:33:56.524700+0000 mon.smithi067 (mon.0) 729 : audit 0 from='client.? 172.21.15.67:0/3868158024' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-10T07:33:57.516 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378647 got 81604378651 for osd.1 2024-02-10T07:33:57.516 DEBUG:teuthology.parallel:result is None 2024-02-10T07:33:57.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:57 smithi174 bash[23193]: cluster 2024-02-10T07:33:55.408590+0000 mgr.smithi067.noawcm (mgr.14197) 186 : cluster 0 pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:57.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:57 smithi174 bash[23193]: audit 2024-02-10T07:33:56.524700+0000 mon.smithi067 (mon.0) 729 : audit 0 from='client.? 172.21.15.67:0/3868158024' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-10T07:33:58.466 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:58 smithi067 bash[18640]: audit 2024-02-10T07:33:57.470889+0000 mon.smithi067 (mon.0) 730 : audit 0 from='client.? 172.21.15.67:0/1227203231' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-10T07:33:58.467 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051605 got 124554051609 for osd.6 2024-02-10T07:33:58.467 DEBUG:teuthology.parallel:result is None 2024-02-10T07:33:58.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:58 smithi174 bash[23193]: audit 2024-02-10T07:33:57.470889+0000 mon.smithi067 (mon.0) 730 : audit 0 from='client.? 172.21.15.67:0/1227203231' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-10T07:33:58.590 INFO:teuthology.orchestra.run.smithi067.stdout:107374182427 2024-02-10T07:33:58.978 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215126 got 103079215130 for osd.3 2024-02-10T07:33:58.978 DEBUG:teuthology.parallel:result is None 2024-02-10T07:33:59.261 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:59 smithi067 bash[18640]: cluster 2024-02-10T07:33:57.409080+0000 mgr.smithi067.noawcm (mgr.14197) 187 : cluster 0 pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:59.261 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:33:59 smithi067 bash[18640]: audit 2024-02-10T07:33:58.591116+0000 mon.smithi067 (mon.0) 731 : audit 0 from='client.? 172.21.15.67:0/3438905804' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-10T07:33:59.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:59 smithi174 bash[23193]: cluster 2024-02-10T07:33:57.409080+0000 mgr.smithi067.noawcm (mgr.14197) 187 : cluster 0 pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:33:59.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:33:59 smithi174 bash[23193]: audit 2024-02-10T07:33:58.591116+0000 mon.smithi067 (mon.0) 731 : audit 0 from='client.? 172.21.15.67:0/3438905804' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-10T07:33:59.652 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345944 got 85899345948 for osd.2 2024-02-10T07:33:59.653 DEBUG:teuthology.parallel:result is None 2024-02-10T07:33:59.817 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018901 got 128849018905 for osd.5 2024-02-10T07:33:59.817 DEBUG:teuthology.parallel:result is None 2024-02-10T07:34:00.582 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888085 got 146028888089 for osd.7 2024-02-10T07:34:00.582 DEBUG:teuthology.parallel:result is None 2024-02-10T07:34:00.680 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182422 got 107374182427 for osd.4 2024-02-10T07:34:00.681 DEBUG:teuthology.parallel:result is None 2024-02-10T07:34:01.064 INFO:teuthology.orchestra.run.smithi067.stdout:68719476765 2024-02-10T07:34:01.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:01 smithi174 bash[23193]: cluster 2024-02-10T07:33:59.409743+0000 mgr.smithi067.noawcm (mgr.14197) 188 : cluster 0 pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:01.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:01 smithi174 bash[23193]: audit 2024-02-10T07:34:01.064828+0000 mon.smithi067 (mon.0) 732 : audit 0 from='client.? 172.21.15.67:0/1855366488' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-10T07:34:01.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:01 smithi067 bash[18640]: cluster 2024-02-10T07:33:59.409743+0000 mgr.smithi067.noawcm (mgr.14197) 188 : cluster 0 pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:01.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:01 smithi067 bash[18640]: audit 2024-02-10T07:34:01.064828+0000 mon.smithi067 (mon.0) 732 : audit 0 from='client.? 172.21.15.67:0/1855366488' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-10T07:34:01.755 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476761 got 68719476765 for osd.0 2024-02-10T07:34:01.756 DEBUG:teuthology.parallel:result is None 2024-02-10T07:34:01.756 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-10T07:34:01.756 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph pg dump --format=json 2024-02-10T07:34:03.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:02 smithi174 bash[23193]: cluster 2024-02-10T07:34:01.410358+0000 mgr.smithi067.noawcm (mgr.14197) 189 : cluster 0 pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:03.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:02 smithi174 bash[23193]: audit 2024-02-10T07:34:01.600434+0000 mon.smithi067 (mon.0) 733 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:34:03.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:02 smithi174 bash[23193]: audit 2024-02-10T07:34:01.611778+0000 mon.smithi067 (mon.0) 734 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:34:03.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:02 smithi067 bash[18640]: cluster 2024-02-10T07:34:01.410358+0000 mgr.smithi067.noawcm (mgr.14197) 189 : cluster 0 pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:03.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:02 smithi067 bash[18640]: audit 2024-02-10T07:34:01.600434+0000 mon.smithi067 (mon.0) 733 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:34:03.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:02 smithi067 bash[18640]: audit 2024-02-10T07:34:01.611778+0000 mon.smithi067 (mon.0) 734 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:34:05.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:05 smithi174 bash[23193]: cluster 2024-02-10T07:34:03.410822+0000 mgr.smithi067.noawcm (mgr.14197) 190 : cluster 0 pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:05.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:05 smithi174 bash[23193]: audit 2024-02-10T07:34:04.362234+0000 mon.smithi067 (mon.0) 735 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:34:05.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:05 smithi174 bash[23193]: audit 2024-02-10T07:34:04.368424+0000 mon.smithi067 (mon.0) 736 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:34:05.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:05 smithi174 bash[23193]: audit 2024-02-10T07:34:04.936430+0000 mon.smithi067 (mon.0) 737 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:34:05.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:05 smithi174 bash[23193]: audit 2024-02-10T07:34:04.938020+0000 mon.smithi067 (mon.0) 738 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:34:05.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:05 smithi174 bash[23193]: audit 2024-02-10T07:34:04.946019+0000 mon.smithi067 (mon.0) 739 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:34:05.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:05 smithi174 bash[23193]: audit 2024-02-10T07:34:04.954065+0000 mon.smithi067 (mon.0) 740 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:34:05.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:05 smithi067 bash[18640]: cluster 2024-02-10T07:34:03.410822+0000 mgr.smithi067.noawcm (mgr.14197) 190 : cluster 0 pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:05.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:05 smithi067 bash[18640]: audit 2024-02-10T07:34:04.362234+0000 mon.smithi067 (mon.0) 735 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:34:05.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:05 smithi067 bash[18640]: audit 2024-02-10T07:34:04.368424+0000 mon.smithi067 (mon.0) 736 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:34:05.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:05 smithi067 bash[18640]: audit 2024-02-10T07:34:04.936430+0000 mon.smithi067 (mon.0) 737 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:34:05.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:05 smithi067 bash[18640]: audit 2024-02-10T07:34:04.938020+0000 mon.smithi067 (mon.0) 738 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:34:05.789 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:05 smithi067 bash[18640]: audit 2024-02-10T07:34:04.946019+0000 mon.smithi067 (mon.0) 739 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:34:05.789 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:05 smithi067 bash[18640]: audit 2024-02-10T07:34:04.954065+0000 mon.smithi067 (mon.0) 740 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:34:06.395 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:34:07.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:07 smithi067 bash[18640]: cluster 2024-02-10T07:34:05.411396+0000 mgr.smithi067.noawcm (mgr.14197) 191 : cluster 0 pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:07.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:07 smithi174 bash[23193]: cluster 2024-02-10T07:34:05.411396+0000 mgr.smithi067.noawcm (mgr.14197) 191 : cluster 0 pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:09.120 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-10T07:34:09.122 INFO:teuthology.orchestra.run.smithi067.stderr:dumped all 2024-02-10T07:34:09.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:09 smithi067 bash[18640]: cluster 2024-02-10T07:34:07.411976+0000 mgr.smithi067.noawcm (mgr.14197) 192 : cluster 0 pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:09.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:09 smithi174 bash[23193]: cluster 2024-02-10T07:34:07.411976+0000 mgr.smithi067.noawcm (mgr.14197) 192 : cluster 0 pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:09.780 INFO:teuthology.orchestra.run.smithi067.stdout:{"pg_ready":true,"pg_map":{"version":159,"stamp":"2024-02-10T07:34:07.411648+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":4,"num_bytes_recovered":1049648,"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":229228,"kb_used_data":4716,"kb_used_omap":12,"kb_used_meta":224371,"kb_avail":749699220,"statfs":{"total":767926730752,"available":767692001280,"internally_reserved":0,"allocated":4829184,"data_stored":2998560,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12752,"internal_metadata":229756464},"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.003201"},"pg_stats":[{"pgid":"1.0","version":"30'237","reported_seq":339,"reported_epoch":38,"state":"active+clean","last_fresh":"2024-02-10T07:32:13.090729+0000","last_change":"2024-02-10T07:32:13.089746+0000","last_active":"2024-02-10T07:32:13.090729+0000","last_peered":"2024-02-10T07:32:13.090729+0000","last_clean":"2024-02-10T07:32:13.090729+0000","last_became_active":"2024-02-10T07:32:13.088493+0000","last_became_peered":"2024-02-10T07:32:13.088493+0000","last_unstale":"2024-02-10T07:32:13.090729+0000","last_undegraded":"2024-02-10T07:32:13.090729+0000","last_fullsized":"2024-02-10T07:32:13.090729+0000","mapping_epoch":37,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":38,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-10T07:31:53.356129+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-10T07:31:53.356129+0000","last_clean_scrub_stamp":"2024-02-10T07:31:53.356129+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 @ 2024-02-11T16:29:29.936564+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":4,"num_bytes_recovered":1049648,"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":4,"num_bytes_recovered":1049648,"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":2838528,"data_stored":2820752,"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":5}],"osd_stats":[{"osd":7,"up_from":34,"seq":146028888091,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27972,"kb_used_data":952,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713084,"statfs":{"total":95990841344,"available":95962198016,"internally_reserved":0,"allocated":974848,"data_stored":743800,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27654602},"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":"Sat Feb 10 07:33:09 2024","interfaces":[{"interface":"back","average":{"1min":1.121,"5min":1.121,"15min":1.121},"min":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":4.6360000000000001,"5min":4.6360000000000001,"15min":4.6360000000000001},"last":0.80100000000000005},{"interface":"front","average":{"1min":1.1559999999999999,"5min":1.1559999999999999,"15min":1.1559999999999999},"min":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":4.3940000000000001,"5min":4.3940000000000001,"15min":4.3940000000000001},"last":1.2210000000000001}]},{"osd":1,"last update":"Sat Feb 10 07:33:09 2024","interfaces":[{"interface":"back","average":{"1min":1.032,"5min":1.032,"15min":1.032},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":4.5839999999999996,"5min":4.5839999999999996,"15min":4.5839999999999996},"last":1.0900000000000001},{"interface":"front","average":{"1min":0.97199999999999998,"5min":0.97199999999999998,"15min":0.97199999999999998},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":4.468,"5min":4.468,"15min":4.468},"last":1.2629999999999999}]},{"osd":2,"last update":"Sat Feb 10 07:33:09 2024","interfaces":[{"interface":"back","average":{"1min":1.1160000000000001,"5min":1.1160000000000001,"15min":1.1160000000000001},"min":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":4.54,"5min":4.54,"15min":4.54},"last":0.69899999999999995},{"interface":"front","average":{"1min":1.224,"5min":1.224,"15min":1.224},"min":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"max":{"1min":4.1980000000000004,"5min":4.1980000000000004,"15min":4.1980000000000004},"last":0.94999999999999996}]},{"osd":3,"last update":"Sat Feb 10 07:33:09 2024","interfaces":[{"interface":"back","average":{"1min":1.0569999999999999,"5min":1.0569999999999999,"15min":1.0569999999999999},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":4.2359999999999998,"5min":4.2359999999999998,"15min":4.2359999999999998},"last":0.85799999999999998},{"interface":"front","average":{"1min":1.1579999999999999,"5min":1.1579999999999999,"15min":1.1579999999999999},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":4.125,"5min":4.125,"15min":4.125},"last":1.0469999999999999}]},{"osd":4,"last update":"Sat Feb 10 07:33:09 2024","interfaces":[{"interface":"back","average":{"1min":1.304,"5min":1.304,"15min":1.304},"min":{"1min":0.623,"5min":0.623,"15min":0.623},"max":{"1min":4.4199999999999999,"5min":4.4199999999999999,"15min":4.4199999999999999},"last":0.89900000000000002},{"interface":"front","average":{"1min":1.3640000000000001,"5min":1.3640000000000001,"15min":1.3640000000000001},"min":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"max":{"1min":4.2850000000000001,"5min":4.2850000000000001,"15min":4.2850000000000001},"last":1.2989999999999999}]},{"osd":5,"last update":"Sat Feb 10 07:33:09 2024","interfaces":[{"interface":"back","average":{"1min":1.3420000000000001,"5min":1.3420000000000001,"15min":1.3420000000000001},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":4.5,"5min":4.5,"15min":4.5},"last":1.3700000000000001},{"interface":"front","average":{"1min":1.252,"5min":1.252,"15min":1.252},"min":{"1min":0.499,"5min":0.499,"15min":0.499},"max":{"1min":4.0229999999999997,"5min":4.0229999999999997,"15min":4.0229999999999997},"last":1.1279999999999999}]},{"osd":6,"last update":"Sat Feb 10 07:33:09 2024","interfaces":[{"interface":"back","average":{"1min":1.3740000000000001,"5min":1.3740000000000001,"15min":1.3740000000000001},"min":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"max":{"1min":4.3609999999999998,"5min":4.3609999999999998,"15min":4.3609999999999998},"last":1.339},{"interface":"front","average":{"1min":1.3740000000000001,"5min":1.3740000000000001,"15min":1.3740000000000001},"min":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"max":{"1min":4.3140000000000001,"5min":4.3140000000000001,"15min":4.3140000000000001},"last":1.181}]}]},{"osd":5,"up_from":30,"seq":128849018907,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27392,"kb_used_data":372,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713664,"statfs":{"total":95990841344,"available":95962791936,"internally_reserved":0,"allocated":380928,"data_stored":153432,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Feb 10 07:33:04 2024","interfaces":[{"interface":"back","average":{"1min":0.88800000000000001,"5min":0.88800000000000001,"15min":0.88800000000000001},"min":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.48,"5min":1.48,"15min":1.48},"last":0.64900000000000002},{"interface":"front","average":{"1min":0.90400000000000003,"5min":0.90400000000000003,"15min":0.90400000000000003},"min":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":1.5580000000000001,"5min":1.5580000000000001,"15min":1.5580000000000001},"last":0.57999999999999996}]},{"osd":1,"last update":"Sat Feb 10 07:33:04 2024","interfaces":[{"interface":"back","average":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"min":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":1.325,"5min":1.325,"15min":1.325},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.86099999999999999,"5min":0.86099999999999999,"15min":0.86099999999999999},"min":{"1min":0.437,"5min":0.437,"15min":0.437},"max":{"1min":1.355,"5min":1.355,"15min":1.355},"last":0.39700000000000002}]},{"osd":2,"last update":"Sat Feb 10 07:33:04 2024","interfaces":[{"interface":"back","average":{"1min":1.0669999999999999,"5min":1.0669999999999999,"15min":1.0669999999999999},"min":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.8440000000000001,"5min":1.8440000000000001,"15min":1.8440000000000001},"last":0.59399999999999997},{"interface":"front","average":{"1min":0.96899999999999997,"5min":0.96899999999999997,"15min":0.96899999999999997},"min":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":1.7010000000000001,"5min":1.7010000000000001,"15min":1.7010000000000001},"last":0.82199999999999995}]},{"osd":3,"last update":"Sat Feb 10 07:33:04 2024","interfaces":[{"interface":"back","average":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":1.383,"5min":1.383,"15min":1.383},"last":0.44900000000000001},{"interface":"front","average":{"1min":0.95199999999999996,"5min":0.95199999999999996,"15min":0.95199999999999996},"min":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":1.6299999999999999,"5min":1.6299999999999999,"15min":1.6299999999999999},"last":0.51300000000000001}]},{"osd":4,"last update":"Sat Feb 10 07:33:04 2024","interfaces":[{"interface":"back","average":{"1min":1.0649999999999999,"5min":1.0649999999999999,"15min":1.0649999999999999},"min":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"max":{"1min":1.766,"5min":1.766,"15min":1.766},"last":0.72199999999999998},{"interface":"front","average":{"1min":1.147,"5min":1.147,"15min":1.147},"min":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"max":{"1min":1.946,"5min":1.946,"15min":1.946},"last":0.625}]},{"osd":6,"last update":"Sat Feb 10 07:33:04 2024","interfaces":[{"interface":"back","average":{"1min":1.141,"5min":1.141,"15min":1.141},"min":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":2.2570000000000001,"5min":2.2570000000000001,"15min":2.2570000000000001},"last":0.70199999999999996},{"interface":"front","average":{"1min":1.1719999999999999,"5min":1.1719999999999999,"15min":1.1719999999999999},"min":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"max":{"1min":2.1459999999999999,"5min":2.1459999999999999,"15min":2.1459999999999999},"last":0.78500000000000003}]},{"osd":7,"last update":"Sat Feb 10 07:33:13 2024","interfaces":[{"interface":"back","average":{"1min":1.0940000000000001,"5min":1.0940000000000001,"15min":1.0940000000000001},"min":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.546,"5min":1.546,"15min":1.546},"last":0.66500000000000004},{"interface":"front","average":{"1min":1.1859999999999999,"5min":1.1859999999999999,"15min":1.1859999999999999},"min":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"max":{"1min":1.6719999999999999,"5min":1.6719999999999999,"15min":1.6719999999999999},"last":0.46800000000000003}]}]},{"osd":1,"up_from":19,"seq":81604378654,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27396,"kb_used_data":372,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713660,"statfs":{"total":95990841344,"available":95962787840,"internally_reserved":0,"allocated":380928,"data_stored":153432,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":"Sat Feb 10 07:33:52 2024","interfaces":[{"interface":"back","average":{"1min":0.876,"5min":0.88,"15min":0.88},"min":{"1min":0.57699999999999996,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.21,"5min":1.306,"15min":1.306},"last":0.59299999999999997},{"interface":"front","average":{"1min":0.91200000000000003,"5min":0.85999999999999999,"15min":0.85199999999999998},"min":{"1min":0.60999999999999999,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.3460000000000001,"5min":1.3460000000000001,"15min":1.3460000000000001},"last":0.84999999999999998}]},{"osd":2,"last update":"Sat Feb 10 07:33:57 2024","interfaces":[{"interface":"back","average":{"1min":0.91200000000000003,"5min":0.879,"15min":0.873},"min":{"1min":0.67700000000000005,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":1.196,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":0.56399999999999995},{"interface":"front","average":{"1min":0.96799999999999997,"5min":0.90900000000000003,"15min":0.89900000000000002},"min":{"1min":0.60699999999999998,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.3700000000000001,"5min":1.3700000000000001,"15min":1.3700000000000001},"last":0.77000000000000002}]},{"osd":3,"last update":"Sat Feb 10 07:33:57 2024","interfaces":[{"interface":"back","average":{"1min":0.75900000000000001,"5min":0.73099999999999998,"15min":0.72699999999999998},"min":{"1min":0.436,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":1.5469999999999999,"5min":1.5469999999999999,"15min":1.5469999999999999},"last":0.40300000000000002},{"interface":"front","average":{"1min":0.78800000000000003,"5min":0.84299999999999997,"15min":0.85199999999999998},"min":{"1min":0.44900000000000001,"5min":0.375,"15min":0.375},"max":{"1min":1.383,"5min":1.486,"15min":1.486},"last":0.41899999999999998}]},{"osd":4,"last update":"Sat Feb 10 07:34:03 2024","interfaces":[{"interface":"back","average":{"1min":1.0549999999999999,"5min":1.0309999999999999,"15min":1.0269999999999999},"min":{"1min":0.72799999999999998,"5min":0.624,"15min":0.624},"max":{"1min":1.319,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":0.72799999999999998},{"interface":"front","average":{"1min":0.97099999999999997,"5min":0.98699999999999999,"15min":0.98999999999999999},"min":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.3260000000000001,"5min":1.4370000000000001,"15min":1.4370000000000001},"last":0.57999999999999996}]},{"osd":5,"last update":"Sat Feb 10 07:33:06 2024","interfaces":[{"interface":"back","average":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"min":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.2869999999999999,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":0.36499999999999999},{"interface":"front","average":{"1min":0.98099999999999998,"5min":0.98099999999999998,"15min":0.98099999999999998},"min":{"1min":0.497,"5min":0.497,"15min":0.497},"max":{"1min":1.8109999999999999,"5min":1.8109999999999999,"15min":1.8109999999999999},"last":0.46899999999999997}]},{"osd":6,"last update":"Sat Feb 10 07:33:06 2024","interfaces":[{"interface":"back","average":{"1min":1.137,"5min":1.137,"15min":1.137},"min":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"max":{"1min":1.712,"5min":1.712,"15min":1.712},"last":0.61899999999999999},{"interface":"front","average":{"1min":1.099,"5min":1.099,"15min":1.099},"min":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.619,"5min":1.619,"15min":1.619},"last":0.81299999999999994}]},{"osd":7,"last update":"Sat Feb 10 07:33:10 2024","interfaces":[{"interface":"back","average":{"1min":1.0820000000000001,"5min":1.0820000000000001,"15min":1.0820000000000001},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.762,"5min":1.762,"15min":1.762},"last":0.442},{"interface":"front","average":{"1min":1.081,"5min":1.081,"15min":1.081},"min":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":1.5129999999999999,"5min":1.5129999999999999,"15min":1.5129999999999999},"last":0.51100000000000001}]}]},{"osd":0,"up_from":16,"seq":68719476766,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32132,"kb_used_data":952,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708924,"statfs":{"total":95990841344,"available":95957938176,"internally_reserved":0,"allocated":974848,"data_stored":743800,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":"Sat Feb 10 07:33:52 2024","interfaces":[{"interface":"back","average":{"1min":0.93999999999999995,"5min":0.81999999999999995,"15min":0.80000000000000004},"min":{"1min":0.64800000000000002,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":1.3149999999999999,"5min":1.3149999999999999,"15min":1.3149999999999999},"last":0.58499999999999996},{"interface":"front","average":{"1min":0.96199999999999997,"5min":0.86599999999999999,"15min":0.84999999999999998},"min":{"1min":0.67100000000000004,"5min":0.55700000000000005,"15min":0.55700000000000005},"max":{"1min":1.325,"5min":1.325,"15min":1.325},"last":0.83999999999999997}]},{"osd":2,"last update":"Sat Feb 10 07:34:00 2024","interfaces":[{"interface":"back","average":{"1min":0.86599999999999999,"5min":0.88600000000000001,"15min":0.89000000000000001},"min":{"1min":0.59799999999999998,"5min":0.495,"15min":0.495},"max":{"1min":1.323,"5min":1.323,"15min":1.323},"last":0.30599999999999999},{"interface":"front","average":{"1min":0.83699999999999997,"5min":0.84199999999999997,"15min":0.84299999999999997},"min":{"1min":0.67100000000000004,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":1.1879999999999999,"5min":1.246,"15min":1.246},"last":0.36699999999999999}]},{"osd":3,"last update":"Sat Feb 10 07:34:00 2024","interfaces":[{"interface":"back","average":{"1min":1.0069999999999999,"5min":0.90700000000000003,"15min":0.89000000000000001},"min":{"1min":0.58499999999999996,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.337,"5min":1.498,"15min":1.498},"last":0.57499999999999996},{"interface":"front","average":{"1min":1.0349999999999999,"5min":0.96599999999999997,"15min":0.95399999999999996},"min":{"1min":0.82299999999999995,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.427,"5min":1.427,"15min":1.427},"last":0.73799999999999999}]},{"osd":4,"last update":"Sat Feb 10 07:34:00 2024","interfaces":[{"interface":"back","average":{"1min":0.95699999999999996,"5min":0.90500000000000003,"15min":0.89600000000000002},"min":{"1min":0.61899999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":1.234,"5min":1.234,"15min":1.234},"last":0.32500000000000001},{"interface":"front","average":{"1min":1.014,"5min":0.98999999999999999,"15min":0.98599999999999999},"min":{"1min":0.75900000000000001,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.369,"5min":1.6499999999999999,"15min":1.6499999999999999},"last":0.38600000000000001}]},{"osd":5,"last update":"Sat Feb 10 07:33:04 2024","interfaces":[{"interface":"back","average":{"1min":1.0469999999999999,"5min":1.0469999999999999,"15min":1.0469999999999999},"min":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.589,"5min":1.589,"15min":1.589},"last":0.81999999999999995},{"interface":"front","average":{"1min":1.1180000000000001,"5min":1.1180000000000001,"15min":1.1180000000000001},"min":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"max":{"1min":1.4279999999999999,"5min":1.4279999999999999,"15min":1.4279999999999999},"last":0.628}]},{"osd":6,"last update":"Sat Feb 10 07:33:04 2024","interfaces":[{"interface":"back","average":{"1min":1.141,"5min":1.141,"15min":1.141},"min":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.605,"5min":1.605,"15min":1.605},"last":0.40899999999999997},{"interface":"front","average":{"1min":1.1180000000000001,"5min":1.1180000000000001,"15min":1.1180000000000001},"min":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":1.4770000000000001,"5min":1.4770000000000001,"15min":1.4770000000000001},"last":0.42799999999999999}]},{"osd":7,"last update":"Sat Feb 10 07:33:10 2024","interfaces":[{"interface":"back","average":{"1min":1.177,"5min":1.177,"15min":1.177},"min":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.6279999999999999,"5min":1.6279999999999999,"15min":1.6279999999999999},"last":0.747},{"interface":"front","average":{"1min":1.133,"5min":1.133,"15min":1.133},"min":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.6639999999999999,"5min":1.6639999999999999,"15min":1.6639999999999999},"last":0.64500000000000002}]}]},{"osd":2,"up_from":20,"seq":85899345950,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31560,"kb_used_data":372,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709496,"statfs":{"total":95990841344,"available":95958523904,"internally_reserved":0,"allocated":380928,"data_stored":153432,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":"Sat Feb 10 07:33:55 2024","interfaces":[{"interface":"back","average":{"1min":0.77700000000000002,"5min":0.71499999999999997,"15min":0.70499999999999996},"min":{"1min":0.55600000000000005,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":1.2090000000000001,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":0.47799999999999998},{"interface":"front","average":{"1min":0.77000000000000002,"5min":0.71699999999999997,"15min":0.70799999999999996},"min":{"1min":0.57199999999999995,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":1.2509999999999999,"5min":1.2509999999999999,"15min":1.2509999999999999},"last":0.70799999999999996}]},{"osd":1,"last update":"Sat Feb 10 07:33:55 2024","interfaces":[{"interface":"back","average":{"1min":0.97999999999999998,"5min":0.88600000000000001,"15min":0.87},"min":{"1min":0.69299999999999995,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":1.2869999999999999,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":0.52700000000000002},{"interface":"front","average":{"1min":1.012,"5min":0.97099999999999997,"15min":0.96399999999999997},"min":{"1min":0.67800000000000005,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":1.274,"5min":1.2949999999999999,"15min":1.2949999999999999},"last":0.72899999999999998}]},{"osd":3,"last update":"Sat Feb 10 07:34:01 2024","interfaces":[{"interface":"back","average":{"1min":0.93000000000000005,"5min":0.93899999999999995,"15min":0.94099999999999995},"min":{"1min":0.58099999999999996,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":1.1539999999999999,"5min":1.3600000000000001,"15min":1.3600000000000001},"last":0.58099999999999996},{"interface":"front","average":{"1min":0.99399999999999999,"5min":1.028,"15min":1.034},"min":{"1min":0.67600000000000005,"5min":0.52500000000000002,"15min":0.52500000000000002},"max":{"1min":1.359,"5min":1.4910000000000001,"15min":1.4910000000000001},"last":0.76700000000000002}]},{"osd":4,"last update":"Sat Feb 10 07:34:01 2024","interfaces":[{"interface":"back","average":{"1min":0.90800000000000003,"5min":0.89900000000000002,"15min":0.89700000000000002},"min":{"1min":0.46500000000000002,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":1.3680000000000001,"5min":1.4470000000000001,"15min":1.4470000000000001},"last":0.46500000000000002},{"interface":"front","average":{"1min":1.024,"5min":1.014,"15min":1.012},"min":{"1min":0.63100000000000001,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":1.3680000000000001,"5min":1.494,"15min":1.494},"last":0.63100000000000001}]},{"osd":5,"last update":"Sat Feb 10 07:33:04 2024","interfaces":[{"interface":"back","average":{"1min":0.93500000000000005,"5min":0.93500000000000005,"15min":0.93500000000000005},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":1.2070000000000001,"5min":1.2070000000000001,"15min":1.2070000000000001},"last":0.502},{"interface":"front","average":{"1min":1.048,"5min":1.048,"15min":1.048},"min":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"max":{"1min":1.3109999999999999,"5min":1.3109999999999999,"15min":1.3109999999999999},"last":0.60899999999999999}]},{"osd":6,"last update":"Sat Feb 10 07:33:04 2024","interfaces":[{"interface":"back","average":{"1min":1.155,"5min":1.155,"15min":1.155},"min":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":1.8049999999999999,"5min":1.8049999999999999,"15min":1.8049999999999999},"last":0.68400000000000005},{"interface":"front","average":{"1min":1.004,"5min":1.004,"15min":1.004},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":1.3540000000000001,"5min":1.3540000000000001,"15min":1.3540000000000001},"last":0.42099999999999999}]},{"osd":7,"last update":"Sat Feb 10 07:33:10 2024","interfaces":[{"interface":"back","average":{"1min":1.1950000000000001,"5min":1.1950000000000001,"15min":1.1950000000000001},"min":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.5369999999999999,"5min":1.5369999999999999,"15min":1.5369999999999999},"last":0.66300000000000003},{"interface":"front","average":{"1min":1.1299999999999999,"5min":1.1299999999999999,"15min":1.1299999999999999},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.3160000000000001,"5min":1.3160000000000001,"15min":1.3160000000000001},"last":0.55100000000000005}]}]},{"osd":3,"up_from":24,"seq":103079215133,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27980,"kb_used_data":952,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713076,"statfs":{"total":95990841344,"available":95962189824,"internally_reserved":0,"allocated":974848,"data_stored":743800,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"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":"Sat Feb 10 07:33:58 2024","interfaces":[{"interface":"back","average":{"1min":0.83499999999999996,"5min":0.90700000000000003,"15min":0.91900000000000004},"min":{"1min":0.5,"5min":0.5,"15min":0.5},"max":{"1min":1.2270000000000001,"5min":1.516,"15min":1.516},"last":1.0049999999999999},{"interface":"front","average":{"1min":0.86299999999999999,"5min":0.89600000000000002,"15min":0.90200000000000002},"min":{"1min":0.56999999999999995,"5min":0.54500000000000004,"15min":0.54500000000000004},"max":{"1min":1.1779999999999999,"5min":1.288,"15min":1.288},"last":1.133}]},{"osd":1,"last update":"Sat Feb 10 07:33:58 2024","interfaces":[{"interface":"back","average":{"1min":0.66200000000000003,"5min":0.78600000000000003,"15min":0.80600000000000005},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":1.4339999999999999,"5min":1.482,"15min":1.482},"last":0.76000000000000001},{"interface":"front","average":{"1min":0.72099999999999997,"5min":0.76900000000000002,"15min":0.77700000000000002},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":1.3009999999999999,"5min":1.3560000000000001,"15min":1.3560000000000001},"last":0.80900000000000005}]},{"osd":2,"last update":"Sat Feb 10 07:33:58 2024","interfaces":[{"interface":"back","average":{"1min":0.95599999999999996,"5min":0.93899999999999995,"15min":0.93600000000000005},"min":{"1min":0.56200000000000006,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.323,"5min":1.333,"15min":1.333},"last":1.1699999999999999},{"interface":"front","average":{"1min":0.92700000000000005,"5min":0.88700000000000001,"15min":0.88},"min":{"1min":0.54300000000000004,"5min":0.442,"15min":0.442},"max":{"1min":1.4179999999999999,"5min":1.4179999999999999,"15min":1.4179999999999999},"last":1.212}]},{"osd":4,"last update":"Sat Feb 10 07:33:58 2024","interfaces":[{"interface":"back","average":{"1min":0.86699999999999999,"5min":0.93799999999999994,"15min":0.94999999999999996},"min":{"1min":0.62,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":1.3109999999999999,"5min":1.3109999999999999,"15min":1.3109999999999999},"last":1.083},{"interface":"front","average":{"1min":0.94699999999999995,"5min":0.997,"15min":1.0049999999999999},"min":{"1min":0.51500000000000001,"5min":0.499,"15min":0.499},"max":{"1min":1.323,"5min":1.52,"15min":1.52},"last":1.048}]},{"osd":5,"last update":"Sat Feb 10 07:33:05 2024","interfaces":[{"interface":"back","average":{"1min":0.94799999999999995,"5min":0.94799999999999995,"15min":0.94799999999999995},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":1.391,"5min":1.391,"15min":1.391},"last":0.89200000000000002},{"interface":"front","average":{"1min":1.014,"5min":1.014,"15min":1.014},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":1.554,"5min":1.554,"15min":1.554},"last":1.3620000000000001}]},{"osd":6,"last update":"Sat Feb 10 07:34:03 2024","interfaces":[{"interface":"back","average":{"1min":1.0169999999999999,"5min":1.113,"15min":1.129},"min":{"1min":0.501,"5min":0.501,"15min":0.501},"max":{"1min":1.5860000000000001,"5min":1.5940000000000001,"15min":1.5940000000000001},"last":1.246},{"interface":"front","average":{"1min":1.119,"5min":1.1459999999999999,"15min":1.1499999999999999},"min":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"max":{"1min":1.7310000000000001,"5min":1.7310000000000001,"15min":1.7310000000000001},"last":1.2729999999999999}]},{"osd":7,"last update":"Sat Feb 10 07:33:09 2024","interfaces":[{"interface":"back","average":{"1min":1.109,"5min":1.109,"15min":1.109},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":1.552,"5min":1.552,"15min":1.552},"last":1.4490000000000001},{"interface":"front","average":{"1min":1.0469999999999999,"5min":1.0469999999999999,"15min":1.0469999999999999},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":1.653,"5min":1.653,"15min":1.653},"last":0.96899999999999997}]}]},{"osd":4,"up_from":25,"seq":107374182429,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27392,"kb_used_data":372,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713664,"statfs":{"total":95990841344,"available":95962791936,"internally_reserved":0,"allocated":380928,"data_stored":153432,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Feb 10 07:34:01 2024","interfaces":[{"interface":"back","average":{"1min":0.68799999999999994,"5min":0.65200000000000002,"15min":0.64600000000000002},"min":{"1min":0.443,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":1.0389999999999999,"5min":1.0389999999999999,"15min":1.0389999999999999},"last":0.74399999999999999},{"interface":"front","average":{"1min":0.89000000000000001,"5min":0.95299999999999996,"15min":0.96299999999999997},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":1.4330000000000001,"5min":4.9640000000000004,"15min":4.9640000000000004},"last":0.58699999999999997}]},{"osd":1,"last update":"Sat Feb 10 07:34:01 2024","interfaces":[{"interface":"back","average":{"1min":0.91800000000000004,"5min":0.94799999999999995,"15min":0.95299999999999996},"min":{"1min":0.54500000000000004,"5min":0.438,"15min":0.438},"max":{"1min":1.26,"5min":1.6930000000000001,"15min":1.6930000000000001},"last":1.1299999999999999},{"interface":"front","average":{"1min":0.96099999999999997,"5min":0.92100000000000004,"15min":0.91400000000000003},"min":{"1min":0.58099999999999996,"5min":0.496,"15min":0.496},"max":{"1min":1.421,"5min":1.421,"15min":1.421},"last":1.2629999999999999}]},{"osd":2,"last update":"Sat Feb 10 07:34:01 2024","interfaces":[{"interface":"back","average":{"1min":0.83599999999999997,"5min":0.84399999999999997,"15min":0.84599999999999997},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":1.1060000000000001,"5min":1.373,"15min":1.373},"last":0.95799999999999996},{"interface":"front","average":{"1min":0.84499999999999997,"5min":0.84299999999999997,"15min":0.84299999999999997},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":1.1679999999999999,"5min":1.1679999999999999,"15min":1.1679999999999999},"last":0.69799999999999995}]},{"osd":3,"last update":"Sat Feb 10 07:34:01 2024","interfaces":[{"interface":"back","average":{"1min":1.0489999999999999,"5min":1,"15min":0.99199999999999999},"min":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.3120000000000001,"5min":1.54,"15min":1.54},"last":1.0529999999999999},{"interface":"front","average":{"1min":1.0629999999999999,"5min":1.02,"15min":1.0129999999999999},"min":{"1min":0.57799999999999996,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":1.391,"5min":1.391,"15min":1.391},"last":1.2210000000000001}]},{"osd":5,"last update":"Sat Feb 10 07:34:06 2024","interfaces":[{"interface":"back","average":{"1min":1.0629999999999999,"5min":1.0329999999999999,"15min":1.028},"min":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.331,"5min":1.331,"15min":1.331},"last":1.1779999999999999},{"interface":"front","average":{"1min":1.0880000000000001,"5min":1.093,"15min":1.0940000000000001},"min":{"1min":0.66200000000000003,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.454,"5min":1.454,"15min":1.454},"last":1.159}]},{"osd":6,"last update":"Sat Feb 10 07:34:06 2024","interfaces":[{"interface":"back","average":{"1min":1.0289999999999999,"5min":1.0700000000000001,"15min":1.077},"min":{"1min":0.497,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":1.3149999999999999,"5min":1.8069999999999999,"15min":1.8069999999999999},"last":1.0209999999999999},{"interface":"front","average":{"1min":1.0609999999999999,"5min":1.081,"15min":1.085},"min":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":1.3620000000000001,"5min":1.8400000000000001,"15min":1.8400000000000001},"last":1.0820000000000001}]},{"osd":7,"last update":"Sat Feb 10 07:33:10 2024","interfaces":[{"interface":"back","average":{"1min":1.149,"5min":1.149,"15min":1.149},"min":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"max":{"1min":1.419,"5min":1.419,"15min":1.419},"last":0.91000000000000003},{"interface":"front","average":{"1min":1.1599999999999999,"5min":1.1599999999999999,"15min":1.1599999999999999},"min":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.4930000000000001,"5min":1.4930000000000001,"15min":1.4930000000000001},"last":1.292}]}]},{"osd":6,"up_from":29,"seq":124554051611,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27404,"kb_used_data":372,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713652,"statfs":{"total":95990841344,"available":95962779648,"internally_reserved":0,"allocated":380928,"data_stored":153432,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Feb 10 07:33:02 2024","interfaces":[{"interface":"back","average":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"min":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.0609999999999999,"5min":1.0609999999999999,"15min":1.0609999999999999},"last":0.73399999999999999},{"interface":"front","average":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"min":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":1.405,"5min":1.405,"15min":1.405},"last":0.68500000000000005}]},{"osd":1,"last update":"Sat Feb 10 07:33:02 2024","interfaces":[{"interface":"back","average":{"1min":0.91200000000000003,"5min":0.91200000000000003,"15min":0.91200000000000003},"min":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":1.198,"5min":1.198,"15min":1.198},"last":0.80400000000000005},{"interface":"front","average":{"1min":1.0640000000000001,"5min":1.0640000000000001,"15min":1.0640000000000001},"min":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"max":{"1min":1.946,"5min":1.946,"15min":1.946},"last":0.96599999999999997}]},{"osd":2,"last update":"Sat Feb 10 07:33:02 2024","interfaces":[{"interface":"back","average":{"1min":1.004,"5min":1.004,"15min":1.004},"min":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"max":{"1min":1.276,"5min":1.276,"15min":1.276},"last":1.046},{"interface":"front","average":{"1min":0.90900000000000003,"5min":0.90900000000000003,"15min":0.90900000000000003},"min":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.2949999999999999,"5min":1.2949999999999999,"15min":1.2949999999999999},"last":0.871}]},{"osd":3,"last update":"Sat Feb 10 07:33:02 2024","interfaces":[{"interface":"back","average":{"1min":0.95699999999999996,"5min":0.95699999999999996,"15min":0.95699999999999996},"min":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.7150000000000001,"5min":1.7150000000000001,"15min":1.7150000000000001},"last":0.997},{"interface":"front","average":{"1min":1.115,"5min":1.115,"15min":1.115},"min":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"max":{"1min":1.49,"5min":1.49,"15min":1.49},"last":1.1040000000000001}]},{"osd":4,"last update":"Sat Feb 10 07:33:02 2024","interfaces":[{"interface":"back","average":{"1min":1.0820000000000001,"5min":1.0820000000000001,"15min":1.0820000000000001},"min":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.51,"5min":1.51,"15min":1.51},"last":1.024},{"interface":"front","average":{"1min":1.151,"5min":1.151,"15min":1.151},"min":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":1.903,"5min":1.903,"15min":1.903},"last":1.0780000000000001}]},{"osd":5,"last update":"Sat Feb 10 07:33:05 2024","interfaces":[{"interface":"back","average":{"1min":1.2889999999999999,"5min":1.2889999999999999,"15min":1.2889999999999999},"min":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"max":{"1min":1.706,"5min":1.706,"15min":1.706},"last":1.329},{"interface":"front","average":{"1min":1.3240000000000001,"5min":1.3240000000000001,"15min":1.3240000000000001},"min":{"1min":0.85599999999999998,"5min":0.85599999999999998,"15min":0.85599999999999998},"max":{"1min":1.681,"5min":1.681,"15min":1.681},"last":1.153}]},{"osd":7,"last update":"Sat Feb 10 07:33:10 2024","interfaces":[{"interface":"back","average":{"1min":1.1910000000000001,"5min":1.1910000000000001,"15min":1.1910000000000001},"min":{"1min":0.75,"5min":0.75,"15min":0.75},"max":{"1min":1.4610000000000001,"5min":1.4610000000000001,"15min":1.4610000000000001},"last":1.3560000000000001},{"interface":"front","average":{"1min":1.3260000000000001,"5min":1.3260000000000001,"15min":1.3260000000000001},"min":{"1min":0.79700000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"max":{"1min":1.5900000000000001,"5min":1.5900000000000001,"15min":1.5900000000000001},"last":1.2010000000000001}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":462848,"data_stored":459280,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-02-10T07:34:09.782 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph pg dump --format=json 2024-02-10T07:34:10.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:10 smithi174 bash[23193]: audit 2024-02-10T07:34:09.117640+0000 mgr.smithi067.noawcm (mgr.14197) 193 : audit 0 from='client.14448 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T07:34:10.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:10 smithi067 bash[18640]: audit 2024-02-10T07:34:09.117640+0000 mgr.smithi067.noawcm (mgr.14197) 193 : audit 0 from='client.14448 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T07:34:11.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:11 smithi174 bash[23193]: cluster 2024-02-10T07:34:09.412612+0000 mgr.smithi067.noawcm (mgr.14197) 194 : cluster 0 pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:11.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:11 smithi174 bash[23193]: audit 2024-02-10T07:34:10.842488+0000 mon.smithi067 (mon.0) 741 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:34:11.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:11 smithi067 bash[18640]: cluster 2024-02-10T07:34:09.412612+0000 mgr.smithi067.noawcm (mgr.14197) 194 : cluster 0 pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:11.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:11 smithi067 bash[18640]: audit 2024-02-10T07:34:10.842488+0000 mon.smithi067 (mon.0) 741 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:34:13.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:13 smithi174 bash[23193]: cluster 2024-02-10T07:34:11.413130+0000 mgr.smithi067.noawcm (mgr.14197) 195 : cluster 0 pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:13.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:13 smithi067 bash[18640]: cluster 2024-02-10T07:34:11.413130+0000 mgr.smithi067.noawcm (mgr.14197) 195 : cluster 0 pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:14.586 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:34:15.736 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:15 smithi067 bash[18640]: cluster 2024-02-10T07:34:13.413729+0000 mgr.smithi067.noawcm (mgr.14197) 196 : cluster 0 pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:15.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:15 smithi174 bash[23193]: cluster 2024-02-10T07:34:13.413729+0000 mgr.smithi067.noawcm (mgr.14197) 196 : cluster 0 pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:17.292 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-10T07:34:17.294 INFO:teuthology.orchestra.run.smithi067.stderr:dumped all 2024-02-10T07:34:17.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:17 smithi174 bash[23193]: cluster 2024-02-10T07:34:15.414313+0000 mgr.smithi067.noawcm (mgr.14197) 197 : cluster 0 pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:17.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:17 smithi067 bash[18640]: cluster 2024-02-10T07:34:15.414313+0000 mgr.smithi067.noawcm (mgr.14197) 197 : cluster 0 pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:17.903 INFO:teuthology.orchestra.run.smithi067.stdout:{"pg_ready":true,"pg_map":{"version":163,"stamp":"2024-02-10T07:34:15.414012+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":4,"num_bytes_recovered":1049648,"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":229228,"kb_used_data":4716,"kb_used_omap":12,"kb_used_meta":224371,"kb_avail":749699220,"statfs":{"total":767926730752,"available":767692001280,"internally_reserved":0,"allocated":4829184,"data_stored":2998560,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12752,"internal_metadata":229756464},"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.003427"},"pg_stats":[{"pgid":"1.0","version":"30'237","reported_seq":340,"reported_epoch":38,"state":"active+clean","last_fresh":"2024-02-10T07:32:15.024566+0000","last_change":"2024-02-10T07:32:13.089746+0000","last_active":"2024-02-10T07:32:15.024566+0000","last_peered":"2024-02-10T07:32:15.024566+0000","last_clean":"2024-02-10T07:32:15.024566+0000","last_became_active":"2024-02-10T07:32:13.088493+0000","last_became_peered":"2024-02-10T07:32:13.088493+0000","last_unstale":"2024-02-10T07:32:15.024566+0000","last_undegraded":"2024-02-10T07:32:15.024566+0000","last_fullsized":"2024-02-10T07:32:15.024566+0000","mapping_epoch":37,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":38,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-10T07:31:53.356129+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-10T07:31:53.356129+0000","last_clean_scrub_stamp":"2024-02-10T07:31:53.356129+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 @ 2024-02-11T16:29:29.936564+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":4,"num_bytes_recovered":1049648,"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":4,"num_bytes_recovered":1049648,"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":2838528,"data_stored":2820752,"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":5}],"osd_stats":[{"osd":7,"up_from":34,"seq":146028888093,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27972,"kb_used_data":952,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713084,"statfs":{"total":95990841344,"available":95962198016,"internally_reserved":0,"allocated":974848,"data_stored":743800,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27654602},"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":"Sat Feb 10 07:34:09 2024","interfaces":[{"interface":"back","average":{"1min":0.83399999999999996,"5min":1.0629999999999999,"15min":1.101},"min":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.274,"5min":4.6360000000000001,"15min":4.6360000000000001},"last":1.0609999999999999},{"interface":"front","average":{"1min":0.92200000000000004,"5min":1.109,"15min":1.1399999999999999},"min":{"1min":0.57199999999999995,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.254,"5min":4.3940000000000001,"15min":4.3940000000000001},"last":0.81599999999999995}]},{"osd":1,"last update":"Sat Feb 10 07:34:09 2024","interfaces":[{"interface":"back","average":{"1min":0.79800000000000004,"5min":0.98499999999999999,"15min":1.016},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":1.3240000000000001,"5min":4.5839999999999996,"15min":4.5839999999999996},"last":1.01},{"interface":"front","average":{"1min":0.83399999999999996,"5min":0.94399999999999995,"15min":0.96199999999999997},"min":{"1min":0.33800000000000002,"5min":0.308,"15min":0.308},"max":{"1min":1.2629999999999999,"5min":4.468,"15min":4.468},"last":0.68200000000000005}]},{"osd":2,"last update":"Sat Feb 10 07:34:09 2024","interfaces":[{"interface":"back","average":{"1min":0.90700000000000003,"5min":1.0740000000000001,"15min":1.1020000000000001},"min":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.4930000000000001,"5min":4.54,"15min":4.54},"last":0.747},{"interface":"front","average":{"1min":1.0009999999999999,"5min":1.179,"15min":1.2090000000000001},"min":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":1.3999999999999999,"5min":4.1980000000000004,"15min":4.1980000000000004},"last":1.1299999999999999}]},{"osd":3,"last update":"Sat Feb 10 07:34:09 2024","interfaces":[{"interface":"back","average":{"1min":0.84999999999999998,"5min":1.0149999999999999,"15min":1.0429999999999999},"min":{"1min":0.38700000000000001,"5min":0.372,"15min":0.372},"max":{"1min":1.2829999999999999,"5min":4.2359999999999998,"15min":4.2359999999999998},"last":0.91100000000000003},{"interface":"front","average":{"1min":1.04,"5min":1.1339999999999999,"15min":1.1499999999999999},"min":{"1min":0.41399999999999998,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":1.4750000000000001,"5min":4.125,"15min":4.125},"last":1.264}]},{"osd":4,"last update":"Sat Feb 10 07:34:09 2024","interfaces":[{"interface":"back","average":{"1min":1.0429999999999999,"5min":1.2509999999999999,"15min":1.286},"min":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.482,"5min":4.4199999999999999,"15min":4.4199999999999999},"last":1.4119999999999999},{"interface":"front","average":{"1min":1.127,"5min":1.3160000000000001,"15min":1.3480000000000001},"min":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"max":{"1min":1.444,"5min":4.2850000000000001,"15min":4.2850000000000001},"last":1.45}]},{"osd":5,"last update":"Sat Feb 10 07:34:09 2024","interfaces":[{"interface":"back","average":{"1min":1.1060000000000001,"5min":1.294,"15min":1.3260000000000001},"min":{"1min":0.45900000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.5229999999999999,"5min":4.5,"15min":4.5},"last":1.319},{"interface":"front","average":{"1min":1.0549999999999999,"5min":1.212,"15min":1.238},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":1.621,"5min":4.0229999999999997,"15min":4.0229999999999997},"last":1.22}]},{"osd":6,"last update":"Sat Feb 10 07:34:09 2024","interfaces":[{"interface":"back","average":{"1min":1.1739999999999999,"5min":1.3340000000000001,"15min":1.3600000000000001},"min":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":1.7549999999999999,"5min":4.3609999999999998,"15min":4.3609999999999998},"last":1.361},{"interface":"front","average":{"1min":1.2170000000000001,"5min":1.3420000000000001,"15min":1.363},"min":{"1min":0.749,"5min":0.749,"15min":0.749},"max":{"1min":1.659,"5min":4.3140000000000001,"15min":4.3140000000000001},"last":1.4890000000000001}]}]},{"osd":5,"up_from":30,"seq":128849018909,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27392,"kb_used_data":372,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713664,"statfs":{"total":95990841344,"available":95962791936,"internally_reserved":0,"allocated":380928,"data_stored":153432,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Feb 10 07:34:06 2024","interfaces":[{"interface":"back","average":{"1min":0.96599999999999997,"5min":0.90300000000000002,"15min":0.89300000000000002},"min":{"1min":0.64900000000000002,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.387,"5min":1.48,"15min":1.48},"last":0.66200000000000003},{"interface":"front","average":{"1min":0.92300000000000004,"5min":0.90700000000000003,"15min":0.90500000000000003},"min":{"1min":0.57999999999999996,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":1.3140000000000001,"5min":1.5580000000000001,"15min":1.5580000000000001},"last":1.0109999999999999}]},{"osd":1,"last update":"Sat Feb 10 07:34:06 2024","interfaces":[{"interface":"back","average":{"1min":0.79200000000000004,"5min":0.77800000000000002,"15min":0.77600000000000002},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":1.0720000000000001,"5min":1.325,"15min":1.325},"last":0.79300000000000004},{"interface":"front","average":{"1min":0.877,"5min":0.86399999999999999,"15min":0.86199999999999999},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":1.331,"5min":1.355,"15min":1.355},"last":1.0549999999999999}]},{"osd":2,"last update":"Sat Feb 10 07:34:06 2024","interfaces":[{"interface":"back","average":{"1min":0.98999999999999999,"5min":1.0509999999999999,"15min":1.0609999999999999},"min":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.2829999999999999,"5min":1.8440000000000001,"15min":1.8440000000000001},"last":0.89600000000000002},{"interface":"front","average":{"1min":1.0269999999999999,"5min":0.97999999999999998,"15min":0.97199999999999998},"min":{"1min":0.63700000000000001,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":1.45,"5min":1.7010000000000001,"15min":1.7010000000000001},"last":1.1359999999999999}]},{"osd":3,"last update":"Sat Feb 10 07:34:06 2024","interfaces":[{"interface":"back","average":{"1min":0.90700000000000003,"5min":0.85699999999999998,"15min":0.84899999999999998},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":1.292,"5min":1.383,"15min":1.383},"last":0.84799999999999998},{"interface":"front","average":{"1min":0.92500000000000004,"5min":0.94599999999999995,"15min":0.94999999999999996},"min":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":1.415,"5min":1.6299999999999999,"15min":1.6299999999999999},"last":0.95099999999999996}]},{"osd":4,"last update":"Sat Feb 10 07:34:06 2024","interfaces":[{"interface":"back","average":{"1min":1.1020000000000001,"5min":1.0720000000000001,"15min":1.0669999999999999},"min":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"max":{"1min":1.51,"5min":1.766,"15min":1.766},"last":1.179},{"interface":"front","average":{"1min":1.1659999999999999,"5min":1.1499999999999999,"15min":1.1479999999999999},"min":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"max":{"1min":1.5700000000000001,"5min":1.946,"15min":1.946},"last":1.212}]},{"osd":6,"last update":"Sat Feb 10 07:34:06 2024","interfaces":[{"interface":"back","average":{"1min":1.173,"5min":1.147,"15min":1.143},"min":{"1min":0.70199999999999996,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.625,"5min":2.2570000000000001,"15min":2.2570000000000001},"last":1.262},{"interface":"front","average":{"1min":1.214,"5min":1.1799999999999999,"15min":1.1739999999999999},"min":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":1.6299999999999999,"5min":2.1459999999999999,"15min":2.1459999999999999},"last":1.1040000000000001}]},{"osd":7,"last update":"Sat Feb 10 07:33:13 2024","interfaces":[{"interface":"back","average":{"1min":1.0940000000000001,"5min":1.0940000000000001,"15min":1.0940000000000001},"min":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.546,"5min":1.546,"15min":1.546},"last":1.3109999999999999},{"interface":"front","average":{"1min":1.1859999999999999,"5min":1.1859999999999999,"15min":1.1859999999999999},"min":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"max":{"1min":1.6719999999999999,"5min":1.6719999999999999,"15min":1.6719999999999999},"last":1.341}]}]},{"osd":1,"up_from":19,"seq":81604378655,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27396,"kb_used_data":372,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713660,"statfs":{"total":95990841344,"available":95962787840,"internally_reserved":0,"allocated":380928,"data_stored":153432,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":"Sat Feb 10 07:33:52 2024","interfaces":[{"interface":"back","average":{"1min":0.876,"5min":0.88,"15min":0.88},"min":{"1min":0.57699999999999996,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.21,"5min":1.306,"15min":1.306},"last":0.99299999999999999},{"interface":"front","average":{"1min":0.91200000000000003,"5min":0.85999999999999999,"15min":0.85199999999999998},"min":{"1min":0.60999999999999999,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.3460000000000001,"5min":1.3460000000000001,"15min":1.3460000000000001},"last":0.90600000000000003}]},{"osd":2,"last update":"Sat Feb 10 07:33:57 2024","interfaces":[{"interface":"back","average":{"1min":0.91200000000000003,"5min":0.879,"15min":0.873},"min":{"1min":0.67700000000000005,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":1.196,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":0.93400000000000005},{"interface":"front","average":{"1min":0.96799999999999997,"5min":0.90900000000000003,"15min":0.89900000000000002},"min":{"1min":0.60699999999999998,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.3700000000000001,"5min":1.3700000000000001,"15min":1.3700000000000001},"last":1.133}]},{"osd":3,"last update":"Sat Feb 10 07:33:57 2024","interfaces":[{"interface":"back","average":{"1min":0.75900000000000001,"5min":0.73099999999999998,"15min":0.72699999999999998},"min":{"1min":0.436,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":1.5469999999999999,"5min":1.5469999999999999,"15min":1.5469999999999999},"last":0.67700000000000005},{"interface":"front","average":{"1min":0.78800000000000003,"5min":0.84299999999999997,"15min":0.85199999999999998},"min":{"1min":0.44900000000000001,"5min":0.375,"15min":0.375},"max":{"1min":1.383,"5min":1.486,"15min":1.486},"last":0.81200000000000006}]},{"osd":4,"last update":"Sat Feb 10 07:34:03 2024","interfaces":[{"interface":"back","average":{"1min":1.0549999999999999,"5min":1.0309999999999999,"15min":1.0269999999999999},"min":{"1min":0.72799999999999998,"5min":0.624,"15min":0.624},"max":{"1min":1.319,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":1.1559999999999999},{"interface":"front","average":{"1min":0.97099999999999997,"5min":0.98699999999999999,"15min":0.98999999999999999},"min":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.3260000000000001,"5min":1.4370000000000001,"15min":1.4370000000000001},"last":1.022}]},{"osd":5,"last update":"Sat Feb 10 07:34:08 2024","interfaces":[{"interface":"back","average":{"1min":0.85899999999999999,"5min":0.84299999999999997,"15min":0.83999999999999997},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":1.228,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":0.77700000000000002},{"interface":"front","average":{"1min":0.97499999999999998,"5min":0.97899999999999998,"15min":0.97999999999999998},"min":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":1.417,"5min":1.8109999999999999,"15min":1.8109999999999999},"last":1.0449999999999999}]},{"osd":6,"last update":"Sat Feb 10 07:34:08 2024","interfaces":[{"interface":"back","average":{"1min":1.135,"5min":1.1359999999999999,"15min":1.1359999999999999},"min":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.4830000000000001,"5min":1.712,"15min":1.712},"last":1.1080000000000001},{"interface":"front","average":{"1min":1.0720000000000001,"5min":1.093,"15min":1.097},"min":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.5680000000000001,"5min":1.619,"15min":1.619},"last":0.73999999999999999}]},{"osd":7,"last update":"Sat Feb 10 07:33:10 2024","interfaces":[{"interface":"back","average":{"1min":1.0820000000000001,"5min":1.0820000000000001,"15min":1.0820000000000001},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.762,"5min":1.762,"15min":1.762},"last":1.0780000000000001},{"interface":"front","average":{"1min":1.081,"5min":1.081,"15min":1.081},"min":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":1.5129999999999999,"5min":1.5129999999999999,"15min":1.5129999999999999},"last":0.86699999999999999}]}]},{"osd":0,"up_from":16,"seq":68719476768,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32132,"kb_used_data":952,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708924,"statfs":{"total":95990841344,"available":95957938176,"internally_reserved":0,"allocated":974848,"data_stored":743800,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":"Sat Feb 10 07:33:52 2024","interfaces":[{"interface":"back","average":{"1min":0.93999999999999995,"5min":0.81999999999999995,"15min":0.80000000000000004},"min":{"1min":0.64800000000000002,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":1.3149999999999999,"5min":1.3149999999999999,"15min":1.3149999999999999},"last":0.84699999999999998},{"interface":"front","average":{"1min":0.96199999999999997,"5min":0.86599999999999999,"15min":0.84999999999999998},"min":{"1min":0.67100000000000004,"5min":0.55700000000000005,"15min":0.55700000000000005},"max":{"1min":1.325,"5min":1.325,"15min":1.325},"last":0.89600000000000002}]},{"osd":2,"last update":"Sat Feb 10 07:34:00 2024","interfaces":[{"interface":"back","average":{"1min":0.86599999999999999,"5min":0.88600000000000001,"15min":0.89000000000000001},"min":{"1min":0.59799999999999998,"5min":0.495,"15min":0.495},"max":{"1min":1.323,"5min":1.323,"15min":1.323},"last":0.75800000000000001},{"interface":"front","average":{"1min":0.83699999999999997,"5min":0.84199999999999997,"15min":0.84299999999999997},"min":{"1min":0.67100000000000004,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":1.1879999999999999,"5min":1.246,"15min":1.246},"last":1.048}]},{"osd":3,"last update":"Sat Feb 10 07:34:00 2024","interfaces":[{"interface":"back","average":{"1min":1.0069999999999999,"5min":0.90700000000000003,"15min":0.89000000000000001},"min":{"1min":0.58499999999999996,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.337,"5min":1.498,"15min":1.498},"last":0.80000000000000004},{"interface":"front","average":{"1min":1.0349999999999999,"5min":0.96599999999999997,"15min":0.95399999999999996},"min":{"1min":0.82299999999999995,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.427,"5min":1.427,"15min":1.427},"last":0.98199999999999998}]},{"osd":4,"last update":"Sat Feb 10 07:34:00 2024","interfaces":[{"interface":"back","average":{"1min":0.95699999999999996,"5min":0.90500000000000003,"15min":0.89600000000000002},"min":{"1min":0.61899999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":1.234,"5min":1.234,"15min":1.234},"last":0.94299999999999995},{"interface":"front","average":{"1min":1.014,"5min":0.98999999999999999,"15min":0.98599999999999999},"min":{"1min":0.75900000000000001,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.369,"5min":1.6499999999999999,"15min":1.6499999999999999},"last":1.1220000000000001}]},{"osd":5,"last update":"Sat Feb 10 07:34:05 2024","interfaces":[{"interface":"back","average":{"1min":1.075,"5min":1.052,"15min":1.048},"min":{"1min":0.68999999999999995,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.4139999999999999,"5min":1.589,"15min":1.589},"last":1.224},{"interface":"front","average":{"1min":1.095,"5min":1.113,"15min":1.1160000000000001},"min":{"1min":0.628,"5min":0.628,"15min":0.628},"max":{"1min":1.3400000000000001,"5min":1.4279999999999999,"15min":1.4279999999999999},"last":1.095}]},{"osd":6,"last update":"Sat Feb 10 07:34:05 2024","interfaces":[{"interface":"back","average":{"1min":1.052,"5min":1.123,"15min":1.135},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":1.3440000000000001,"5min":1.605,"15min":1.605},"last":1.169},{"interface":"front","average":{"1min":1.1299999999999999,"5min":1.1200000000000001,"15min":1.1180000000000001},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":1.5669999999999999,"5min":1.5669999999999999,"15min":1.5669999999999999},"last":1.3959999999999999}]},{"osd":7,"last update":"Sat Feb 10 07:34:10 2024","interfaces":[{"interface":"back","average":{"1min":1.244,"5min":1.1899999999999999,"15min":1.181},"min":{"1min":0.747,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.7609999999999999,"5min":1.7609999999999999,"15min":1.7609999999999999},"last":1.508},{"interface":"front","average":{"1min":1.2729999999999999,"5min":1.161,"15min":1.1419999999999999},"min":{"1min":0.64500000000000002,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.677,"5min":1.677,"15min":1.677},"last":1.3120000000000001}]}]},{"osd":2,"up_from":20,"seq":85899345952,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31560,"kb_used_data":372,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709496,"statfs":{"total":95990841344,"available":95958523904,"internally_reserved":0,"allocated":380928,"data_stored":153432,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":"Sat Feb 10 07:33:55 2024","interfaces":[{"interface":"back","average":{"1min":0.77700000000000002,"5min":0.71499999999999997,"15min":0.70499999999999996},"min":{"1min":0.55600000000000005,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":1.2090000000000001,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":0.58299999999999996},{"interface":"front","average":{"1min":0.77000000000000002,"5min":0.71699999999999997,"15min":0.70799999999999996},"min":{"1min":0.57199999999999995,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":1.2509999999999999,"5min":1.2509999999999999,"15min":1.2509999999999999},"last":0.65300000000000002}]},{"osd":1,"last update":"Sat Feb 10 07:33:55 2024","interfaces":[{"interface":"back","average":{"1min":0.97999999999999998,"5min":0.88600000000000001,"15min":0.87},"min":{"1min":0.69299999999999995,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":1.2869999999999999,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":0.92000000000000004},{"interface":"front","average":{"1min":1.012,"5min":0.97099999999999997,"15min":0.96399999999999997},"min":{"1min":0.67800000000000005,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":1.274,"5min":1.2949999999999999,"15min":1.2949999999999999},"last":0.88300000000000001}]},{"osd":3,"last update":"Sat Feb 10 07:34:01 2024","interfaces":[{"interface":"back","average":{"1min":0.93000000000000005,"5min":0.93899999999999995,"15min":0.94099999999999995},"min":{"1min":0.58099999999999996,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":1.1539999999999999,"5min":1.3600000000000001,"15min":1.3600000000000001},"last":1.0780000000000001},{"interface":"front","average":{"1min":0.99399999999999999,"5min":1.028,"15min":1.034},"min":{"1min":0.67600000000000005,"5min":0.52500000000000002,"15min":0.52500000000000002},"max":{"1min":1.359,"5min":1.4910000000000001,"15min":1.4910000000000001},"last":0.97399999999999998}]},{"osd":4,"last update":"Sat Feb 10 07:34:01 2024","interfaces":[{"interface":"back","average":{"1min":0.90800000000000003,"5min":0.89900000000000002,"15min":0.89700000000000002},"min":{"1min":0.46500000000000002,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":1.3680000000000001,"5min":1.4470000000000001,"15min":1.4470000000000001},"last":0.73199999999999998},{"interface":"front","average":{"1min":1.024,"5min":1.014,"15min":1.012},"min":{"1min":0.63100000000000001,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":1.3680000000000001,"5min":1.494,"15min":1.494},"last":0.80000000000000004}]},{"osd":5,"last update":"Sat Feb 10 07:34:07 2024","interfaces":[{"interface":"back","average":{"1min":0.878,"5min":0.92300000000000004,"15min":0.93100000000000005},"min":{"1min":0.502,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":1.115,"5min":1.2070000000000001,"15min":1.2070000000000001},"last":1.0029999999999999},{"interface":"front","average":{"1min":1.056,"5min":1.0489999999999999,"15min":1.048},"min":{"1min":0.60899999999999999,"5min":0.54300000000000004,"15min":0.54300000000000004},"max":{"1min":1.304,"5min":1.3109999999999999,"15min":1.3109999999999999},"last":1.161}]},{"osd":6,"last update":"Sat Feb 10 07:34:07 2024","interfaces":[{"interface":"back","average":{"1min":1.0469999999999999,"5min":1.133,"15min":1.147},"min":{"1min":0.68400000000000005,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":1.3340000000000001,"5min":1.8049999999999999,"15min":1.8049999999999999},"last":1.052},{"interface":"front","average":{"1min":0.99299999999999999,"5min":1.0009999999999999,"15min":1.0029999999999999},"min":{"1min":0.42099999999999999,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":1.258,"5min":1.3540000000000001,"15min":1.3540000000000001},"last":1.1839999999999999}]},{"osd":7,"last update":"Sat Feb 10 07:33:10 2024","interfaces":[{"interface":"back","average":{"1min":1.1950000000000001,"5min":1.1950000000000001,"15min":1.1950000000000001},"min":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.5369999999999999,"5min":1.5369999999999999,"15min":1.5369999999999999},"last":1.1359999999999999},{"interface":"front","average":{"1min":1.1299999999999999,"5min":1.1299999999999999,"15min":1.1299999999999999},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.3160000000000001,"5min":1.3160000000000001,"15min":1.3160000000000001},"last":1.276}]}]},{"osd":3,"up_from":24,"seq":103079215134,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27980,"kb_used_data":952,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713076,"statfs":{"total":95990841344,"available":95962189824,"internally_reserved":0,"allocated":974848,"data_stored":743800,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"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":"Sat Feb 10 07:33:58 2024","interfaces":[{"interface":"back","average":{"1min":0.83499999999999996,"5min":0.90700000000000003,"15min":0.91900000000000004},"min":{"1min":0.5,"5min":0.5,"15min":0.5},"max":{"1min":1.2270000000000001,"5min":1.516,"15min":1.516},"last":0.996},{"interface":"front","average":{"1min":0.86299999999999999,"5min":0.89600000000000002,"15min":0.90200000000000002},"min":{"1min":0.56999999999999995,"5min":0.54500000000000004,"15min":0.54500000000000004},"max":{"1min":1.1779999999999999,"5min":1.288,"15min":1.288},"last":0.67500000000000004}]},{"osd":1,"last update":"Sat Feb 10 07:33:58 2024","interfaces":[{"interface":"back","average":{"1min":0.66200000000000003,"5min":0.78600000000000003,"15min":0.80600000000000005},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":1.4339999999999999,"5min":1.482,"15min":1.482},"last":0.441},{"interface":"front","average":{"1min":0.72099999999999997,"5min":0.76900000000000002,"15min":0.77700000000000002},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":1.3009999999999999,"5min":1.3560000000000001,"15min":1.3560000000000001},"last":0.59399999999999997}]},{"osd":2,"last update":"Sat Feb 10 07:33:58 2024","interfaces":[{"interface":"back","average":{"1min":0.95599999999999996,"5min":0.93899999999999995,"15min":0.93600000000000005},"min":{"1min":0.56200000000000006,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.323,"5min":1.333,"15min":1.333},"last":0.74299999999999999},{"interface":"front","average":{"1min":0.92700000000000005,"5min":0.88700000000000001,"15min":0.88},"min":{"1min":0.54300000000000004,"5min":0.442,"15min":0.442},"max":{"1min":1.4179999999999999,"5min":1.4179999999999999,"15min":1.4179999999999999},"last":0.96799999999999997}]},{"osd":4,"last update":"Sat Feb 10 07:33:58 2024","interfaces":[{"interface":"back","average":{"1min":0.86699999999999999,"5min":0.93799999999999994,"15min":0.94999999999999996},"min":{"1min":0.62,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":1.3109999999999999,"5min":1.3109999999999999,"15min":1.3109999999999999},"last":0.76600000000000001},{"interface":"front","average":{"1min":0.94699999999999995,"5min":0.997,"15min":1.0049999999999999},"min":{"1min":0.51500000000000001,"5min":0.499,"15min":0.499},"max":{"1min":1.323,"5min":1.52,"15min":1.52},"last":0.81000000000000005}]},{"osd":5,"last update":"Sat Feb 10 07:34:06 2024","interfaces":[{"interface":"back","average":{"1min":0.83499999999999996,"5min":0.92500000000000004,"15min":0.93999999999999995},"min":{"1min":0.38,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":1.399,"5min":1.399,"15min":1.399},"last":0.49099999999999999},{"interface":"front","average":{"1min":0.91000000000000003,"5min":0.99299999999999999,"15min":1.0069999999999999},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":1.4079999999999999,"5min":1.554,"15min":1.554},"last":0.65400000000000003}]},{"osd":6,"last update":"Sat Feb 10 07:34:03 2024","interfaces":[{"interface":"back","average":{"1min":1.0169999999999999,"5min":1.113,"15min":1.129},"min":{"1min":0.501,"5min":0.501,"15min":0.501},"max":{"1min":1.5860000000000001,"5min":1.5940000000000001,"15min":1.5940000000000001},"last":0.72299999999999998},{"interface":"front","average":{"1min":1.119,"5min":1.1459999999999999,"15min":1.1499999999999999},"min":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"max":{"1min":1.7310000000000001,"5min":1.7310000000000001,"15min":1.7310000000000001},"last":0.84099999999999997}]},{"osd":7,"last update":"Sat Feb 10 07:33:09 2024","interfaces":[{"interface":"back","average":{"1min":1.109,"5min":1.109,"15min":1.109},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":1.552,"5min":1.552,"15min":1.552},"last":0.93100000000000005},{"interface":"front","average":{"1min":1.0469999999999999,"5min":1.0469999999999999,"15min":1.0469999999999999},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":1.653,"5min":1.653,"15min":1.653},"last":0.90100000000000002}]}]},{"osd":4,"up_from":25,"seq":107374182430,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27392,"kb_used_data":372,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713664,"statfs":{"total":95990841344,"available":95962791936,"internally_reserved":0,"allocated":380928,"data_stored":153432,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Feb 10 07:34:01 2024","interfaces":[{"interface":"back","average":{"1min":0.68799999999999994,"5min":0.65200000000000002,"15min":0.64600000000000002},"min":{"1min":0.443,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":1.0389999999999999,"5min":1.0389999999999999,"15min":1.0389999999999999},"last":1.1080000000000001},{"interface":"front","average":{"1min":0.89000000000000001,"5min":0.95299999999999996,"15min":0.96299999999999997},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":1.4330000000000001,"5min":4.9640000000000004,"15min":4.9640000000000004},"last":0.82599999999999996}]},{"osd":1,"last update":"Sat Feb 10 07:34:01 2024","interfaces":[{"interface":"back","average":{"1min":0.91800000000000004,"5min":0.94799999999999995,"15min":0.95299999999999996},"min":{"1min":0.54500000000000004,"5min":0.438,"15min":0.438},"max":{"1min":1.26,"5min":1.6930000000000001,"15min":1.6930000000000001},"last":1.268},{"interface":"front","average":{"1min":0.96099999999999997,"5min":0.92100000000000004,"15min":0.91400000000000003},"min":{"1min":0.58099999999999996,"5min":0.496,"15min":0.496},"max":{"1min":1.421,"5min":1.421,"15min":1.421},"last":0.95399999999999996}]},{"osd":2,"last update":"Sat Feb 10 07:34:01 2024","interfaces":[{"interface":"back","average":{"1min":0.83599999999999997,"5min":0.84399999999999997,"15min":0.84599999999999997},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":1.1060000000000001,"5min":1.373,"15min":1.373},"last":1.0609999999999999},{"interface":"front","average":{"1min":0.84499999999999997,"5min":0.84299999999999997,"15min":0.84299999999999997},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":1.1679999999999999,"5min":1.1679999999999999,"15min":1.1679999999999999},"last":0.99299999999999999}]},{"osd":3,"last update":"Sat Feb 10 07:34:01 2024","interfaces":[{"interface":"back","average":{"1min":1.0489999999999999,"5min":1,"15min":0.99199999999999999},"min":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.3120000000000001,"5min":1.54,"15min":1.54},"last":1.2310000000000001},{"interface":"front","average":{"1min":1.0629999999999999,"5min":1.02,"15min":1.0129999999999999},"min":{"1min":0.57799999999999996,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":1.391,"5min":1.391,"15min":1.391},"last":1.0269999999999999}]},{"osd":5,"last update":"Sat Feb 10 07:34:06 2024","interfaces":[{"interface":"back","average":{"1min":1.0629999999999999,"5min":1.0329999999999999,"15min":1.028},"min":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.331,"5min":1.331,"15min":1.331},"last":1.1930000000000001},{"interface":"front","average":{"1min":1.0880000000000001,"5min":1.093,"15min":1.0940000000000001},"min":{"1min":0.66200000000000003,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.454,"5min":1.454,"15min":1.454},"last":1.1439999999999999}]},{"osd":6,"last update":"Sat Feb 10 07:34:06 2024","interfaces":[{"interface":"back","average":{"1min":1.0289999999999999,"5min":1.0700000000000001,"15min":1.077},"min":{"1min":0.497,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":1.3149999999999999,"5min":1.8069999999999999,"15min":1.8069999999999999},"last":1.385},{"interface":"front","average":{"1min":1.0609999999999999,"5min":1.081,"15min":1.085},"min":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":1.3620000000000001,"5min":1.8400000000000001,"15min":1.8400000000000001},"last":1.3160000000000001}]},{"osd":7,"last update":"Sat Feb 10 07:33:10 2024","interfaces":[{"interface":"back","average":{"1min":1.149,"5min":1.149,"15min":1.149},"min":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"max":{"1min":1.419,"5min":1.419,"15min":1.419},"last":1.351},{"interface":"front","average":{"1min":1.1599999999999999,"5min":1.1599999999999999,"15min":1.1599999999999999},"min":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.4930000000000001,"5min":1.4930000000000001,"15min":1.4930000000000001},"last":1.651}]}]},{"osd":6,"up_from":29,"seq":124554051613,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27404,"kb_used_data":372,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713652,"statfs":{"total":95990841344,"available":95962779648,"internally_reserved":0,"allocated":380928,"data_stored":153432,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Feb 10 07:34:06 2024","interfaces":[{"interface":"back","average":{"1min":0.81499999999999995,"5min":0.77500000000000002,"15min":0.76900000000000002},"min":{"1min":0.60599999999999998,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.2789999999999999,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":0.86299999999999999},{"interface":"front","average":{"1min":0.81799999999999995,"5min":0.82799999999999996,"15min":0.82999999999999996},"min":{"1min":0.56399999999999995,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":1.1879999999999999,"5min":1.405,"15min":1.405},"last":0.77000000000000002}]},{"osd":1,"last update":"Sat Feb 10 07:34:06 2024","interfaces":[{"interface":"back","average":{"1min":0.875,"5min":0.90400000000000003,"15min":0.90900000000000003},"min":{"1min":0.624,"5min":0.624,"15min":0.624},"max":{"1min":1.1799999999999999,"5min":1.198,"15min":1.198},"last":0.91600000000000004},{"interface":"front","average":{"1min":1.006,"5min":1.052,"15min":1.0600000000000001},"min":{"1min":0.749,"5min":0.74099999999999999,"15min":0.74099999999999999},"max":{"1min":1.2669999999999999,"5min":1.946,"15min":1.946},"last":1.0229999999999999}]},{"osd":2,"last update":"Sat Feb 10 07:34:06 2024","interfaces":[{"interface":"back","average":{"1min":1.0700000000000001,"5min":1.0169999999999999,"15min":1.008},"min":{"1min":0.81799999999999995,"5min":0.65400000000000003,"15min":0.65400000000000003},"max":{"1min":1.377,"5min":1.377,"15min":1.377},"last":1.26},{"interface":"front","average":{"1min":0.83799999999999997,"5min":0.89400000000000002,"15min":0.90400000000000003},"min":{"1min":0.69199999999999995,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.085,"5min":1.2949999999999999,"15min":1.2949999999999999},"last":0.94899999999999995}]},{"osd":3,"last update":"Sat Feb 10 07:34:06 2024","interfaces":[{"interface":"back","average":{"1min":0.94399999999999995,"5min":0.95399999999999996,"15min":0.95599999999999996},"min":{"1min":0.64400000000000002,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.2989999999999999,"5min":1.7150000000000001,"15min":1.7150000000000001},"last":0.98999999999999999},{"interface":"front","average":{"1min":1.0800000000000001,"5min":1.1080000000000001,"15min":1.1120000000000001},"min":{"1min":0.78100000000000003,"5min":0.70699999999999996,"15min":0.70699999999999996},"max":{"1min":1.2869999999999999,"5min":1.49,"15min":1.49},"last":1.3149999999999999}]},{"osd":4,"last update":"Sat Feb 10 07:34:06 2024","interfaces":[{"interface":"back","average":{"1min":0.97699999999999998,"5min":1.0609999999999999,"15min":1.075},"min":{"1min":0.74099999999999999,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.22,"5min":1.51,"15min":1.51},"last":1.0660000000000001},{"interface":"front","average":{"1min":1.0760000000000001,"5min":1.1359999999999999,"15min":1.1459999999999999},"min":{"1min":0.85099999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":1.298,"5min":1.903,"15min":1.903},"last":0.82399999999999995}]},{"osd":5,"last update":"Sat Feb 10 07:34:06 2024","interfaces":[{"interface":"back","average":{"1min":1.216,"5min":1.274,"15min":1.284},"min":{"1min":0.93200000000000005,"5min":0.81999999999999995,"15min":0.81999999999999995},"max":{"1min":1.466,"5min":1.706,"15min":1.706},"last":1.397},{"interface":"front","average":{"1min":1.278,"5min":1.3140000000000001,"15min":1.3200000000000001},"min":{"1min":1.071,"5min":0.85599999999999998,"15min":0.85599999999999998},"max":{"1min":1.7010000000000001,"5min":1.7010000000000001,"15min":1.7010000000000001},"last":1.6419999999999999}]},{"osd":7,"last update":"Sat Feb 10 07:34:10 2024","interfaces":[{"interface":"back","average":{"1min":1.1899999999999999,"5min":1.1899999999999999,"15min":1.1899999999999999},"min":{"1min":0.98599999999999999,"5min":0.75,"15min":0.75},"max":{"1min":1.4470000000000001,"5min":1.4610000000000001,"15min":1.4610000000000001},"last":1.1100000000000001},{"interface":"front","average":{"1min":1.3140000000000001,"5min":1.323,"15min":1.325},"min":{"1min":1.0960000000000001,"5min":0.79700000000000004,"15min":0.79700000000000004},"max":{"1min":1.589,"5min":1.5900000000000001,"15min":1.5900000000000001},"last":1.589}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":462848,"data_stored":459280,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-02-10T07:34:17.905 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-10T07:34:17.905 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-10T07:34:17.905 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-10T07:34:17.905 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph health --format=json 2024-02-10T07:34:18.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:18 smithi174 bash[23193]: audit 2024-02-10T07:34:17.290623+0000 mgr.smithi067.noawcm (mgr.14197) 198 : audit 0 from='client.14452 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T07:34:18.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:18 smithi067 bash[18640]: audit 2024-02-10T07:34:17.290623+0000 mgr.smithi067.noawcm (mgr.14197) 198 : audit 0 from='client.14452 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T07:34:19.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:19 smithi067 bash[18640]: cluster 2024-02-10T07:34:17.414806+0000 mgr.smithi067.noawcm (mgr.14197) 199 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:19.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:19 smithi174 bash[23193]: cluster 2024-02-10T07:34:17.414806+0000 mgr.smithi067.noawcm (mgr.14197) 199 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:20.739 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:20 smithi174 bash[23193]: cluster 2024-02-10T07:34:19.415450+0000 mgr.smithi067.noawcm (mgr.14197) 200 : cluster 0 pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:20.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:20 smithi067 bash[18640]: cluster 2024-02-10T07:34:19.415450+0000 mgr.smithi067.noawcm (mgr.14197) 200 : cluster 0 pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:22.703 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:34:23.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:23 smithi174 bash[23193]: cluster 2024-02-10T07:34:21.416193+0000 mgr.smithi067.noawcm (mgr.14197) 201 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:23.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:23 smithi067 bash[18640]: cluster 2024-02-10T07:34:21.416193+0000 mgr.smithi067.noawcm (mgr.14197) 201 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:25.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:25 smithi067 bash[18640]: cluster 2024-02-10T07:34:23.416924+0000 mgr.smithi067.noawcm (mgr.14197) 202 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:25.365 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-10T07:34:25.365 INFO:teuthology.orchestra.run.smithi067.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-10T07:34:25.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:25 smithi174 bash[23193]: cluster 2024-02-10T07:34:23.416924+0000 mgr.smithi067.noawcm (mgr.14197) 202 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:26.019 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-10T07:34:26.020 INFO:tasks.cephadm:Setup complete, yielding 2024-02-10T07:34:26.020 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-10T07:34:26.030 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi067.front.sepia.ceph.com 2024-02-10T07:34:26.031 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- bash -c 'ceph orch status' 2024-02-10T07:34:26.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:26 smithi174 bash[23193]: audit 2024-02-10T07:34:25.366576+0000 mon.smithi067 (mon.0) 742 : audit 0 from='client.? 172.21.15.67:0/1351559526' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-10T07:34:26.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:26 smithi174 bash[23193]: audit 2024-02-10T07:34:25.842842+0000 mon.smithi067 (mon.0) 743 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:34:26.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:26 smithi067 bash[18640]: audit 2024-02-10T07:34:25.366576+0000 mon.smithi067 (mon.0) 742 : audit 0 from='client.? 172.21.15.67:0/1351559526' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-10T07:34:26.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:26 smithi067 bash[18640]: audit 2024-02-10T07:34:25.842842+0000 mon.smithi067 (mon.0) 743 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:34:27.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:27 smithi174 bash[23193]: cluster 2024-02-10T07:34:25.417348+0000 mgr.smithi067.noawcm (mgr.14197) 203 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:27.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:27 smithi067 bash[18640]: cluster 2024-02-10T07:34:25.417348+0000 mgr.smithi067.noawcm (mgr.14197) 203 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:29.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:29 smithi174 bash[23193]: cluster 2024-02-10T07:34:27.417900+0000 mgr.smithi067.noawcm (mgr.14197) 204 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:29.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:29 smithi067 bash[18640]: cluster 2024-02-10T07:34:27.417900+0000 mgr.smithi067.noawcm (mgr.14197) 204 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:30.847 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:34:31.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:31 smithi067 bash[18640]: cluster 2024-02-10T07:34:29.418541+0000 mgr.smithi067.noawcm (mgr.14197) 205 : cluster 0 pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:31.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:31 smithi174 bash[23193]: cluster 2024-02-10T07:34:29.418541+0000 mgr.smithi067.noawcm (mgr.14197) 205 : cluster 0 pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:33.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:33 smithi174 bash[23193]: cluster 2024-02-10T07:34:31.419056+0000 mgr.smithi067.noawcm (mgr.14197) 206 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:33.528 INFO:teuthology.orchestra.run.smithi067.stdout:Backend: cephadm 2024-02-10T07:34:33.528 INFO:teuthology.orchestra.run.smithi067.stdout:Available: Yes 2024-02-10T07:34:33.529 INFO:teuthology.orchestra.run.smithi067.stdout:Paused: No 2024-02-10T07:34:33.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:33 smithi067 bash[18640]: cluster 2024-02-10T07:34:31.419056+0000 mgr.smithi067.noawcm (mgr.14197) 206 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:34.206 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-10T07:34:35.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:35 smithi067 bash[18640]: cluster 2024-02-10T07:34:33.419602+0000 mgr.smithi067.noawcm (mgr.14197) 207 : cluster 0 pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:35.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:35 smithi067 bash[18640]: audit 2024-02-10T07:34:33.529065+0000 mgr.smithi067.noawcm (mgr.14197) 208 : audit 0 from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:34:35.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:35 smithi174 bash[23193]: cluster 2024-02-10T07:34:33.419602+0000 mgr.smithi067.noawcm (mgr.14197) 207 : cluster 0 pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:35.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:35 smithi174 bash[23193]: audit 2024-02-10T07:34:33.529065+0000 mgr.smithi067.noawcm (mgr.14197) 208 : audit 0 from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:34:37.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:37 smithi174 bash[23193]: cluster 2024-02-10T07:34:35.420333+0000 mgr.smithi067.noawcm (mgr.14197) 209 : cluster 0 pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:37.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:37 smithi067 bash[18640]: cluster 2024-02-10T07:34:35.420333+0000 mgr.smithi067.noawcm (mgr.14197) 209 : cluster 0 pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:39.021 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:34:39.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:39 smithi174 bash[23193]: cluster 2024-02-10T07:34:37.421037+0000 mgr.smithi067.noawcm (mgr.14197) 210 : cluster 0 pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:39.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:39 smithi067 bash[18640]: cluster 2024-02-10T07:34:37.421037+0000 mgr.smithi067.noawcm (mgr.14197) 210 : cluster 0 pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:41.426 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:41 smithi174 bash[23193]: cluster 2024-02-10T07:34:39.421724+0000 mgr.smithi067.noawcm (mgr.14197) 211 : cluster 0 pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:41.426 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:41 smithi174 bash[23193]: audit 2024-02-10T07:34:40.842972+0000 mon.smithi067 (mon.0) 744 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:34:41.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:41 smithi067 bash[18640]: cluster 2024-02-10T07:34:39.421724+0000 mgr.smithi067.noawcm (mgr.14197) 211 : cluster 0 pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:41.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:41 smithi067 bash[18640]: audit 2024-02-10T07:34:40.842972+0000 mon.smithi067 (mon.0) 744 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:34:41.669 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T07:34:41.669 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.smithi067 smithi067 *:9093,9094 running (4m) 37s ago 5m 13.7M - 0.25.0 c8568f914cd2 77bfe55f3d2a 2024-02-10T07:34:41.669 INFO:teuthology.orchestra.run.smithi067.stdout:ceph-exporter.smithi067 smithi067 running (6m) 37s ago 6m 8255k - 19.0.0-1361-g290212a1 c328ab9dcfc7 6cd57d1613b4 2024-02-10T07:34:41.670 INFO:teuthology.orchestra.run.smithi067.stdout:ceph-exporter.smithi174 smithi174 running (4m) 40s ago 4m 8408k - 19.0.0-1361-g290212a1 c328ab9dcfc7 95a85d48b29d 2024-02-10T07:34:41.670 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi067 smithi067 running (6m) 37s ago 6m 7111k - 19.0.0-1361-g290212a1 c328ab9dcfc7 8c8dcb93179d 2024-02-10T07:34:41.670 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi174 smithi174 running (4m) 40s ago 4m 7084k - 19.0.0-1361-g290212a1 c328ab9dcfc7 070c07661e8b 2024-02-10T07:34:41.670 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.smithi067 smithi067 *:3000 running (4m) 37s ago 5m 73.1M - 9.4.12 a0ea5e3c46d9 d9af97f62fb5 2024-02-10T07:34:41.670 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi067.noawcm smithi067 *:9283,8765,8443 running (7m) 37s ago 7m 486M - 19.0.0-1361-g290212a1 c328ab9dcfc7 8e6b16692abd 2024-02-10T07:34:41.670 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi174.fkboaf smithi174 *:8443,9283,8765 running (4m) 40s ago 4m 436M - 19.0.0-1361-g290212a1 c328ab9dcfc7 daf785f0bc27 2024-02-10T07:34:41.670 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi067 smithi067 running (7m) 37s ago 7m 42.0M 2048M 19.0.0-1361-g290212a1 c328ab9dcfc7 adb7043aebf4 2024-02-10T07:34:41.670 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi174 smithi174 running (4m) 40s ago 4m 33.4M 2048M 19.0.0-1361-g290212a1 c328ab9dcfc7 8f846528610d 2024-02-10T07:34:41.670 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi067 smithi067 *:9100 running (5m) 37s ago 6m 8527k - 1.5.0 0da6a335fe13 4ac255f1ab94 2024-02-10T07:34:41.670 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi174 smithi174 *:9100 running (4m) 40s ago 4m 8315k - 1.5.0 0da6a335fe13 92cbf209cc3a 2024-02-10T07:34:41.670 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi174 running (3m) 40s ago 3m 47.6M 3772M 19.0.0-1361-g290212a1 c328ab9dcfc7 3e02662d916e 2024-02-10T07:34:41.670 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (2m) 37s ago 3m 40.1M 3004M 19.0.0-1361-g290212a1 c328ab9dcfc7 018c73ac331d 2024-02-10T07:34:41.670 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi174 running (2m) 40s ago 3m 44.2M 3772M 19.0.0-1361-g290212a1 c328ab9dcfc7 956e78a04d48 2024-02-10T07:34:41.670 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (2m) 37s ago 2m 39.6M 3004M 19.0.0-1361-g290212a1 c328ab9dcfc7 ba194b4e082b 2024-02-10T07:34:41.670 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi174 running (2m) 40s ago 2m 36.5M 3772M 19.0.0-1361-g290212a1 c328ab9dcfc7 5f2d0a524eb8 2024-02-10T07:34:41.671 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi067 running (2m) 37s ago 2m 35.6M 3004M 19.0.0-1361-g290212a1 c328ab9dcfc7 ca8f3b86eac6 2024-02-10T07:34:41.671 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi174 running (2m) 40s ago 2m 43.6M 3772M 19.0.0-1361-g290212a1 c328ab9dcfc7 f684e8ce6663 2024-02-10T07:34:41.671 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi067 running (2m) 37s ago 2m 37.9M 3004M 19.0.0-1361-g290212a1 c328ab9dcfc7 b91e484e849a 2024-02-10T07:34:41.671 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.smithi067 smithi067 *:9095 running (3m) 37s ago 5m 48.5M - 2.43.0 a07b618ecd1d d47e29d73d3a 2024-02-10T07:34:42.314 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-10T07:34:43.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:43 smithi174 bash[23193]: cluster 2024-02-10T07:34:41.422140+0000 mgr.smithi067.noawcm (mgr.14197) 212 : cluster 0 pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:43.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:43 smithi174 bash[23193]: audit 2024-02-10T07:34:41.653570+0000 mgr.smithi067.noawcm (mgr.14197) 213 : audit 0 from='client.14464 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:34:43.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:43 smithi067 bash[18640]: cluster 2024-02-10T07:34:41.422140+0000 mgr.smithi067.noawcm (mgr.14197) 212 : cluster 0 pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:43.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:43 smithi067 bash[18640]: audit 2024-02-10T07:34:41.653570+0000 mgr.smithi067.noawcm (mgr.14197) 213 : audit 0 from='client.14464 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:34:45.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:45 smithi174 bash[23193]: cluster 2024-02-10T07:34:43.422685+0000 mgr.smithi067.noawcm (mgr.14197) 214 : cluster 0 pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:45.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:45 smithi067 bash[18640]: cluster 2024-02-10T07:34:43.422685+0000 mgr.smithi067.noawcm (mgr.14197) 214 : cluster 0 pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:47.117 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:34:47.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:47 smithi174 bash[23193]: cluster 2024-02-10T07:34:45.423310+0000 mgr.smithi067.noawcm (mgr.14197) 215 : cluster 0 pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:47.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:47 smithi067 bash[18640]: cluster 2024-02-10T07:34:45.423310+0000 mgr.smithi067.noawcm (mgr.14197) 215 : cluster 0 pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:49.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:49 smithi174 bash[23193]: cluster 2024-02-10T07:34:47.423865+0000 mgr.smithi067.noawcm (mgr.14197) 216 : cluster 0 pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:49.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:49 smithi067 bash[18640]: cluster 2024-02-10T07:34:47.423865+0000 mgr.smithi067.noawcm (mgr.14197) 216 : cluster 0 pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:49.676 INFO:teuthology.orchestra.run.smithi067.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-02-10T07:34:49.676 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager ?:9093,9094 1/1 45s ago 6m count:1 2024-02-10T07:34:49.676 INFO:teuthology.orchestra.run.smithi067.stdout:ceph-exporter 2/2 48s ago 6m * 2024-02-10T07:34:49.676 INFO:teuthology.orchestra.run.smithi067.stdout:crash 2/2 48s ago 7m * 2024-02-10T07:34:49.677 INFO:teuthology.orchestra.run.smithi067.stdout:grafana ?:3000 1/1 45s ago 6m count:1 2024-02-10T07:34:49.677 INFO:teuthology.orchestra.run.smithi067.stdout:mgr 2/2 48s ago 7m count:2 2024-02-10T07:34:49.677 INFO:teuthology.orchestra.run.smithi067.stdout:mon 2/2 48s ago 5m smithi067:172.21.15.67=smithi067;smithi174:172.21.15.174=smithi174;count:2 2024-02-10T07:34:49.677 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter ?:9100 2/2 48s ago 6m * 2024-02-10T07:34:49.677 INFO:teuthology.orchestra.run.smithi067.stdout:osd.all-available-devices 8 48s ago 4m * 2024-02-10T07:34:49.677 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus ?:9095 1/1 45s ago 6m count:1 2024-02-10T07:34:50.361 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-10T07:34:51.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:51 smithi174 bash[23193]: cluster 2024-02-10T07:34:49.424475+0000 mgr.smithi067.noawcm (mgr.14197) 217 : cluster 0 pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:51.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:51 smithi174 bash[23193]: audit 2024-02-10T07:34:49.669790+0000 mgr.smithi067.noawcm (mgr.14197) 218 : audit 0 from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:34:51.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:51 smithi067 bash[18640]: cluster 2024-02-10T07:34:49.424475+0000 mgr.smithi067.noawcm (mgr.14197) 217 : cluster 0 pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:51.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:51 smithi067 bash[18640]: audit 2024-02-10T07:34:49.669790+0000 mgr.smithi067.noawcm (mgr.14197) 218 : audit 0 from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:34:53.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:53 smithi174 bash[23193]: cluster 2024-02-10T07:34:51.425119+0000 mgr.smithi067.noawcm (mgr.14197) 219 : cluster 0 pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:53.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:53 smithi067 bash[18640]: cluster 2024-02-10T07:34:51.425119+0000 mgr.smithi067.noawcm (mgr.14197) 219 : cluster 0 pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:55.174 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:34:55.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:55 smithi174 bash[23193]: cluster 2024-02-10T07:34:53.425697+0000 mgr.smithi067.noawcm (mgr.14197) 220 : cluster 0 pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:55.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:55 smithi067 bash[18640]: cluster 2024-02-10T07:34:53.425697+0000 mgr.smithi067.noawcm (mgr.14197) 220 : cluster 0 pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:56.197 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:56 smithi067 bash[18640]: audit 2024-02-10T07:34:55.843600+0000 mon.smithi067 (mon.0) 745 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:34:56.520 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:56 smithi174 bash[23193]: audit 2024-02-10T07:34:55.843600+0000 mon.smithi067 (mon.0) 745 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:34:57.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:57 smithi174 bash[23193]: cluster 2024-02-10T07:34:55.426371+0000 mgr.smithi067.noawcm (mgr.14197) 221 : cluster 0 pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:57.434 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:57 smithi067 bash[18640]: cluster 2024-02-10T07:34:55.426371+0000 mgr.smithi067.noawcm (mgr.14197) 221 : cluster 0 pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:57.826 INFO:teuthology.orchestra.run.smithi067.stdout:HOST ADDR LABELS STATUS 2024-02-10T07:34:57.826 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 172.21.15.67 2024-02-10T07:34:57.826 INFO:teuthology.orchestra.run.smithi067.stdout:smithi174 172.21.15.174 2024-02-10T07:34:57.826 INFO:teuthology.orchestra.run.smithi067.stdout:2 hosts in cluster 2024-02-10T07:34:58.505 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-10T07:34:59.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:59 smithi174 bash[23193]: cluster 2024-02-10T07:34:57.427072+0000 mgr.smithi067.noawcm (mgr.14197) 222 : cluster 0 pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:59.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:34:59 smithi174 bash[23193]: audit 2024-02-10T07:34:57.827514+0000 mgr.smithi067.noawcm (mgr.14197) 223 : audit 0 from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:34:59.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:59 smithi067 bash[18640]: cluster 2024-02-10T07:34:57.427072+0000 mgr.smithi067.noawcm (mgr.14197) 222 : cluster 0 pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:34:59.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:34:59 smithi067 bash[18640]: audit 2024-02-10T07:34:57.827514+0000 mgr.smithi067.noawcm (mgr.14197) 223 : audit 0 from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:35:01.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:01 smithi067 bash[18640]: cluster 2024-02-10T07:34:59.427717+0000 mgr.smithi067.noawcm (mgr.14197) 224 : cluster 0 pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:35:01.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:01 smithi174 bash[23193]: cluster 2024-02-10T07:34:59.427717+0000 mgr.smithi067.noawcm (mgr.14197) 224 : cluster 0 pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:35:03.305 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:35:03.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:03 smithi174 bash[23193]: cluster 2024-02-10T07:35:01.428311+0000 mgr.smithi067.noawcm (mgr.14197) 225 : cluster 0 pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:35:03.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:03 smithi067 bash[18640]: cluster 2024-02-10T07:35:01.428311+0000 mgr.smithi067.noawcm (mgr.14197) 225 : cluster 0 pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:35:05.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:05 smithi067 bash[18640]: cluster 2024-02-10T07:35:03.428998+0000 mgr.smithi067.noawcm (mgr.14197) 226 : cluster 0 pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:35:05.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:05 smithi067 bash[18640]: audit 2024-02-10T07:35:05.052553+0000 mon.smithi067 (mon.0) 746 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:35:05.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:05 smithi174 bash[23193]: cluster 2024-02-10T07:35:03.428998+0000 mgr.smithi067.noawcm (mgr.14197) 226 : cluster 0 pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:35:05.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:05 smithi174 bash[23193]: audit 2024-02-10T07:35:05.052553+0000 mon.smithi067 (mon.0) 746 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:35:05.928 INFO:teuthology.orchestra.run.smithi067.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-10T07:35:05.928 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT53440042400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-02-10T07:35:05.928 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 /dev/nvme1n1 ssd Linux_be4ba267c8d85f49ad0c 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T07:35:05.928 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 /dev/nvme2n1 ssd Linux_e0f34085d0decfed6b21 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T07:35:05.928 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 /dev/nvme3n1 ssd Linux_13b034b789d62ba5ab40 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T07:35:05.928 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 /dev/nvme4n1 ssd Linux_3738e59c81956faf35f0 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T07:35:05.928 INFO:teuthology.orchestra.run.smithi067.stdout:smithi174 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT62050074400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-02-10T07:35:05.928 INFO:teuthology.orchestra.run.smithi067.stdout:smithi174 /dev/nvme1n1 ssd Linux_4e6cc0a6e4ad9ce309e3 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T07:35:05.928 INFO:teuthology.orchestra.run.smithi067.stdout:smithi174 /dev/nvme2n1 ssd Linux_d094ad03e76ba1bc1296 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T07:35:05.928 INFO:teuthology.orchestra.run.smithi067.stdout:smithi174 /dev/nvme3n1 ssd Linux_8bad3f94872d7f8d1c63 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T07:35:05.928 INFO:teuthology.orchestra.run.smithi067.stdout:smithi174 /dev/nvme4n1 ssd Linux_639ce1dea2382ba509cf 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T07:35:06.538 INFO:teuthology.run_tasks:Running task vip... 2024-02-10T07:35:06.549 INFO:tasks.vip:Allocating static IPs for each host... 2024-02-10T07:35:06.549 INFO:tasks.vip:peername 172.21.15.67 2024-02-10T07:35:06.552 INFO:tasks.vip:172.21.15.67 in 172.21.0.0/20, pos 3906 2024-02-10T07:35:06.557 INFO:tasks.vip:smithi067.front.sepia.ceph.com static 10.0.15.67, vnet 10.0.0.0/16 2024-02-10T07:35:06.557 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-02-10T07:35:06.557 DEBUG:teuthology.orchestra.run.smithi067:> sudo ip route ls 2024-02-10T07:35:06.571 INFO:teuthology.orchestra.run.smithi067.stdout:default via 172.21.15.254 dev enp3s0f1 2024-02-10T07:35:06.571 INFO:teuthology.orchestra.run.smithi067.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.67 metric 100 2024-02-10T07:35:06.571 INFO:teuthology.orchestra.run.smithi067.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-02-10T07:35:06.571 INFO:teuthology.orchestra.run.smithi067.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.67 metric 100 2024-02-10T07:35:06.571 INFO:teuthology.orchestra.run.smithi067.stdout:172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.67 metric 100 2024-02-10T07:35:06.571 INFO:teuthology.orchestra.run.smithi067.stdout:172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.67 metric 100 2024-02-10T07:35:06.572 INFO:teuthology.orchestra.run.smithi067.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.67 metric 100 2024-02-10T07:35:06.573 INFO:tasks.vip:Configuring 10.0.15.67 on smithi067.front.sepia.ceph.com iface enp3s0f1... 2024-02-10T07:35:06.573 DEBUG:teuthology.orchestra.run.smithi067:> sudo ip addr add 10.0.15.67/16 dev enp3s0f1 2024-02-10T07:35:06.628 INFO:tasks.vip:peername 172.21.15.174 2024-02-10T07:35:06.631 INFO:tasks.vip:172.21.15.174 in 172.21.0.0/20, pos 4013 2024-02-10T07:35:06.635 INFO:tasks.vip:smithi174.front.sepia.ceph.com static 10.0.15.174, vnet 10.0.0.0/16 2024-02-10T07:35:06.635 DEBUG:teuthology.orchestra.run.smithi174:> sudo ip route ls 2024-02-10T07:35:06.649 INFO:teuthology.orchestra.run.smithi174.stdout:default via 172.21.15.254 dev enp3s0f1 2024-02-10T07:35:06.649 INFO:teuthology.orchestra.run.smithi174.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.174 metric 100 2024-02-10T07:35:06.649 INFO:teuthology.orchestra.run.smithi174.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-02-10T07:35:06.649 INFO:teuthology.orchestra.run.smithi174.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.174 metric 100 2024-02-10T07:35:06.649 INFO:teuthology.orchestra.run.smithi174.stdout:172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.174 metric 100 2024-02-10T07:35:06.650 INFO:teuthology.orchestra.run.smithi174.stdout:172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.174 metric 100 2024-02-10T07:35:06.650 INFO:teuthology.orchestra.run.smithi174.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.174 metric 100 2024-02-10T07:35:06.650 INFO:tasks.vip:Configuring 10.0.15.174 on smithi174.front.sepia.ceph.com iface enp3s0f1... 2024-02-10T07:35:06.651 DEBUG:teuthology.orchestra.run.smithi174:> sudo ip addr add 10.0.15.174/16 dev enp3s0f1 2024-02-10T07:35:06.705 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-10T07:35:06.714 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi067.front.sepia.ceph.com 2024-02-10T07:35:06.714 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-02-10T07:35:07.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:07 smithi174 bash[23193]: cluster 2024-02-10T07:35:05.429503+0000 mgr.smithi067.noawcm (mgr.14197) 227 : cluster 0 pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:35:07.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:07 smithi174 bash[23193]: audit 2024-02-10T07:35:05.924210+0000 mgr.smithi067.noawcm (mgr.14197) 228 : audit 0 from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:35:07.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:07 smithi067 bash[18640]: cluster 2024-02-10T07:35:05.429503+0000 mgr.smithi067.noawcm (mgr.14197) 227 : cluster 0 pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:35:07.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:07 smithi067 bash[18640]: audit 2024-02-10T07:35:05.924210+0000 mgr.smithi067.noawcm (mgr.14197) 228 : audit 0 from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:35:09.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:09 smithi174 bash[23193]: cluster 2024-02-10T07:35:07.430216+0000 mgr.smithi067.noawcm (mgr.14197) 229 : cluster 0 pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:35:09.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:09 smithi067 bash[18640]: cluster 2024-02-10T07:35:07.430216+0000 mgr.smithi067.noawcm (mgr.14197) 229 : cluster 0 pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:35:11.104 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:35:11.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:11 smithi174 bash[23193]: cluster 2024-02-10T07:35:09.430789+0000 mgr.smithi067.noawcm (mgr.14197) 230 : cluster 0 pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:35:11.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:11 smithi174 bash[23193]: audit 2024-02-10T07:35:10.588650+0000 mon.smithi067 (mon.0) 747 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:11.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:11 smithi174 bash[23193]: audit 2024-02-10T07:35:10.594720+0000 mon.smithi067 (mon.0) 748 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:11.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:11 smithi174 bash[23193]: audit 2024-02-10T07:35:10.843041+0000 mon.smithi067 (mon.0) 749 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:35:11.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:11 smithi174 bash[23193]: audit 2024-02-10T07:35:10.991454+0000 mon.smithi067 (mon.0) 750 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:11.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:11 smithi174 bash[23193]: audit 2024-02-10T07:35:10.996299+0000 mon.smithi067 (mon.0) 751 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:11.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:11 smithi067 bash[18640]: cluster 2024-02-10T07:35:09.430789+0000 mgr.smithi067.noawcm (mgr.14197) 230 : cluster 0 pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:35:11.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:11 smithi067 bash[18640]: audit 2024-02-10T07:35:10.588650+0000 mon.smithi067 (mon.0) 747 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:11.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:11 smithi067 bash[18640]: audit 2024-02-10T07:35:10.594720+0000 mon.smithi067 (mon.0) 748 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:11.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:11 smithi067 bash[18640]: audit 2024-02-10T07:35:10.843041+0000 mon.smithi067 (mon.0) 749 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:35:11.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:11 smithi067 bash[18640]: audit 2024-02-10T07:35:10.991454+0000 mon.smithi067 (mon.0) 750 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:11.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:11 smithi067 bash[18640]: audit 2024-02-10T07:35:10.996299+0000 mon.smithi067 (mon.0) 751 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:12.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:12 smithi067 bash[18640]: audit 2024-02-10T07:35:11.622927+0000 mon.smithi067 (mon.0) 752 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:35:12.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:12 smithi067 bash[18640]: audit 2024-02-10T07:35:11.624907+0000 mon.smithi067 (mon.0) 753 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:35:12.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:12 smithi067 bash[18640]: audit 2024-02-10T07:35:11.635053+0000 mon.smithi067 (mon.0) 754 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:12.288 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:12 smithi067 bash[18640]: audit 2024-02-10T07:35:11.643025+0000 mon.smithi067 (mon.0) 755 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:35:12.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:12 smithi174 bash[23193]: audit 2024-02-10T07:35:11.622927+0000 mon.smithi067 (mon.0) 752 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:35:12.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:12 smithi174 bash[23193]: audit 2024-02-10T07:35:11.624907+0000 mon.smithi067 (mon.0) 753 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:35:12.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:12 smithi174 bash[23193]: audit 2024-02-10T07:35:11.635053+0000 mon.smithi067 (mon.0) 754 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:12.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:12 smithi174 bash[23193]: audit 2024-02-10T07:35:11.643025+0000 mon.smithi067 (mon.0) 755 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:35:13.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:13 smithi174 bash[23193]: cluster 2024-02-10T07:35:11.431148+0000 mgr.smithi067.noawcm (mgr.14197) 231 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:35:13.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:13 smithi067 bash[18640]: cluster 2024-02-10T07:35:11.431148+0000 mgr.smithi067.noawcm (mgr.14197) 231 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:35:13.744 INFO:teuthology.orchestra.run.smithi067.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-10T07:35:13.744 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT53440042400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-02-10T07:35:13.745 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 /dev/nvme1n1 ssd Linux_be4ba267c8d85f49ad0c 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T07:35:13.745 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 /dev/nvme2n1 ssd Linux_e0f34085d0decfed6b21 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T07:35:13.745 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 /dev/nvme3n1 ssd Linux_13b034b789d62ba5ab40 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T07:35:13.745 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 /dev/nvme4n1 ssd Linux_3738e59c81956faf35f0 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T07:35:13.745 INFO:teuthology.orchestra.run.smithi067.stdout:smithi174 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT62050074400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-02-10T07:35:13.745 INFO:teuthology.orchestra.run.smithi067.stdout:smithi174 /dev/nvme1n1 ssd Linux_4e6cc0a6e4ad9ce309e3 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T07:35:13.745 INFO:teuthology.orchestra.run.smithi067.stdout:smithi174 /dev/nvme2n1 ssd Linux_d094ad03e76ba1bc1296 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T07:35:13.745 INFO:teuthology.orchestra.run.smithi067.stdout:smithi174 /dev/nvme3n1 ssd Linux_8bad3f94872d7f8d1c63 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T07:35:13.745 INFO:teuthology.orchestra.run.smithi067.stdout:smithi174 /dev/nvme4n1 ssd Linux_639ce1dea2382ba509cf 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T07:35:14.403 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-02-10T07:35:14.414 INFO:tasks.cephadm:Applying spec(s): placement: count: 4 host_pattern: '*' service_id: foo service_type: rgw spec: rgw_frontend_port: 8000 --- placement: count: 2 service_id: rgw.foo service_type: ingress spec: backend_service: rgw.foo frontend_port: 9000 monitor_port: 9001 virtual_ip: '10.0.31.67/16' 2024-02-10T07:35:14.414 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph orch apply -i - 2024-02-10T07:35:14.425 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:14 smithi067 bash[18640]: audit 2024-02-10T07:35:13.758129+0000 mon.smithi067 (mon.0) 756 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:35:14.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:14 smithi174 bash[23193]: audit 2024-02-10T07:35:13.758129+0000 mon.smithi067 (mon.0) 756 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:35:15.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:15 smithi174 bash[23193]: cluster 2024-02-10T07:35:13.431483+0000 mgr.smithi067.noawcm (mgr.14197) 232 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:35:15.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:15 smithi174 bash[23193]: audit 2024-02-10T07:35:13.743046+0000 mgr.smithi067.noawcm (mgr.14197) 233 : audit 0 from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:35:15.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:15 smithi067 bash[18640]: cluster 2024-02-10T07:35:13.431483+0000 mgr.smithi067.noawcm (mgr.14197) 232 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:35:15.565 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:15 smithi067 bash[18640]: audit 2024-02-10T07:35:13.743046+0000 mgr.smithi067.noawcm (mgr.14197) 233 : audit 0 from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:35:17.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:17 smithi174 bash[23193]: cluster 2024-02-10T07:35:15.432015+0000 mgr.smithi067.noawcm (mgr.14197) 234 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:35:17.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:17 smithi067 bash[18640]: cluster 2024-02-10T07:35:15.432015+0000 mgr.smithi067.noawcm (mgr.14197) 234 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:35:18.794 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:35:19.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:19 smithi174 bash[23193]: cluster 2024-02-10T07:35:17.432693+0000 mgr.smithi067.noawcm (mgr.14197) 235 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:35:19.536 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:19 smithi067 bash[18640]: cluster 2024-02-10T07:35:17.432693+0000 mgr.smithi067.noawcm (mgr.14197) 235 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:35:20.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:20 smithi174 bash[23193]: audit 2024-02-10T07:35:19.294974+0000 mon.smithi067 (mon.0) 757 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:20.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:20 smithi174 bash[23193]: audit 2024-02-10T07:35:19.300430+0000 mon.smithi067 (mon.0) 758 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:20.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:20 smithi174 bash[23193]: audit 2024-02-10T07:35:19.747731+0000 mon.smithi067 (mon.0) 759 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:20.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:20 smithi174 bash[23193]: audit 2024-02-10T07:35:19.752461+0000 mon.smithi067 (mon.0) 760 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:20.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:20 smithi174 bash[23193]: audit 2024-02-10T07:35:19.773530+0000 mon.smithi067 (mon.0) 761 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:20.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:20 smithi174 bash[23193]: audit 2024-02-10T07:35:19.780699+0000 mon.smithi067 (mon.0) 762 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:20.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:20 smithi174 bash[23193]: audit 2024-02-10T07:35:20.175990+0000 mon.smithi067 (mon.0) 763 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:20.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:20 smithi174 bash[23193]: audit 2024-02-10T07:35:20.183196+0000 mon.smithi067 (mon.0) 764 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:20.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:20 smithi067 bash[18640]: audit 2024-02-10T07:35:19.294974+0000 mon.smithi067 (mon.0) 757 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:20.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:20 smithi067 bash[18640]: audit 2024-02-10T07:35:19.300430+0000 mon.smithi067 (mon.0) 758 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:20.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:20 smithi067 bash[18640]: audit 2024-02-10T07:35:19.747731+0000 mon.smithi067 (mon.0) 759 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:20.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:20 smithi067 bash[18640]: audit 2024-02-10T07:35:19.752461+0000 mon.smithi067 (mon.0) 760 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:20.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:20 smithi067 bash[18640]: audit 2024-02-10T07:35:19.773530+0000 mon.smithi067 (mon.0) 761 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:20.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:20 smithi067 bash[18640]: audit 2024-02-10T07:35:19.780699+0000 mon.smithi067 (mon.0) 762 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:20.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:20 smithi067 bash[18640]: audit 2024-02-10T07:35:20.175990+0000 mon.smithi067 (mon.0) 763 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:20.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:20 smithi067 bash[18640]: audit 2024-02-10T07:35:20.183196+0000 mon.smithi067 (mon.0) 764 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:21.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:21 smithi067 bash[18640]: cluster 2024-02-10T07:35:19.433164+0000 mgr.smithi067.noawcm (mgr.14197) 236 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:35:21.651 INFO:teuthology.orchestra.run.smithi067.stdout:Scheduled rgw.foo update... 2024-02-10T07:35:21.651 INFO:teuthology.orchestra.run.smithi067.stdout:Scheduled ingress.rgw.foo update... 2024-02-10T07:35:21.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:21 smithi174 bash[23193]: cluster 2024-02-10T07:35:19.433164+0000 mgr.smithi067.noawcm (mgr.14197) 236 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:35:22.341 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-10T07:35:22.358 INFO:tasks.cephadm:Waiting for ceph service rgw.foo to start (timeout 300)... 2024-02-10T07:35:22.359 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T07:35:23.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:22 smithi174 bash[23193]: cluster 2024-02-10T07:35:21.433494+0000 mgr.smithi067.noawcm (mgr.14197) 237 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:35:23.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:22 smithi174 bash[23193]: audit 2024-02-10T07:35:21.636834+0000 mgr.smithi067.noawcm (mgr.14197) 238 : audit 0 from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:35:23.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:22 smithi174 bash[23193]: cephadm 2024-02-10T07:35:21.642235+0000 mgr.smithi067.noawcm (mgr.14197) 239 : cephadm 1 Saving service rgw.foo spec with placement count:4;* 2024-02-10T07:35:23.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:22 smithi174 bash[23193]: audit 2024-02-10T07:35:21.646732+0000 mon.smithi067 (mon.0) 765 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:23.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:22 smithi174 bash[23193]: cephadm 2024-02-10T07:35:21.647396+0000 mgr.smithi067.noawcm (mgr.14197) 240 : cephadm 1 Saving service ingress.rgw.foo spec with placement count:2 2024-02-10T07:35:23.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:22 smithi174 bash[23193]: audit 2024-02-10T07:35:21.652745+0000 mon.smithi067 (mon.0) 766 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:23.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:22 smithi067 bash[18640]: cluster 2024-02-10T07:35:21.433494+0000 mgr.smithi067.noawcm (mgr.14197) 237 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:35:23.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:22 smithi067 bash[18640]: audit 2024-02-10T07:35:21.636834+0000 mgr.smithi067.noawcm (mgr.14197) 238 : audit 0 from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:35:23.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:22 smithi067 bash[18640]: cephadm 2024-02-10T07:35:21.642235+0000 mgr.smithi067.noawcm (mgr.14197) 239 : cephadm 1 Saving service rgw.foo spec with placement count:4;* 2024-02-10T07:35:23.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:22 smithi067 bash[18640]: audit 2024-02-10T07:35:21.646732+0000 mon.smithi067 (mon.0) 765 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:23.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:22 smithi067 bash[18640]: cephadm 2024-02-10T07:35:21.647396+0000 mgr.smithi067.noawcm (mgr.14197) 240 : cephadm 1 Saving service ingress.rgw.foo spec with placement count:2 2024-02-10T07:35:23.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:22 smithi067 bash[18640]: audit 2024-02-10T07:35:21.652745+0000 mon.smithi067 (mon.0) 766 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:25.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:24 smithi174 bash[23193]: cluster 2024-02-10T07:35:23.434018+0000 mgr.smithi067.noawcm (mgr.14197) 241 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:35:25.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:24 smithi067 bash[18640]: cluster 2024-02-10T07:35:23.434018+0000 mgr.smithi067.noawcm (mgr.14197) 241 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:35:26.227 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:35:26.767 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:26 smithi067 bash[18640]: cluster 2024-02-10T07:35:25.434554+0000 mgr.smithi067.noawcm (mgr.14197) 242 : cluster 0 pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:35:26.768 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:26 smithi067 bash[18640]: audit 2024-02-10T07:35:25.843760+0000 mon.smithi067 (mon.0) 767 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:35:26.969 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:26 smithi174 bash[23193]: cluster 2024-02-10T07:35:25.434554+0000 mgr.smithi067.noawcm (mgr.14197) 242 : cluster 0 pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:35:26.969 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:26 smithi174 bash[23193]: audit 2024-02-10T07:35:25.843760+0000 mon.smithi067 (mon.0) 767 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:35:29.017 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:28 smithi174 bash[23193]: cluster 2024-02-10T07:35:27.435136+0000 mgr.smithi067.noawcm (mgr.14197) 243 : cluster 0 pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:35:29.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:28 smithi067 bash[18640]: cluster 2024-02-10T07:35:27.435136+0000 mgr.smithi067.noawcm (mgr.14197) 243 : cluster 0 pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:35:29.955 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-10T07:35:29.955 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T07:27:58.209006Z", "last_refresh": "2024-02-10T07:35:19.741653Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-02-10T07:29:51.669891Z service:ceph-exporter [ERROR] \"Failed while placing ceph-exporter.smithi174 on smithi174: cephadm exited with an error code: 1, stderr: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter-smithi174\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter-smithi174\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter.smithi174\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter.smithi174\nDeploy daemon ceph-exporter.smithi174 ...\nERROR: Directory does not exist. Got: /var/run/ceph/\"", "2024-02-10T07:30:14.908793Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-02-10T07:27:50.776976Z", "last_refresh": "2024-02-10T07:35:19.288956Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T07:29:55.121037Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T07:27:48.928400Z", "last_refresh": "2024-02-10T07:35:19.288303Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-02-10T07:27:54.390703Z", "last_refresh": "2024-02-10T07:35:19.741774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T07:35:21.653154Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2024-02-10T07:35:21.647407Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2024-02-10T07:29:59.453515Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T07:27:47.138884Z", "last_refresh": "2024-02-10T07:35:19.288707Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T07:30:04.952265Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi174:172.21.15.174=smithi174"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T07:29:41.755973Z", "last_refresh": "2024-02-10T07:35:19.288836Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T07:29:56.254010Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T07:27:56.365011Z", "last_refresh": "2024-02-10T07:35:19.288529Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T07:30:32.318874Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T07:30:32.311182Z", "last_refresh": "2024-02-10T07:35:19.289073Z", "running": 8, "size": 8}}, {"events": ["2024-02-10T07:30:04.962198Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T07:27:52.572437Z", "last_refresh": "2024-02-10T07:35:19.741890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-10T07:35:21.647113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-10T07:35:21.642249Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-10T07:35:30.738 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-10T07:35:31.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:31 smithi067 bash[18640]: cluster 2024-02-10T07:35:29.435661+0000 mgr.smithi067.noawcm (mgr.14197) 244 : cluster 0 pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:35:31.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:31 smithi067 bash[18640]: audit 2024-02-10T07:35:29.950252+0000 mgr.smithi067.noawcm (mgr.14197) 245 : audit 0 from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T07:35:31.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:31 smithi067 bash[18640]: audit 2024-02-10T07:35:30.024064+0000 mon.smithi067 (mon.0) 768 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:31.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:31 smithi067 bash[18640]: audit 2024-02-10T07:35:30.029538+0000 mon.smithi067 (mon.0) 769 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:31.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:31 smithi174 bash[23193]: cluster 2024-02-10T07:35:29.435661+0000 mgr.smithi067.noawcm (mgr.14197) 244 : cluster 0 pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:35:31.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:31 smithi174 bash[23193]: audit 2024-02-10T07:35:29.950252+0000 mgr.smithi067.noawcm (mgr.14197) 245 : audit 0 from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T07:35:31.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:31 smithi174 bash[23193]: audit 2024-02-10T07:35:30.024064+0000 mon.smithi067 (mon.0) 768 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:31.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:31 smithi174 bash[23193]: audit 2024-02-10T07:35:30.029538+0000 mon.smithi067 (mon.0) 769 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:31.739 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T07:35:32.461 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:32 smithi174 bash[23193]: audit 2024-02-10T07:35:31.186926+0000 mon.smithi067 (mon.0) 770 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:32.461 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:32 smithi174 bash[23193]: audit 2024-02-10T07:35:31.199632+0000 mon.smithi067 (mon.0) 771 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:32.461 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:32 smithi174 bash[23193]: audit 2024-02-10T07:35:31.202587+0000 mon.smithi067 (mon.0) 772 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:35:32.462 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:32 smithi174 bash[23193]: audit 2024-02-10T07:35:31.204364+0000 mon.smithi067 (mon.0) 773 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:35:32.462 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:32 smithi174 bash[23193]: audit 2024-02-10T07:35:31.214353+0000 mon.smithi067 (mon.0) 774 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:32.462 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:32 smithi174 bash[23193]: audit 2024-02-10T07:35:31.222660+0000 mon.smithi067 (mon.0) 775 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:35:32.462 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:32 smithi174 bash[23193]: audit 2024-02-10T07:35:31.245273+0000 mon.smithi067 (mon.0) 776 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi174.goiemj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T07:35:32.462 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:32 smithi174 bash[23193]: audit 2024-02-10T07:35:31.249022+0000 mon.smithi067 (mon.0) 777 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi174.goiemj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-10T07:35:32.462 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:32 smithi174 bash[23193]: audit 2024-02-10T07:35:31.260054+0000 mon.smithi067 (mon.0) 778 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:32.462 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:32 smithi174 bash[23193]: audit 2024-02-10T07:35:31.263940+0000 mon.smithi067 (mon.0) 779 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:35:32.462 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:32 smithi174 bash[23193]: cephadm 2024-02-10T07:35:31.266382+0000 mgr.smithi067.noawcm (mgr.14197) 246 : cephadm 1 Deploying daemon rgw.foo.smithi174.goiemj on smithi174 2024-02-10T07:35:32.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:32 smithi067 bash[18640]: audit 2024-02-10T07:35:31.186926+0000 mon.smithi067 (mon.0) 770 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:32.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:32 smithi067 bash[18640]: audit 2024-02-10T07:35:31.199632+0000 mon.smithi067 (mon.0) 771 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:32.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:32 smithi067 bash[18640]: audit 2024-02-10T07:35:31.202587+0000 mon.smithi067 (mon.0) 772 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:35:32.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:32 smithi067 bash[18640]: audit 2024-02-10T07:35:31.204364+0000 mon.smithi067 (mon.0) 773 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:35:32.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:32 smithi067 bash[18640]: audit 2024-02-10T07:35:31.214353+0000 mon.smithi067 (mon.0) 774 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:32.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:32 smithi067 bash[18640]: audit 2024-02-10T07:35:31.222660+0000 mon.smithi067 (mon.0) 775 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:35:32.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:32 smithi067 bash[18640]: audit 2024-02-10T07:35:31.245273+0000 mon.smithi067 (mon.0) 776 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi174.goiemj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T07:35:32.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:32 smithi067 bash[18640]: audit 2024-02-10T07:35:31.249022+0000 mon.smithi067 (mon.0) 777 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi174.goiemj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-10T07:35:32.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:32 smithi067 bash[18640]: audit 2024-02-10T07:35:31.260054+0000 mon.smithi067 (mon.0) 778 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:32.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:32 smithi067 bash[18640]: audit 2024-02-10T07:35:31.263940+0000 mon.smithi067 (mon.0) 779 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:35:32.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:32 smithi067 bash[18640]: cephadm 2024-02-10T07:35:31.266382+0000 mgr.smithi067.noawcm (mgr.14197) 246 : cephadm 1 Deploying daemon rgw.foo.smithi174.goiemj on smithi174 2024-02-10T07:35:33.424 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:33 smithi174 bash[23193]: cluster 2024-02-10T07:35:31.436214+0000 mgr.smithi067.noawcm (mgr.14197) 247 : cluster 0 pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:35:33.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:33 smithi067 bash[18640]: cluster 2024-02-10T07:35:31.436214+0000 mgr.smithi067.noawcm (mgr.14197) 247 : cluster 0 pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:35:33.675 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:33 smithi174 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:35:33.675 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:33 smithi174 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:35:35.486 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:35 smithi067 bash[18640]: cluster 2024-02-10T07:35:33.436846+0000 mgr.smithi067.noawcm (mgr.14197) 248 : cluster 0 pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:35:35.486 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:35 smithi067 bash[18640]: audit 2024-02-10T07:35:33.840906+0000 mon.smithi067 (mon.0) 780 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:35.486 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:35 smithi067 bash[18640]: audit 2024-02-10T07:35:33.852794+0000 mon.smithi067 (mon.0) 781 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:35.486 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:35 smithi067 bash[18640]: audit 2024-02-10T07:35:33.895142+0000 mon.smithi067 (mon.0) 782 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:35.486 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:35 smithi067 bash[18640]: audit 2024-02-10T07:35:33.896764+0000 mon.smithi067 (mon.0) 783 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi067.ptmrwj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T07:35:35.486 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:35 smithi067 bash[18640]: audit 2024-02-10T07:35:33.901943+0000 mon.smithi067 (mon.0) 784 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi067.ptmrwj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-10T07:35:35.486 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:35 smithi067 bash[18640]: audit 2024-02-10T07:35:33.912301+0000 mon.smithi067 (mon.0) 785 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:35.486 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:35 smithi067 bash[18640]: audit 2024-02-10T07:35:33.916438+0000 mon.smithi067 (mon.0) 786 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:35:35.486 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:35 smithi067 bash[18640]: cephadm 2024-02-10T07:35:33.918437+0000 mgr.smithi067.noawcm (mgr.14197) 249 : cephadm 1 Deploying daemon rgw.foo.smithi067.ptmrwj on smithi067 2024-02-10T07:35:35.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:35 smithi174 bash[23193]: cluster 2024-02-10T07:35:33.436846+0000 mgr.smithi067.noawcm (mgr.14197) 248 : cluster 0 pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:35:35.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:35 smithi174 bash[23193]: audit 2024-02-10T07:35:33.840906+0000 mon.smithi067 (mon.0) 780 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:35.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:35 smithi174 bash[23193]: audit 2024-02-10T07:35:33.852794+0000 mon.smithi067 (mon.0) 781 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:35.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:35 smithi174 bash[23193]: audit 2024-02-10T07:35:33.895142+0000 mon.smithi067 (mon.0) 782 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:35.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:35 smithi174 bash[23193]: audit 2024-02-10T07:35:33.896764+0000 mon.smithi067 (mon.0) 783 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi067.ptmrwj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T07:35:35.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:35 smithi174 bash[23193]: audit 2024-02-10T07:35:33.901943+0000 mon.smithi067 (mon.0) 784 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi067.ptmrwj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-10T07:35:35.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:35 smithi174 bash[23193]: audit 2024-02-10T07:35:33.912301+0000 mon.smithi067 (mon.0) 785 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:35.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:35 smithi174 bash[23193]: audit 2024-02-10T07:35:33.916438+0000 mon.smithi067 (mon.0) 786 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:35:35.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:35 smithi174 bash[23193]: cephadm 2024-02-10T07:35:33.918437+0000 mgr.smithi067.noawcm (mgr.14197) 249 : cephadm 1 Deploying daemon rgw.foo.smithi067.ptmrwj on smithi067 2024-02-10T07:35:36.327 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:36 smithi067 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:35:36.328 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:36 smithi067 bash[18640]: cluster 2024-02-10T07:35:35.272767+0000 mon.smithi067 (mon.0) 787 : cluster 0 osdmap e39: 8 total, 8 up, 8 in 2024-02-10T07:35:36.328 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:36 smithi067 bash[18640]: audit 2024-02-10T07:35:35.280152+0000 mon.smithi174 (mon.1) 20 : audit 1 from='client.? 172.21.15.174:0/3118434868' entity='client.rgw.foo.smithi174.goiemj' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-10T07:35:36.328 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:36 smithi067 bash[18640]: audit 2024-02-10T07:35:35.281555+0000 mon.smithi067 (mon.0) 788 : audit 1 from='client.? ' entity='client.rgw.foo.smithi174.goiemj' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-10T07:35:36.533 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:35:36.621 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:36 smithi067 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:35:36.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:36 smithi174 bash[23193]: cluster 2024-02-10T07:35:35.272767+0000 mon.smithi067 (mon.0) 787 : cluster 0 osdmap e39: 8 total, 8 up, 8 in 2024-02-10T07:35:36.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:36 smithi174 bash[23193]: audit 2024-02-10T07:35:35.280152+0000 mon.smithi174 (mon.1) 20 : audit 1 from='client.? 172.21.15.174:0/3118434868' entity='client.rgw.foo.smithi174.goiemj' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-10T07:35:36.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:36 smithi174 bash[23193]: audit 2024-02-10T07:35:35.281555+0000 mon.smithi067 (mon.0) 788 : audit 1 from='client.? ' entity='client.rgw.foo.smithi174.goiemj' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-10T07:35:37.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:37 smithi174 bash[23193]: cluster 2024-02-10T07:35:35.437506+0000 mgr.smithi067.noawcm (mgr.14197) 250 : cluster 0 pgmap v204: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:35:37.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:37 smithi174 bash[23193]: cluster 2024-02-10T07:35:36.267972+0000 mon.smithi067 (mon.0) 789 : cluster 3 Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-02-10T07:35:37.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:37 smithi174 bash[23193]: audit 2024-02-10T07:35:36.277623+0000 mon.smithi067 (mon.0) 790 : audit 1 from='client.? ' entity='client.rgw.foo.smithi174.goiemj' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-02-10T07:35:37.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:37 smithi174 bash[23193]: cluster 2024-02-10T07:35:36.285716+0000 mon.smithi067 (mon.0) 791 : cluster 0 osdmap e40: 8 total, 8 up, 8 in 2024-02-10T07:35:37.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:37 smithi174 bash[23193]: audit 2024-02-10T07:35:36.875865+0000 mon.smithi067 (mon.0) 792 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:37.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:37 smithi174 bash[23193]: audit 2024-02-10T07:35:36.888711+0000 mon.smithi067 (mon.0) 793 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:37.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:37 smithi174 bash[23193]: audit 2024-02-10T07:35:36.945959+0000 mon.smithi067 (mon.0) 794 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:37.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:37 smithi174 bash[23193]: audit 2024-02-10T07:35:36.947651+0000 mon.smithi067 (mon.0) 795 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi174.hiwrcs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T07:35:37.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:37 smithi174 bash[23193]: audit 2024-02-10T07:35:36.951255+0000 mon.smithi067 (mon.0) 796 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi174.hiwrcs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-10T07:35:37.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:37 smithi174 bash[23193]: audit 2024-02-10T07:35:36.961849+0000 mon.smithi067 (mon.0) 797 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:37.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:37 smithi174 bash[23193]: audit 2024-02-10T07:35:36.965062+0000 mon.smithi067 (mon.0) 798 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:35:37.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:37 smithi067 bash[18640]: cluster 2024-02-10T07:35:35.437506+0000 mgr.smithi067.noawcm (mgr.14197) 250 : cluster 0 pgmap v204: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:35:37.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:37 smithi067 bash[18640]: cluster 2024-02-10T07:35:36.267972+0000 mon.smithi067 (mon.0) 789 : cluster 3 Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-02-10T07:35:37.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:37 smithi067 bash[18640]: audit 2024-02-10T07:35:36.277623+0000 mon.smithi067 (mon.0) 790 : audit 1 from='client.? ' entity='client.rgw.foo.smithi174.goiemj' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-02-10T07:35:37.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:37 smithi067 bash[18640]: cluster 2024-02-10T07:35:36.285716+0000 mon.smithi067 (mon.0) 791 : cluster 0 osdmap e40: 8 total, 8 up, 8 in 2024-02-10T07:35:37.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:37 smithi067 bash[18640]: audit 2024-02-10T07:35:36.875865+0000 mon.smithi067 (mon.0) 792 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:37.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:37 smithi067 bash[18640]: audit 2024-02-10T07:35:36.888711+0000 mon.smithi067 (mon.0) 793 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:37.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:37 smithi067 bash[18640]: audit 2024-02-10T07:35:36.945959+0000 mon.smithi067 (mon.0) 794 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:37.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:37 smithi067 bash[18640]: audit 2024-02-10T07:35:36.947651+0000 mon.smithi067 (mon.0) 795 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi174.hiwrcs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T07:35:37.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:37 smithi067 bash[18640]: audit 2024-02-10T07:35:36.951255+0000 mon.smithi067 (mon.0) 796 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi174.hiwrcs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-10T07:35:37.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:37 smithi067 bash[18640]: audit 2024-02-10T07:35:36.961849+0000 mon.smithi067 (mon.0) 797 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:37.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:37 smithi067 bash[18640]: audit 2024-02-10T07:35:36.965062+0000 mon.smithi067 (mon.0) 798 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:35:38.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:38 smithi174 bash[23193]: cephadm 2024-02-10T07:35:36.966926+0000 mgr.smithi067.noawcm (mgr.14197) 251 : cephadm 1 Deploying daemon rgw.foo.smithi174.hiwrcs on smithi174 2024-02-10T07:35:38.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:38 smithi174 bash[23193]: cluster 2024-02-10T07:35:37.296646+0000 mon.smithi067 (mon.0) 799 : cluster 0 osdmap e41: 8 total, 8 up, 8 in 2024-02-10T07:35:38.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:38 smithi174 bash[23193]: audit 2024-02-10T07:35:37.302385+0000 mon.smithi174 (mon.1) 21 : audit 1 from='client.? 172.21.15.174:0/378585920' entity='client.rgw.foo.smithi174.goiemj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-10T07:35:38.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:38 smithi174 bash[23193]: audit 2024-02-10T07:35:37.305968+0000 mon.smithi067 (mon.0) 800 : audit 1 from='client.? ' entity='client.rgw.foo.smithi174.goiemj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-10T07:35:38.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:38 smithi067 bash[18640]: cephadm 2024-02-10T07:35:36.966926+0000 mgr.smithi067.noawcm (mgr.14197) 251 : cephadm 1 Deploying daemon rgw.foo.smithi174.hiwrcs on smithi174 2024-02-10T07:35:38.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:38 smithi067 bash[18640]: cluster 2024-02-10T07:35:37.296646+0000 mon.smithi067 (mon.0) 799 : cluster 0 osdmap e41: 8 total, 8 up, 8 in 2024-02-10T07:35:38.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:38 smithi067 bash[18640]: audit 2024-02-10T07:35:37.302385+0000 mon.smithi174 (mon.1) 21 : audit 1 from='client.? 172.21.15.174:0/378585920' entity='client.rgw.foo.smithi174.goiemj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-10T07:35:38.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:38 smithi067 bash[18640]: audit 2024-02-10T07:35:37.305968+0000 mon.smithi067 (mon.0) 800 : audit 1 from='client.? ' entity='client.rgw.foo.smithi174.goiemj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-10T07:35:39.365 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:39 smithi174 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:35:39.366 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:39 smithi174 bash[23193]: cluster 2024-02-10T07:35:37.438172+0000 mgr.smithi067.noawcm (mgr.14197) 252 : cluster 0 pgmap v207: 65 pgs: 54 unknown, 11 active+clean; 578 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 682 B/s wr, 1 op/s 2024-02-10T07:35:39.366 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:39 smithi174 bash[23193]: audit 2024-02-10T07:35:38.298985+0000 mon.smithi067 (mon.0) 801 : audit 1 from='client.? ' entity='client.rgw.foo.smithi174.goiemj' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-02-10T07:35:39.366 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:39 smithi174 bash[23193]: cluster 2024-02-10T07:35:38.307268+0000 mon.smithi067 (mon.0) 802 : cluster 0 osdmap e42: 8 total, 8 up, 8 in 2024-02-10T07:35:39.523 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:39 smithi067 bash[18640]: cluster 2024-02-10T07:35:37.438172+0000 mgr.smithi067.noawcm (mgr.14197) 252 : cluster 0 pgmap v207: 65 pgs: 54 unknown, 11 active+clean; 578 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 682 B/s wr, 1 op/s 2024-02-10T07:35:39.523 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:39 smithi067 bash[18640]: audit 2024-02-10T07:35:38.298985+0000 mon.smithi067 (mon.0) 801 : audit 1 from='client.? ' entity='client.rgw.foo.smithi174.goiemj' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-02-10T07:35:39.523 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:39 smithi067 bash[18640]: cluster 2024-02-10T07:35:38.307268+0000 mon.smithi067 (mon.0) 802 : cluster 0 osdmap e42: 8 total, 8 up, 8 in 2024-02-10T07:35:39.626 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:39 smithi174 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:35:39.917 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-10T07:35:39.918 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T07:27:58.209006Z", "last_refresh": "2024-02-10T07:35:19.741653Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-02-10T07:29:51.669891Z service:ceph-exporter [ERROR] \"Failed while placing ceph-exporter.smithi174 on smithi174: cephadm exited with an error code: 1, stderr: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter-smithi174\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter-smithi174\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter.smithi174\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter.smithi174\nDeploy daemon ceph-exporter.smithi174 ...\nERROR: Directory does not exist. Got: /var/run/ceph/\"", "2024-02-10T07:30:14.908793Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-02-10T07:27:50.776976Z", "last_refresh": "2024-02-10T07:35:19.288956Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T07:29:55.121037Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T07:27:48.928400Z", "last_refresh": "2024-02-10T07:35:19.288303Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-02-10T07:27:54.390703Z", "last_refresh": "2024-02-10T07:35:19.741774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T07:35:21.653154Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2024-02-10T07:35:21.647407Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2024-02-10T07:29:59.453515Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T07:27:47.138884Z", "last_refresh": "2024-02-10T07:35:19.288707Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T07:30:04.952265Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi174:172.21.15.174=smithi174"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T07:29:41.755973Z", "last_refresh": "2024-02-10T07:35:19.288836Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T07:29:56.254010Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T07:27:56.365011Z", "last_refresh": "2024-02-10T07:35:19.288529Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T07:30:32.318874Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T07:30:32.311182Z", "last_refresh": "2024-02-10T07:35:19.289073Z", "running": 8, "size": 8}}, {"events": ["2024-02-10T07:30:04.962198Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T07:27:52.572437Z", "last_refresh": "2024-02-10T07:35:19.741890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-10T07:35:39.694754Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-10T07:35:21.642249Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-10T07:35:40.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:40 smithi174 bash[23193]: cluster 2024-02-10T07:35:39.309075+0000 mon.smithi067 (mon.0) 803 : cluster 0 osdmap e43: 8 total, 8 up, 8 in 2024-02-10T07:35:40.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:40 smithi174 bash[23193]: audit 2024-02-10T07:35:39.313075+0000 mon.smithi174 (mon.1) 22 : audit 1 from='client.? 172.21.15.174:0/378585920' entity='client.rgw.foo.smithi174.goiemj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-10T07:35:40.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:40 smithi174 bash[23193]: audit 2024-02-10T07:35:39.319651+0000 mon.smithi067 (mon.0) 804 : audit 1 from='client.? 172.21.15.67:0/3848639863' entity='client.rgw.foo.smithi067.ptmrwj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-10T07:35:40.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:40 smithi174 bash[23193]: audit 2024-02-10T07:35:39.327466+0000 mon.smithi067 (mon.0) 805 : audit 1 from='client.? ' entity='client.rgw.foo.smithi174.goiemj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-10T07:35:40.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:40 smithi174 bash[23193]: audit 2024-02-10T07:35:39.673221+0000 mon.smithi067 (mon.0) 806 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:40.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:40 smithi174 bash[23193]: audit 2024-02-10T07:35:39.681870+0000 mon.smithi067 (mon.0) 807 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:40.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:40 smithi174 bash[23193]: audit 2024-02-10T07:35:39.694514+0000 mon.smithi067 (mon.0) 808 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:40.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:40 smithi174 bash[23193]: audit 2024-02-10T07:35:39.695270+0000 mon.smithi067 (mon.0) 809 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi067.iaihiw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T07:35:40.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:40 smithi174 bash[23193]: audit 2024-02-10T07:35:39.696824+0000 mon.smithi067 (mon.0) 810 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi067.iaihiw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-10T07:35:40.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:40 smithi174 bash[23193]: audit 2024-02-10T07:35:39.701531+0000 mon.smithi067 (mon.0) 811 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:40.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:40 smithi174 bash[23193]: audit 2024-02-10T07:35:39.703342+0000 mon.smithi067 (mon.0) 812 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:35:40.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:40 smithi174 bash[23193]: audit 2024-02-10T07:35:40.304520+0000 mon.smithi067 (mon.0) 813 : audit 1 from='client.? 172.21.15.67:0/3848639863' entity='client.rgw.foo.smithi067.ptmrwj' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-10T07:35:40.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:40 smithi174 bash[23193]: audit 2024-02-10T07:35:40.304694+0000 mon.smithi067 (mon.0) 814 : audit 1 from='client.? ' entity='client.rgw.foo.smithi174.goiemj' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-10T07:35:40.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:40 smithi174 bash[23193]: cluster 2024-02-10T07:35:40.311153+0000 mon.smithi067 (mon.0) 815 : cluster 0 osdmap e44: 8 total, 8 up, 8 in 2024-02-10T07:35:40.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:40 smithi067 bash[18640]: cluster 2024-02-10T07:35:39.309075+0000 mon.smithi067 (mon.0) 803 : cluster 0 osdmap e43: 8 total, 8 up, 8 in 2024-02-10T07:35:40.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:40 smithi067 bash[18640]: audit 2024-02-10T07:35:39.313075+0000 mon.smithi174 (mon.1) 22 : audit 1 from='client.? 172.21.15.174:0/378585920' entity='client.rgw.foo.smithi174.goiemj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-10T07:35:40.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:40 smithi067 bash[18640]: audit 2024-02-10T07:35:39.319651+0000 mon.smithi067 (mon.0) 804 : audit 1 from='client.? 172.21.15.67:0/3848639863' entity='client.rgw.foo.smithi067.ptmrwj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-10T07:35:40.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:40 smithi067 bash[18640]: audit 2024-02-10T07:35:39.327466+0000 mon.smithi067 (mon.0) 805 : audit 1 from='client.? ' entity='client.rgw.foo.smithi174.goiemj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-10T07:35:40.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:40 smithi067 bash[18640]: audit 2024-02-10T07:35:39.673221+0000 mon.smithi067 (mon.0) 806 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:40.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:40 smithi067 bash[18640]: audit 2024-02-10T07:35:39.681870+0000 mon.smithi067 (mon.0) 807 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:40.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:40 smithi067 bash[18640]: audit 2024-02-10T07:35:39.694514+0000 mon.smithi067 (mon.0) 808 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:40.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:40 smithi067 bash[18640]: audit 2024-02-10T07:35:39.695270+0000 mon.smithi067 (mon.0) 809 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi067.iaihiw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T07:35:40.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:40 smithi067 bash[18640]: audit 2024-02-10T07:35:39.696824+0000 mon.smithi067 (mon.0) 810 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi067.iaihiw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-10T07:35:40.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:40 smithi067 bash[18640]: audit 2024-02-10T07:35:39.701531+0000 mon.smithi067 (mon.0) 811 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:40.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:40 smithi067 bash[18640]: audit 2024-02-10T07:35:39.703342+0000 mon.smithi067 (mon.0) 812 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:35:40.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:40 smithi067 bash[18640]: audit 2024-02-10T07:35:40.304520+0000 mon.smithi067 (mon.0) 813 : audit 1 from='client.? 172.21.15.67:0/3848639863' entity='client.rgw.foo.smithi067.ptmrwj' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-10T07:35:40.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:40 smithi067 bash[18640]: audit 2024-02-10T07:35:40.304694+0000 mon.smithi067 (mon.0) 814 : audit 1 from='client.? ' entity='client.rgw.foo.smithi174.goiemj' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-10T07:35:40.788 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:40 smithi067 bash[18640]: cluster 2024-02-10T07:35:40.311153+0000 mon.smithi067 (mon.0) 815 : cluster 0 osdmap e44: 8 total, 8 up, 8 in 2024-02-10T07:35:41.132 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-10T07:35:41.387 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:41 smithi067 bash[18640]: cluster 2024-02-10T07:35:39.438897+0000 mgr.smithi067.noawcm (mgr.14197) 253 : cluster 0 pgmap v210: 97 pgs: 10 creating+peering, 35 active+clean, 52 unknown; 578 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.5 KiB/s wr, 3 op/s 2024-02-10T07:35:41.387 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:41 smithi067 bash[18640]: cephadm 2024-02-10T07:35:39.704216+0000 mgr.smithi067.noawcm (mgr.14197) 254 : cephadm 1 Deploying daemon rgw.foo.smithi067.iaihiw on smithi067 2024-02-10T07:35:41.387 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:41 smithi067 bash[18640]: audit 2024-02-10T07:35:39.914488+0000 mgr.smithi067.noawcm (mgr.14197) 255 : audit 0 from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T07:35:41.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:41 smithi174 bash[23193]: cluster 2024-02-10T07:35:39.438897+0000 mgr.smithi067.noawcm (mgr.14197) 253 : cluster 0 pgmap v210: 97 pgs: 10 creating+peering, 35 active+clean, 52 unknown; 578 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.5 KiB/s wr, 3 op/s 2024-02-10T07:35:41.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:41 smithi174 bash[23193]: cephadm 2024-02-10T07:35:39.704216+0000 mgr.smithi067.noawcm (mgr.14197) 254 : cephadm 1 Deploying daemon rgw.foo.smithi067.iaihiw on smithi067 2024-02-10T07:35:41.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:41 smithi174 bash[23193]: audit 2024-02-10T07:35:39.914488+0000 mgr.smithi067.noawcm (mgr.14197) 255 : audit 0 from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T07:35:42.133 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T07:35:42.448 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:42 smithi067 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:35:42.448 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:42 smithi067 bash[18640]: audit 2024-02-10T07:35:41.351753+0000 mon.smithi067 (mon.0) 816 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:42.448 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:42 smithi067 bash[18640]: cluster 2024-02-10T07:35:41.352080+0000 mon.smithi067 (mon.0) 817 : cluster 0 osdmap e45: 8 total, 8 up, 8 in 2024-02-10T07:35:42.448 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:42 smithi067 bash[18640]: audit 2024-02-10T07:35:41.353079+0000 mon.smithi067 (mon.0) 818 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:35:42.449 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:42 smithi067 bash[18640]: audit 2024-02-10T07:35:41.362241+0000 mon.smithi174 (mon.1) 23 : audit 1 from='client.? 172.21.15.174:0/378585920' entity='client.rgw.foo.smithi174.goiemj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-10T07:35:42.449 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:42 smithi067 bash[18640]: audit 2024-02-10T07:35:41.363746+0000 mon.smithi174 (mon.1) 24 : audit 1 from='client.? 172.21.15.174:0/80616811' entity='client.rgw.foo.smithi174.hiwrcs' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-10T07:35:42.449 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:42 smithi067 bash[18640]: audit 2024-02-10T07:35:41.364096+0000 mon.smithi067 (mon.0) 819 : audit 1 from='client.? 172.21.15.67:0/3848639863' entity='client.rgw.foo.smithi067.ptmrwj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-10T07:35:42.449 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:42 smithi067 bash[18640]: audit 2024-02-10T07:35:41.364567+0000 mon.smithi067 (mon.0) 820 : audit 1 from='client.? ' entity='client.rgw.foo.smithi174.goiemj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-10T07:35:42.449 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:42 smithi067 bash[18640]: audit 2024-02-10T07:35:41.365427+0000 mon.smithi067 (mon.0) 821 : audit 1 from='client.? ' entity='client.rgw.foo.smithi174.hiwrcs' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-10T07:35:42.713 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:42 smithi067 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:35:42.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:42 smithi174 bash[23193]: audit 2024-02-10T07:35:41.351753+0000 mon.smithi067 (mon.0) 816 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:42.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:42 smithi174 bash[23193]: cluster 2024-02-10T07:35:41.352080+0000 mon.smithi067 (mon.0) 817 : cluster 0 osdmap e45: 8 total, 8 up, 8 in 2024-02-10T07:35:42.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:42 smithi174 bash[23193]: audit 2024-02-10T07:35:41.353079+0000 mon.smithi067 (mon.0) 818 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:35:42.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:42 smithi174 bash[23193]: audit 2024-02-10T07:35:41.362241+0000 mon.smithi174 (mon.1) 23 : audit 1 from='client.? 172.21.15.174:0/378585920' entity='client.rgw.foo.smithi174.goiemj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-10T07:35:42.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:42 smithi174 bash[23193]: audit 2024-02-10T07:35:41.363746+0000 mon.smithi174 (mon.1) 24 : audit 1 from='client.? 172.21.15.174:0/80616811' entity='client.rgw.foo.smithi174.hiwrcs' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-10T07:35:42.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:42 smithi174 bash[23193]: audit 2024-02-10T07:35:41.364096+0000 mon.smithi067 (mon.0) 819 : audit 1 from='client.? 172.21.15.67:0/3848639863' entity='client.rgw.foo.smithi067.ptmrwj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-10T07:35:42.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:42 smithi174 bash[23193]: audit 2024-02-10T07:35:41.364567+0000 mon.smithi067 (mon.0) 820 : audit 1 from='client.? ' entity='client.rgw.foo.smithi174.goiemj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-10T07:35:42.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:42 smithi174 bash[23193]: audit 2024-02-10T07:35:41.365427+0000 mon.smithi067 (mon.0) 821 : audit 1 from='client.? ' entity='client.rgw.foo.smithi174.hiwrcs' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-10T07:35:43.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:43 smithi174 bash[23193]: cluster 2024-02-10T07:35:41.439720+0000 mgr.smithi067.noawcm (mgr.14197) 256 : cluster 0 pgmap v213: 129 pgs: 16 creating+peering, 55 active+clean, 58 unknown; 578 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 511 B/s wr, 3 op/s 2024-02-10T07:35:43.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:43 smithi174 bash[23193]: audit 2024-02-10T07:35:42.355296+0000 mon.smithi067 (mon.0) 822 : audit 1 from='client.? 172.21.15.67:0/3848639863' entity='client.rgw.foo.smithi067.ptmrwj' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-10T07:35:43.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:43 smithi174 bash[23193]: audit 2024-02-10T07:35:42.355362+0000 mon.smithi067 (mon.0) 823 : audit 1 from='client.? ' entity='client.rgw.foo.smithi174.goiemj' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-10T07:35:43.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:43 smithi174 bash[23193]: audit 2024-02-10T07:35:42.355405+0000 mon.smithi067 (mon.0) 824 : audit 1 from='client.? ' entity='client.rgw.foo.smithi174.hiwrcs' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-10T07:35:43.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:43 smithi174 bash[23193]: cluster 2024-02-10T07:35:42.359632+0000 mon.smithi067 (mon.0) 825 : cluster 0 osdmap e46: 8 total, 8 up, 8 in 2024-02-10T07:35:43.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:43 smithi174 bash[23193]: audit 2024-02-10T07:35:42.362042+0000 mon.smithi067 (mon.0) 826 : audit 1 from='client.? 172.21.15.67:0/3848639863' entity='client.rgw.foo.smithi067.ptmrwj' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-10T07:35:43.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:43 smithi174 bash[23193]: audit 2024-02-10T07:35:42.372619+0000 mon.smithi174 (mon.1) 25 : audit 1 from='client.? 172.21.15.174:0/80616811' entity='client.rgw.foo.smithi174.hiwrcs' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-10T07:35:43.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:43 smithi174 bash[23193]: audit 2024-02-10T07:35:42.373889+0000 mon.smithi174 (mon.1) 26 : audit 1 from='client.? 172.21.15.174:0/378585920' entity='client.rgw.foo.smithi174.goiemj' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-10T07:35:43.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:43 smithi174 bash[23193]: audit 2024-02-10T07:35:42.374965+0000 mon.smithi067 (mon.0) 827 : audit 1 from='client.? ' entity='client.rgw.foo.smithi174.hiwrcs' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-10T07:35:43.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:43 smithi174 bash[23193]: audit 2024-02-10T07:35:42.375656+0000 mon.smithi067 (mon.0) 828 : audit 1 from='client.? ' entity='client.rgw.foo.smithi174.goiemj' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-10T07:35:43.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:43 smithi174 bash[23193]: audit 2024-02-10T07:35:42.761421+0000 mon.smithi067 (mon.0) 829 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:43.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:43 smithi174 bash[23193]: audit 2024-02-10T07:35:42.767060+0000 mon.smithi067 (mon.0) 830 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:43.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:43 smithi174 bash[23193]: audit 2024-02-10T07:35:42.785864+0000 mon.smithi067 (mon.0) 831 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:43.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:43 smithi174 bash[23193]: audit 2024-02-10T07:35:42.791407+0000 mon.smithi067 (mon.0) 832 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:43.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:43 smithi174 bash[23193]: audit 2024-02-10T07:35:42.796064+0000 mon.smithi067 (mon.0) 833 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:43.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:43 smithi174 bash[23193]: audit 2024-02-10T07:35:42.803341+0000 mon.smithi067 (mon.0) 834 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:43.649 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:43 smithi067 bash[18640]: cluster 2024-02-10T07:35:41.439720+0000 mgr.smithi067.noawcm (mgr.14197) 256 : cluster 0 pgmap v213: 129 pgs: 16 creating+peering, 55 active+clean, 58 unknown; 578 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 511 B/s wr, 3 op/s 2024-02-10T07:35:43.649 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:43 smithi067 bash[18640]: audit 2024-02-10T07:35:42.355296+0000 mon.smithi067 (mon.0) 822 : audit 1 from='client.? 172.21.15.67:0/3848639863' entity='client.rgw.foo.smithi067.ptmrwj' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-10T07:35:43.649 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:43 smithi067 bash[18640]: audit 2024-02-10T07:35:42.355362+0000 mon.smithi067 (mon.0) 823 : audit 1 from='client.? ' entity='client.rgw.foo.smithi174.goiemj' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-10T07:35:43.649 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:43 smithi067 bash[18640]: audit 2024-02-10T07:35:42.355405+0000 mon.smithi067 (mon.0) 824 : audit 1 from='client.? ' entity='client.rgw.foo.smithi174.hiwrcs' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-10T07:35:43.649 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:43 smithi067 bash[18640]: cluster 2024-02-10T07:35:42.359632+0000 mon.smithi067 (mon.0) 825 : cluster 0 osdmap e46: 8 total, 8 up, 8 in 2024-02-10T07:35:43.649 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:43 smithi067 bash[18640]: audit 2024-02-10T07:35:42.362042+0000 mon.smithi067 (mon.0) 826 : audit 1 from='client.? 172.21.15.67:0/3848639863' entity='client.rgw.foo.smithi067.ptmrwj' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-10T07:35:43.649 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:43 smithi067 bash[18640]: audit 2024-02-10T07:35:42.372619+0000 mon.smithi174 (mon.1) 25 : audit 1 from='client.? 172.21.15.174:0/80616811' entity='client.rgw.foo.smithi174.hiwrcs' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-10T07:35:43.649 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:43 smithi067 bash[18640]: audit 2024-02-10T07:35:42.373889+0000 mon.smithi174 (mon.1) 26 : audit 1 from='client.? 172.21.15.174:0/378585920' entity='client.rgw.foo.smithi174.goiemj' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-10T07:35:43.649 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:43 smithi067 bash[18640]: audit 2024-02-10T07:35:42.374965+0000 mon.smithi067 (mon.0) 827 : audit 1 from='client.? ' entity='client.rgw.foo.smithi174.hiwrcs' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-10T07:35:43.649 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:43 smithi067 bash[18640]: audit 2024-02-10T07:35:42.375656+0000 mon.smithi067 (mon.0) 828 : audit 1 from='client.? ' entity='client.rgw.foo.smithi174.goiemj' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-10T07:35:43.650 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:43 smithi067 bash[18640]: audit 2024-02-10T07:35:42.761421+0000 mon.smithi067 (mon.0) 829 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:43.650 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:43 smithi067 bash[18640]: audit 2024-02-10T07:35:42.767060+0000 mon.smithi067 (mon.0) 830 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:43.650 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:43 smithi067 bash[18640]: audit 2024-02-10T07:35:42.785864+0000 mon.smithi067 (mon.0) 831 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:43.650 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:43 smithi067 bash[18640]: audit 2024-02-10T07:35:42.791407+0000 mon.smithi067 (mon.0) 832 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:43.650 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:43 smithi067 bash[18640]: audit 2024-02-10T07:35:42.796064+0000 mon.smithi067 (mon.0) 833 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:43.650 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:43 smithi067 bash[18640]: audit 2024-02-10T07:35:42.803341+0000 mon.smithi067 (mon.0) 834 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:44.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:44 smithi174 bash[23193]: cephadm 2024-02-10T07:35:42.786480+0000 mgr.smithi067.noawcm (mgr.14197) 257 : cephadm 1 Saving service rgw.foo spec with placement count:4;* 2024-02-10T07:35:44.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:44 smithi174 bash[23193]: cephadm 2024-02-10T07:35:42.816169+0000 mgr.smithi067.noawcm (mgr.14197) 258 : cephadm 1 Deploying daemon haproxy.rgw.foo.smithi174.hzdsnv on smithi174 2024-02-10T07:35:44.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:44 smithi174 bash[23193]: audit 2024-02-10T07:35:43.357383+0000 mon.smithi067 (mon.0) 835 : audit 1 from='client.? 172.21.15.67:0/3848639863' entity='client.rgw.foo.smithi067.ptmrwj' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-10T07:35:44.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:44 smithi174 bash[23193]: audit 2024-02-10T07:35:43.357462+0000 mon.smithi067 (mon.0) 836 : audit 1 from='client.? ' entity='client.rgw.foo.smithi174.hiwrcs' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-10T07:35:44.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:44 smithi174 bash[23193]: audit 2024-02-10T07:35:43.357577+0000 mon.smithi067 (mon.0) 837 : audit 1 from='client.? ' entity='client.rgw.foo.smithi174.goiemj' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-10T07:35:44.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:44 smithi174 bash[23193]: cluster 2024-02-10T07:35:43.363017+0000 mon.smithi067 (mon.0) 838 : cluster 0 osdmap e47: 8 total, 8 up, 8 in 2024-02-10T07:35:44.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:44 smithi067 bash[18640]: cephadm 2024-02-10T07:35:42.786480+0000 mgr.smithi067.noawcm (mgr.14197) 257 : cephadm 1 Saving service rgw.foo spec with placement count:4;* 2024-02-10T07:35:44.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:44 smithi067 bash[18640]: cephadm 2024-02-10T07:35:42.816169+0000 mgr.smithi067.noawcm (mgr.14197) 258 : cephadm 1 Deploying daemon haproxy.rgw.foo.smithi174.hzdsnv on smithi174 2024-02-10T07:35:44.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:44 smithi067 bash[18640]: audit 2024-02-10T07:35:43.357383+0000 mon.smithi067 (mon.0) 835 : audit 1 from='client.? 172.21.15.67:0/3848639863' entity='client.rgw.foo.smithi067.ptmrwj' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-10T07:35:44.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:44 smithi067 bash[18640]: audit 2024-02-10T07:35:43.357462+0000 mon.smithi067 (mon.0) 836 : audit 1 from='client.? ' entity='client.rgw.foo.smithi174.hiwrcs' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-10T07:35:44.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:44 smithi067 bash[18640]: audit 2024-02-10T07:35:43.357577+0000 mon.smithi067 (mon.0) 837 : audit 1 from='client.? ' entity='client.rgw.foo.smithi174.goiemj' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-10T07:35:44.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:44 smithi067 bash[18640]: cluster 2024-02-10T07:35:43.363017+0000 mon.smithi067 (mon.0) 838 : cluster 0 osdmap e47: 8 total, 8 up, 8 in 2024-02-10T07:35:45.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:45 smithi174 bash[23193]: cluster 2024-02-10T07:35:43.440415+0000 mgr.smithi067.noawcm (mgr.14197) 259 : cluster 0 pgmap v216: 129 pgs: 14 creating+peering, 106 active+clean, 9 unknown; 578 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 255 B/s wr, 6 op/s 2024-02-10T07:35:45.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:45 smithi174 bash[23193]: cluster 2024-02-10T07:35:44.366364+0000 mon.smithi067 (mon.0) 839 : cluster 1 Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-02-10T07:35:45.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:45 smithi174 bash[23193]: cluster 2024-02-10T07:35:44.366388+0000 mon.smithi067 (mon.0) 840 : cluster 1 Cluster is now healthy 2024-02-10T07:35:45.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:45 smithi067 bash[18640]: cluster 2024-02-10T07:35:43.440415+0000 mgr.smithi067.noawcm (mgr.14197) 259 : cluster 0 pgmap v216: 129 pgs: 14 creating+peering, 106 active+clean, 9 unknown; 578 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 255 B/s wr, 6 op/s 2024-02-10T07:35:45.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:45 smithi067 bash[18640]: cluster 2024-02-10T07:35:44.366364+0000 mon.smithi067 (mon.0) 839 : cluster 1 Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-02-10T07:35:45.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:45 smithi067 bash[18640]: cluster 2024-02-10T07:35:44.366388+0000 mon.smithi067 (mon.0) 840 : cluster 1 Cluster is now healthy 2024-02-10T07:35:47.267 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:46 smithi174 bash[23193]: cluster 2024-02-10T07:35:45.441374+0000 mgr.smithi067.noawcm (mgr.14197) 260 : cluster 0 pgmap v217: 129 pgs: 13 creating+peering, 116 active+clean; 579 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 123 KiB/s rd, 2.5 KiB/s wr, 216 op/s 2024-02-10T07:35:47.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:46 smithi174 bash[23193]: audit 2024-02-10T07:35:45.908628+0000 mon.smithi067 (mon.0) 841 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:47.270 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:46 smithi067 bash[18640]: cluster 2024-02-10T07:35:45.441374+0000 mgr.smithi067.noawcm (mgr.14197) 260 : cluster 0 pgmap v217: 129 pgs: 13 creating+peering, 116 active+clean; 579 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 123 KiB/s rd, 2.5 KiB/s wr, 216 op/s 2024-02-10T07:35:47.270 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:46 smithi067 bash[18640]: audit 2024-02-10T07:35:45.908628+0000 mon.smithi067 (mon.0) 841 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:47.950 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:35:49.168 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:48 smithi067 bash[18640]: cluster 2024-02-10T07:35:47.442463+0000 mgr.smithi067.noawcm (mgr.14197) 261 : cluster 0 pgmap v218: 129 pgs: 129 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 220 KiB/s rd, 4.1 KiB/s wr, 385 op/s 2024-02-10T07:35:49.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:48 smithi174 bash[23193]: cluster 2024-02-10T07:35:47.442463+0000 mgr.smithi067.noawcm (mgr.14197) 261 : cluster 0 pgmap v218: 129 pgs: 129 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 220 KiB/s rd, 4.1 KiB/s wr, 385 op/s 2024-02-10T07:35:50.956 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-10T07:35:50.957 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T07:27:58.209006Z", "last_refresh": "2024-02-10T07:35:19.741653Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-02-10T07:29:51.669891Z service:ceph-exporter [ERROR] \"Failed while placing ceph-exporter.smithi174 on smithi174: cephadm exited with an error code: 1, stderr: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter-smithi174\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter-smithi174\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter.smithi174\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter.smithi174\nDeploy daemon ceph-exporter.smithi174 ...\nERROR: Directory does not exist. Got: /var/run/ceph/\"", "2024-02-10T07:30:14.908793Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-02-10T07:27:50.776976Z", "last_refresh": "2024-02-10T07:35:19.288956Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T07:29:55.121037Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T07:27:48.928400Z", "last_refresh": "2024-02-10T07:35:19.288303Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-02-10T07:27:54.390703Z", "last_refresh": "2024-02-10T07:35:19.741774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T07:35:21.653154Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2024-02-10T07:35:21.647407Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2024-02-10T07:29:59.453515Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T07:27:47.138884Z", "last_refresh": "2024-02-10T07:35:19.288707Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T07:30:04.952265Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi174:172.21.15.174=smithi174"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T07:29:41.755973Z", "last_refresh": "2024-02-10T07:35:19.288836Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T07:29:56.254010Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T07:27:56.365011Z", "last_refresh": "2024-02-10T07:35:19.288529Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T07:30:32.318874Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T07:30:32.311182Z", "last_refresh": "2024-02-10T07:35:19.289073Z", "running": 8, "size": 8}}, {"events": ["2024-02-10T07:30:04.962198Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T07:27:52.572437Z", "last_refresh": "2024-02-10T07:35:19.741890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-10T07:35:42.796268Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-10T07:35:42.786494Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-10T07:35:51.096 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:50 smithi174 bash[23193]: cluster 2024-02-10T07:35:49.443652+0000 mgr.smithi067.noawcm (mgr.14197) 262 : cluster 0 pgmap v219: 129 pgs: 129 active+clean; 582 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 253 KiB/s rd, 4.2 KiB/s wr, 442 op/s 2024-02-10T07:35:51.097 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:50 smithi174 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:35:51.286 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:50 smithi067 bash[18640]: cluster 2024-02-10T07:35:49.443652+0000 mgr.smithi067.noawcm (mgr.14197) 262 : cluster 0 pgmap v219: 129 pgs: 129 active+clean; 582 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 253 KiB/s rd, 4.2 KiB/s wr, 442 op/s 2024-02-10T07:35:51.358 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:51 smithi174 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:35:51.604 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-10T07:35:52.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:52 smithi174 bash[23193]: audit 2024-02-10T07:35:50.944116+0000 mgr.smithi067.noawcm (mgr.14197) 263 : audit 0 from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T07:35:52.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:52 smithi174 bash[23193]: audit 2024-02-10T07:35:51.415856+0000 mon.smithi067 (mon.0) 842 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:52.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:52 smithi174 bash[23193]: audit 2024-02-10T07:35:51.428035+0000 mon.smithi067 (mon.0) 843 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:52.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:52 smithi174 bash[23193]: audit 2024-02-10T07:35:51.466894+0000 mon.smithi067 (mon.0) 844 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:52.606 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T07:35:52.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:52 smithi067 bash[18640]: audit 2024-02-10T07:35:50.944116+0000 mgr.smithi067.noawcm (mgr.14197) 263 : audit 0 from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T07:35:52.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:52 smithi067 bash[18640]: audit 2024-02-10T07:35:51.415856+0000 mon.smithi067 (mon.0) 842 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:52.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:52 smithi067 bash[18640]: audit 2024-02-10T07:35:51.428035+0000 mon.smithi067 (mon.0) 843 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:52.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:52 smithi067 bash[18640]: audit 2024-02-10T07:35:51.466894+0000 mon.smithi067 (mon.0) 844 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:53.700 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:53 smithi174 bash[23193]: cluster 2024-02-10T07:35:51.444656+0000 mgr.smithi067.noawcm (mgr.14197) 264 : cluster 0 pgmap v220: 129 pgs: 129 active+clean; 582 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 221 KiB/s rd, 3.7 KiB/s wr, 389 op/s 2024-02-10T07:35:53.701 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:53 smithi174 bash[23193]: cephadm 2024-02-10T07:35:51.473570+0000 mgr.smithi067.noawcm (mgr.14197) 265 : cephadm 1 Deploying daemon haproxy.rgw.foo.smithi067.qpbqzy on smithi067 2024-02-10T07:35:53.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:53 smithi067 bash[18640]: cluster 2024-02-10T07:35:51.444656+0000 mgr.smithi067.noawcm (mgr.14197) 264 : cluster 0 pgmap v220: 129 pgs: 129 active+clean; 582 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 221 KiB/s rd, 3.7 KiB/s wr, 389 op/s 2024-02-10T07:35:53.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:53 smithi067 bash[18640]: cephadm 2024-02-10T07:35:51.473570+0000 mgr.smithi067.noawcm (mgr.14197) 265 : cephadm 1 Deploying daemon haproxy.rgw.foo.smithi067.qpbqzy on smithi067 2024-02-10T07:35:54.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:54 smithi174 bash[23193]: cluster 2024-02-10T07:35:53.445416+0000 mgr.smithi067.noawcm (mgr.14197) 266 : cluster 0 pgmap v221: 129 pgs: 129 active+clean; 582 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 199 KiB/s rd, 3.3 KiB/s wr, 349 op/s 2024-02-10T07:35:54.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:54 smithi067 bash[18640]: cluster 2024-02-10T07:35:53.445416+0000 mgr.smithi067.noawcm (mgr.14197) 266 : cluster 0 pgmap v221: 129 pgs: 129 active+clean; 582 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 199 KiB/s rd, 3.3 KiB/s wr, 349 op/s 2024-02-10T07:35:57.158 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:56 smithi067 bash[18640]: cluster 2024-02-10T07:35:55.446329+0000 mgr.smithi067.noawcm (mgr.14197) 267 : cluster 0 pgmap v222: 129 pgs: 129 active+clean; 582 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 167 KiB/s rd, 2.7 KiB/s wr, 293 op/s 2024-02-10T07:35:57.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:56 smithi067 bash[18640]: audit 2024-02-10T07:35:55.851262+0000 mon.smithi067 (mon.0) 845 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:57.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:56 smithi067 bash[18640]: audit 2024-02-10T07:35:55.853456+0000 mon.smithi067 (mon.0) 846 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:35:57.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:56 smithi067 bash[18640]: audit 2024-02-10T07:35:55.925835+0000 mon.smithi067 (mon.0) 847 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:57.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:56 smithi174 bash[23193]: cluster 2024-02-10T07:35:55.446329+0000 mgr.smithi067.noawcm (mgr.14197) 267 : cluster 0 pgmap v222: 129 pgs: 129 active+clean; 582 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 167 KiB/s rd, 2.7 KiB/s wr, 293 op/s 2024-02-10T07:35:57.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:56 smithi174 bash[23193]: audit 2024-02-10T07:35:55.851262+0000 mon.smithi067 (mon.0) 845 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:57.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:56 smithi174 bash[23193]: audit 2024-02-10T07:35:55.853456+0000 mon.smithi067 (mon.0) 846 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:35:57.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:56 smithi174 bash[23193]: audit 2024-02-10T07:35:55.925835+0000 mon.smithi067 (mon.0) 847 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:35:57.425 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:35:58.536 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:58 smithi067 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:35:58.840 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:58 smithi067 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:35:59.259 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:58 smithi067 bash[18640]: cluster 2024-02-10T07:35:57.447142+0000 mgr.smithi067.noawcm (mgr.14197) 268 : cluster 0 pgmap v223: 129 pgs: 129 active+clean; 582 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 117 KiB/s rd, 1.7 KiB/s wr, 203 op/s 2024-02-10T07:35:59.267 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:58 smithi174 bash[23193]: cluster 2024-02-10T07:35:57.447142+0000 mgr.smithi067.noawcm (mgr.14197) 268 : cluster 0 pgmap v223: 129 pgs: 129 active+clean; 582 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 117 KiB/s rd, 1.7 KiB/s wr, 203 op/s 2024-02-10T07:36:00.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:59 smithi174 bash[23193]: audit 2024-02-10T07:35:58.896369+0000 mon.smithi067 (mon.0) 848 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:00.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:59 smithi174 bash[23193]: audit 2024-02-10T07:35:58.902797+0000 mon.smithi067 (mon.0) 849 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:00.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:59 smithi174 bash[23193]: audit 2024-02-10T07:35:58.919045+0000 mon.smithi067 (mon.0) 850 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:00.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:59 smithi174 bash[23193]: audit 2024-02-10T07:35:58.923798+0000 mon.smithi067 (mon.0) 851 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:00.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:59 smithi174 bash[23193]: cephadm 2024-02-10T07:35:58.924335+0000 mgr.smithi067.noawcm (mgr.14197) 269 : cephadm 1 10.0.31.67 is in 10.0.0.0/16 on smithi067 interface enp3s0f1 2024-02-10T07:36:00.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:59 smithi174 bash[23193]: cephadm 2024-02-10T07:35:58.924510+0000 mgr.smithi067.noawcm (mgr.14197) 270 : cephadm 1 10.0.31.67 is in 10.0.0.0/16 on smithi174 interface enp3s0f1 2024-02-10T07:36:00.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:35:59 smithi174 bash[23193]: cephadm 2024-02-10T07:35:58.930907+0000 mgr.smithi067.noawcm (mgr.14197) 271 : cephadm 1 Deploying daemon keepalived.rgw.foo.smithi067.sordjx on smithi067 2024-02-10T07:36:00.286 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:59 smithi067 bash[18640]: audit 2024-02-10T07:35:58.896369+0000 mon.smithi067 (mon.0) 848 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:00.286 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:59 smithi067 bash[18640]: audit 2024-02-10T07:35:58.902797+0000 mon.smithi067 (mon.0) 849 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:00.286 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:59 smithi067 bash[18640]: audit 2024-02-10T07:35:58.919045+0000 mon.smithi067 (mon.0) 850 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:00.286 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:59 smithi067 bash[18640]: audit 2024-02-10T07:35:58.923798+0000 mon.smithi067 (mon.0) 851 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:00.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:59 smithi067 bash[18640]: cephadm 2024-02-10T07:35:58.924335+0000 mgr.smithi067.noawcm (mgr.14197) 269 : cephadm 1 10.0.31.67 is in 10.0.0.0/16 on smithi067 interface enp3s0f1 2024-02-10T07:36:00.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:59 smithi067 bash[18640]: cephadm 2024-02-10T07:35:58.924510+0000 mgr.smithi067.noawcm (mgr.14197) 270 : cephadm 1 10.0.31.67 is in 10.0.0.0/16 on smithi174 interface enp3s0f1 2024-02-10T07:36:00.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:35:59 smithi067 bash[18640]: cephadm 2024-02-10T07:35:58.930907+0000 mgr.smithi067.noawcm (mgr.14197) 271 : cephadm 1 Deploying daemon keepalived.rgw.foo.smithi067.sordjx on smithi067 2024-02-10T07:36:01.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:00 smithi067 bash[18640]: cluster 2024-02-10T07:35:59.448236+0000 mgr.smithi067.noawcm (mgr.14197) 272 : cluster 0 pgmap v224: 129 pgs: 129 active+clean; 582 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s rd, 767 B/s wr, 100 op/s 2024-02-10T07:36:01.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:00 smithi174 bash[23193]: cluster 2024-02-10T07:35:59.448236+0000 mgr.smithi067.noawcm (mgr.14197) 272 : cluster 0 pgmap v224: 129 pgs: 129 active+clean; 582 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s rd, 767 B/s wr, 100 op/s 2024-02-10T07:36:03.375 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-10T07:36:03.375 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T07:27:58.209006Z", "last_refresh": "2024-02-10T07:35:19.741653Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-02-10T07:29:51.669891Z service:ceph-exporter [ERROR] \"Failed while placing ceph-exporter.smithi174 on smithi174: cephadm exited with an error code: 1, stderr: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter-smithi174\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter-smithi174\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter.smithi174\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter.smithi174\nDeploy daemon ceph-exporter.smithi174 ...\nERROR: Directory does not exist. Got: /var/run/ceph/\"", "2024-02-10T07:30:14.908793Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-02-10T07:27:50.776976Z", "last_refresh": "2024-02-10T07:35:19.288956Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T07:29:55.121037Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T07:27:48.928400Z", "last_refresh": "2024-02-10T07:35:19.288303Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-02-10T07:27:54.390703Z", "last_refresh": "2024-02-10T07:35:19.741774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T07:35:58.919263Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2024-02-10T07:35:21.647407Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2024-02-10T07:29:59.453515Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T07:27:47.138884Z", "last_refresh": "2024-02-10T07:35:19.288707Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T07:30:04.952265Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi174:172.21.15.174=smithi174"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T07:29:41.755973Z", "last_refresh": "2024-02-10T07:35:19.288836Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T07:29:56.254010Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T07:27:56.365011Z", "last_refresh": "2024-02-10T07:35:19.288529Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T07:30:32.318874Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T07:30:32.311182Z", "last_refresh": "2024-02-10T07:35:19.289073Z", "running": 8, "size": 8}}, {"events": ["2024-02-10T07:30:04.962198Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T07:27:52.572437Z", "last_refresh": "2024-02-10T07:35:19.741890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-10T07:35:42.796268Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-10T07:35:42.786494Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-10T07:36:03.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:03 smithi174 bash[23193]: cluster 2024-02-10T07:36:01.448875+0000 mgr.smithi067.noawcm (mgr.14197) 273 : cluster 0 pgmap v225: 129 pgs: 129 active+clean; 582 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:36:03.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:03 smithi067 bash[18640]: cluster 2024-02-10T07:36:01.448875+0000 mgr.smithi067.noawcm (mgr.14197) 273 : cluster 0 pgmap v225: 129 pgs: 129 active+clean; 582 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:36:04.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:04 smithi174 bash[23193]: audit 2024-02-10T07:36:03.371232+0000 mgr.smithi067.noawcm (mgr.14197) 274 : audit 0 from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T07:36:04.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:04 smithi067 bash[18640]: audit 2024-02-10T07:36:03.371232+0000 mgr.smithi067.noawcm (mgr.14197) 274 : audit 0 from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T07:36:05.706 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:05 smithi067 bash[18640]: cluster 2024-02-10T07:36:03.449445+0000 mgr.smithi067.noawcm (mgr.14197) 275 : cluster 0 pgmap v226: 129 pgs: 129 active+clean; 582 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:36:05.708 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-10T07:36:05.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:05 smithi174 bash[23193]: cluster 2024-02-10T07:36:03.449445+0000 mgr.smithi067.noawcm (mgr.14197) 275 : cluster 0 pgmap v226: 129 pgs: 129 active+clean; 582 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:36:06.709 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T07:36:07.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:07 smithi174 bash[23193]: cluster 2024-02-10T07:36:05.450315+0000 mgr.smithi067.noawcm (mgr.14197) 276 : cluster 0 pgmap v227: 129 pgs: 129 active+clean; 582 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:36:07.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:07 smithi067 bash[18640]: cluster 2024-02-10T07:36:05.450315+0000 mgr.smithi067.noawcm (mgr.14197) 276 : cluster 0 pgmap v227: 129 pgs: 129 active+clean; 582 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:36:08.195 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:08 smithi067 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:36:08.468 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:08 smithi067 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:36:09.519 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:09 smithi067 bash[18640]: cluster 2024-02-10T07:36:07.451365+0000 mgr.smithi067.noawcm (mgr.14197) 277 : cluster 0 pgmap v228: 129 pgs: 129 active+clean; 582 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:36:09.519 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:09 smithi067 bash[18640]: audit 2024-02-10T07:36:08.509239+0000 mon.smithi067 (mon.0) 852 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:09.519 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:09 smithi067 bash[18640]: audit 2024-02-10T07:36:08.517313+0000 mon.smithi067 (mon.0) 853 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:09.519 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:09 smithi067 bash[18640]: audit 2024-02-10T07:36:08.567424+0000 mon.smithi067 (mon.0) 854 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:09.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:09 smithi174 bash[23193]: cluster 2024-02-10T07:36:07.451365+0000 mgr.smithi067.noawcm (mgr.14197) 277 : cluster 0 pgmap v228: 129 pgs: 129 active+clean; 582 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:36:09.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:09 smithi174 bash[23193]: audit 2024-02-10T07:36:08.509239+0000 mon.smithi067 (mon.0) 852 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:09.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:09 smithi174 bash[23193]: audit 2024-02-10T07:36:08.517313+0000 mon.smithi067 (mon.0) 853 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:09.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:09 smithi174 bash[23193]: audit 2024-02-10T07:36:08.567424+0000 mon.smithi067 (mon.0) 854 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:10.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:10 smithi174 bash[23193]: cephadm 2024-02-10T07:36:08.569367+0000 mgr.smithi067.noawcm (mgr.14197) 278 : cephadm 1 10.0.31.67 is in 10.0.0.0/16 on smithi174 interface enp3s0f1 2024-02-10T07:36:10.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:10 smithi174 bash[23193]: cephadm 2024-02-10T07:36:08.569495+0000 mgr.smithi067.noawcm (mgr.14197) 279 : cephadm 1 10.0.31.67 is in 10.0.0.0/16 on smithi067 interface enp3s0f1 2024-02-10T07:36:10.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:10 smithi174 bash[23193]: cephadm 2024-02-10T07:36:08.569953+0000 mgr.smithi067.noawcm (mgr.14197) 280 : cephadm 1 Deploying daemon keepalived.rgw.foo.smithi174.rfybmy on smithi174 2024-02-10T07:36:10.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:10 smithi067 bash[18640]: cephadm 2024-02-10T07:36:08.569367+0000 mgr.smithi067.noawcm (mgr.14197) 278 : cephadm 1 10.0.31.67 is in 10.0.0.0/16 on smithi174 interface enp3s0f1 2024-02-10T07:36:10.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:10 smithi067 bash[18640]: cephadm 2024-02-10T07:36:08.569495+0000 mgr.smithi067.noawcm (mgr.14197) 279 : cephadm 1 10.0.31.67 is in 10.0.0.0/16 on smithi067 interface enp3s0f1 2024-02-10T07:36:10.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:10 smithi067 bash[18640]: cephadm 2024-02-10T07:36:08.569953+0000 mgr.smithi067.noawcm (mgr.14197) 280 : cephadm 1 Deploying daemon keepalived.rgw.foo.smithi174.rfybmy on smithi174 2024-02-10T07:36:11.540 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:36:11.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:11 smithi174 bash[23193]: cluster 2024-02-10T07:36:09.452461+0000 mgr.smithi067.noawcm (mgr.14197) 281 : cluster 0 pgmap v229: 129 pgs: 129 active+clean; 582 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:36:11.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:11 smithi174 bash[23193]: audit 2024-02-10T07:36:10.845793+0000 mon.smithi067 (mon.0) 855 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:36:11.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:11 smithi067 bash[18640]: cluster 2024-02-10T07:36:09.452461+0000 mgr.smithi067.noawcm (mgr.14197) 281 : cluster 0 pgmap v229: 129 pgs: 129 active+clean; 582 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:36:11.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:11 smithi067 bash[18640]: audit 2024-02-10T07:36:10.845793+0000 mon.smithi067 (mon.0) 855 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:36:13.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:13 smithi067 bash[18640]: cluster 2024-02-10T07:36:11.453353+0000 mgr.smithi067.noawcm (mgr.14197) 282 : cluster 0 pgmap v230: 129 pgs: 129 active+clean; 582 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:36:14.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:13 smithi174 bash[23193]: cluster 2024-02-10T07:36:11.453353+0000 mgr.smithi067.noawcm (mgr.14197) 282 : cluster 0 pgmap v230: 129 pgs: 129 active+clean; 582 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:36:14.670 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-10T07:36:14.670 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T07:27:58.209006Z", "last_refresh": "2024-02-10T07:35:19.741653Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-02-10T07:29:51.669891Z service:ceph-exporter [ERROR] \"Failed while placing ceph-exporter.smithi174 on smithi174: cephadm exited with an error code: 1, stderr: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter-smithi174\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter-smithi174\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter.smithi174\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter.smithi174\nDeploy daemon ceph-exporter.smithi174 ...\nERROR: Directory does not exist. Got: /var/run/ceph/\"", "2024-02-10T07:30:14.908793Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-02-10T07:27:50.776976Z", "last_refresh": "2024-02-10T07:35:19.288956Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T07:29:55.121037Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T07:27:48.928400Z", "last_refresh": "2024-02-10T07:35:19.288303Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-02-10T07:27:54.390703Z", "last_refresh": "2024-02-10T07:35:19.741774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T07:36:08.567623Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2024-02-10T07:35:21.647407Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2024-02-10T07:29:59.453515Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T07:27:47.138884Z", "last_refresh": "2024-02-10T07:35:19.288707Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T07:30:04.952265Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi174:172.21.15.174=smithi174"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T07:29:41.755973Z", "last_refresh": "2024-02-10T07:35:19.288836Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T07:29:56.254010Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T07:27:56.365011Z", "last_refresh": "2024-02-10T07:35:19.288529Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T07:30:32.318874Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T07:30:32.311182Z", "last_refresh": "2024-02-10T07:35:19.289073Z", "running": 8, "size": 8}}, {"events": ["2024-02-10T07:30:04.962198Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T07:27:52.572437Z", "last_refresh": "2024-02-10T07:35:19.741890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-10T07:35:42.796268Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-10T07:35:42.786494Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-10T07:36:15.374 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-10T07:36:15.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:15 smithi174 bash[23193]: cluster 2024-02-10T07:36:13.454558+0000 mgr.smithi067.noawcm (mgr.14197) 283 : cluster 0 pgmap v231: 129 pgs: 129 active+clean; 582 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:36:15.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:15 smithi067 bash[18640]: cluster 2024-02-10T07:36:13.454558+0000 mgr.smithi067.noawcm (mgr.14197) 283 : cluster 0 pgmap v231: 129 pgs: 129 active+clean; 582 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:36:16.375 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T07:36:16.685 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:16 smithi174 bash[23193]: audit 2024-02-10T07:36:14.657489+0000 mgr.smithi067.noawcm (mgr.14197) 284 : audit 0 from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T07:36:16.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:16 smithi067 bash[18640]: audit 2024-02-10T07:36:14.657489+0000 mgr.smithi067.noawcm (mgr.14197) 284 : audit 0 from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T07:36:17.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:17 smithi174 bash[23193]: cluster 2024-02-10T07:36:15.455586+0000 mgr.smithi067.noawcm (mgr.14197) 285 : cluster 0 pgmap v232: 129 pgs: 129 active+clean; 582 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-02-10T07:36:17.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:17 smithi174 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:36:17.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:17 smithi067 bash[18640]: cluster 2024-02-10T07:36:15.455586+0000 mgr.smithi067.noawcm (mgr.14197) 285 : cluster 0 pgmap v232: 129 pgs: 129 active+clean; 582 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-02-10T07:36:17.974 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:17 smithi174 systemd[1]: /etc/systemd/system/ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-02-10T07:36:19.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:19 smithi174 bash[23193]: cluster 2024-02-10T07:36:17.456826+0000 mgr.smithi067.noawcm (mgr.14197) 286 : cluster 0 pgmap v233: 129 pgs: 129 active+clean; 582 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-02-10T07:36:19.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:19 smithi174 bash[23193]: audit 2024-02-10T07:36:18.024922+0000 mon.smithi067 (mon.0) 856 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:19.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:19 smithi174 bash[23193]: audit 2024-02-10T07:36:18.037366+0000 mon.smithi067 (mon.0) 857 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:19.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:19 smithi174 bash[23193]: audit 2024-02-10T07:36:18.068119+0000 mon.smithi067 (mon.0) 858 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:19.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:19 smithi174 bash[23193]: audit 2024-02-10T07:36:18.075205+0000 mon.smithi067 (mon.0) 859 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:19.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:19 smithi174 bash[23193]: audit 2024-02-10T07:36:18.224991+0000 mon.smithi067 (mon.0) 860 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:36:19.286 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:19 smithi067 bash[18640]: cluster 2024-02-10T07:36:17.456826+0000 mgr.smithi067.noawcm (mgr.14197) 286 : cluster 0 pgmap v233: 129 pgs: 129 active+clean; 582 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-02-10T07:36:19.286 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:19 smithi067 bash[18640]: audit 2024-02-10T07:36:18.024922+0000 mon.smithi067 (mon.0) 856 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:19.286 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:19 smithi067 bash[18640]: audit 2024-02-10T07:36:18.037366+0000 mon.smithi067 (mon.0) 857 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:19.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:19 smithi067 bash[18640]: audit 2024-02-10T07:36:18.068119+0000 mon.smithi067 (mon.0) 858 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:19.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:19 smithi067 bash[18640]: audit 2024-02-10T07:36:18.075205+0000 mon.smithi067 (mon.0) 859 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:19.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:19 smithi067 bash[18640]: audit 2024-02-10T07:36:18.224991+0000 mon.smithi067 (mon.0) 860 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:36:21.226 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:36:21.286 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:21 smithi067 bash[18640]: cluster 2024-02-10T07:36:19.458110+0000 mgr.smithi067.noawcm (mgr.14197) 287 : cluster 0 pgmap v234: 129 pgs: 129 active+clean; 582 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-02-10T07:36:21.286 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:21 smithi067 bash[18640]: audit 2024-02-10T07:36:20.940953+0000 mon.smithi067 (mon.0) 861 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:21.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:21 smithi174 bash[23193]: cluster 2024-02-10T07:36:19.458110+0000 mgr.smithi067.noawcm (mgr.14197) 287 : cluster 0 pgmap v234: 129 pgs: 129 active+clean; 582 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-02-10T07:36:21.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:21 smithi174 bash[23193]: audit 2024-02-10T07:36:20.940953+0000 mon.smithi067 (mon.0) 861 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:23.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:23 smithi174 bash[23193]: cluster 2024-02-10T07:36:21.459077+0000 mgr.smithi067.noawcm (mgr.14197) 288 : cluster 0 pgmap v235: 129 pgs: 129 active+clean; 582 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-02-10T07:36:23.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:23 smithi067 bash[18640]: cluster 2024-02-10T07:36:21.459077+0000 mgr.smithi067.noawcm (mgr.14197) 288 : cluster 0 pgmap v235: 129 pgs: 129 active+clean; 582 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-02-10T07:36:23.980 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-10T07:36:23.980 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T07:27:58.209006Z", "last_refresh": "2024-02-10T07:35:19.741653Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-02-10T07:29:51.669891Z service:ceph-exporter [ERROR] \"Failed while placing ceph-exporter.smithi174 on smithi174: cephadm exited with an error code: 1, stderr: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter-smithi174\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter-smithi174\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter.smithi174\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter.smithi174\nDeploy daemon ceph-exporter.smithi174 ...\nERROR: Directory does not exist. Got: /var/run/ceph/\"", "2024-02-10T07:30:14.908793Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-02-10T07:27:50.776976Z", "last_refresh": "2024-02-10T07:35:19.288956Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T07:29:55.121037Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T07:27:48.928400Z", "last_refresh": "2024-02-10T07:35:19.288303Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-02-10T07:27:54.390703Z", "last_refresh": "2024-02-10T07:35:19.741774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T07:36:18.075717Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2024-02-10T07:35:21.647407Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2024-02-10T07:29:59.453515Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T07:27:47.138884Z", "last_refresh": "2024-02-10T07:35:19.288707Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T07:30:04.952265Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi174:172.21.15.174=smithi174"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T07:29:41.755973Z", "last_refresh": "2024-02-10T07:35:19.288836Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T07:29:56.254010Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T07:27:56.365011Z", "last_refresh": "2024-02-10T07:35:19.288529Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T07:30:32.318874Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T07:30:32.311182Z", "last_refresh": "2024-02-10T07:35:19.289073Z", "running": 8, "size": 8}}, {"events": ["2024-02-10T07:30:04.962198Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T07:27:52.572437Z", "last_refresh": "2024-02-10T07:35:19.741890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-10T07:35:42.796268Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-10T07:35:42.786494Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-10T07:36:24.604 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-10T07:36:25.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:25 smithi174 bash[23193]: cluster 2024-02-10T07:36:23.459714+0000 mgr.smithi067.noawcm (mgr.14197) 289 : cluster 0 pgmap v236: 129 pgs: 129 active+clean; 582 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-02-10T07:36:25.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:25 smithi174 bash[23193]: audit 2024-02-10T07:36:23.977681+0000 mgr.smithi067.noawcm (mgr.14197) 290 : audit 0 from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T07:36:25.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:25 smithi174 bash[23193]: audit 2024-02-10T07:36:24.065374+0000 mon.smithi067 (mon.0) 862 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:25.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:25 smithi174 bash[23193]: audit 2024-02-10T07:36:24.073412+0000 mon.smithi067 (mon.0) 863 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:25.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:25 smithi174 bash[23193]: audit 2024-02-10T07:36:24.467676+0000 mon.smithi067 (mon.0) 864 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:25.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:25 smithi174 bash[23193]: audit 2024-02-10T07:36:24.473662+0000 mon.smithi067 (mon.0) 865 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:25.536 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:25 smithi067 bash[18640]: cluster 2024-02-10T07:36:23.459714+0000 mgr.smithi067.noawcm (mgr.14197) 289 : cluster 0 pgmap v236: 129 pgs: 129 active+clean; 582 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-02-10T07:36:25.536 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:25 smithi067 bash[18640]: audit 2024-02-10T07:36:23.977681+0000 mgr.smithi067.noawcm (mgr.14197) 290 : audit 0 from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T07:36:25.536 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:25 smithi067 bash[18640]: audit 2024-02-10T07:36:24.065374+0000 mon.smithi067 (mon.0) 862 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:25.536 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:25 smithi067 bash[18640]: audit 2024-02-10T07:36:24.073412+0000 mon.smithi067 (mon.0) 863 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:25.536 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:25 smithi067 bash[18640]: audit 2024-02-10T07:36:24.467676+0000 mon.smithi067 (mon.0) 864 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:25.536 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:25 smithi067 bash[18640]: audit 2024-02-10T07:36:24.473662+0000 mon.smithi067 (mon.0) 865 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:25.605 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T07:36:26.342 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:26 smithi067 bash[18640]: audit 2024-02-10T07:36:25.102725+0000 mon.smithi067 (mon.0) 866 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:36:26.342 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:26 smithi067 bash[18640]: audit 2024-02-10T07:36:25.104851+0000 mon.smithi067 (mon.0) 867 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:36:26.343 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:26 smithi067 bash[18640]: cephadm 2024-02-10T07:36:25.115473+0000 mgr.smithi067.noawcm (mgr.14197) 291 : cephadm 1 Checking dashboard <-> RGW credentials 2024-02-10T07:36:26.343 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:26 smithi067 bash[18640]: audit 2024-02-10T07:36:25.572862+0000 mon.smithi067 (mon.0) 868 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:26.343 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:26 smithi067 bash[18640]: audit 2024-02-10T07:36:25.580341+0000 mon.smithi067 (mon.0) 869 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:26.343 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:26 smithi067 bash[18640]: audit 2024-02-10T07:36:25.589380+0000 mon.smithi067 (mon.0) 870 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:26.343 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:26 smithi067 bash[18640]: audit 2024-02-10T07:36:25.592987+0000 mon.smithi067 (mon.0) 871 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:36:26.343 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:26 smithi067 bash[18640]: audit 2024-02-10T07:36:25.845568+0000 mon.smithi067 (mon.0) 872 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:36:26.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:26 smithi174 bash[23193]: audit 2024-02-10T07:36:25.102725+0000 mon.smithi067 (mon.0) 866 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:36:26.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:26 smithi174 bash[23193]: audit 2024-02-10T07:36:25.104851+0000 mon.smithi067 (mon.0) 867 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:36:26.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:26 smithi174 bash[23193]: cephadm 2024-02-10T07:36:25.115473+0000 mgr.smithi067.noawcm (mgr.14197) 291 : cephadm 1 Checking dashboard <-> RGW credentials 2024-02-10T07:36:26.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:26 smithi174 bash[23193]: audit 2024-02-10T07:36:25.572862+0000 mon.smithi067 (mon.0) 868 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:26.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:26 smithi174 bash[23193]: audit 2024-02-10T07:36:25.580341+0000 mon.smithi067 (mon.0) 869 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:26.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:26 smithi174 bash[23193]: audit 2024-02-10T07:36:25.589380+0000 mon.smithi067 (mon.0) 870 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:26.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:26 smithi174 bash[23193]: audit 2024-02-10T07:36:25.592987+0000 mon.smithi067 (mon.0) 871 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:36:26.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:26 smithi174 bash[23193]: audit 2024-02-10T07:36:25.845568+0000 mon.smithi067 (mon.0) 872 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:36:27.614 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:27 smithi067 bash[18640]: cluster 2024-02-10T07:36:25.460624+0000 mgr.smithi067.noawcm (mgr.14197) 292 : cluster 0 pgmap v237: 129 pgs: 129 active+clean; 582 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-02-10T07:36:27.614 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:27 smithi067 bash[18640]: cephadm 2024-02-10T07:36:25.672893+0000 mgr.smithi067.noawcm (mgr.14197) 293 : cephadm 1 Reconfiguring prometheus.smithi067 (dependencies changed)... 2024-02-10T07:36:27.614 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:27 smithi067 bash[18640]: cephadm 2024-02-10T07:36:25.916658+0000 mgr.smithi067.noawcm (mgr.14197) 294 : cephadm 1 Reconfiguring daemon prometheus.smithi067 on smithi067 2024-02-10T07:36:27.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:27 smithi174 bash[23193]: cluster 2024-02-10T07:36:25.460624+0000 mgr.smithi067.noawcm (mgr.14197) 292 : cluster 0 pgmap v237: 129 pgs: 129 active+clean; 582 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-02-10T07:36:27.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:27 smithi174 bash[23193]: cephadm 2024-02-10T07:36:25.672893+0000 mgr.smithi067.noawcm (mgr.14197) 293 : cephadm 1 Reconfiguring prometheus.smithi067 (dependencies changed)... 2024-02-10T07:36:27.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:27 smithi174 bash[23193]: cephadm 2024-02-10T07:36:25.916658+0000 mgr.smithi067.noawcm (mgr.14197) 294 : cephadm 1 Reconfiguring daemon prometheus.smithi067 on smithi067 2024-02-10T07:36:29.536 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:29 smithi067 bash[18640]: cluster 2024-02-10T07:36:27.461285+0000 mgr.smithi067.noawcm (mgr.14197) 295 : cluster 0 pgmap v238: 129 pgs: 129 active+clean; 582 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 85 B/s wr, 1 op/s 2024-02-10T07:36:29.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:29 smithi174 bash[23193]: cluster 2024-02-10T07:36:27.461285+0000 mgr.smithi067.noawcm (mgr.14197) 295 : cluster 0 pgmap v238: 129 pgs: 129 active+clean; 582 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 85 B/s wr, 1 op/s 2024-02-10T07:36:30.901 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:36:31.703 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:31 smithi067 bash[18640]: cluster 2024-02-10T07:36:29.462423+0000 mgr.smithi067.noawcm (mgr.14197) 296 : cluster 0 pgmap v239: 129 pgs: 129 active+clean; 582 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-02-10T07:36:31.704 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:31 smithi067 bash[18640]: audit 2024-02-10T07:36:30.462464+0000 mon.smithi067 (mon.0) 873 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:31.704 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:31 smithi067 bash[18640]: audit 2024-02-10T07:36:30.469645+0000 mon.smithi067 (mon.0) 874 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:31.704 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:31 smithi067 bash[18640]: audit 2024-02-10T07:36:30.501688+0000 mon.smithi067 (mon.0) 875 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-10T07:36:31.704 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:31 smithi067 bash[18640]: audit 2024-02-10T07:36:30.510314+0000 mon.smithi067 (mon.0) 876 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:36:31.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:31 smithi174 bash[23193]: cluster 2024-02-10T07:36:29.462423+0000 mgr.smithi067.noawcm (mgr.14197) 296 : cluster 0 pgmap v239: 129 pgs: 129 active+clean; 582 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-02-10T07:36:31.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:31 smithi174 bash[23193]: audit 2024-02-10T07:36:30.462464+0000 mon.smithi067 (mon.0) 873 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:31.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:31 smithi174 bash[23193]: audit 2024-02-10T07:36:30.469645+0000 mon.smithi067 (mon.0) 874 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:31.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:31 smithi174 bash[23193]: audit 2024-02-10T07:36:30.501688+0000 mon.smithi067 (mon.0) 875 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-10T07:36:31.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:31 smithi174 bash[23193]: audit 2024-02-10T07:36:30.510314+0000 mon.smithi067 (mon.0) 876 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:36:32.695 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:32 smithi067 bash[18640]: audit 2024-02-10T07:36:30.502205+0000 mgr.smithi067.noawcm (mgr.14197) 297 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-10T07:36:32.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:32 smithi174 bash[23193]: audit 2024-02-10T07:36:30.502205+0000 mgr.smithi067.noawcm (mgr.14197) 297 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-10T07:36:33.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:33 smithi174 bash[23193]: cluster 2024-02-10T07:36:31.463534+0000 mgr.smithi067.noawcm (mgr.14197) 298 : cluster 0 pgmap v240: 129 pgs: 129 active+clean; 582 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-02-10T07:36:33.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:33 smithi067 bash[18640]: cluster 2024-02-10T07:36:31.463534+0000 mgr.smithi067.noawcm (mgr.14197) 298 : cluster 0 pgmap v240: 129 pgs: 129 active+clean; 582 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-02-10T07:36:33.972 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-10T07:36:33.972 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T07:27:58.209006Z", "last_refresh": "2024-02-10T07:36:24.461265Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-02-10T07:29:51.669891Z service:ceph-exporter [ERROR] \"Failed while placing ceph-exporter.smithi174 on smithi174: cephadm exited with an error code: 1, stderr: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter-smithi174\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter-smithi174\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter.smithi174\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter.smithi174\nDeploy daemon ceph-exporter.smithi174 ...\nERROR: Directory does not exist. Got: /var/run/ceph/\"", "2024-02-10T07:30:14.908793Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-02-10T07:27:50.776976Z", "last_refresh": "2024-02-10T07:36:24.058328Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T07:29:55.121037Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T07:27:48.928400Z", "last_refresh": "2024-02-10T07:36:24.057716Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-02-10T07:27:54.390703Z", "last_refresh": "2024-02-10T07:36:24.461369Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T07:36:18.075717Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2024-02-10T07:35:21.647407Z", "last_refresh": "2024-02-10T07:36:24.059081Z", "ports": [9000, 9001], "running": 4, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2024-02-10T07:29:59.453515Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T07:27:47.138884Z", "last_refresh": "2024-02-10T07:36:24.058035Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T07:30:04.952265Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi174:172.21.15.174=smithi174"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T07:29:41.755973Z", "last_refresh": "2024-02-10T07:36:24.058184Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T07:29:56.254010Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T07:27:56.365011Z", "last_refresh": "2024-02-10T07:36:24.057893Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T07:30:32.318874Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T07:30:32.311182Z", "last_refresh": "2024-02-10T07:36:24.058443Z", "running": 8, "size": 8}}, {"events": ["2024-02-10T07:30:04.962198Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T07:27:52.572437Z", "ports": [9095], "running": 0, "size": 1}}, {"events": ["2024-02-10T07:35:42.796268Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-10T07:35:42.786494Z", "last_refresh": "2024-02-10T07:36:24.058868Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-10T07:36:34.718 INFO:tasks.cephadm:rgw.foo has 4/4 2024-02-10T07:36:34.718 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-10T07:36:34.731 INFO:tasks.cephadm:Waiting for ceph service ingress.rgw.foo to start (timeout 300)... 2024-02-10T07:36:34.732 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T07:36:35.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:35 smithi174 bash[23193]: cluster 2024-02-10T07:36:33.464896+0000 mgr.smithi067.noawcm (mgr.14197) 299 : cluster 0 pgmap v241: 129 pgs: 129 active+clean; 582 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-02-10T07:36:35.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:35 smithi174 bash[23193]: audit 2024-02-10T07:36:33.953802+0000 mgr.smithi067.noawcm (mgr.14197) 300 : audit 0 from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T07:36:35.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:35 smithi067 bash[18640]: cluster 2024-02-10T07:36:33.464896+0000 mgr.smithi067.noawcm (mgr.14197) 299 : cluster 0 pgmap v241: 129 pgs: 129 active+clean; 582 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-02-10T07:36:35.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:35 smithi067 bash[18640]: audit 2024-02-10T07:36:33.953802+0000 mgr.smithi067.noawcm (mgr.14197) 300 : audit 0 from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T07:36:37.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:37 smithi174 bash[23193]: cluster 2024-02-10T07:36:35.465902+0000 mgr.smithi067.noawcm (mgr.14197) 301 : cluster 0 pgmap v242: 129 pgs: 129 active+clean; 582 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-02-10T07:36:37.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:37 smithi174 bash[23193]: audit 2024-02-10T07:36:36.296164+0000 mon.smithi067 (mon.0) 877 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:37.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:37 smithi174 bash[23193]: audit 2024-02-10T07:36:36.302624+0000 mon.smithi067 (mon.0) 878 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:37.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:37 smithi067 bash[18640]: cluster 2024-02-10T07:36:35.465902+0000 mgr.smithi067.noawcm (mgr.14197) 301 : cluster 0 pgmap v242: 129 pgs: 129 active+clean; 582 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-02-10T07:36:37.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:37 smithi067 bash[18640]: audit 2024-02-10T07:36:36.296164+0000 mon.smithi067 (mon.0) 877 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:37.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:37 smithi067 bash[18640]: audit 2024-02-10T07:36:36.302624+0000 mon.smithi067 (mon.0) 878 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:38.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:38 smithi174 bash[23193]: audit 2024-02-10T07:36:37.447294+0000 mon.smithi067 (mon.0) 879 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:38.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:38 smithi174 bash[23193]: audit 2024-02-10T07:36:37.453232+0000 mon.smithi067 (mon.0) 880 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:38.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:38 smithi174 bash[23193]: audit 2024-02-10T07:36:37.454459+0000 mon.smithi067 (mon.0) 881 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:36:38.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:38 smithi174 bash[23193]: audit 2024-02-10T07:36:37.455153+0000 mon.smithi067 (mon.0) 882 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:36:38.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:38 smithi174 bash[23193]: cephadm 2024-02-10T07:36:37.459323+0000 mgr.smithi067.noawcm (mgr.14197) 302 : cephadm 1 Checking dashboard <-> RGW credentials 2024-02-10T07:36:38.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:38 smithi174 bash[23193]: cluster 2024-02-10T07:36:37.469311+0000 mgr.smithi067.noawcm (mgr.14197) 303 : cluster 0 pgmap v243: 129 pgs: 129 active+clean; 582 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-02-10T07:36:38.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:38 smithi174 bash[23193]: audit 2024-02-10T07:36:37.729885+0000 mon.smithi067 (mon.0) 883 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:38.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:38 smithi174 bash[23193]: audit 2024-02-10T07:36:37.733606+0000 mon.smithi067 (mon.0) 884 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:36:38.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:38 smithi067 bash[18640]: audit 2024-02-10T07:36:37.447294+0000 mon.smithi067 (mon.0) 879 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:38.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:38 smithi067 bash[18640]: audit 2024-02-10T07:36:37.453232+0000 mon.smithi067 (mon.0) 880 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:38.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:38 smithi067 bash[18640]: audit 2024-02-10T07:36:37.454459+0000 mon.smithi067 (mon.0) 881 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:36:38.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:38 smithi067 bash[18640]: audit 2024-02-10T07:36:37.455153+0000 mon.smithi067 (mon.0) 882 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:36:38.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:38 smithi067 bash[18640]: cephadm 2024-02-10T07:36:37.459323+0000 mgr.smithi067.noawcm (mgr.14197) 302 : cephadm 1 Checking dashboard <-> RGW credentials 2024-02-10T07:36:38.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:38 smithi067 bash[18640]: cluster 2024-02-10T07:36:37.469311+0000 mgr.smithi067.noawcm (mgr.14197) 303 : cluster 0 pgmap v243: 129 pgs: 129 active+clean; 582 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-02-10T07:36:38.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:38 smithi067 bash[18640]: audit 2024-02-10T07:36:37.729885+0000 mon.smithi067 (mon.0) 883 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:38.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:38 smithi067 bash[18640]: audit 2024-02-10T07:36:37.733606+0000 mon.smithi067 (mon.0) 884 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:36:39.320 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:36:40.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:40 smithi067 bash[18640]: cluster 2024-02-10T07:36:39.470774+0000 mgr.smithi067.noawcm (mgr.14197) 304 : cluster 0 pgmap v244: 129 pgs: 129 active+clean; 582 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-02-10T07:36:41.017 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:40 smithi174 bash[23193]: cluster 2024-02-10T07:36:39.470774+0000 mgr.smithi067.noawcm (mgr.14197) 304 : cluster 0 pgmap v244: 129 pgs: 129 active+clean; 582 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-02-10T07:36:41.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:41 smithi067 bash[18640]: audit 2024-02-10T07:36:40.834109+0000 mon.smithi067 (mon.0) 885 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.12", "id": [4, 0]}]: dispatch 2024-02-10T07:36:41.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:41 smithi067 bash[18640]: audit 2024-02-10T07:36:40.846809+0000 mon.smithi067 (mon.0) 886 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:36:42.017 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:41 smithi174 bash[23193]: audit 2024-02-10T07:36:40.834109+0000 mon.smithi067 (mon.0) 885 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.12", "id": [4, 0]}]: dispatch 2024-02-10T07:36:42.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:41 smithi174 bash[23193]: audit 2024-02-10T07:36:40.846809+0000 mon.smithi067 (mon.0) 886 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:36:42.145 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-10T07:36:42.145 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T07:27:58.209006Z", "last_refresh": "2024-02-10T07:36:37.440552Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-02-10T07:29:51.669891Z service:ceph-exporter [ERROR] \"Failed while placing ceph-exporter.smithi174 on smithi174: cephadm exited with an error code: 1, stderr: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter-smithi174\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter-smithi174\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter.smithi174\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715-ceph-exporter.smithi174\nDeploy daemon ceph-exporter.smithi174 ...\nERROR: Directory does not exist. Got: /var/run/ceph/\"", "2024-02-10T07:30:14.908793Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-02-10T07:27:50.776976Z", "last_refresh": "2024-02-10T07:36:36.288858Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T07:29:55.121037Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T07:27:48.928400Z", "last_refresh": "2024-02-10T07:36:36.288288Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-02-10T07:27:54.390703Z", "last_refresh": "2024-02-10T07:36:37.440664Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T07:36:18.075717Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2024-02-10T07:35:21.647407Z", "last_refresh": "2024-02-10T07:36:36.289726Z", "ports": [9000, 9001], "running": 4, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"events": ["2024-02-10T07:29:59.453515Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T07:27:47.138884Z", "last_refresh": "2024-02-10T07:36:36.288600Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T07:30:04.952265Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi174:172.21.15.174=smithi174"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T07:29:41.755973Z", "last_refresh": "2024-02-10T07:36:36.288734Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T07:29:56.254010Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T07:27:56.365011Z", "last_refresh": "2024-02-10T07:36:36.288445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T07:30:32.318874Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T07:30:32.311182Z", "last_refresh": "2024-02-10T07:36:36.288987Z", "running": 8, "size": 8}}, {"events": ["2024-02-10T07:30:04.962198Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T07:27:52.572437Z", "last_refresh": "2024-02-10T07:36:37.440773Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-10T07:35:42.796268Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-10T07:35:42.786494Z", "last_refresh": "2024-02-10T07:36:36.289477Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-10T07:36:42.851 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:42 smithi067 bash[18640]: cluster 2024-02-10T07:36:41.471765+0000 mgr.smithi067.noawcm (mgr.14197) 305 : cluster 0 pgmap v245: 129 pgs: 129 active+clean; 582 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-02-10T07:36:42.852 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:42 smithi067 bash[18640]: audit 2024-02-10T07:36:41.536685+0000 mon.smithi067 (mon.0) 887 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.12", "id": [4, 0]}]': finished 2024-02-10T07:36:42.852 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:42 smithi067 bash[18640]: cluster 2024-02-10T07:36:41.541092+0000 mon.smithi067 (mon.0) 888 : cluster 0 osdmap e48: 8 total, 8 up, 8 in 2024-02-10T07:36:42.852 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:42 smithi067 bash[18640]: audit 2024-02-10T07:36:42.128822+0000 mgr.smithi067.noawcm (mgr.14197) 306 : audit 0 from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T07:36:42.853 INFO:tasks.cephadm:ingress.rgw.foo has 4/4 2024-02-10T07:36:42.853 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-10T07:36:42.864 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi067.front.sepia.ceph.com 2024-02-10T07:36:42.864 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- bash -c 'echo "Check while healthy..." 2024-02-10T07:36:42.864 DEBUG:teuthology.orchestra.run.smithi067:> curl http://10.0.31.67:9000/ 2024-02-10T07:36:42.865 DEBUG:teuthology.orchestra.run.smithi067:> 2024-02-10T07:36:42.865 DEBUG:teuthology.orchestra.run.smithi067:> # stop each rgw in turn 2024-02-10T07:36:42.865 DEBUG:teuthology.orchestra.run.smithi067:> echo "Check with each rgw stopped in turn..." 2024-02-10T07:36:42.865 DEBUG:teuthology.orchestra.run.smithi067:> for rgw in `ceph orch ps | grep ^rgw.foo. | awk '"'"'{print $1}'"'"'`; do 2024-02-10T07:36:42.865 DEBUG:teuthology.orchestra.run.smithi067:> ceph orch daemon stop $rgw 2024-02-10T07:36:42.865 DEBUG:teuthology.orchestra.run.smithi067:> while ! ceph orch ps | grep $rgw | grep stopped; do sleep 1 ; done 2024-02-10T07:36:42.865 DEBUG:teuthology.orchestra.run.smithi067:> while ! curl http://10.0.31.67:9000/ ; do sleep 1 ; done 2024-02-10T07:36:42.865 DEBUG:teuthology.orchestra.run.smithi067:> ceph orch daemon start $rgw 2024-02-10T07:36:42.865 DEBUG:teuthology.orchestra.run.smithi067:> while ! ceph orch ps | grep $rgw | grep running; do sleep 1 ; done 2024-02-10T07:36:42.865 DEBUG:teuthology.orchestra.run.smithi067:> done 2024-02-10T07:36:42.865 DEBUG:teuthology.orchestra.run.smithi067:> 2024-02-10T07:36:42.865 DEBUG:teuthology.orchestra.run.smithi067:> # stop each haproxy in turn 2024-02-10T07:36:42.865 DEBUG:teuthology.orchestra.run.smithi067:> echo "Check with each haproxy down in turn..." 2024-02-10T07:36:42.865 DEBUG:teuthology.orchestra.run.smithi067:> for haproxy in `ceph orch ps | grep ^haproxy.rgw.foo. | awk '"'"'{print $1}'"'"'`; do 2024-02-10T07:36:42.866 DEBUG:teuthology.orchestra.run.smithi067:> ceph orch daemon stop $haproxy 2024-02-10T07:36:42.866 DEBUG:teuthology.orchestra.run.smithi067:> while ! ceph orch ps | grep $haproxy | grep stopped; do sleep 1 ; done 2024-02-10T07:36:42.866 DEBUG:teuthology.orchestra.run.smithi067:> while ! curl http://10.0.31.67:9000/ ; do sleep 1 ; done 2024-02-10T07:36:42.866 DEBUG:teuthology.orchestra.run.smithi067:> ceph orch daemon start $haproxy 2024-02-10T07:36:42.866 DEBUG:teuthology.orchestra.run.smithi067:> while ! ceph orch ps | grep $haproxy | grep running; do sleep 1 ; done 2024-02-10T07:36:42.866 DEBUG:teuthology.orchestra.run.smithi067:> done 2024-02-10T07:36:42.866 DEBUG:teuthology.orchestra.run.smithi067:> 2024-02-10T07:36:42.866 DEBUG:teuthology.orchestra.run.smithi067:> while ! curl http://10.0.31.67:9000/ ; do sleep 1 ; done 2024-02-10T07:36:42.866 DEBUG:teuthology.orchestra.run.smithi067:> ' 2024-02-10T07:36:43.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:42 smithi174 bash[23193]: cluster 2024-02-10T07:36:41.471765+0000 mgr.smithi067.noawcm (mgr.14197) 305 : cluster 0 pgmap v245: 129 pgs: 129 active+clean; 582 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-02-10T07:36:43.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:42 smithi174 bash[23193]: audit 2024-02-10T07:36:41.536685+0000 mon.smithi067 (mon.0) 887 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.12", "id": [4, 0]}]': finished 2024-02-10T07:36:43.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:42 smithi174 bash[23193]: cluster 2024-02-10T07:36:41.541092+0000 mon.smithi067 (mon.0) 888 : cluster 0 osdmap e48: 8 total, 8 up, 8 in 2024-02-10T07:36:43.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:42 smithi174 bash[23193]: audit 2024-02-10T07:36:42.128822+0000 mgr.smithi067.noawcm (mgr.14197) 306 : audit 0 from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T07:36:44.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:43 smithi174 bash[23193]: cluster 2024-02-10T07:36:42.545376+0000 mon.smithi067 (mon.0) 889 : cluster 0 osdmap e49: 8 total, 8 up, 8 in 2024-02-10T07:36:44.036 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:43 smithi067 bash[18640]: cluster 2024-02-10T07:36:42.545376+0000 mon.smithi067 (mon.0) 889 : cluster 0 osdmap e49: 8 total, 8 up, 8 in 2024-02-10T07:36:45.017 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:44 smithi174 bash[23193]: cluster 2024-02-10T07:36:43.472870+0000 mgr.smithi067.noawcm (mgr.14197) 307 : cluster 0 pgmap v248: 129 pgs: 1 activating, 128 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 1 op/s 2024-02-10T07:36:45.036 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:44 smithi067 bash[18640]: cluster 2024-02-10T07:36:43.472870+0000 mgr.smithi067.noawcm (mgr.14197) 307 : cluster 0 pgmap v248: 129 pgs: 1 activating, 128 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 1 op/s 2024-02-10T07:36:47.733 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:36:47.755 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:47 smithi067 bash[18640]: cluster 2024-02-10T07:36:45.473782+0000 mgr.smithi067.noawcm (mgr.14197) 308 : cluster 0 pgmap v249: 129 pgs: 1 activating, 128 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 1023 B/s wr, 3 op/s 2024-02-10T07:36:47.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:47 smithi174 bash[23193]: cluster 2024-02-10T07:36:45.473782+0000 mgr.smithi067.noawcm (mgr.14197) 308 : cluster 0 pgmap v249: 129 pgs: 1 activating, 128 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 1023 B/s wr, 3 op/s 2024-02-10T07:36:49.536 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:49 smithi067 bash[18640]: cluster 2024-02-10T07:36:47.474797+0000 mgr.smithi067.noawcm (mgr.14197) 309 : cluster 0 pgmap v250: 129 pgs: 1 activating, 128 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1023 B/s wr, 2 op/s 2024-02-10T07:36:49.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:49 smithi174 bash[23193]: cluster 2024-02-10T07:36:47.474797+0000 mgr.smithi067.noawcm (mgr.14197) 309 : cluster 0 pgmap v250: 129 pgs: 1 activating, 128 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1023 B/s wr, 2 op/s 2024-02-10T07:36:50.281 INFO:teuthology.orchestra.run.smithi067.stdout:Check while healthy... 2024-02-10T07:36:50.285 INFO:teuthology.orchestra.run.smithi067.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2024-02-10T07:36:50.285 INFO:teuthology.orchestra.run.smithi067.stderr: Dload Upload Total Spent Left Speed 2024-02-10T07:36:50.285 INFO:teuthology.orchestra.run.smithi067.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 214 0 214 0 0 208k 0 --:--:-- --:--:-- --:--:-- 208k 2024-02-10T07:36:50.286 INFO:teuthology.orchestra.run.smithi067.stdout:anonymousCheck with each rgw stopped in turn... 2024-02-10T07:36:51.050 INFO:teuthology.orchestra.run.smithi067.stdout:Scheduled to stop rgw.foo.smithi067.iaihiw on host 'smithi067' 2024-02-10T07:36:51.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:51 smithi174 bash[23193]: cluster 2024-02-10T07:36:49.475988+0000 mgr.smithi067.noawcm (mgr.14197) 310 : cluster 0 pgmap v251: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1023 B/s wr, 1 op/s 2024-02-10T07:36:51.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:51 smithi174 bash[23193]: audit 2024-02-10T07:36:51.040486+0000 mon.smithi067 (mon.0) 890 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:51.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:51 smithi174 bash[23193]: audit 2024-02-10T07:36:51.051015+0000 mon.smithi067 (mon.0) 891 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:51.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:51 smithi174 bash[23193]: audit 2024-02-10T07:36:51.055584+0000 mon.smithi067 (mon.0) 892 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:36:51.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:51 smithi067 bash[18640]: cluster 2024-02-10T07:36:49.475988+0000 mgr.smithi067.noawcm (mgr.14197) 310 : cluster 0 pgmap v251: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1023 B/s wr, 1 op/s 2024-02-10T07:36:51.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:51 smithi067 bash[18640]: audit 2024-02-10T07:36:51.040486+0000 mon.smithi067 (mon.0) 890 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:51.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:51 smithi067 bash[18640]: audit 2024-02-10T07:36:51.051015+0000 mon.smithi067 (mon.0) 891 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:51.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:51 smithi067 bash[18640]: audit 2024-02-10T07:36:51.055584+0000 mon.smithi067 (mon.0) 892 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:36:52.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:52 smithi174 bash[23193]: audit 2024-02-10T07:36:50.638207+0000 mgr.smithi067.noawcm (mgr.14197) 311 : audit 0 from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:36:52.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:52 smithi174 bash[23193]: audit 2024-02-10T07:36:51.028894+0000 mgr.smithi067.noawcm (mgr.14197) 312 : audit 0 from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.smithi067.iaihiw", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:36:52.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:52 smithi174 bash[23193]: cephadm 2024-02-10T07:36:51.029664+0000 mgr.smithi067.noawcm (mgr.14197) 313 : cephadm 1 Schedule stop daemon rgw.foo.smithi067.iaihiw 2024-02-10T07:36:52.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:52 smithi174 bash[23193]: audit 2024-02-10T07:36:51.406398+0000 mgr.smithi067.noawcm (mgr.14197) 314 : audit 0 from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:36:52.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:52 smithi067 bash[18640]: audit 2024-02-10T07:36:50.638207+0000 mgr.smithi067.noawcm (mgr.14197) 311 : audit 0 from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:36:52.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:52 smithi067 bash[18640]: audit 2024-02-10T07:36:51.028894+0000 mgr.smithi067.noawcm (mgr.14197) 312 : audit 0 from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.smithi067.iaihiw", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:36:52.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:52 smithi067 bash[18640]: cephadm 2024-02-10T07:36:51.029664+0000 mgr.smithi067.noawcm (mgr.14197) 313 : cephadm 1 Schedule stop daemon rgw.foo.smithi067.iaihiw 2024-02-10T07:36:52.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:52 smithi067 bash[18640]: audit 2024-02-10T07:36:51.406398+0000 mgr.smithi067.noawcm (mgr.14197) 314 : audit 0 from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:36:53.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:53 smithi174 bash[23193]: cluster 2024-02-10T07:36:51.476552+0000 mgr.smithi067.noawcm (mgr.14197) 315 : cluster 0 pgmap v252: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 824 B/s rd, 824 B/s wr, 1 op/s 2024-02-10T07:36:53.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:53 smithi067 bash[18640]: cluster 2024-02-10T07:36:51.476552+0000 mgr.smithi067.noawcm (mgr.14197) 315 : cluster 0 pgmap v252: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 824 B/s rd, 824 B/s wr, 1 op/s 2024-02-10T07:36:54.665 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:54 smithi067 bash[18640]: audit 2024-02-10T07:36:52.798937+0000 mgr.smithi067.noawcm (mgr.14197) 316 : audit 0 from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:36:54.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:54 smithi174 bash[23193]: audit 2024-02-10T07:36:52.798937+0000 mgr.smithi067.noawcm (mgr.14197) 316 : audit 0 from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:36:55.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:55 smithi174 bash[23193]: cluster 2024-02-10T07:36:53.477704+0000 mgr.smithi067.noawcm (mgr.14197) 317 : cluster 0 pgmap v253: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 374 B/s rd, 749 B/s wr, 1 op/s 2024-02-10T07:36:55.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:55 smithi174 bash[23193]: audit 2024-02-10T07:36:54.228207+0000 mgr.smithi067.noawcm (mgr.14197) 318 : audit 0 from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:36:55.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:55 smithi067 bash[18640]: cluster 2024-02-10T07:36:53.477704+0000 mgr.smithi067.noawcm (mgr.14197) 317 : cluster 0 pgmap v253: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 374 B/s rd, 749 B/s wr, 1 op/s 2024-02-10T07:36:55.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:55 smithi067 bash[18640]: audit 2024-02-10T07:36:54.228207+0000 mgr.smithi067.noawcm (mgr.14197) 318 : audit 0 from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:36:56.517 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:56 smithi174 bash[23193]: audit 2024-02-10T07:36:55.847018+0000 mon.smithi067 (mon.0) 893 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:36:56.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:56 smithi067 bash[18640]: audit 2024-02-10T07:36:55.847018+0000 mon.smithi067 (mon.0) 893 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:36:57.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:57 smithi174 bash[23193]: cluster 2024-02-10T07:36:55.478237+0000 mgr.smithi067.noawcm (mgr.14197) 319 : cluster 0 pgmap v254: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-02-10T07:36:57.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:57 smithi174 bash[23193]: audit 2024-02-10T07:36:55.666748+0000 mgr.smithi067.noawcm (mgr.14197) 320 : audit 0 from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:36:57.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:57 smithi174 bash[23193]: audit 2024-02-10T07:36:56.874977+0000 mon.smithi067 (mon.0) 894 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:57.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:57 smithi174 bash[23193]: audit 2024-02-10T07:36:56.881968+0000 mon.smithi067 (mon.0) 895 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:57.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:57 smithi174 bash[23193]: audit 2024-02-10T07:36:57.331958+0000 mon.smithi067 (mon.0) 896 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:57.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:57 smithi174 bash[23193]: audit 2024-02-10T07:36:57.338255+0000 mon.smithi067 (mon.0) 897 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:57.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:57 smithi174 bash[23193]: audit 2024-02-10T07:36:57.339454+0000 mon.smithi067 (mon.0) 898 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:36:57.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:57 smithi174 bash[23193]: audit 2024-02-10T07:36:57.340162+0000 mon.smithi067 (mon.0) 899 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:36:57.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:57 smithi174 bash[23193]: audit 2024-02-10T07:36:57.344312+0000 mon.smithi067 (mon.0) 900 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:57.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:57 smithi174 bash[23193]: audit 2024-02-10T07:36:57.347220+0000 mon.smithi067 (mon.0) 901 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:36:57.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:57 smithi067 bash[18640]: cluster 2024-02-10T07:36:55.478237+0000 mgr.smithi067.noawcm (mgr.14197) 319 : cluster 0 pgmap v254: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-02-10T07:36:57.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:57 smithi067 bash[18640]: audit 2024-02-10T07:36:55.666748+0000 mgr.smithi067.noawcm (mgr.14197) 320 : audit 0 from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:36:57.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:57 smithi067 bash[18640]: audit 2024-02-10T07:36:56.874977+0000 mon.smithi067 (mon.0) 894 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:57.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:57 smithi067 bash[18640]: audit 2024-02-10T07:36:56.881968+0000 mon.smithi067 (mon.0) 895 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:57.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:57 smithi067 bash[18640]: audit 2024-02-10T07:36:57.331958+0000 mon.smithi067 (mon.0) 896 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:57.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:57 smithi067 bash[18640]: audit 2024-02-10T07:36:57.338255+0000 mon.smithi067 (mon.0) 897 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:57.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:57 smithi067 bash[18640]: audit 2024-02-10T07:36:57.339454+0000 mon.smithi067 (mon.0) 898 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:36:57.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:57 smithi067 bash[18640]: audit 2024-02-10T07:36:57.340162+0000 mon.smithi067 (mon.0) 899 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:36:57.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:57 smithi067 bash[18640]: audit 2024-02-10T07:36:57.344312+0000 mon.smithi067 (mon.0) 900 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:36:57.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:57 smithi067 bash[18640]: audit 2024-02-10T07:36:57.347220+0000 mon.smithi067 (mon.0) 901 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:36:58.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:58 smithi174 bash[23193]: audit 2024-02-10T07:36:57.120930+0000 mgr.smithi067.noawcm (mgr.14197) 321 : audit 0 from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:36:58.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:58 smithi067 bash[18640]: audit 2024-02-10T07:36:57.120930+0000 mgr.smithi067.noawcm (mgr.14197) 321 : audit 0 from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:36:59.536 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:36:59 smithi067 bash[18640]: cluster 2024-02-10T07:36:57.479124+0000 mgr.smithi067.noawcm (mgr.14197) 322 : cluster 0 pgmap v255: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:36:59.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:36:59 smithi174 bash[23193]: cluster 2024-02-10T07:36:57.479124+0000 mgr.smithi067.noawcm (mgr.14197) 322 : cluster 0 pgmap v255: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:37:00.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:00 smithi174 bash[23193]: audit 2024-02-10T07:36:58.512698+0000 mgr.smithi067.noawcm (mgr.14197) 323 : audit 0 from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:00.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:00 smithi067 bash[18640]: audit 2024-02-10T07:36:58.512698+0000 mgr.smithi067.noawcm (mgr.14197) 323 : audit 0 from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:01.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:01 smithi174 bash[23193]: cluster 2024-02-10T07:36:59.480201+0000 mgr.smithi067.noawcm (mgr.14197) 324 : cluster 0 pgmap v256: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:37:01.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:01 smithi174 bash[23193]: audit 2024-02-10T07:36:59.916220+0000 mgr.smithi067.noawcm (mgr.14197) 325 : audit 0 from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:01.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:01 smithi067 bash[18640]: cluster 2024-02-10T07:36:59.480201+0000 mgr.smithi067.noawcm (mgr.14197) 324 : cluster 0 pgmap v256: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:37:01.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:01 smithi067 bash[18640]: audit 2024-02-10T07:36:59.916220+0000 mgr.smithi067.noawcm (mgr.14197) 325 : audit 0 from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:02.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:02 smithi174 bash[23193]: audit 2024-02-10T07:37:01.312178+0000 mgr.smithi067.noawcm (mgr.14197) 326 : audit 0 from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:02.773 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:02 smithi067 bash[18640]: audit 2024-02-10T07:37:01.312178+0000 mgr.smithi067.noawcm (mgr.14197) 326 : audit 0 from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:03.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:03 smithi067 bash[18640]: cluster 2024-02-10T07:37:01.481144+0000 mgr.smithi067.noawcm (mgr.14197) 327 : cluster 0 pgmap v257: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:37:03.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:03 smithi174 bash[23193]: cluster 2024-02-10T07:37:01.481144+0000 mgr.smithi067.noawcm (mgr.14197) 327 : cluster 0 pgmap v257: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:37:04.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:04 smithi174 bash[23193]: audit 2024-02-10T07:37:02.751241+0000 mgr.smithi067.noawcm (mgr.14197) 328 : audit 0 from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:04.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:04 smithi174 bash[23193]: audit 2024-02-10T07:37:03.499846+0000 mon.smithi067 (mon.0) 902 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:04.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:04 smithi174 bash[23193]: audit 2024-02-10T07:37:03.510958+0000 mon.smithi067 (mon.0) 903 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:04.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:04 smithi174 bash[23193]: audit 2024-02-10T07:37:03.528619+0000 mon.smithi067 (mon.0) 904 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:37:04.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:04 smithi067 bash[18640]: audit 2024-02-10T07:37:02.751241+0000 mgr.smithi067.noawcm (mgr.14197) 328 : audit 0 from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:04.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:04 smithi067 bash[18640]: audit 2024-02-10T07:37:03.499846+0000 mon.smithi067 (mon.0) 902 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:04.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:04 smithi067 bash[18640]: audit 2024-02-10T07:37:03.510958+0000 mon.smithi067 (mon.0) 903 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:04.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:04 smithi067 bash[18640]: audit 2024-02-10T07:37:03.528619+0000 mon.smithi067 (mon.0) 904 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:37:05.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:05 smithi174 bash[23193]: cluster 2024-02-10T07:37:03.482397+0000 mgr.smithi067.noawcm (mgr.14197) 329 : cluster 0 pgmap v258: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:37:05.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:05 smithi174 bash[23193]: audit 2024-02-10T07:37:04.146008+0000 mgr.smithi067.noawcm (mgr.14197) 330 : audit 0 from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:05.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:05 smithi067 bash[18640]: cluster 2024-02-10T07:37:03.482397+0000 mgr.smithi067.noawcm (mgr.14197) 329 : cluster 0 pgmap v258: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:37:05.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:05 smithi067 bash[18640]: audit 2024-02-10T07:37:04.146008+0000 mgr.smithi067.noawcm (mgr.14197) 330 : audit 0 from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:07.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:07 smithi174 bash[23193]: cluster 2024-02-10T07:37:05.483378+0000 mgr.smithi067.noawcm (mgr.14197) 331 : cluster 0 pgmap v259: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:37:07.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:07 smithi174 bash[23193]: audit 2024-02-10T07:37:05.537858+0000 mgr.smithi067.noawcm (mgr.14197) 332 : audit 0 from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:07.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:07 smithi067 bash[18640]: cluster 2024-02-10T07:37:05.483378+0000 mgr.smithi067.noawcm (mgr.14197) 331 : cluster 0 pgmap v259: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:37:07.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:07 smithi067 bash[18640]: audit 2024-02-10T07:37:05.537858+0000 mgr.smithi067.noawcm (mgr.14197) 332 : audit 0 from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:08.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:08 smithi174 bash[23193]: audit 2024-02-10T07:37:06.955777+0000 mgr.smithi067.noawcm (mgr.14197) 333 : audit 0 from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:08.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:08 smithi067 bash[18640]: audit 2024-02-10T07:37:06.955777+0000 mgr.smithi067.noawcm (mgr.14197) 333 : audit 0 from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:09.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:09 smithi067 bash[18640]: cluster 2024-02-10T07:37:07.484419+0000 mgr.smithi067.noawcm (mgr.14197) 334 : cluster 0 pgmap v260: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:37:09.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:09 smithi067 bash[18640]: audit 2024-02-10T07:37:08.395697+0000 mgr.smithi067.noawcm (mgr.14197) 335 : audit 0 from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:09.536 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:09 smithi067 bash[18640]: audit 2024-02-10T07:37:09.336890+0000 mon.smithi067 (mon.0) 905 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:09.536 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:09 smithi067 bash[18640]: audit 2024-02-10T07:37:09.343138+0000 mon.smithi067 (mon.0) 906 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:09.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:09 smithi174 bash[23193]: cluster 2024-02-10T07:37:07.484419+0000 mgr.smithi067.noawcm (mgr.14197) 334 : cluster 0 pgmap v260: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:37:09.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:09 smithi174 bash[23193]: audit 2024-02-10T07:37:08.395697+0000 mgr.smithi067.noawcm (mgr.14197) 335 : audit 0 from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:09.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:09 smithi174 bash[23193]: audit 2024-02-10T07:37:09.336890+0000 mon.smithi067 (mon.0) 905 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:09.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:09 smithi174 bash[23193]: audit 2024-02-10T07:37:09.343138+0000 mon.smithi067 (mon.0) 906 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:09.825 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi067.iaihiw smithi067 *:8001 stopped 0s ago 87s - - 2024-02-10T07:37:09.831 INFO:teuthology.orchestra.run.smithi067.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2024-02-10T07:37:09.831 INFO:teuthology.orchestra.run.smithi067.stderr: Dload Upload Total Spent Left Speed 2024-02-10T07:37:09.831 INFO:teuthology.orchestra.run.smithi067.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 214 0 214 0 0 208k 0 --:--:-- --:--:-- --:--:-- 208k 2024-02-10T07:37:10.182 INFO:teuthology.orchestra.run.smithi067.stdout:anonymousScheduled to start rgw.foo.smithi067.iaihiw on host 'smithi067' 2024-02-10T07:37:11.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:10 smithi174 bash[23193]: cluster 2024-02-10T07:37:09.485113+0000 mgr.smithi067.noawcm (mgr.14197) 336 : cluster 0 pgmap v261: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:37:11.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:10 smithi174 bash[23193]: audit 2024-02-10T07:37:09.789270+0000 mon.smithi067 (mon.0) 907 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:11.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:10 smithi174 bash[23193]: audit 2024-02-10T07:37:09.793969+0000 mgr.smithi067.noawcm (mgr.14197) 337 : audit 0 from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:11.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:10 smithi174 bash[23193]: audit 2024-02-10T07:37:09.796763+0000 mon.smithi067 (mon.0) 908 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:11.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:10 smithi174 bash[23193]: audit 2024-02-10T07:37:09.800626+0000 mon.smithi067 (mon.0) 909 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:37:11.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:10 smithi174 bash[23193]: audit 2024-02-10T07:37:09.811474+0000 mon.smithi067 (mon.0) 910 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:37:11.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:10 smithi174 bash[23193]: audit 2024-02-10T07:37:09.823808+0000 mon.smithi067 (mon.0) 911 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:11.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:10 smithi174 bash[23193]: audit 2024-02-10T07:37:09.827223+0000 mon.smithi067 (mon.0) 912 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:37:11.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:10 smithi174 bash[23193]: audit 2024-02-10T07:37:10.161699+0000 mgr.smithi067.noawcm (mgr.14197) 338 : audit 0 from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.smithi067.iaihiw", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:11.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:10 smithi174 bash[23193]: cephadm 2024-02-10T07:37:10.162371+0000 mgr.smithi067.noawcm (mgr.14197) 339 : cephadm 1 Schedule start daemon rgw.foo.smithi067.iaihiw 2024-02-10T07:37:11.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:10 smithi174 bash[23193]: audit 2024-02-10T07:37:10.171377+0000 mon.smithi067 (mon.0) 913 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:11.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:10 smithi174 bash[23193]: audit 2024-02-10T07:37:10.182962+0000 mon.smithi067 (mon.0) 914 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:11.269 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:10 smithi174 bash[23193]: audit 2024-02-10T07:37:10.215737+0000 mon.smithi067 (mon.0) 915 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:37:11.286 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:10 smithi067 bash[18640]: cluster 2024-02-10T07:37:09.485113+0000 mgr.smithi067.noawcm (mgr.14197) 336 : cluster 0 pgmap v261: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:37:11.286 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:10 smithi067 bash[18640]: audit 2024-02-10T07:37:09.789270+0000 mon.smithi067 (mon.0) 907 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:11.286 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:10 smithi067 bash[18640]: audit 2024-02-10T07:37:09.793969+0000 mgr.smithi067.noawcm (mgr.14197) 337 : audit 0 from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:11.286 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:10 smithi067 bash[18640]: audit 2024-02-10T07:37:09.796763+0000 mon.smithi067 (mon.0) 908 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:11.286 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:10 smithi067 bash[18640]: audit 2024-02-10T07:37:09.800626+0000 mon.smithi067 (mon.0) 909 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:37:11.286 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:10 smithi067 bash[18640]: audit 2024-02-10T07:37:09.811474+0000 mon.smithi067 (mon.0) 910 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:37:11.286 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:10 smithi067 bash[18640]: audit 2024-02-10T07:37:09.823808+0000 mon.smithi067 (mon.0) 911 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:11.286 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:10 smithi067 bash[18640]: audit 2024-02-10T07:37:09.827223+0000 mon.smithi067 (mon.0) 912 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:37:11.286 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:10 smithi067 bash[18640]: audit 2024-02-10T07:37:10.161699+0000 mgr.smithi067.noawcm (mgr.14197) 338 : audit 0 from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.smithi067.iaihiw", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:11.286 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:10 smithi067 bash[18640]: cephadm 2024-02-10T07:37:10.162371+0000 mgr.smithi067.noawcm (mgr.14197) 339 : cephadm 1 Schedule start daemon rgw.foo.smithi067.iaihiw 2024-02-10T07:37:11.286 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:10 smithi067 bash[18640]: audit 2024-02-10T07:37:10.171377+0000 mon.smithi067 (mon.0) 913 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:11.286 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:10 smithi067 bash[18640]: audit 2024-02-10T07:37:10.182962+0000 mon.smithi067 (mon.0) 914 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:11.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:10 smithi067 bash[18640]: audit 2024-02-10T07:37:10.215737+0000 mon.smithi067 (mon.0) 915 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:37:12.017 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:11 smithi174 bash[23193]: audit 2024-02-10T07:37:10.551870+0000 mgr.smithi067.noawcm (mgr.14197) 340 : audit 0 from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:12.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:11 smithi174 bash[23193]: audit 2024-02-10T07:37:10.847338+0000 mon.smithi067 (mon.0) 916 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:37:12.285 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:11 smithi067 bash[18640]: audit 2024-02-10T07:37:10.551870+0000 mgr.smithi067.noawcm (mgr.14197) 340 : audit 0 from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:12.286 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:11 smithi067 bash[18640]: audit 2024-02-10T07:37:10.847338+0000 mon.smithi067 (mon.0) 916 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:37:13.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:13 smithi174 bash[23193]: cluster 2024-02-10T07:37:11.486015+0000 mgr.smithi067.noawcm (mgr.14197) 341 : cluster 0 pgmap v262: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:37:13.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:13 smithi174 bash[23193]: audit 2024-02-10T07:37:11.945142+0000 mgr.smithi067.noawcm (mgr.14197) 342 : audit 0 from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:13.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:13 smithi067 bash[18640]: cluster 2024-02-10T07:37:11.486015+0000 mgr.smithi067.noawcm (mgr.14197) 341 : cluster 0 pgmap v262: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:37:13.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:13 smithi067 bash[18640]: audit 2024-02-10T07:37:11.945142+0000 mgr.smithi067.noawcm (mgr.14197) 342 : audit 0 from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:14.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:14 smithi174 bash[23193]: audit 2024-02-10T07:37:13.373480+0000 mgr.smithi067.noawcm (mgr.14197) 343 : audit 0 from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:14.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:14 smithi067 bash[18640]: audit 2024-02-10T07:37:13.373480+0000 mgr.smithi067.noawcm (mgr.14197) 343 : audit 0 from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:15.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:15 smithi067 bash[18640]: cluster 2024-02-10T07:37:13.486710+0000 mgr.smithi067.noawcm (mgr.14197) 344 : cluster 0 pgmap v263: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:37:15.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:15 smithi174 bash[23193]: cluster 2024-02-10T07:37:13.486710+0000 mgr.smithi067.noawcm (mgr.14197) 344 : cluster 0 pgmap v263: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:37:16.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:16 smithi174 bash[23193]: audit 2024-02-10T07:37:14.764478+0000 mgr.smithi067.noawcm (mgr.14197) 345 : audit 0 from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:16.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:16 smithi174 bash[23193]: audit 2024-02-10T07:37:15.969992+0000 mon.smithi067 (mon.0) 917 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:16.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:16 smithi174 bash[23193]: audit 2024-02-10T07:37:15.976286+0000 mon.smithi067 (mon.0) 918 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:16.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:16 smithi067 bash[18640]: audit 2024-02-10T07:37:14.764478+0000 mgr.smithi067.noawcm (mgr.14197) 345 : audit 0 from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:16.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:16 smithi067 bash[18640]: audit 2024-02-10T07:37:15.969992+0000 mon.smithi067 (mon.0) 917 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:16.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:16 smithi067 bash[18640]: audit 2024-02-10T07:37:15.976286+0000 mon.smithi067 (mon.0) 918 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:17.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:17 smithi174 bash[23193]: cluster 2024-02-10T07:37:15.487377+0000 mgr.smithi067.noawcm (mgr.14197) 346 : cluster 0 pgmap v264: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-02-10T07:37:17.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:17 smithi174 bash[23193]: audit 2024-02-10T07:37:16.149773+0000 mgr.smithi067.noawcm (mgr.14197) 347 : audit 0 from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:17.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:17 smithi174 bash[23193]: audit 2024-02-10T07:37:16.484427+0000 mon.smithi067 (mon.0) 919 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:17.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:17 smithi174 bash[23193]: audit 2024-02-10T07:37:16.495055+0000 mon.smithi067 (mon.0) 920 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:17.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:17 smithi174 bash[23193]: audit 2024-02-10T07:37:16.497820+0000 mon.smithi067 (mon.0) 921 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:37:17.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:17 smithi174 bash[23193]: audit 2024-02-10T07:37:16.499069+0000 mon.smithi067 (mon.0) 922 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:37:17.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:17 smithi174 bash[23193]: audit 2024-02-10T07:37:16.506371+0000 mon.smithi067 (mon.0) 923 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:17.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:17 smithi174 bash[23193]: audit 2024-02-10T07:37:16.513919+0000 mon.smithi067 (mon.0) 924 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:37:17.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:17 smithi067 bash[18640]: cluster 2024-02-10T07:37:15.487377+0000 mgr.smithi067.noawcm (mgr.14197) 346 : cluster 0 pgmap v264: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-02-10T07:37:17.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:17 smithi067 bash[18640]: audit 2024-02-10T07:37:16.149773+0000 mgr.smithi067.noawcm (mgr.14197) 347 : audit 0 from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:17.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:17 smithi067 bash[18640]: audit 2024-02-10T07:37:16.484427+0000 mon.smithi067 (mon.0) 919 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:17.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:17 smithi067 bash[18640]: audit 2024-02-10T07:37:16.495055+0000 mon.smithi067 (mon.0) 920 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:17.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:17 smithi067 bash[18640]: audit 2024-02-10T07:37:16.497820+0000 mon.smithi067 (mon.0) 921 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:37:17.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:17 smithi067 bash[18640]: audit 2024-02-10T07:37:16.499069+0000 mon.smithi067 (mon.0) 922 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:37:17.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:17 smithi067 bash[18640]: audit 2024-02-10T07:37:16.506371+0000 mon.smithi067 (mon.0) 923 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:17.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:17 smithi067 bash[18640]: audit 2024-02-10T07:37:16.513919+0000 mon.smithi067 (mon.0) 924 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:37:19.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:19 smithi067 bash[18640]: cluster 2024-02-10T07:37:17.488439+0000 mgr.smithi067.noawcm (mgr.14197) 348 : cluster 0 pgmap v265: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:37:19.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:19 smithi067 bash[18640]: audit 2024-02-10T07:37:17.535633+0000 mgr.smithi067.noawcm (mgr.14197) 349 : audit 0 from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:19.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:19 smithi174 bash[23193]: cluster 2024-02-10T07:37:17.488439+0000 mgr.smithi067.noawcm (mgr.14197) 348 : cluster 0 pgmap v265: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:37:19.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:19 smithi174 bash[23193]: audit 2024-02-10T07:37:17.535633+0000 mgr.smithi067.noawcm (mgr.14197) 349 : audit 0 from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:20.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:20 smithi174 bash[23193]: audit 2024-02-10T07:37:18.966632+0000 mgr.smithi067.noawcm (mgr.14197) 350 : audit 0 from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:20.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:20 smithi067 bash[18640]: audit 2024-02-10T07:37:18.966632+0000 mgr.smithi067.noawcm (mgr.14197) 350 : audit 0 from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:21.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:21 smithi174 bash[23193]: cluster 2024-02-10T07:37:19.489628+0000 mgr.smithi067.noawcm (mgr.14197) 351 : cluster 0 pgmap v266: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:37:21.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:21 smithi174 bash[23193]: audit 2024-02-10T07:37:20.377622+0000 mgr.smithi067.noawcm (mgr.14197) 352 : audit 0 from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:21.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:21 smithi067 bash[18640]: cluster 2024-02-10T07:37:19.489628+0000 mgr.smithi067.noawcm (mgr.14197) 351 : cluster 0 pgmap v266: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:37:21.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:21 smithi067 bash[18640]: audit 2024-02-10T07:37:20.377622+0000 mgr.smithi067.noawcm (mgr.14197) 352 : audit 0 from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:23.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:23 smithi174 bash[23193]: cluster 2024-02-10T07:37:21.490703+0000 mgr.smithi067.noawcm (mgr.14197) 353 : cluster 0 pgmap v267: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:37:23.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:23 smithi174 bash[23193]: audit 2024-02-10T07:37:21.820238+0000 mgr.smithi067.noawcm (mgr.14197) 354 : audit 0 from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:23.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:23 smithi067 bash[18640]: cluster 2024-02-10T07:37:21.490703+0000 mgr.smithi067.noawcm (mgr.14197) 353 : cluster 0 pgmap v267: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:37:23.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:23 smithi067 bash[18640]: audit 2024-02-10T07:37:21.820238+0000 mgr.smithi067.noawcm (mgr.14197) 354 : audit 0 from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:24.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:24 smithi174 bash[23193]: audit 2024-02-10T07:37:23.249057+0000 mgr.smithi067.noawcm (mgr.14197) 355 : audit 0 from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:24.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:24 smithi067 bash[18640]: audit 2024-02-10T07:37:23.249057+0000 mgr.smithi067.noawcm (mgr.14197) 355 : audit 0 from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:25.744 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:25 smithi067 bash[18640]: cluster 2024-02-10T07:37:23.491963+0000 mgr.smithi067.noawcm (mgr.14197) 356 : cluster 0 pgmap v268: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:37:25.745 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:25 smithi067 bash[18640]: audit 2024-02-10T07:37:24.661614+0000 mgr.smithi067.noawcm (mgr.14197) 357 : audit 0 from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:25.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:25 smithi174 bash[23193]: cluster 2024-02-10T07:37:23.491963+0000 mgr.smithi067.noawcm (mgr.14197) 356 : cluster 0 pgmap v268: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:37:25.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:25 smithi174 bash[23193]: audit 2024-02-10T07:37:24.661614+0000 mgr.smithi067.noawcm (mgr.14197) 357 : audit 0 from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:27.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:26 smithi067 bash[18640]: cluster 2024-02-10T07:37:25.492907+0000 mgr.smithi067.noawcm (mgr.14197) 358 : cluster 0 pgmap v269: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:37:27.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:26 smithi067 bash[18640]: audit 2024-02-10T07:37:25.799873+0000 mon.smithi067 (mon.0) 925 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:27.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:26 smithi067 bash[18640]: audit 2024-02-10T07:37:25.806210+0000 mon.smithi067 (mon.0) 926 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:27.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:26 smithi067 bash[18640]: audit 2024-02-10T07:37:25.813347+0000 mon.smithi067 (mon.0) 927 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:37:27.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:26 smithi067 bash[18640]: audit 2024-02-10T07:37:25.846810+0000 mon.smithi067 (mon.0) 928 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:37:27.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:26 smithi067 bash[18640]: audit 2024-02-10T07:37:26.066215+0000 mgr.smithi067.noawcm (mgr.14197) 359 : audit 0 from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:27.267 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:26 smithi174 bash[23193]: cluster 2024-02-10T07:37:25.492907+0000 mgr.smithi067.noawcm (mgr.14197) 358 : cluster 0 pgmap v269: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:37:27.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:26 smithi174 bash[23193]: audit 2024-02-10T07:37:25.799873+0000 mon.smithi067 (mon.0) 925 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:27.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:26 smithi174 bash[23193]: audit 2024-02-10T07:37:25.806210+0000 mon.smithi067 (mon.0) 926 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:27.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:26 smithi174 bash[23193]: audit 2024-02-10T07:37:25.813347+0000 mon.smithi067 (mon.0) 927 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:37:27.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:26 smithi174 bash[23193]: audit 2024-02-10T07:37:25.846810+0000 mon.smithi067 (mon.0) 928 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:37:27.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:26 smithi174 bash[23193]: audit 2024-02-10T07:37:26.066215+0000 mgr.smithi067.noawcm (mgr.14197) 359 : audit 0 from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:29.257 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:28 smithi067 bash[18640]: audit 2024-02-10T07:37:27.461315+0000 mgr.smithi067.noawcm (mgr.14197) 360 : audit 0 from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:29.258 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:28 smithi067 bash[18640]: cluster 2024-02-10T07:37:27.493928+0000 mgr.smithi067.noawcm (mgr.14197) 361 : cluster 0 pgmap v270: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 0 B/s wr, 9 op/s 2024-02-10T07:37:29.267 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:28 smithi174 bash[23193]: audit 2024-02-10T07:37:27.461315+0000 mgr.smithi067.noawcm (mgr.14197) 360 : audit 0 from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:29.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:28 smithi174 bash[23193]: cluster 2024-02-10T07:37:27.493928+0000 mgr.smithi067.noawcm (mgr.14197) 361 : cluster 0 pgmap v270: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 0 B/s wr, 9 op/s 2024-02-10T07:37:30.267 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:29 smithi174 bash[23193]: audit 2024-02-10T07:37:28.870616+0000 mgr.smithi067.noawcm (mgr.14197) 362 : audit 0 from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:30.285 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:29 smithi067 bash[18640]: audit 2024-02-10T07:37:28.870616+0000 mgr.smithi067.noawcm (mgr.14197) 362 : audit 0 from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:31.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:30 smithi067 bash[18640]: cluster 2024-02-10T07:37:29.495139+0000 mgr.smithi067.noawcm (mgr.14197) 363 : cluster 0 pgmap v271: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 34 KiB/s rd, 0 B/s wr, 52 op/s 2024-02-10T07:37:31.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:30 smithi067 bash[18640]: audit 2024-02-10T07:37:30.258961+0000 mgr.smithi067.noawcm (mgr.14197) 364 : audit 0 from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:31.267 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:30 smithi174 bash[23193]: cluster 2024-02-10T07:37:29.495139+0000 mgr.smithi067.noawcm (mgr.14197) 363 : cluster 0 pgmap v271: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 34 KiB/s rd, 0 B/s wr, 52 op/s 2024-02-10T07:37:31.267 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:30 smithi174 bash[23193]: audit 2024-02-10T07:37:30.258961+0000 mgr.smithi067.noawcm (mgr.14197) 364 : audit 0 from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:33.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:32 smithi174 bash[23193]: cluster 2024-02-10T07:37:31.495674+0000 mgr.smithi067.noawcm (mgr.14197) 365 : cluster 0 pgmap v272: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 49 KiB/s rd, 0 B/s wr, 76 op/s 2024-02-10T07:37:33.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:32 smithi174 bash[23193]: audit 2024-02-10T07:37:31.565107+0000 mon.smithi067 (mon.0) 929 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:33.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:32 smithi174 bash[23193]: audit 2024-02-10T07:37:31.575955+0000 mon.smithi067 (mon.0) 930 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:33.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:32 smithi174 bash[23193]: audit 2024-02-10T07:37:31.654562+0000 mgr.smithi067.noawcm (mgr.14197) 366 : audit 0 from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:33.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:32 smithi174 bash[23193]: audit 2024-02-10T07:37:32.075432+0000 mon.smithi067 (mon.0) 931 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:33.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:32 smithi174 bash[23193]: audit 2024-02-10T07:37:32.089989+0000 mon.smithi067 (mon.0) 932 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:33.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:32 smithi067 bash[18640]: cluster 2024-02-10T07:37:31.495674+0000 mgr.smithi067.noawcm (mgr.14197) 365 : cluster 0 pgmap v272: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 49 KiB/s rd, 0 B/s wr, 76 op/s 2024-02-10T07:37:33.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:32 smithi067 bash[18640]: audit 2024-02-10T07:37:31.565107+0000 mon.smithi067 (mon.0) 929 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:33.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:32 smithi067 bash[18640]: audit 2024-02-10T07:37:31.575955+0000 mon.smithi067 (mon.0) 930 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:33.036 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:32 smithi067 bash[18640]: audit 2024-02-10T07:37:31.654562+0000 mgr.smithi067.noawcm (mgr.14197) 366 : audit 0 from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:33.036 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:32 smithi067 bash[18640]: audit 2024-02-10T07:37:32.075432+0000 mon.smithi067 (mon.0) 931 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:33.036 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:32 smithi067 bash[18640]: audit 2024-02-10T07:37:32.089989+0000 mon.smithi067 (mon.0) 932 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:33.095 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi067.iaihiw smithi067 *:8001 running (7s) 0s ago 110s 85.7M - 19.0.0-1361-g290212a1 c328ab9dcfc7 a121907d76b0 2024-02-10T07:37:33.477 INFO:teuthology.orchestra.run.smithi067.stdout:Scheduled to stop rgw.foo.smithi067.ptmrwj on host 'smithi067' 2024-02-10T07:37:34.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:33 smithi174 bash[23193]: audit 2024-02-10T07:37:32.729319+0000 mon.smithi067 (mon.0) 933 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:37:34.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:33 smithi174 bash[23193]: audit 2024-02-10T07:37:32.730496+0000 mon.smithi067 (mon.0) 934 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:37:34.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:33 smithi174 bash[23193]: audit 2024-02-10T07:37:32.738886+0000 mon.smithi067 (mon.0) 935 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:34.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:33 smithi174 bash[23193]: audit 2024-02-10T07:37:32.743491+0000 mon.smithi067 (mon.0) 936 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:37:34.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:33 smithi174 bash[23193]: audit 2024-02-10T07:37:33.048768+0000 mgr.smithi067.noawcm (mgr.14197) 367 : audit 0 from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:34.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:33 smithi174 bash[23193]: audit 2024-02-10T07:37:33.464711+0000 mon.smithi067 (mon.0) 937 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:34.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:33 smithi174 bash[23193]: audit 2024-02-10T07:37:33.478643+0000 mon.smithi067 (mon.0) 938 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:34.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:33 smithi174 bash[23193]: audit 2024-02-10T07:37:33.494379+0000 mon.smithi067 (mon.0) 939 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:37:34.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:33 smithi067 bash[18640]: audit 2024-02-10T07:37:32.729319+0000 mon.smithi067 (mon.0) 933 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:37:34.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:33 smithi067 bash[18640]: audit 2024-02-10T07:37:32.730496+0000 mon.smithi067 (mon.0) 934 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:37:34.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:33 smithi067 bash[18640]: audit 2024-02-10T07:37:32.738886+0000 mon.smithi067 (mon.0) 935 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:34.036 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:33 smithi067 bash[18640]: audit 2024-02-10T07:37:32.743491+0000 mon.smithi067 (mon.0) 936 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:37:34.036 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:33 smithi067 bash[18640]: audit 2024-02-10T07:37:33.048768+0000 mgr.smithi067.noawcm (mgr.14197) 367 : audit 0 from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:34.036 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:33 smithi067 bash[18640]: audit 2024-02-10T07:37:33.464711+0000 mon.smithi067 (mon.0) 937 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:34.036 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:33 smithi067 bash[18640]: audit 2024-02-10T07:37:33.478643+0000 mon.smithi067 (mon.0) 938 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:34.036 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:33 smithi067 bash[18640]: audit 2024-02-10T07:37:33.494379+0000 mon.smithi067 (mon.0) 939 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:37:35.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:34 smithi174 bash[23193]: audit 2024-02-10T07:37:33.453442+0000 mgr.smithi067.noawcm (mgr.14197) 368 : audit 0 from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.smithi067.ptmrwj", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:35.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:34 smithi174 bash[23193]: cephadm 2024-02-10T07:37:33.454112+0000 mgr.smithi067.noawcm (mgr.14197) 369 : cephadm 1 Schedule stop daemon rgw.foo.smithi067.ptmrwj 2024-02-10T07:37:35.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:34 smithi174 bash[23193]: cluster 2024-02-10T07:37:33.496365+0000 mgr.smithi067.noawcm (mgr.14197) 370 : cluster 0 pgmap v273: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 0 B/s wr, 82 op/s 2024-02-10T07:37:35.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:34 smithi174 bash[23193]: audit 2024-02-10T07:37:33.840752+0000 mgr.smithi067.noawcm (mgr.14197) 371 : audit 0 from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:35.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:34 smithi067 bash[18640]: audit 2024-02-10T07:37:33.453442+0000 mgr.smithi067.noawcm (mgr.14197) 368 : audit 0 from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.smithi067.ptmrwj", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:35.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:34 smithi067 bash[18640]: cephadm 2024-02-10T07:37:33.454112+0000 mgr.smithi067.noawcm (mgr.14197) 369 : cephadm 1 Schedule stop daemon rgw.foo.smithi067.ptmrwj 2024-02-10T07:37:35.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:34 smithi067 bash[18640]: cluster 2024-02-10T07:37:33.496365+0000 mgr.smithi067.noawcm (mgr.14197) 370 : cluster 0 pgmap v273: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 0 B/s wr, 82 op/s 2024-02-10T07:37:35.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:34 smithi067 bash[18640]: audit 2024-02-10T07:37:33.840752+0000 mgr.smithi067.noawcm (mgr.14197) 371 : audit 0 from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:35.884 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:35 smithi067 bash[18640]: audit 2024-02-10T07:37:35.264617+0000 mgr.smithi067.noawcm (mgr.14197) 372 : audit 0 from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:36.017 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:35 smithi174 bash[23193]: audit 2024-02-10T07:37:35.264617+0000 mgr.smithi067.noawcm (mgr.14197) 372 : audit 0 from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:37.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:37 smithi174 bash[23193]: cluster 2024-02-10T07:37:35.497290+0000 mgr.smithi067.noawcm (mgr.14197) 373 : cluster 0 pgmap v274: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 0 B/s wr, 82 op/s 2024-02-10T07:37:37.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:37 smithi067 bash[18640]: cluster 2024-02-10T07:37:35.497290+0000 mgr.smithi067.noawcm (mgr.14197) 373 : cluster 0 pgmap v274: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 0 B/s wr, 82 op/s 2024-02-10T07:37:38.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:38 smithi174 bash[23193]: audit 2024-02-10T07:37:36.683347+0000 mgr.smithi067.noawcm (mgr.14197) 374 : audit 0 from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:38.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:38 smithi067 bash[18640]: audit 2024-02-10T07:37:36.683347+0000 mgr.smithi067.noawcm (mgr.14197) 374 : audit 0 from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:39.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:39 smithi067 bash[18640]: cluster 2024-02-10T07:37:37.498345+0000 mgr.smithi067.noawcm (mgr.14197) 375 : cluster 0 pgmap v275: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 0 B/s wr, 82 op/s 2024-02-10T07:37:39.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:39 smithi067 bash[18640]: audit 2024-02-10T07:37:38.113544+0000 mgr.smithi067.noawcm (mgr.14197) 376 : audit 0 from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:39.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:39 smithi174 bash[23193]: cluster 2024-02-10T07:37:37.498345+0000 mgr.smithi067.noawcm (mgr.14197) 375 : cluster 0 pgmap v275: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 0 B/s wr, 82 op/s 2024-02-10T07:37:39.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:39 smithi174 bash[23193]: audit 2024-02-10T07:37:38.113544+0000 mgr.smithi067.noawcm (mgr.14197) 376 : audit 0 from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:41.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:40 smithi174 bash[23193]: cluster 2024-02-10T07:37:39.498964+0000 mgr.smithi067.noawcm (mgr.14197) 377 : cluster 0 pgmap v276: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 46 KiB/s rd, 0 B/s wr, 72 op/s 2024-02-10T07:37:41.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:40 smithi174 bash[23193]: audit 2024-02-10T07:37:39.569382+0000 mgr.smithi067.noawcm (mgr.14197) 378 : audit 0 from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:41.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:40 smithi174 bash[23193]: audit 2024-02-10T07:37:39.698042+0000 mon.smithi067 (mon.0) 940 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:41.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:40 smithi174 bash[23193]: audit 2024-02-10T07:37:39.703870+0000 mon.smithi067 (mon.0) 941 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:41.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:40 smithi174 bash[23193]: audit 2024-02-10T07:37:39.705050+0000 mon.smithi067 (mon.0) 942 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:37:41.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:40 smithi174 bash[23193]: audit 2024-02-10T07:37:39.705700+0000 mon.smithi067 (mon.0) 943 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:37:41.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:40 smithi174 bash[23193]: audit 2024-02-10T07:37:39.709755+0000 mon.smithi067 (mon.0) 944 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:41.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:40 smithi174 bash[23193]: audit 2024-02-10T07:37:39.712709+0000 mon.smithi067 (mon.0) 945 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:37:41.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:40 smithi067 bash[18640]: cluster 2024-02-10T07:37:39.498964+0000 mgr.smithi067.noawcm (mgr.14197) 377 : cluster 0 pgmap v276: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 46 KiB/s rd, 0 B/s wr, 72 op/s 2024-02-10T07:37:41.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:40 smithi067 bash[18640]: audit 2024-02-10T07:37:39.569382+0000 mgr.smithi067.noawcm (mgr.14197) 378 : audit 0 from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:41.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:40 smithi067 bash[18640]: audit 2024-02-10T07:37:39.698042+0000 mon.smithi067 (mon.0) 940 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:41.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:40 smithi067 bash[18640]: audit 2024-02-10T07:37:39.703870+0000 mon.smithi067 (mon.0) 941 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:41.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:40 smithi067 bash[18640]: audit 2024-02-10T07:37:39.705050+0000 mon.smithi067 (mon.0) 942 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:37:41.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:40 smithi067 bash[18640]: audit 2024-02-10T07:37:39.705700+0000 mon.smithi067 (mon.0) 943 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:37:41.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:40 smithi067 bash[18640]: audit 2024-02-10T07:37:39.709755+0000 mon.smithi067 (mon.0) 944 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:41.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:40 smithi067 bash[18640]: audit 2024-02-10T07:37:39.712709+0000 mon.smithi067 (mon.0) 945 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:37:42.017 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:41 smithi174 bash[23193]: audit 2024-02-10T07:37:40.847472+0000 mon.smithi067 (mon.0) 946 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:37:42.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:41 smithi174 bash[23193]: audit 2024-02-10T07:37:40.965804+0000 mgr.smithi067.noawcm (mgr.14197) 379 : audit 0 from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:42.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:41 smithi067 bash[18640]: audit 2024-02-10T07:37:40.847472+0000 mon.smithi067 (mon.0) 946 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:37:42.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:41 smithi067 bash[18640]: audit 2024-02-10T07:37:40.965804+0000 mgr.smithi067.noawcm (mgr.14197) 379 : audit 0 from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:43.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:43 smithi174 bash[23193]: cluster 2024-02-10T07:37:41.499882+0000 mgr.smithi067.noawcm (mgr.14197) 380 : cluster 0 pgmap v277: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 29 op/s 2024-02-10T07:37:43.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:43 smithi174 bash[23193]: audit 2024-02-10T07:37:42.397962+0000 mgr.smithi067.noawcm (mgr.14197) 381 : audit 0 from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:43.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:43 smithi067 bash[18640]: cluster 2024-02-10T07:37:41.499882+0000 mgr.smithi067.noawcm (mgr.14197) 380 : cluster 0 pgmap v277: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 29 op/s 2024-02-10T07:37:43.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:43 smithi067 bash[18640]: audit 2024-02-10T07:37:42.397962+0000 mgr.smithi067.noawcm (mgr.14197) 381 : audit 0 from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:45.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:45 smithi067 bash[18640]: cluster 2024-02-10T07:37:43.501179+0000 mgr.smithi067.noawcm (mgr.14197) 382 : cluster 0 pgmap v278: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-10T07:37:45.536 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:45 smithi067 bash[18640]: audit 2024-02-10T07:37:43.826919+0000 mgr.smithi067.noawcm (mgr.14197) 383 : audit 0 from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:45.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:45 smithi174 bash[23193]: cluster 2024-02-10T07:37:43.501179+0000 mgr.smithi067.noawcm (mgr.14197) 382 : cluster 0 pgmap v278: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-10T07:37:45.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:45 smithi174 bash[23193]: audit 2024-02-10T07:37:43.826919+0000 mgr.smithi067.noawcm (mgr.14197) 383 : audit 0 from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:46.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:46 smithi067 bash[18640]: audit 2024-02-10T07:37:45.220283+0000 mgr.smithi067.noawcm (mgr.14197) 384 : audit 0 from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:46.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:46 smithi067 bash[18640]: audit 2024-02-10T07:37:46.082591+0000 mon.smithi067 (mon.0) 947 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:46.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:46 smithi067 bash[18640]: audit 2024-02-10T07:37:46.090216+0000 mon.smithi067 (mon.0) 948 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:46.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:46 smithi067 bash[18640]: audit 2024-02-10T07:37:46.097531+0000 mon.smithi067 (mon.0) 949 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:37:46.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:46 smithi174 bash[23193]: audit 2024-02-10T07:37:45.220283+0000 mgr.smithi067.noawcm (mgr.14197) 384 : audit 0 from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:46.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:46 smithi174 bash[23193]: audit 2024-02-10T07:37:46.082591+0000 mon.smithi067 (mon.0) 947 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:46.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:46 smithi174 bash[23193]: audit 2024-02-10T07:37:46.090216+0000 mon.smithi067 (mon.0) 948 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:46.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:46 smithi174 bash[23193]: audit 2024-02-10T07:37:46.097531+0000 mon.smithi067 (mon.0) 949 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:37:47.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:47 smithi174 bash[23193]: cluster 2024-02-10T07:37:45.502140+0000 mgr.smithi067.noawcm (mgr.14197) 385 : cluster 0 pgmap v279: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-02-10T07:37:47.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:47 smithi067 bash[18640]: cluster 2024-02-10T07:37:45.502140+0000 mgr.smithi067.noawcm (mgr.14197) 385 : cluster 0 pgmap v279: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-02-10T07:37:48.517 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:48 smithi174 bash[23193]: audit 2024-02-10T07:37:46.616839+0000 mgr.smithi067.noawcm (mgr.14197) 386 : audit 0 from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:48.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:48 smithi067 bash[18640]: audit 2024-02-10T07:37:46.616839+0000 mgr.smithi067.noawcm (mgr.14197) 386 : audit 0 from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:49.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:49 smithi067 bash[18640]: cluster 2024-02-10T07:37:47.503299+0000 mgr.smithi067.noawcm (mgr.14197) 387 : cluster 0 pgmap v280: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-02-10T07:37:49.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:49 smithi067 bash[18640]: audit 2024-02-10T07:37:48.031217+0000 mgr.smithi067.noawcm (mgr.14197) 388 : audit 0 from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:49.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:49 smithi174 bash[23193]: cluster 2024-02-10T07:37:47.503299+0000 mgr.smithi067.noawcm (mgr.14197) 387 : cluster 0 pgmap v280: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-02-10T07:37:49.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:49 smithi174 bash[23193]: audit 2024-02-10T07:37:48.031217+0000 mgr.smithi067.noawcm (mgr.14197) 388 : audit 0 from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:50.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:50 smithi174 bash[23193]: audit 2024-02-10T07:37:49.427655+0000 mgr.smithi067.noawcm (mgr.14197) 389 : audit 0 from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:50.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:50 smithi067 bash[18640]: audit 2024-02-10T07:37:49.427655+0000 mgr.smithi067.noawcm (mgr.14197) 389 : audit 0 from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:51.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:51 smithi174 bash[23193]: cluster 2024-02-10T07:37:49.504475+0000 mgr.smithi067.noawcm (mgr.14197) 390 : cluster 0 pgmap v281: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-02-10T07:37:51.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:51 smithi067 bash[18640]: cluster 2024-02-10T07:37:49.504475+0000 mgr.smithi067.noawcm (mgr.14197) 390 : cluster 0 pgmap v281: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-02-10T07:37:52.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:52 smithi174 bash[23193]: audit 2024-02-10T07:37:50.840397+0000 mgr.smithi067.noawcm (mgr.14197) 391 : audit 0 from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:52.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:52 smithi067 bash[18640]: audit 2024-02-10T07:37:50.840397+0000 mgr.smithi067.noawcm (mgr.14197) 391 : audit 0 from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:53.726 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi067.ptmrwj smithi067 *:8000 stopped 1s ago 2m - - 2024-02-10T07:37:53.729 INFO:teuthology.orchestra.run.smithi067.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2024-02-10T07:37:53.729 INFO:teuthology.orchestra.run.smithi067.stderr: Dload Upload Total Spent Left Speed 2024-02-10T07:37:53.730 INFO:teuthology.orchestra.run.smithi067.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 214 0 214 0 0 208k 0 --:--:-- --:--:-- --:--:-- 208k 2024-02-10T07:37:53.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:53 smithi174 bash[23193]: cluster 2024-02-10T07:37:51.505045+0000 mgr.smithi067.noawcm (mgr.14197) 392 : cluster 0 pgmap v282: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-02-10T07:37:53.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:53 smithi174 bash[23193]: audit 2024-02-10T07:37:52.269901+0000 mgr.smithi067.noawcm (mgr.14197) 393 : audit 0 from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:53.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:53 smithi174 bash[23193]: audit 2024-02-10T07:37:52.447274+0000 mon.smithi067 (mon.0) 950 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:53.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:53 smithi174 bash[23193]: audit 2024-02-10T07:37:52.457927+0000 mon.smithi067 (mon.0) 951 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:53.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:53 smithi174 bash[23193]: audit 2024-02-10T07:37:52.459595+0000 mon.smithi067 (mon.0) 952 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:37:53.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:53 smithi174 bash[23193]: audit 2024-02-10T07:37:52.461045+0000 mon.smithi067 (mon.0) 953 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:37:53.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:53 smithi174 bash[23193]: audit 2024-02-10T07:37:52.466465+0000 mon.smithi067 (mon.0) 954 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:53.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:53 smithi174 bash[23193]: audit 2024-02-10T07:37:52.473867+0000 mon.smithi067 (mon.0) 955 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:37:53.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:53 smithi067 bash[18640]: cluster 2024-02-10T07:37:51.505045+0000 mgr.smithi067.noawcm (mgr.14197) 392 : cluster 0 pgmap v282: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-02-10T07:37:53.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:53 smithi067 bash[18640]: audit 2024-02-10T07:37:52.269901+0000 mgr.smithi067.noawcm (mgr.14197) 393 : audit 0 from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:53.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:53 smithi067 bash[18640]: audit 2024-02-10T07:37:52.447274+0000 mon.smithi067 (mon.0) 950 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:53.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:53 smithi067 bash[18640]: audit 2024-02-10T07:37:52.457927+0000 mon.smithi067 (mon.0) 951 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:53.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:53 smithi067 bash[18640]: audit 2024-02-10T07:37:52.459595+0000 mon.smithi067 (mon.0) 952 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:37:53.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:53 smithi067 bash[18640]: audit 2024-02-10T07:37:52.461045+0000 mon.smithi067 (mon.0) 953 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:37:53.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:53 smithi067 bash[18640]: audit 2024-02-10T07:37:52.466465+0000 mon.smithi067 (mon.0) 954 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:53.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:53 smithi067 bash[18640]: audit 2024-02-10T07:37:52.473867+0000 mon.smithi067 (mon.0) 955 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:37:54.107 INFO:teuthology.orchestra.run.smithi067.stdout:anonymousScheduled to start rgw.foo.smithi067.ptmrwj on host 'smithi067' 2024-02-10T07:37:55.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:55 smithi174 bash[23193]: cluster 2024-02-10T07:37:53.506144+0000 mgr.smithi067.noawcm (mgr.14197) 394 : cluster 0 pgmap v283: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-02-10T07:37:55.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:55 smithi174 bash[23193]: audit 2024-02-10T07:37:53.658309+0000 mgr.smithi067.noawcm (mgr.14197) 395 : audit 0 from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:55.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:55 smithi174 bash[23193]: audit 2024-02-10T07:37:54.092693+0000 mgr.smithi067.noawcm (mgr.14197) 396 : audit 0 from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.smithi067.ptmrwj", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:55.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:55 smithi174 bash[23193]: cephadm 2024-02-10T07:37:54.093355+0000 mgr.smithi067.noawcm (mgr.14197) 397 : cephadm 1 Schedule start daemon rgw.foo.smithi067.ptmrwj 2024-02-10T07:37:55.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:55 smithi174 bash[23193]: audit 2024-02-10T07:37:54.100607+0000 mon.smithi067 (mon.0) 956 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:55.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:55 smithi174 bash[23193]: audit 2024-02-10T07:37:54.110257+0000 mon.smithi067 (mon.0) 957 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:55.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:55 smithi174 bash[23193]: audit 2024-02-10T07:37:54.132052+0000 mon.smithi067 (mon.0) 958 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:37:55.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:55 smithi174 bash[23193]: audit 2024-02-10T07:37:54.610548+0000 mon.smithi067 (mon.0) 959 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:55.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:55 smithi174 bash[23193]: audit 2024-02-10T07:37:54.617626+0000 mon.smithi067 (mon.0) 960 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:55.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:55 smithi067 bash[18640]: cluster 2024-02-10T07:37:53.506144+0000 mgr.smithi067.noawcm (mgr.14197) 394 : cluster 0 pgmap v283: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-02-10T07:37:55.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:55 smithi067 bash[18640]: audit 2024-02-10T07:37:53.658309+0000 mgr.smithi067.noawcm (mgr.14197) 395 : audit 0 from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:55.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:55 smithi067 bash[18640]: audit 2024-02-10T07:37:54.092693+0000 mgr.smithi067.noawcm (mgr.14197) 396 : audit 0 from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.smithi067.ptmrwj", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:55.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:55 smithi067 bash[18640]: cephadm 2024-02-10T07:37:54.093355+0000 mgr.smithi067.noawcm (mgr.14197) 397 : cephadm 1 Schedule start daemon rgw.foo.smithi067.ptmrwj 2024-02-10T07:37:55.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:55 smithi067 bash[18640]: audit 2024-02-10T07:37:54.100607+0000 mon.smithi067 (mon.0) 956 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:55.536 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:55 smithi067 bash[18640]: audit 2024-02-10T07:37:54.110257+0000 mon.smithi067 (mon.0) 957 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:55.536 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:55 smithi067 bash[18640]: audit 2024-02-10T07:37:54.132052+0000 mon.smithi067 (mon.0) 958 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:37:55.536 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:55 smithi067 bash[18640]: audit 2024-02-10T07:37:54.610548+0000 mon.smithi067 (mon.0) 959 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:55.536 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:55 smithi067 bash[18640]: audit 2024-02-10T07:37:54.617626+0000 mon.smithi067 (mon.0) 960 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:37:56.452 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:56 smithi067 bash[18640]: audit 2024-02-10T07:37:54.482222+0000 mgr.smithi067.noawcm (mgr.14197) 398 : audit 0 from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:56.452 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:56 smithi067 bash[18640]: audit 2024-02-10T07:37:55.848159+0000 mon.smithi067 (mon.0) 961 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:37:56.517 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:56 smithi174 bash[23193]: audit 2024-02-10T07:37:54.482222+0000 mgr.smithi067.noawcm (mgr.14197) 398 : audit 0 from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:56.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:56 smithi174 bash[23193]: audit 2024-02-10T07:37:55.848159+0000 mon.smithi067 (mon.0) 961 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:37:57.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:57 smithi174 bash[23193]: cluster 2024-02-10T07:37:55.507117+0000 mgr.smithi067.noawcm (mgr.14197) 399 : cluster 0 pgmap v284: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-02-10T07:37:57.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:57 smithi174 bash[23193]: audit 2024-02-10T07:37:55.874481+0000 mgr.smithi067.noawcm (mgr.14197) 400 : audit 0 from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:57.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:57 smithi067 bash[18640]: cluster 2024-02-10T07:37:55.507117+0000 mgr.smithi067.noawcm (mgr.14197) 399 : cluster 0 pgmap v284: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-02-10T07:37:57.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:57 smithi067 bash[18640]: audit 2024-02-10T07:37:55.874481+0000 mgr.smithi067.noawcm (mgr.14197) 400 : audit 0 from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:58.712 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:58 smithi174 bash[23193]: audit 2024-02-10T07:37:57.295809+0000 mgr.smithi067.noawcm (mgr.14197) 401 : audit 0 from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:58.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:58 smithi067 bash[18640]: audit 2024-02-10T07:37:57.295809+0000 mgr.smithi067.noawcm (mgr.14197) 401 : audit 0 from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:37:59.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:37:59 smithi067 bash[18640]: cluster 2024-02-10T07:37:57.508187+0000 mgr.smithi067.noawcm (mgr.14197) 402 : cluster 0 pgmap v285: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:37:59.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:37:59 smithi174 bash[23193]: cluster 2024-02-10T07:37:57.508187+0000 mgr.smithi067.noawcm (mgr.14197) 402 : cluster 0 pgmap v285: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:38:00.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:00 smithi174 bash[23193]: audit 2024-02-10T07:37:58.727227+0000 mgr.smithi067.noawcm (mgr.14197) 403 : audit 0 from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:00.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:00 smithi067 bash[18640]: audit 2024-02-10T07:37:58.727227+0000 mgr.smithi067.noawcm (mgr.14197) 403 : audit 0 from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:01.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:01 smithi174 bash[23193]: cluster 2024-02-10T07:37:59.509380+0000 mgr.smithi067.noawcm (mgr.14197) 404 : cluster 0 pgmap v286: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:38:01.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:01 smithi174 bash[23193]: audit 2024-02-10T07:38:00.145434+0000 mgr.smithi067.noawcm (mgr.14197) 405 : audit 0 from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:01.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:01 smithi174 bash[23193]: audit 2024-02-10T07:38:00.818133+0000 mon.smithi067 (mon.0) 962 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:01.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:01 smithi174 bash[23193]: audit 2024-02-10T07:38:00.823631+0000 mon.smithi067 (mon.0) 963 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:01.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:01 smithi174 bash[23193]: audit 2024-02-10T07:38:00.824853+0000 mon.smithi067 (mon.0) 964 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:01.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:01 smithi174 bash[23193]: audit 2024-02-10T07:38:00.825717+0000 mon.smithi067 (mon.0) 965 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:38:01.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:01 smithi174 bash[23193]: audit 2024-02-10T07:38:00.830515+0000 mon.smithi067 (mon.0) 966 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:01.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:01 smithi174 bash[23193]: audit 2024-02-10T07:38:00.833498+0000 mon.smithi067 (mon.0) 967 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:38:01.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:01 smithi067 bash[18640]: cluster 2024-02-10T07:37:59.509380+0000 mgr.smithi067.noawcm (mgr.14197) 404 : cluster 0 pgmap v286: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:38:01.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:01 smithi067 bash[18640]: audit 2024-02-10T07:38:00.145434+0000 mgr.smithi067.noawcm (mgr.14197) 405 : audit 0 from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:01.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:01 smithi067 bash[18640]: audit 2024-02-10T07:38:00.818133+0000 mon.smithi067 (mon.0) 962 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:01.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:01 smithi067 bash[18640]: audit 2024-02-10T07:38:00.823631+0000 mon.smithi067 (mon.0) 963 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:01.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:01 smithi067 bash[18640]: audit 2024-02-10T07:38:00.824853+0000 mon.smithi067 (mon.0) 964 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:01.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:01 smithi067 bash[18640]: audit 2024-02-10T07:38:00.825717+0000 mon.smithi067 (mon.0) 965 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:38:01.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:01 smithi067 bash[18640]: audit 2024-02-10T07:38:00.830515+0000 mon.smithi067 (mon.0) 966 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:01.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:01 smithi067 bash[18640]: audit 2024-02-10T07:38:00.833498+0000 mon.smithi067 (mon.0) 967 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:38:03.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:03 smithi174 bash[23193]: cluster 2024-02-10T07:38:01.510248+0000 mgr.smithi067.noawcm (mgr.14197) 406 : cluster 0 pgmap v287: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:38:03.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:03 smithi174 bash[23193]: audit 2024-02-10T07:38:01.523740+0000 mgr.smithi067.noawcm (mgr.14197) 407 : audit 0 from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:03.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:03 smithi067 bash[18640]: cluster 2024-02-10T07:38:01.510248+0000 mgr.smithi067.noawcm (mgr.14197) 406 : cluster 0 pgmap v287: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:38:03.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:03 smithi067 bash[18640]: audit 2024-02-10T07:38:01.523740+0000 mgr.smithi067.noawcm (mgr.14197) 407 : audit 0 from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:04.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:04 smithi174 bash[23193]: audit 2024-02-10T07:38:02.911521+0000 mgr.smithi067.noawcm (mgr.14197) 408 : audit 0 from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:04.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:04 smithi067 bash[18640]: audit 2024-02-10T07:38:02.911521+0000 mgr.smithi067.noawcm (mgr.14197) 408 : audit 0 from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:05.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:05 smithi174 bash[23193]: cluster 2024-02-10T07:38:03.511412+0000 mgr.smithi067.noawcm (mgr.14197) 409 : cluster 0 pgmap v288: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:38:05.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:05 smithi174 bash[23193]: audit 2024-02-10T07:38:04.301750+0000 mgr.smithi067.noawcm (mgr.14197) 410 : audit 0 from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:05.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:05 smithi067 bash[18640]: cluster 2024-02-10T07:38:03.511412+0000 mgr.smithi067.noawcm (mgr.14197) 409 : cluster 0 pgmap v288: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:38:05.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:05 smithi067 bash[18640]: audit 2024-02-10T07:38:04.301750+0000 mgr.smithi067.noawcm (mgr.14197) 410 : audit 0 from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:07.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:07 smithi174 bash[23193]: cluster 2024-02-10T07:38:05.512152+0000 mgr.smithi067.noawcm (mgr.14197) 411 : cluster 0 pgmap v289: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:38:07.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:07 smithi174 bash[23193]: audit 2024-02-10T07:38:05.693083+0000 mgr.smithi067.noawcm (mgr.14197) 412 : audit 0 from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:07.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:07 smithi067 bash[18640]: cluster 2024-02-10T07:38:05.512152+0000 mgr.smithi067.noawcm (mgr.14197) 411 : cluster 0 pgmap v289: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:38:07.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:07 smithi067 bash[18640]: audit 2024-02-10T07:38:05.693083+0000 mgr.smithi067.noawcm (mgr.14197) 412 : audit 0 from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:08.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:08 smithi174 bash[23193]: audit 2024-02-10T07:38:07.092566+0000 mgr.smithi067.noawcm (mgr.14197) 413 : audit 0 from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:08.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:08 smithi067 bash[18640]: audit 2024-02-10T07:38:07.092566+0000 mgr.smithi067.noawcm (mgr.14197) 413 : audit 0 from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:09.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:09 smithi067 bash[18640]: cluster 2024-02-10T07:38:07.512972+0000 mgr.smithi067.noawcm (mgr.14197) 414 : cluster 0 pgmap v290: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:38:09.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:09 smithi067 bash[18640]: audit 2024-02-10T07:38:08.489063+0000 mgr.smithi067.noawcm (mgr.14197) 415 : audit 0 from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:09.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:09 smithi174 bash[23193]: cluster 2024-02-10T07:38:07.512972+0000 mgr.smithi067.noawcm (mgr.14197) 414 : cluster 0 pgmap v290: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:38:09.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:09 smithi174 bash[23193]: audit 2024-02-10T07:38:08.489063+0000 mgr.smithi067.noawcm (mgr.14197) 415 : audit 0 from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:10.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:10 smithi174 bash[23193]: cluster 2024-02-10T07:38:09.514064+0000 mgr.smithi067.noawcm (mgr.14197) 416 : cluster 0 pgmap v291: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:38:10.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:10 smithi174 bash[23193]: audit 2024-02-10T07:38:09.923699+0000 mgr.smithi067.noawcm (mgr.14197) 417 : audit 0 from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:10.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:10 smithi067 bash[18640]: cluster 2024-02-10T07:38:09.514064+0000 mgr.smithi067.noawcm (mgr.14197) 416 : cluster 0 pgmap v291: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:38:10.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:10 smithi067 bash[18640]: audit 2024-02-10T07:38:09.923699+0000 mgr.smithi067.noawcm (mgr.14197) 417 : audit 0 from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:11.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:11 smithi174 bash[23193]: audit 2024-02-10T07:38:10.848873+0000 mon.smithi067 (mon.0) 968 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:38:11.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:11 smithi174 bash[23193]: audit 2024-02-10T07:38:11.186681+0000 mon.smithi067 (mon.0) 969 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:11.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:11 smithi174 bash[23193]: audit 2024-02-10T07:38:11.192872+0000 mon.smithi067 (mon.0) 970 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:11.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:11 smithi174 bash[23193]: audit 2024-02-10T07:38:11.199691+0000 mon.smithi067 (mon.0) 971 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:38:11.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:11 smithi174 bash[23193]: audit 2024-02-10T07:38:11.329798+0000 mgr.smithi067.noawcm (mgr.14197) 418 : audit 0 from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:11.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:11 smithi067 bash[18640]: audit 2024-02-10T07:38:10.848873+0000 mon.smithi067 (mon.0) 968 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:38:11.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:11 smithi067 bash[18640]: audit 2024-02-10T07:38:11.186681+0000 mon.smithi067 (mon.0) 969 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:11.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:11 smithi067 bash[18640]: audit 2024-02-10T07:38:11.192872+0000 mon.smithi067 (mon.0) 970 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:11.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:11 smithi067 bash[18640]: audit 2024-02-10T07:38:11.199691+0000 mon.smithi067 (mon.0) 971 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:38:11.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:11 smithi067 bash[18640]: audit 2024-02-10T07:38:11.329798+0000 mgr.smithi067.noawcm (mgr.14197) 418 : audit 0 from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:12.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:12 smithi174 bash[23193]: cluster 2024-02-10T07:38:11.514923+0000 mgr.smithi067.noawcm (mgr.14197) 419 : cluster 0 pgmap v292: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:38:12.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:12 smithi067 bash[18640]: cluster 2024-02-10T07:38:11.514923+0000 mgr.smithi067.noawcm (mgr.14197) 419 : cluster 0 pgmap v292: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:38:13.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:13 smithi174 bash[23193]: audit 2024-02-10T07:38:12.733333+0000 mgr.smithi067.noawcm (mgr.14197) 420 : audit 0 from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:13.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:13 smithi067 bash[18640]: audit 2024-02-10T07:38:12.733333+0000 mgr.smithi067.noawcm (mgr.14197) 420 : audit 0 from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:14.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:14 smithi174 bash[23193]: cluster 2024-02-10T07:38:13.516162+0000 mgr.smithi067.noawcm (mgr.14197) 421 : cluster 0 pgmap v293: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 25 op/s 2024-02-10T07:38:14.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:14 smithi174 bash[23193]: audit 2024-02-10T07:38:14.120383+0000 mgr.smithi067.noawcm (mgr.14197) 422 : audit 0 from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:14.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:14 smithi067 bash[18640]: cluster 2024-02-10T07:38:13.516162+0000 mgr.smithi067.noawcm (mgr.14197) 421 : cluster 0 pgmap v293: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 25 op/s 2024-02-10T07:38:14.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:14 smithi067 bash[18640]: audit 2024-02-10T07:38:14.120383+0000 mgr.smithi067.noawcm (mgr.14197) 422 : audit 0 from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:17.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:17 smithi174 bash[23193]: cluster 2024-02-10T07:38:15.517088+0000 mgr.smithi067.noawcm (mgr.14197) 423 : cluster 0 pgmap v294: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 34 KiB/s rd, 341 B/s wr, 53 op/s 2024-02-10T07:38:17.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:17 smithi174 bash[23193]: audit 2024-02-10T07:38:15.544482+0000 mgr.smithi067.noawcm (mgr.14197) 424 : audit 0 from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:17.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:17 smithi067 bash[18640]: cluster 2024-02-10T07:38:15.517088+0000 mgr.smithi067.noawcm (mgr.14197) 423 : cluster 0 pgmap v294: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 34 KiB/s rd, 341 B/s wr, 53 op/s 2024-02-10T07:38:17.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:17 smithi067 bash[18640]: audit 2024-02-10T07:38:15.544482+0000 mgr.smithi067.noawcm (mgr.14197) 424 : audit 0 from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:18.400 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi067.ptmrwj smithi067 *:8000 running (7s) 0s ago 2m 85.8M - 19.0.0-1361-g290212a1 c328ab9dcfc7 7ebeb1b3d5a7 2024-02-10T07:38:18.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:18 smithi174 bash[23193]: audit 2024-02-10T07:38:16.968354+0000 mgr.smithi067.noawcm (mgr.14197) 425 : audit 0 from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:18.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:18 smithi174 bash[23193]: audit 2024-02-10T07:38:17.395703+0000 mon.smithi067 (mon.0) 972 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:18.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:18 smithi174 bash[23193]: audit 2024-02-10T07:38:17.414000+0000 mon.smithi067 (mon.0) 973 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:18.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:18 smithi174 bash[23193]: audit 2024-02-10T07:38:17.416127+0000 mon.smithi067 (mon.0) 974 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:18.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:18 smithi174 bash[23193]: audit 2024-02-10T07:38:17.416907+0000 mon.smithi067 (mon.0) 975 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:38:18.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:18 smithi174 bash[23193]: audit 2024-02-10T07:38:17.425335+0000 mon.smithi067 (mon.0) 976 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:18.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:18 smithi174 bash[23193]: audit 2024-02-10T07:38:17.432762+0000 mon.smithi067 (mon.0) 977 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:38:18.774 INFO:teuthology.orchestra.run.smithi067.stdout:Scheduled to stop rgw.foo.smithi174.goiemj on host 'smithi174' 2024-02-10T07:38:18.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:18 smithi067 bash[18640]: audit 2024-02-10T07:38:16.968354+0000 mgr.smithi067.noawcm (mgr.14197) 425 : audit 0 from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:18.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:18 smithi067 bash[18640]: audit 2024-02-10T07:38:17.395703+0000 mon.smithi067 (mon.0) 972 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:18.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:18 smithi067 bash[18640]: audit 2024-02-10T07:38:17.414000+0000 mon.smithi067 (mon.0) 973 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:18.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:18 smithi067 bash[18640]: audit 2024-02-10T07:38:17.416127+0000 mon.smithi067 (mon.0) 974 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:18.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:18 smithi067 bash[18640]: audit 2024-02-10T07:38:17.416907+0000 mon.smithi067 (mon.0) 975 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:38:18.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:18 smithi067 bash[18640]: audit 2024-02-10T07:38:17.425335+0000 mon.smithi067 (mon.0) 976 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:18.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:18 smithi067 bash[18640]: audit 2024-02-10T07:38:17.432762+0000 mon.smithi067 (mon.0) 977 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:38:19.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:19 smithi067 bash[18640]: cluster 2024-02-10T07:38:17.517706+0000 mgr.smithi067.noawcm (mgr.14197) 426 : cluster 0 pgmap v295: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 341 B/s wr, 82 op/s 2024-02-10T07:38:19.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:19 smithi067 bash[18640]: audit 2024-02-10T07:38:18.359481+0000 mgr.smithi067.noawcm (mgr.14197) 427 : audit 0 from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:19.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:19 smithi067 bash[18640]: audit 2024-02-10T07:38:18.767695+0000 mon.smithi067 (mon.0) 978 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:19.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:19 smithi067 bash[18640]: audit 2024-02-10T07:38:18.777508+0000 mon.smithi067 (mon.0) 979 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:19.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:19 smithi067 bash[18640]: audit 2024-02-10T07:38:18.802746+0000 mon.smithi067 (mon.0) 980 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:38:19.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:19 smithi174 bash[23193]: cluster 2024-02-10T07:38:17.517706+0000 mgr.smithi067.noawcm (mgr.14197) 426 : cluster 0 pgmap v295: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 341 B/s wr, 82 op/s 2024-02-10T07:38:19.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:19 smithi174 bash[23193]: audit 2024-02-10T07:38:18.359481+0000 mgr.smithi067.noawcm (mgr.14197) 427 : audit 0 from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:19.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:19 smithi174 bash[23193]: audit 2024-02-10T07:38:18.767695+0000 mon.smithi067 (mon.0) 978 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:19.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:19 smithi174 bash[23193]: audit 2024-02-10T07:38:18.777508+0000 mon.smithi067 (mon.0) 979 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:19.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:19 smithi174 bash[23193]: audit 2024-02-10T07:38:18.802746+0000 mon.smithi067 (mon.0) 980 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:38:20.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:20 smithi174 bash[23193]: audit 2024-02-10T07:38:18.758899+0000 mgr.smithi067.noawcm (mgr.14197) 428 : audit 0 from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.smithi174.goiemj", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:20.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:20 smithi174 bash[23193]: cephadm 2024-02-10T07:38:18.759520+0000 mgr.smithi067.noawcm (mgr.14197) 429 : cephadm 1 Schedule stop daemon rgw.foo.smithi174.goiemj 2024-02-10T07:38:20.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:20 smithi174 bash[23193]: audit 2024-02-10T07:38:19.156410+0000 mgr.smithi067.noawcm (mgr.14197) 430 : audit 0 from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:20.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:20 smithi067 bash[18640]: audit 2024-02-10T07:38:18.758899+0000 mgr.smithi067.noawcm (mgr.14197) 428 : audit 0 from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.smithi174.goiemj", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:20.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:20 smithi067 bash[18640]: cephadm 2024-02-10T07:38:18.759520+0000 mgr.smithi067.noawcm (mgr.14197) 429 : cephadm 1 Schedule stop daemon rgw.foo.smithi174.goiemj 2024-02-10T07:38:20.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:20 smithi067 bash[18640]: audit 2024-02-10T07:38:19.156410+0000 mgr.smithi067.noawcm (mgr.14197) 430 : audit 0 from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:21.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:21 smithi174 bash[23193]: cluster 2024-02-10T07:38:19.518840+0000 mgr.smithi067.noawcm (mgr.14197) 431 : cluster 0 pgmap v296: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 341 B/s wr, 82 op/s 2024-02-10T07:38:21.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:21 smithi067 bash[18640]: cluster 2024-02-10T07:38:19.518840+0000 mgr.smithi067.noawcm (mgr.14197) 431 : cluster 0 pgmap v296: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 341 B/s wr, 82 op/s 2024-02-10T07:38:22.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:22 smithi174 bash[23193]: audit 2024-02-10T07:38:20.585871+0000 mgr.smithi067.noawcm (mgr.14197) 432 : audit 0 from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:22.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:22 smithi067 bash[18640]: audit 2024-02-10T07:38:20.585871+0000 mgr.smithi067.noawcm (mgr.14197) 432 : audit 0 from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:23.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:23 smithi174 bash[23193]: cluster 2024-02-10T07:38:21.519768+0000 mgr.smithi067.noawcm (mgr.14197) 433 : cluster 0 pgmap v297: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 341 B/s wr, 82 op/s 2024-02-10T07:38:23.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:23 smithi174 bash[23193]: audit 2024-02-10T07:38:22.021296+0000 mgr.smithi067.noawcm (mgr.14197) 434 : audit 0 from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:23.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:23 smithi174 bash[23193]: audit 2024-02-10T07:38:23.439663+0000 mgr.smithi067.noawcm (mgr.14197) 435 : audit 0 from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:23.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:23 smithi067 bash[18640]: cluster 2024-02-10T07:38:21.519768+0000 mgr.smithi067.noawcm (mgr.14197) 433 : cluster 0 pgmap v297: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 341 B/s wr, 82 op/s 2024-02-10T07:38:23.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:23 smithi067 bash[18640]: audit 2024-02-10T07:38:22.021296+0000 mgr.smithi067.noawcm (mgr.14197) 434 : audit 0 from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:23.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:23 smithi067 bash[18640]: audit 2024-02-10T07:38:23.439663+0000 mgr.smithi067.noawcm (mgr.14197) 435 : audit 0 from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:24.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:24 smithi174 bash[23193]: cluster 2024-02-10T07:38:23.521000+0000 mgr.smithi067.noawcm (mgr.14197) 436 : cluster 0 pgmap v298: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 341 B/s wr, 82 op/s 2024-02-10T07:38:24.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:24 smithi067 bash[18640]: cluster 2024-02-10T07:38:23.521000+0000 mgr.smithi067.noawcm (mgr.14197) 436 : cluster 0 pgmap v298: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 341 B/s wr, 82 op/s 2024-02-10T07:38:26.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:26 smithi174 bash[23193]: audit 2024-02-10T07:38:24.864701+0000 mgr.smithi067.noawcm (mgr.14197) 437 : audit 0 from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:26.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:26 smithi174 bash[23193]: audit 2024-02-10T07:38:25.106216+0000 mon.smithi067 (mon.0) 981 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:26.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:26 smithi174 bash[23193]: audit 2024-02-10T07:38:25.115436+0000 mon.smithi067 (mon.0) 982 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:26.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:26 smithi174 bash[23193]: audit 2024-02-10T07:38:25.117643+0000 mon.smithi067 (mon.0) 983 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:26.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:26 smithi174 bash[23193]: audit 2024-02-10T07:38:25.118604+0000 mon.smithi067 (mon.0) 984 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:38:26.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:26 smithi174 bash[23193]: audit 2024-02-10T07:38:25.125478+0000 mon.smithi067 (mon.0) 985 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:26.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:26 smithi174 bash[23193]: audit 2024-02-10T07:38:25.128917+0000 mon.smithi067 (mon.0) 986 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:38:26.519 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:26 smithi174 bash[23193]: audit 2024-02-10T07:38:25.849299+0000 mon.smithi067 (mon.0) 987 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:38:26.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:26 smithi067 bash[18640]: audit 2024-02-10T07:38:24.864701+0000 mgr.smithi067.noawcm (mgr.14197) 437 : audit 0 from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:26.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:26 smithi067 bash[18640]: audit 2024-02-10T07:38:25.106216+0000 mon.smithi067 (mon.0) 981 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:26.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:26 smithi067 bash[18640]: audit 2024-02-10T07:38:25.115436+0000 mon.smithi067 (mon.0) 982 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:26.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:26 smithi067 bash[18640]: audit 2024-02-10T07:38:25.117643+0000 mon.smithi067 (mon.0) 983 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:26.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:26 smithi067 bash[18640]: audit 2024-02-10T07:38:25.118604+0000 mon.smithi067 (mon.0) 984 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:38:26.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:26 smithi067 bash[18640]: audit 2024-02-10T07:38:25.125478+0000 mon.smithi067 (mon.0) 985 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:26.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:26 smithi067 bash[18640]: audit 2024-02-10T07:38:25.128917+0000 mon.smithi067 (mon.0) 986 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:38:26.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:26 smithi067 bash[18640]: audit 2024-02-10T07:38:25.849299+0000 mon.smithi067 (mon.0) 987 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:38:27.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:27 smithi174 bash[23193]: cluster 2024-02-10T07:38:25.521983+0000 mgr.smithi067.noawcm (mgr.14197) 438 : cluster 0 pgmap v299: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 341 B/s wr, 56 op/s 2024-02-10T07:38:27.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:27 smithi174 bash[23193]: audit 2024-02-10T07:38:26.253889+0000 mgr.smithi067.noawcm (mgr.14197) 439 : audit 0 from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:27.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:27 smithi067 bash[18640]: cluster 2024-02-10T07:38:25.521983+0000 mgr.smithi067.noawcm (mgr.14197) 438 : cluster 0 pgmap v299: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 341 B/s wr, 56 op/s 2024-02-10T07:38:27.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:27 smithi067 bash[18640]: audit 2024-02-10T07:38:26.253889+0000 mgr.smithi067.noawcm (mgr.14197) 439 : audit 0 from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:29.534 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:29 smithi067 bash[18640]: cluster 2024-02-10T07:38:27.522602+0000 mgr.smithi067.noawcm (mgr.14197) 440 : cluster 0 pgmap v300: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 29 op/s 2024-02-10T07:38:29.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:29 smithi067 bash[18640]: audit 2024-02-10T07:38:27.687803+0000 mgr.smithi067.noawcm (mgr.14197) 441 : audit 0 from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:29.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:29 smithi174 bash[23193]: cluster 2024-02-10T07:38:27.522602+0000 mgr.smithi067.noawcm (mgr.14197) 440 : cluster 0 pgmap v300: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 29 op/s 2024-02-10T07:38:29.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:29 smithi174 bash[23193]: audit 2024-02-10T07:38:27.687803+0000 mgr.smithi067.noawcm (mgr.14197) 441 : audit 0 from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:30.738 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:30 smithi174 bash[23193]: audit 2024-02-10T07:38:29.102693+0000 mgr.smithi067.noawcm (mgr.14197) 442 : audit 0 from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:30.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:30 smithi067 bash[18640]: audit 2024-02-10T07:38:29.102693+0000 mgr.smithi067.noawcm (mgr.14197) 442 : audit 0 from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:31.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:31 smithi174 bash[23193]: cluster 2024-02-10T07:38:29.523752+0000 mgr.smithi067.noawcm (mgr.14197) 443 : cluster 0 pgmap v301: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:38:31.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:31 smithi174 bash[23193]: audit 2024-02-10T07:38:31.333827+0000 mon.smithi067 (mon.0) 988 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:31.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:31 smithi174 bash[23193]: audit 2024-02-10T07:38:31.346945+0000 mon.smithi067 (mon.0) 989 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:31.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:31 smithi174 bash[23193]: audit 2024-02-10T07:38:31.363077+0000 mon.smithi067 (mon.0) 990 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:38:31.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:31 smithi067 bash[18640]: cluster 2024-02-10T07:38:29.523752+0000 mgr.smithi067.noawcm (mgr.14197) 443 : cluster 0 pgmap v301: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:38:31.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:31 smithi067 bash[18640]: audit 2024-02-10T07:38:31.333827+0000 mon.smithi067 (mon.0) 988 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:31.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:31 smithi067 bash[18640]: audit 2024-02-10T07:38:31.346945+0000 mon.smithi067 (mon.0) 989 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:31.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:31 smithi067 bash[18640]: audit 2024-02-10T07:38:31.363077+0000 mon.smithi067 (mon.0) 990 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:38:32.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:32 smithi174 bash[23193]: audit 2024-02-10T07:38:30.546302+0000 mgr.smithi067.noawcm (mgr.14197) 444 : audit 0 from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:32.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:32 smithi067 bash[18640]: audit 2024-02-10T07:38:30.546302+0000 mgr.smithi067.noawcm (mgr.14197) 444 : audit 0 from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:33.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:33 smithi174 bash[23193]: cluster 2024-02-10T07:38:31.524796+0000 mgr.smithi067.noawcm (mgr.14197) 445 : cluster 0 pgmap v302: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:38:33.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:33 smithi174 bash[23193]: audit 2024-02-10T07:38:31.985515+0000 mgr.smithi067.noawcm (mgr.14197) 446 : audit 0 from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:33.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:33 smithi067 bash[18640]: cluster 2024-02-10T07:38:31.524796+0000 mgr.smithi067.noawcm (mgr.14197) 445 : cluster 0 pgmap v302: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:38:33.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:33 smithi067 bash[18640]: audit 2024-02-10T07:38:31.985515+0000 mgr.smithi067.noawcm (mgr.14197) 446 : audit 0 from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:34.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:34 smithi174 bash[23193]: audit 2024-02-10T07:38:33.416669+0000 mgr.smithi067.noawcm (mgr.14197) 447 : audit 0 from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:34.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:34 smithi067 bash[18640]: audit 2024-02-10T07:38:33.416669+0000 mgr.smithi067.noawcm (mgr.14197) 447 : audit 0 from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:35.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:35 smithi174 bash[23193]: cluster 2024-02-10T07:38:33.526017+0000 mgr.smithi067.noawcm (mgr.14197) 448 : cluster 0 pgmap v303: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:38:35.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:35 smithi067 bash[18640]: cluster 2024-02-10T07:38:33.526017+0000 mgr.smithi067.noawcm (mgr.14197) 448 : cluster 0 pgmap v303: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:38:36.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:36 smithi174 bash[23193]: audit 2024-02-10T07:38:34.815495+0000 mgr.smithi067.noawcm (mgr.14197) 449 : audit 0 from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:36.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:36 smithi067 bash[18640]: audit 2024-02-10T07:38:34.815495+0000 mgr.smithi067.noawcm (mgr.14197) 449 : audit 0 from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:37.702 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:37 smithi067 bash[18640]: cluster 2024-02-10T07:38:35.526957+0000 mgr.smithi067.noawcm (mgr.14197) 450 : cluster 0 pgmap v304: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-10T07:38:37.702 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:37 smithi067 bash[18640]: audit 2024-02-10T07:38:36.249145+0000 mgr.smithi067.noawcm (mgr.14197) 451 : audit 0 from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:37.702 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:37 smithi067 bash[18640]: audit 2024-02-10T07:38:37.231639+0000 mon.smithi067 (mon.0) 991 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:37.702 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:37 smithi067 bash[18640]: audit 2024-02-10T07:38:37.246284+0000 mon.smithi067 (mon.0) 992 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:37.730 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi174.goiemj smithi174 *:8000 stopped 0s ago 3m - - 2024-02-10T07:38:37.734 INFO:teuthology.orchestra.run.smithi067.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2024-02-10T07:38:37.734 INFO:teuthology.orchestra.run.smithi067.stderr: Dload Upload Total Spent Left Speed 2024-02-10T07:38:37.735 INFO:teuthology.orchestra.run.smithi067.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 214 0 214 0 0 208k 0 --:--:-- --:--:-- --:--:-- 208k 2024-02-10T07:38:37.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:37 smithi174 bash[23193]: cluster 2024-02-10T07:38:35.526957+0000 mgr.smithi067.noawcm (mgr.14197) 450 : cluster 0 pgmap v304: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-10T07:38:37.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:37 smithi174 bash[23193]: audit 2024-02-10T07:38:36.249145+0000 mgr.smithi067.noawcm (mgr.14197) 451 : audit 0 from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:37.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:37 smithi174 bash[23193]: audit 2024-02-10T07:38:37.231639+0000 mon.smithi067 (mon.0) 991 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:37.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:37 smithi174 bash[23193]: audit 2024-02-10T07:38:37.246284+0000 mon.smithi067 (mon.0) 992 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:38.106 INFO:teuthology.orchestra.run.smithi067.stdout:anonymousScheduled to start rgw.foo.smithi174.goiemj on host 'smithi174' 2024-02-10T07:38:38.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:38 smithi174 bash[23193]: audit 2024-02-10T07:38:37.883423+0000 mon.smithi067 (mon.0) 993 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:38.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:38 smithi174 bash[23193]: audit 2024-02-10T07:38:37.884273+0000 mon.smithi067 (mon.0) 994 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:38:38.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:38 smithi174 bash[23193]: audit 2024-02-10T07:38:37.889598+0000 mon.smithi067 (mon.0) 995 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:38.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:38 smithi174 bash[23193]: audit 2024-02-10T07:38:37.892829+0000 mon.smithi067 (mon.0) 996 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:38:38.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:38 smithi174 bash[23193]: audit 2024-02-10T07:38:38.098871+0000 mon.smithi067 (mon.0) 997 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:38.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:38 smithi174 bash[23193]: audit 2024-02-10T07:38:38.108477+0000 mon.smithi067 (mon.0) 998 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:38.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:38 smithi174 bash[23193]: audit 2024-02-10T07:38:38.152088+0000 mon.smithi067 (mon.0) 999 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:38:38.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:38 smithi067 bash[18640]: audit 2024-02-10T07:38:37.883423+0000 mon.smithi067 (mon.0) 993 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:38.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:38 smithi067 bash[18640]: audit 2024-02-10T07:38:37.884273+0000 mon.smithi067 (mon.0) 994 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:38:38.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:38 smithi067 bash[18640]: audit 2024-02-10T07:38:37.889598+0000 mon.smithi067 (mon.0) 995 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:38.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:38 smithi067 bash[18640]: audit 2024-02-10T07:38:37.892829+0000 mon.smithi067 (mon.0) 996 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:38:38.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:38 smithi067 bash[18640]: audit 2024-02-10T07:38:38.098871+0000 mon.smithi067 (mon.0) 997 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:38.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:38 smithi067 bash[18640]: audit 2024-02-10T07:38:38.108477+0000 mon.smithi067 (mon.0) 998 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:38.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:38 smithi067 bash[18640]: audit 2024-02-10T07:38:38.152088+0000 mon.smithi067 (mon.0) 999 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:38:39.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:39 smithi067 bash[18640]: cluster 2024-02-10T07:38:37.527974+0000 mgr.smithi067.noawcm (mgr.14197) 452 : cluster 0 pgmap v305: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-10T07:38:39.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:39 smithi067 bash[18640]: audit 2024-02-10T07:38:37.684674+0000 mgr.smithi067.noawcm (mgr.14197) 453 : audit 0 from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:39.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:39 smithi067 bash[18640]: audit 2024-02-10T07:38:38.091543+0000 mgr.smithi067.noawcm (mgr.14197) 454 : audit 0 from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.smithi174.goiemj", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:39.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:39 smithi067 bash[18640]: cephadm 2024-02-10T07:38:38.091951+0000 mgr.smithi067.noawcm (mgr.14197) 455 : cephadm 1 Schedule start daemon rgw.foo.smithi174.goiemj 2024-02-10T07:38:39.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:39 smithi067 bash[18640]: audit 2024-02-10T07:38:38.451688+0000 mgr.smithi067.noawcm (mgr.14197) 456 : audit 0 from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:39.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:39 smithi067 bash[18640]: audit 2024-02-10T07:38:38.777155+0000 mon.smithi067 (mon.0) 1000 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:39.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:39 smithi067 bash[18640]: audit 2024-02-10T07:38:38.779074+0000 mon.smithi067 (mon.0) 1001 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:38:39.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:39 smithi067 bash[18640]: audit 2024-02-10T07:38:38.791246+0000 mon.smithi067 (mon.0) 1002 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:39.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:39 smithi067 bash[18640]: audit 2024-02-10T07:38:38.799979+0000 mon.smithi067 (mon.0) 1003 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:38:39.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:39 smithi174 bash[23193]: cluster 2024-02-10T07:38:37.527974+0000 mgr.smithi067.noawcm (mgr.14197) 452 : cluster 0 pgmap v305: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-10T07:38:39.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:39 smithi174 bash[23193]: audit 2024-02-10T07:38:37.684674+0000 mgr.smithi067.noawcm (mgr.14197) 453 : audit 0 from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:39.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:39 smithi174 bash[23193]: audit 2024-02-10T07:38:38.091543+0000 mgr.smithi067.noawcm (mgr.14197) 454 : audit 0 from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.smithi174.goiemj", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:39.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:39 smithi174 bash[23193]: cephadm 2024-02-10T07:38:38.091951+0000 mgr.smithi067.noawcm (mgr.14197) 455 : cephadm 1 Schedule start daemon rgw.foo.smithi174.goiemj 2024-02-10T07:38:39.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:39 smithi174 bash[23193]: audit 2024-02-10T07:38:38.451688+0000 mgr.smithi067.noawcm (mgr.14197) 456 : audit 0 from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:39.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:39 smithi174 bash[23193]: audit 2024-02-10T07:38:38.777155+0000 mon.smithi067 (mon.0) 1000 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:39.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:39 smithi174 bash[23193]: audit 2024-02-10T07:38:38.779074+0000 mon.smithi067 (mon.0) 1001 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:38:39.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:39 smithi174 bash[23193]: audit 2024-02-10T07:38:38.791246+0000 mon.smithi067 (mon.0) 1002 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:39.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:39 smithi174 bash[23193]: audit 2024-02-10T07:38:38.799979+0000 mon.smithi067 (mon.0) 1003 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:38:40.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:40 smithi174 bash[23193]: cluster 2024-02-10T07:38:39.529245+0000 mgr.smithi067.noawcm (mgr.14197) 457 : cluster 0 pgmap v306: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-10T07:38:40.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:40 smithi174 bash[23193]: audit 2024-02-10T07:38:39.883377+0000 mgr.smithi067.noawcm (mgr.14197) 458 : audit 0 from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:40.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:40 smithi067 bash[18640]: cluster 2024-02-10T07:38:39.529245+0000 mgr.smithi067.noawcm (mgr.14197) 457 : cluster 0 pgmap v306: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-10T07:38:40.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:40 smithi067 bash[18640]: audit 2024-02-10T07:38:39.883377+0000 mgr.smithi067.noawcm (mgr.14197) 458 : audit 0 from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:41.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:41 smithi174 bash[23193]: audit 2024-02-10T07:38:40.849801+0000 mon.smithi067 (mon.0) 1004 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:38:41.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:41 smithi174 bash[23193]: audit 2024-02-10T07:38:41.317751+0000 mgr.smithi067.noawcm (mgr.14197) 459 : audit 0 from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:41.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:41 smithi067 bash[18640]: audit 2024-02-10T07:38:40.849801+0000 mon.smithi067 (mon.0) 1004 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:38:41.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:41 smithi067 bash[18640]: audit 2024-02-10T07:38:41.317751+0000 mgr.smithi067.noawcm (mgr.14197) 459 : audit 0 from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:42.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:42 smithi174 bash[23193]: cluster 2024-02-10T07:38:41.530353+0000 mgr.smithi067.noawcm (mgr.14197) 460 : cluster 0 pgmap v307: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-10T07:38:42.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:42 smithi067 bash[18640]: cluster 2024-02-10T07:38:41.530353+0000 mgr.smithi067.noawcm (mgr.14197) 460 : cluster 0 pgmap v307: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-10T07:38:43.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:43 smithi174 bash[23193]: audit 2024-02-10T07:38:42.752518+0000 mgr.smithi067.noawcm (mgr.14197) 461 : audit 0 from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:43.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:43 smithi067 bash[18640]: audit 2024-02-10T07:38:42.752518+0000 mgr.smithi067.noawcm (mgr.14197) 461 : audit 0 from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:44.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:44 smithi174 bash[23193]: cluster 2024-02-10T07:38:43.531615+0000 mgr.smithi067.noawcm (mgr.14197) 462 : cluster 0 pgmap v308: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:38:44.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:44 smithi174 bash[23193]: audit 2024-02-10T07:38:44.160228+0000 mgr.smithi067.noawcm (mgr.14197) 463 : audit 0 from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:44.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:44 smithi067 bash[18640]: cluster 2024-02-10T07:38:43.531615+0000 mgr.smithi067.noawcm (mgr.14197) 462 : cluster 0 pgmap v308: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:38:44.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:44 smithi067 bash[18640]: audit 2024-02-10T07:38:44.160228+0000 mgr.smithi067.noawcm (mgr.14197) 463 : audit 0 from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:47.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:47 smithi174 bash[23193]: cluster 2024-02-10T07:38:45.532519+0000 mgr.smithi067.noawcm (mgr.14197) 464 : cluster 0 pgmap v309: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:38:47.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:47 smithi174 bash[23193]: audit 2024-02-10T07:38:45.585222+0000 mgr.smithi067.noawcm (mgr.14197) 465 : audit 0 from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:47.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:47 smithi067 bash[18640]: cluster 2024-02-10T07:38:45.532519+0000 mgr.smithi067.noawcm (mgr.14197) 464 : cluster 0 pgmap v309: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:38:47.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:47 smithi067 bash[18640]: audit 2024-02-10T07:38:45.585222+0000 mgr.smithi067.noawcm (mgr.14197) 465 : audit 0 from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:48.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:48 smithi174 bash[23193]: audit 2024-02-10T07:38:47.022521+0000 mgr.smithi067.noawcm (mgr.14197) 466 : audit 0 from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:48.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:48 smithi174 bash[23193]: audit 2024-02-10T07:38:48.085714+0000 mon.smithi067 (mon.0) 1005 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:48.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:48 smithi174 bash[23193]: audit 2024-02-10T07:38:48.100953+0000 mon.smithi067 (mon.0) 1006 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:48.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:48 smithi174 bash[23193]: audit 2024-02-10T07:38:48.109285+0000 mon.smithi067 (mon.0) 1007 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:38:48.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:48 smithi067 bash[18640]: audit 2024-02-10T07:38:47.022521+0000 mgr.smithi067.noawcm (mgr.14197) 466 : audit 0 from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:48.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:48 smithi067 bash[18640]: audit 2024-02-10T07:38:48.085714+0000 mon.smithi067 (mon.0) 1005 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:48.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:48 smithi067 bash[18640]: audit 2024-02-10T07:38:48.100953+0000 mon.smithi067 (mon.0) 1006 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:48.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:48 smithi067 bash[18640]: audit 2024-02-10T07:38:48.109285+0000 mon.smithi067 (mon.0) 1007 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:38:49.534 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:49 smithi067 bash[18640]: cluster 2024-02-10T07:38:47.533542+0000 mgr.smithi067.noawcm (mgr.14197) 467 : cluster 0 pgmap v310: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-10T07:38:49.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:49 smithi174 bash[23193]: cluster 2024-02-10T07:38:47.533542+0000 mgr.smithi067.noawcm (mgr.14197) 467 : cluster 0 pgmap v310: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-10T07:38:50.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:50 smithi174 bash[23193]: audit 2024-02-10T07:38:48.460950+0000 mgr.smithi067.noawcm (mgr.14197) 468 : audit 0 from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:50.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:50 smithi067 bash[18640]: audit 2024-02-10T07:38:48.460950+0000 mgr.smithi067.noawcm (mgr.14197) 468 : audit 0 from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:51.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:51 smithi174 bash[23193]: cluster 2024-02-10T07:38:49.534384+0000 mgr.smithi067.noawcm (mgr.14197) 469 : cluster 0 pgmap v311: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-10T07:38:51.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:51 smithi174 bash[23193]: audit 2024-02-10T07:38:49.901636+0000 mgr.smithi067.noawcm (mgr.14197) 470 : audit 0 from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:51.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:51 smithi067 bash[18640]: cluster 2024-02-10T07:38:49.534384+0000 mgr.smithi067.noawcm (mgr.14197) 469 : cluster 0 pgmap v311: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-10T07:38:51.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:51 smithi067 bash[18640]: audit 2024-02-10T07:38:49.901636+0000 mgr.smithi067.noawcm (mgr.14197) 470 : audit 0 from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:52.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:52 smithi174 bash[23193]: audit 2024-02-10T07:38:51.333709+0000 mgr.smithi067.noawcm (mgr.14197) 471 : audit 0 from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:52.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:52 smithi067 bash[18640]: audit 2024-02-10T07:38:51.333709+0000 mgr.smithi067.noawcm (mgr.14197) 471 : audit 0 from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:53.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:53 smithi174 bash[23193]: cluster 2024-02-10T07:38:51.535451+0000 mgr.smithi067.noawcm (mgr.14197) 472 : cluster 0 pgmap v312: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 341 B/s wr, 23 op/s 2024-02-10T07:38:53.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:53 smithi067 bash[18640]: cluster 2024-02-10T07:38:51.535451+0000 mgr.smithi067.noawcm (mgr.14197) 472 : cluster 0 pgmap v312: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 341 B/s wr, 23 op/s 2024-02-10T07:38:54.176 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi174.goiemj smithi174 *:8000 running (6s) 0s ago 3m 85.9M - 19.0.0-1361-g290212a1 c328ab9dcfc7 8a13378564f7 2024-02-10T07:38:54.558 INFO:teuthology.orchestra.run.smithi067.stdout:Scheduled to stop rgw.foo.smithi174.hiwrcs on host 'smithi174' 2024-02-10T07:38:54.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:54 smithi174 bash[23193]: audit 2024-02-10T07:38:52.723246+0000 mgr.smithi067.noawcm (mgr.14197) 473 : audit 0 from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:54.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:54 smithi174 bash[23193]: audit 2024-02-10T07:38:53.909028+0000 mon.smithi067 (mon.0) 1008 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:54.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:54 smithi174 bash[23193]: audit 2024-02-10T07:38:53.914928+0000 mon.smithi067 (mon.0) 1009 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:54.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:54 smithi174 bash[23193]: audit 2024-02-10T07:38:53.916181+0000 mon.smithi067 (mon.0) 1010 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:54.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:54 smithi174 bash[23193]: audit 2024-02-10T07:38:53.917111+0000 mon.smithi067 (mon.0) 1011 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:38:54.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:54 smithi174 bash[23193]: audit 2024-02-10T07:38:53.921722+0000 mon.smithi067 (mon.0) 1012 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:54.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:54 smithi174 bash[23193]: audit 2024-02-10T07:38:53.925062+0000 mon.smithi067 (mon.0) 1013 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:38:54.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:54 smithi067 bash[18640]: audit 2024-02-10T07:38:52.723246+0000 mgr.smithi067.noawcm (mgr.14197) 473 : audit 0 from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:54.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:54 smithi067 bash[18640]: audit 2024-02-10T07:38:53.909028+0000 mon.smithi067 (mon.0) 1008 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:54.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:54 smithi067 bash[18640]: audit 2024-02-10T07:38:53.914928+0000 mon.smithi067 (mon.0) 1009 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:54.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:54 smithi067 bash[18640]: audit 2024-02-10T07:38:53.916181+0000 mon.smithi067 (mon.0) 1010 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:54.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:54 smithi067 bash[18640]: audit 2024-02-10T07:38:53.917111+0000 mon.smithi067 (mon.0) 1011 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:38:54.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:54 smithi067 bash[18640]: audit 2024-02-10T07:38:53.921722+0000 mon.smithi067 (mon.0) 1012 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:54.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:54 smithi067 bash[18640]: audit 2024-02-10T07:38:53.925062+0000 mon.smithi067 (mon.0) 1013 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:38:55.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:55 smithi174 bash[23193]: cluster 2024-02-10T07:38:53.536835+0000 mgr.smithi067.noawcm (mgr.14197) 474 : cluster 0 pgmap v313: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 42 KiB/s rd, 341 B/s wr, 65 op/s 2024-02-10T07:38:55.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:55 smithi174 bash[23193]: audit 2024-02-10T07:38:54.128540+0000 mgr.smithi067.noawcm (mgr.14197) 475 : audit 0 from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:55.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:55 smithi174 bash[23193]: audit 2024-02-10T07:38:54.539173+0000 mgr.smithi067.noawcm (mgr.14197) 476 : audit 0 from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.smithi174.hiwrcs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:55.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:55 smithi174 bash[23193]: cephadm 2024-02-10T07:38:54.539929+0000 mgr.smithi067.noawcm (mgr.14197) 477 : cephadm 1 Schedule stop daemon rgw.foo.smithi174.hiwrcs 2024-02-10T07:38:55.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:55 smithi174 bash[23193]: audit 2024-02-10T07:38:54.550104+0000 mon.smithi067 (mon.0) 1014 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:55.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:55 smithi174 bash[23193]: audit 2024-02-10T07:38:54.560998+0000 mon.smithi067 (mon.0) 1015 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:55.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:55 smithi174 bash[23193]: audit 2024-02-10T07:38:54.589439+0000 mon.smithi067 (mon.0) 1016 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:38:55.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:55 smithi174 bash[23193]: audit 2024-02-10T07:38:54.591482+0000 mon.smithi067 (mon.0) 1017 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:55.770 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:55 smithi174 bash[23193]: audit 2024-02-10T07:38:54.592296+0000 mon.smithi067 (mon.0) 1018 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:38:55.770 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:55 smithi174 bash[23193]: audit 2024-02-10T07:38:54.598883+0000 mon.smithi067 (mon.0) 1019 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:55.770 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:55 smithi174 bash[23193]: audit 2024-02-10T07:38:54.603507+0000 mon.smithi067 (mon.0) 1020 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:38:55.770 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:55 smithi174 bash[23193]: audit 2024-02-10T07:38:54.920425+0000 mgr.smithi067.noawcm (mgr.14197) 478 : audit 0 from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:55.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:55 smithi067 bash[18640]: cluster 2024-02-10T07:38:53.536835+0000 mgr.smithi067.noawcm (mgr.14197) 474 : cluster 0 pgmap v313: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 42 KiB/s rd, 341 B/s wr, 65 op/s 2024-02-10T07:38:55.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:55 smithi067 bash[18640]: audit 2024-02-10T07:38:54.128540+0000 mgr.smithi067.noawcm (mgr.14197) 475 : audit 0 from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:55.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:55 smithi067 bash[18640]: audit 2024-02-10T07:38:54.539173+0000 mgr.smithi067.noawcm (mgr.14197) 476 : audit 0 from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.smithi174.hiwrcs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:55.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:55 smithi067 bash[18640]: cephadm 2024-02-10T07:38:54.539929+0000 mgr.smithi067.noawcm (mgr.14197) 477 : cephadm 1 Schedule stop daemon rgw.foo.smithi174.hiwrcs 2024-02-10T07:38:55.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:55 smithi067 bash[18640]: audit 2024-02-10T07:38:54.550104+0000 mon.smithi067 (mon.0) 1014 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:55.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:55 smithi067 bash[18640]: audit 2024-02-10T07:38:54.560998+0000 mon.smithi067 (mon.0) 1015 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:55.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:55 smithi067 bash[18640]: audit 2024-02-10T07:38:54.589439+0000 mon.smithi067 (mon.0) 1016 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:38:55.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:55 smithi067 bash[18640]: audit 2024-02-10T07:38:54.591482+0000 mon.smithi067 (mon.0) 1017 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:55.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:55 smithi067 bash[18640]: audit 2024-02-10T07:38:54.592296+0000 mon.smithi067 (mon.0) 1018 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:38:55.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:55 smithi067 bash[18640]: audit 2024-02-10T07:38:54.598883+0000 mon.smithi067 (mon.0) 1019 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:38:55.786 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:55 smithi067 bash[18640]: audit 2024-02-10T07:38:54.603507+0000 mon.smithi067 (mon.0) 1020 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:38:55.787 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:55 smithi067 bash[18640]: audit 2024-02-10T07:38:54.920425+0000 mgr.smithi067.noawcm (mgr.14197) 478 : audit 0 from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:56.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:56 smithi174 bash[23193]: cluster 2024-02-10T07:38:55.537812+0000 mgr.smithi067.noawcm (mgr.14197) 479 : cluster 0 pgmap v314: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 341 B/s wr, 82 op/s 2024-02-10T07:38:56.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:56 smithi174 bash[23193]: audit 2024-02-10T07:38:55.850250+0000 mon.smithi067 (mon.0) 1021 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:38:56.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:56 smithi174 bash[23193]: audit 2024-02-10T07:38:56.304581+0000 mgr.smithi067.noawcm (mgr.14197) 480 : audit 0 from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:56.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:56 smithi067 bash[18640]: cluster 2024-02-10T07:38:55.537812+0000 mgr.smithi067.noawcm (mgr.14197) 479 : cluster 0 pgmap v314: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 341 B/s wr, 82 op/s 2024-02-10T07:38:56.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:56 smithi067 bash[18640]: audit 2024-02-10T07:38:55.850250+0000 mon.smithi067 (mon.0) 1021 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:38:56.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:56 smithi067 bash[18640]: audit 2024-02-10T07:38:56.304581+0000 mgr.smithi067.noawcm (mgr.14197) 480 : audit 0 from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:58.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:58 smithi067 bash[18640]: cluster 2024-02-10T07:38:57.538388+0000 mgr.smithi067.noawcm (mgr.14197) 481 : cluster 0 pgmap v315: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 0 B/s wr, 82 op/s 2024-02-10T07:38:58.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:58 smithi067 bash[18640]: audit 2024-02-10T07:38:57.736402+0000 mgr.smithi067.noawcm (mgr.14197) 482 : audit 0 from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:59.017 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:58 smithi174 bash[23193]: cluster 2024-02-10T07:38:57.538388+0000 mgr.smithi067.noawcm (mgr.14197) 481 : cluster 0 pgmap v315: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 0 B/s wr, 82 op/s 2024-02-10T07:38:59.017 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:58 smithi174 bash[23193]: audit 2024-02-10T07:38:57.736402+0000 mgr.smithi067.noawcm (mgr.14197) 482 : audit 0 from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:00.017 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:38:59 smithi174 bash[23193]: audit 2024-02-10T07:38:59.125309+0000 mgr.smithi067.noawcm (mgr.14197) 483 : audit 0 from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:00.034 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:38:59 smithi067 bash[18640]: audit 2024-02-10T07:38:59.125309+0000 mgr.smithi067.noawcm (mgr.14197) 483 : audit 0 from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:00.995 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:00 smithi174 bash[23193]: cluster 2024-02-10T07:38:59.539527+0000 mgr.smithi067.noawcm (mgr.14197) 484 : cluster 0 pgmap v316: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 0 B/s wr, 82 op/s 2024-02-10T07:39:01.034 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:00 smithi067 bash[18640]: cluster 2024-02-10T07:38:59.539527+0000 mgr.smithi067.noawcm (mgr.14197) 484 : cluster 0 pgmap v316: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 0 B/s wr, 82 op/s 2024-02-10T07:39:02.517 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:02 smithi174 bash[23193]: audit 2024-02-10T07:39:00.511668+0000 mgr.smithi067.noawcm (mgr.14197) 485 : audit 0 from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:02.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:02 smithi174 bash[23193]: audit 2024-02-10T07:39:01.081773+0000 mon.smithi067 (mon.0) 1022 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:02.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:02 smithi174 bash[23193]: audit 2024-02-10T07:39:01.095595+0000 mon.smithi067 (mon.0) 1023 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:02.518 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:02 smithi174 bash[23193]: audit 2024-02-10T07:39:01.111296+0000 mon.smithi067 (mon.0) 1024 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:39:02.534 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:02 smithi067 bash[18640]: audit 2024-02-10T07:39:00.511668+0000 mgr.smithi067.noawcm (mgr.14197) 485 : audit 0 from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:02.534 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:02 smithi067 bash[18640]: audit 2024-02-10T07:39:01.081773+0000 mon.smithi067 (mon.0) 1022 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:02.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:02 smithi067 bash[18640]: audit 2024-02-10T07:39:01.095595+0000 mon.smithi067 (mon.0) 1023 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:02.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:02 smithi067 bash[18640]: audit 2024-02-10T07:39:01.111296+0000 mon.smithi067 (mon.0) 1024 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:39:03.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:03 smithi174 bash[23193]: cluster 2024-02-10T07:39:01.540564+0000 mgr.smithi067.noawcm (mgr.14197) 486 : cluster 0 pgmap v317: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 341 B/s wr, 82 op/s 2024-02-10T07:39:03.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:03 smithi174 bash[23193]: audit 2024-02-10T07:39:01.919093+0000 mgr.smithi067.noawcm (mgr.14197) 487 : audit 0 from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:03.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:03 smithi067 bash[18640]: cluster 2024-02-10T07:39:01.540564+0000 mgr.smithi067.noawcm (mgr.14197) 486 : cluster 0 pgmap v317: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 341 B/s wr, 82 op/s 2024-02-10T07:39:03.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:03 smithi067 bash[18640]: audit 2024-02-10T07:39:01.919093+0000 mgr.smithi067.noawcm (mgr.14197) 487 : audit 0 from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:04.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:04 smithi174 bash[23193]: audit 2024-02-10T07:39:03.348730+0000 mgr.smithi067.noawcm (mgr.14197) 488 : audit 0 from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:04.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:04 smithi067 bash[18640]: audit 2024-02-10T07:39:03.348730+0000 mgr.smithi067.noawcm (mgr.14197) 488 : audit 0 from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:05.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:05 smithi174 bash[23193]: cluster 2024-02-10T07:39:03.541731+0000 mgr.smithi067.noawcm (mgr.14197) 489 : cluster 0 pgmap v318: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 38 KiB/s rd, 341 B/s wr, 59 op/s 2024-02-10T07:39:05.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:05 smithi067 bash[18640]: cluster 2024-02-10T07:39:03.541731+0000 mgr.smithi067.noawcm (mgr.14197) 489 : cluster 0 pgmap v318: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 38 KiB/s rd, 341 B/s wr, 59 op/s 2024-02-10T07:39:06.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:06 smithi174 bash[23193]: audit 2024-02-10T07:39:04.739286+0000 mgr.smithi067.noawcm (mgr.14197) 490 : audit 0 from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:06.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:06 smithi067 bash[18640]: audit 2024-02-10T07:39:04.739286+0000 mgr.smithi067.noawcm (mgr.14197) 490 : audit 0 from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:07.589 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi174.hiwrcs smithi174 *:8001 stopped 0s ago 3m - - 2024-02-10T07:39:07.595 INFO:teuthology.orchestra.run.smithi067.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2024-02-10T07:39:07.595 INFO:teuthology.orchestra.run.smithi067.stderr: Dload Upload Total Spent Left Speed 2024-02-10T07:39:07.595 INFO:teuthology.orchestra.run.smithi067.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 214 0 214 0 0 208k 0 --:--:-- --:--:-- --:--:-- 208k 2024-02-10T07:39:07.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:07 smithi174 bash[23193]: cluster 2024-02-10T07:39:05.542655+0000 mgr.smithi067.noawcm (mgr.14197) 491 : cluster 0 pgmap v319: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 341 B/s wr, 17 op/s 2024-02-10T07:39:07.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:07 smithi174 bash[23193]: audit 2024-02-10T07:39:06.130028+0000 mgr.smithi067.noawcm (mgr.14197) 492 : audit 0 from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:07.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:07 smithi174 bash[23193]: audit 2024-02-10T07:39:06.974629+0000 mon.smithi067 (mon.0) 1025 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:07.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:07 smithi174 bash[23193]: audit 2024-02-10T07:39:06.988042+0000 mon.smithi067 (mon.0) 1026 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:07.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:07 smithi174 bash[23193]: audit 2024-02-10T07:39:06.991165+0000 mon.smithi067 (mon.0) 1027 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:39:07.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:07 smithi174 bash[23193]: audit 2024-02-10T07:39:06.993138+0000 mon.smithi067 (mon.0) 1028 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:39:07.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:07 smithi174 bash[23193]: audit 2024-02-10T07:39:07.005017+0000 mon.smithi067 (mon.0) 1029 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:07.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:07 smithi174 bash[23193]: audit 2024-02-10T07:39:07.014073+0000 mon.smithi067 (mon.0) 1030 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:39:07.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:07 smithi067 bash[18640]: cluster 2024-02-10T07:39:05.542655+0000 mgr.smithi067.noawcm (mgr.14197) 491 : cluster 0 pgmap v319: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 341 B/s wr, 17 op/s 2024-02-10T07:39:07.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:07 smithi067 bash[18640]: audit 2024-02-10T07:39:06.130028+0000 mgr.smithi067.noawcm (mgr.14197) 492 : audit 0 from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:07.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:07 smithi067 bash[18640]: audit 2024-02-10T07:39:06.974629+0000 mon.smithi067 (mon.0) 1025 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:07.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:07 smithi067 bash[18640]: audit 2024-02-10T07:39:06.988042+0000 mon.smithi067 (mon.0) 1026 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:07.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:07 smithi067 bash[18640]: audit 2024-02-10T07:39:06.991165+0000 mon.smithi067 (mon.0) 1027 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:39:07.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:07 smithi067 bash[18640]: audit 2024-02-10T07:39:06.993138+0000 mon.smithi067 (mon.0) 1028 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:39:07.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:07 smithi067 bash[18640]: audit 2024-02-10T07:39:07.005017+0000 mon.smithi067 (mon.0) 1029 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:07.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:07 smithi067 bash[18640]: audit 2024-02-10T07:39:07.014073+0000 mon.smithi067 (mon.0) 1030 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:39:07.960 INFO:teuthology.orchestra.run.smithi067.stdout:anonymousScheduled to start rgw.foo.smithi174.hiwrcs on host 'smithi174' 2024-02-10T07:39:09.257 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:08 smithi067 bash[18640]: cluster 2024-02-10T07:39:07.543326+0000 mgr.smithi067.noawcm (mgr.14197) 493 : cluster 0 pgmap v320: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-10T07:39:09.257 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:08 smithi067 bash[18640]: audit 2024-02-10T07:39:07.550581+0000 mgr.smithi067.noawcm (mgr.14197) 494 : audit 0 from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:09.257 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:08 smithi067 bash[18640]: audit 2024-02-10T07:39:07.940691+0000 mgr.smithi067.noawcm (mgr.14197) 495 : audit 0 from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.smithi174.hiwrcs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:09.257 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:08 smithi067 bash[18640]: cephadm 2024-02-10T07:39:07.941452+0000 mgr.smithi067.noawcm (mgr.14197) 496 : cephadm 1 Schedule start daemon rgw.foo.smithi174.hiwrcs 2024-02-10T07:39:09.257 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:08 smithi067 bash[18640]: audit 2024-02-10T07:39:07.951373+0000 mon.smithi067 (mon.0) 1031 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:09.257 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:08 smithi067 bash[18640]: audit 2024-02-10T07:39:07.963234+0000 mon.smithi067 (mon.0) 1032 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:09.257 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:08 smithi067 bash[18640]: audit 2024-02-10T07:39:07.991618+0000 mon.smithi067 (mon.0) 1033 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:39:09.257 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:08 smithi067 bash[18640]: audit 2024-02-10T07:39:07.993621+0000 mon.smithi067 (mon.0) 1034 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:39:09.258 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:08 smithi067 bash[18640]: audit 2024-02-10T07:39:07.994503+0000 mon.smithi067 (mon.0) 1035 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:39:09.258 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:08 smithi067 bash[18640]: audit 2024-02-10T07:39:08.002162+0000 mon.smithi067 (mon.0) 1036 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:09.258 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:08 smithi067 bash[18640]: audit 2024-02-10T07:39:08.005306+0000 mon.smithi067 (mon.0) 1037 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:39:09.258 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:08 smithi067 bash[18640]: audit 2024-02-10T07:39:08.323125+0000 mgr.smithi067.noawcm (mgr.14197) 497 : audit 0 from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:09.267 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:08 smithi174 bash[23193]: cluster 2024-02-10T07:39:07.543326+0000 mgr.smithi067.noawcm (mgr.14197) 493 : cluster 0 pgmap v320: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-10T07:39:09.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:08 smithi174 bash[23193]: audit 2024-02-10T07:39:07.550581+0000 mgr.smithi067.noawcm (mgr.14197) 494 : audit 0 from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:09.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:08 smithi174 bash[23193]: audit 2024-02-10T07:39:07.940691+0000 mgr.smithi067.noawcm (mgr.14197) 495 : audit 0 from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.smithi174.hiwrcs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:09.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:08 smithi174 bash[23193]: cephadm 2024-02-10T07:39:07.941452+0000 mgr.smithi067.noawcm (mgr.14197) 496 : cephadm 1 Schedule start daemon rgw.foo.smithi174.hiwrcs 2024-02-10T07:39:09.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:08 smithi174 bash[23193]: audit 2024-02-10T07:39:07.951373+0000 mon.smithi067 (mon.0) 1031 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:09.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:08 smithi174 bash[23193]: audit 2024-02-10T07:39:07.963234+0000 mon.smithi067 (mon.0) 1032 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:09.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:08 smithi174 bash[23193]: audit 2024-02-10T07:39:07.991618+0000 mon.smithi067 (mon.0) 1033 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:39:09.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:08 smithi174 bash[23193]: audit 2024-02-10T07:39:07.993621+0000 mon.smithi067 (mon.0) 1034 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:39:09.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:08 smithi174 bash[23193]: audit 2024-02-10T07:39:07.994503+0000 mon.smithi067 (mon.0) 1035 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:39:09.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:08 smithi174 bash[23193]: audit 2024-02-10T07:39:08.002162+0000 mon.smithi067 (mon.0) 1036 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:09.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:08 smithi174 bash[23193]: audit 2024-02-10T07:39:08.005306+0000 mon.smithi067 (mon.0) 1037 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:39:09.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:08 smithi174 bash[23193]: audit 2024-02-10T07:39:08.323125+0000 mgr.smithi067.noawcm (mgr.14197) 497 : audit 0 from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:11.267 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:10 smithi174 bash[23193]: cluster 2024-02-10T07:39:09.544098+0000 mgr.smithi067.noawcm (mgr.14197) 498 : cluster 0 pgmap v321: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-10T07:39:11.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:10 smithi174 bash[23193]: audit 2024-02-10T07:39:09.730319+0000 mgr.smithi067.noawcm (mgr.14197) 499 : audit 0 from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:11.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:10 smithi174 bash[23193]: audit 2024-02-10T07:39:10.850572+0000 mon.smithi067 (mon.0) 1038 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:39:11.284 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:10 smithi067 bash[18640]: cluster 2024-02-10T07:39:09.544098+0000 mgr.smithi067.noawcm (mgr.14197) 498 : cluster 0 pgmap v321: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-10T07:39:11.284 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:10 smithi067 bash[18640]: audit 2024-02-10T07:39:09.730319+0000 mgr.smithi067.noawcm (mgr.14197) 499 : audit 0 from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:11.284 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:10 smithi067 bash[18640]: audit 2024-02-10T07:39:10.850572+0000 mon.smithi067 (mon.0) 1038 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:39:12.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:12 smithi174 bash[23193]: audit 2024-02-10T07:39:11.126546+0000 mgr.smithi067.noawcm (mgr.14197) 500 : audit 0 from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:12.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:12 smithi067 bash[18640]: audit 2024-02-10T07:39:11.126546+0000 mgr.smithi067.noawcm (mgr.14197) 500 : audit 0 from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:13.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:13 smithi174 bash[23193]: cluster 2024-02-10T07:39:11.545040+0000 mgr.smithi067.noawcm (mgr.14197) 501 : cluster 0 pgmap v322: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-10T07:39:13.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:13 smithi067 bash[18640]: cluster 2024-02-10T07:39:11.545040+0000 mgr.smithi067.noawcm (mgr.14197) 501 : cluster 0 pgmap v322: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-10T07:39:14.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:14 smithi174 bash[23193]: audit 2024-02-10T07:39:12.540623+0000 mgr.smithi067.noawcm (mgr.14197) 502 : audit 0 from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:14.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:14 smithi067 bash[18640]: audit 2024-02-10T07:39:12.540623+0000 mgr.smithi067.noawcm (mgr.14197) 502 : audit 0 from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:15.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:15 smithi174 bash[23193]: cluster 2024-02-10T07:39:13.546243+0000 mgr.smithi067.noawcm (mgr.14197) 503 : cluster 0 pgmap v323: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:39:15.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:15 smithi174 bash[23193]: audit 2024-02-10T07:39:13.942632+0000 mgr.smithi067.noawcm (mgr.14197) 504 : audit 0 from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:15.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:15 smithi067 bash[18640]: cluster 2024-02-10T07:39:13.546243+0000 mgr.smithi067.noawcm (mgr.14197) 503 : cluster 0 pgmap v323: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:39:15.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:15 smithi067 bash[18640]: audit 2024-02-10T07:39:13.942632+0000 mgr.smithi067.noawcm (mgr.14197) 504 : audit 0 from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:16.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:16 smithi174 bash[23193]: audit 2024-02-10T07:39:15.372522+0000 mgr.smithi067.noawcm (mgr.14197) 505 : audit 0 from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:16.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:16 smithi067 bash[18640]: audit 2024-02-10T07:39:15.372522+0000 mgr.smithi067.noawcm (mgr.14197) 505 : audit 0 from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:17.524 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:17 smithi174 bash[23193]: cluster 2024-02-10T07:39:15.547265+0000 mgr.smithi067.noawcm (mgr.14197) 506 : cluster 0 pgmap v324: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:39:17.525 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:17 smithi174 bash[23193]: audit 2024-02-10T07:39:17.273516+0000 mon.smithi067 (mon.0) 1039 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:17.525 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:17 smithi174 bash[23193]: audit 2024-02-10T07:39:17.286302+0000 mon.smithi067 (mon.0) 1040 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:17.525 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:17 smithi174 bash[23193]: audit 2024-02-10T07:39:17.301846+0000 mon.smithi067 (mon.0) 1041 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:39:17.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:17 smithi067 bash[18640]: cluster 2024-02-10T07:39:15.547265+0000 mgr.smithi067.noawcm (mgr.14197) 506 : cluster 0 pgmap v324: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:39:17.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:17 smithi067 bash[18640]: audit 2024-02-10T07:39:17.273516+0000 mon.smithi067 (mon.0) 1039 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:17.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:17 smithi067 bash[18640]: audit 2024-02-10T07:39:17.286302+0000 mon.smithi067 (mon.0) 1040 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:17.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:17 smithi067 bash[18640]: audit 2024-02-10T07:39:17.301846+0000 mon.smithi067 (mon.0) 1041 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:39:18.517 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:18 smithi174 bash[23193]: audit 2024-02-10T07:39:16.802456+0000 mgr.smithi067.noawcm (mgr.14197) 507 : audit 0 from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:18.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:18 smithi067 bash[18640]: audit 2024-02-10T07:39:16.802456+0000 mgr.smithi067.noawcm (mgr.14197) 507 : audit 0 from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:19.534 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:19 smithi067 bash[18640]: cluster 2024-02-10T07:39:17.548297+0000 mgr.smithi067.noawcm (mgr.14197) 508 : cluster 0 pgmap v325: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:39:19.534 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:19 smithi067 bash[18640]: audit 2024-02-10T07:39:18.234896+0000 mgr.smithi067.noawcm (mgr.14197) 509 : audit 0 from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:19.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:19 smithi174 bash[23193]: cluster 2024-02-10T07:39:17.548297+0000 mgr.smithi067.noawcm (mgr.14197) 508 : cluster 0 pgmap v325: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:39:19.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:19 smithi174 bash[23193]: audit 2024-02-10T07:39:18.234896+0000 mgr.smithi067.noawcm (mgr.14197) 509 : audit 0 from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:20.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:20 smithi174 bash[23193]: cluster 2024-02-10T07:39:19.549479+0000 mgr.smithi067.noawcm (mgr.14197) 510 : cluster 0 pgmap v326: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 170 B/s wr, 17 op/s 2024-02-10T07:39:20.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:20 smithi174 bash[23193]: audit 2024-02-10T07:39:19.694397+0000 mgr.smithi067.noawcm (mgr.14197) 511 : audit 0 from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:20.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:20 smithi067 bash[18640]: cluster 2024-02-10T07:39:19.549479+0000 mgr.smithi067.noawcm (mgr.14197) 510 : cluster 0 pgmap v326: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 170 B/s wr, 17 op/s 2024-02-10T07:39:20.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:20 smithi067 bash[18640]: audit 2024-02-10T07:39:19.694397+0000 mgr.smithi067.noawcm (mgr.14197) 511 : audit 0 from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:22.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:22 smithi174 bash[23193]: audit 2024-02-10T07:39:21.083008+0000 mgr.smithi067.noawcm (mgr.14197) 512 : audit 0 from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:22.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:22 smithi067 bash[18640]: audit 2024-02-10T07:39:21.083008+0000 mgr.smithi067.noawcm (mgr.14197) 512 : audit 0 from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:23.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:23 smithi174 bash[23193]: cluster 2024-02-10T07:39:21.550546+0000 mgr.smithi067.noawcm (mgr.14197) 513 : cluster 0 pgmap v327: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 341 B/s wr, 40 op/s 2024-02-10T07:39:23.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:23 smithi174 bash[23193]: audit 2024-02-10T07:39:23.107855+0000 mon.smithi067 (mon.0) 1042 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:23.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:23 smithi174 bash[23193]: audit 2024-02-10T07:39:23.121813+0000 mon.smithi067 (mon.0) 1043 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:23.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:23 smithi174 bash[23193]: audit 2024-02-10T07:39:23.124814+0000 mon.smithi067 (mon.0) 1044 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:39:23.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:23 smithi174 bash[23193]: audit 2024-02-10T07:39:23.126966+0000 mon.smithi067 (mon.0) 1045 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:39:23.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:23 smithi174 bash[23193]: audit 2024-02-10T07:39:23.138307+0000 mon.smithi067 (mon.0) 1046 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:23.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:23 smithi174 bash[23193]: audit 2024-02-10T07:39:23.148351+0000 mon.smithi067 (mon.0) 1047 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:39:23.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:23 smithi067 bash[18640]: cluster 2024-02-10T07:39:21.550546+0000 mgr.smithi067.noawcm (mgr.14197) 513 : cluster 0 pgmap v327: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 341 B/s wr, 40 op/s 2024-02-10T07:39:23.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:23 smithi067 bash[18640]: audit 2024-02-10T07:39:23.107855+0000 mon.smithi067 (mon.0) 1042 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:23.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:23 smithi067 bash[18640]: audit 2024-02-10T07:39:23.121813+0000 mon.smithi067 (mon.0) 1043 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:23.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:23 smithi067 bash[18640]: audit 2024-02-10T07:39:23.124814+0000 mon.smithi067 (mon.0) 1044 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:39:23.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:23 smithi067 bash[18640]: audit 2024-02-10T07:39:23.126966+0000 mon.smithi067 (mon.0) 1045 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:39:23.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:23 smithi067 bash[18640]: audit 2024-02-10T07:39:23.138307+0000 mon.smithi067 (mon.0) 1046 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:23.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:23 smithi067 bash[18640]: audit 2024-02-10T07:39:23.148351+0000 mon.smithi067 (mon.0) 1047 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:39:24.006 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi174.hiwrcs smithi174 *:8001 running (6s) 0s ago 3m 85.8M - 19.0.0-1361-g290212a1 c328ab9dcfc7 93b22c9a5e70 2024-02-10T07:39:24.006 INFO:teuthology.orchestra.run.smithi067.stdout:Check with each haproxy down in turn... 2024-02-10T07:39:24.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:24 smithi174 bash[23193]: audit 2024-02-10T07:39:22.512573+0000 mgr.smithi067.noawcm (mgr.14197) 514 : audit 0 from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:24.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:24 smithi067 bash[18640]: audit 2024-02-10T07:39:22.512573+0000 mgr.smithi067.noawcm (mgr.14197) 514 : audit 0 from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:24.843 INFO:teuthology.orchestra.run.smithi067.stdout:Scheduled to stop haproxy.rgw.foo.smithi067.qpbqzy on host 'smithi067' 2024-02-10T07:39:25.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:25 smithi174 bash[23193]: cluster 2024-02-10T07:39:23.551799+0000 mgr.smithi067.noawcm (mgr.14197) 515 : cluster 0 pgmap v328: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 341 B/s wr, 82 op/s 2024-02-10T07:39:25.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:25 smithi174 bash[23193]: audit 2024-02-10T07:39:23.932570+0000 mgr.smithi067.noawcm (mgr.14197) 516 : audit 0 from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:25.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:25 smithi174 bash[23193]: audit 2024-02-10T07:39:24.364053+0000 mgr.smithi067.noawcm (mgr.14197) 517 : audit 0 from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:25.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:25 smithi174 bash[23193]: audit 2024-02-10T07:39:24.835481+0000 mon.smithi067 (mon.0) 1048 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:25.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:25 smithi174 bash[23193]: audit 2024-02-10T07:39:24.846168+0000 mon.smithi067 (mon.0) 1049 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:25.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:25 smithi174 bash[23193]: audit 2024-02-10T07:39:24.875823+0000 mon.smithi067 (mon.0) 1050 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:39:25.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:25 smithi174 bash[23193]: audit 2024-02-10T07:39:24.877905+0000 mon.smithi067 (mon.0) 1051 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:39:25.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:25 smithi174 bash[23193]: audit 2024-02-10T07:39:24.878696+0000 mon.smithi067 (mon.0) 1052 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:39:25.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:25 smithi174 bash[23193]: audit 2024-02-10T07:39:24.884748+0000 mon.smithi067 (mon.0) 1053 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:25.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:25 smithi174 bash[23193]: audit 2024-02-10T07:39:24.889011+0000 mon.smithi067 (mon.0) 1054 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:39:25.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:25 smithi067 bash[18640]: cluster 2024-02-10T07:39:23.551799+0000 mgr.smithi067.noawcm (mgr.14197) 515 : cluster 0 pgmap v328: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 341 B/s wr, 82 op/s 2024-02-10T07:39:25.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:25 smithi067 bash[18640]: audit 2024-02-10T07:39:23.932570+0000 mgr.smithi067.noawcm (mgr.14197) 516 : audit 0 from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:25.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:25 smithi067 bash[18640]: audit 2024-02-10T07:39:24.364053+0000 mgr.smithi067.noawcm (mgr.14197) 517 : audit 0 from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:25.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:25 smithi067 bash[18640]: audit 2024-02-10T07:39:24.835481+0000 mon.smithi067 (mon.0) 1048 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:25.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:25 smithi067 bash[18640]: audit 2024-02-10T07:39:24.846168+0000 mon.smithi067 (mon.0) 1049 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:25.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:25 smithi067 bash[18640]: audit 2024-02-10T07:39:24.875823+0000 mon.smithi067 (mon.0) 1050 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:39:25.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:25 smithi067 bash[18640]: audit 2024-02-10T07:39:24.877905+0000 mon.smithi067 (mon.0) 1051 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:39:25.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:25 smithi067 bash[18640]: audit 2024-02-10T07:39:24.878696+0000 mon.smithi067 (mon.0) 1052 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:39:25.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:25 smithi067 bash[18640]: audit 2024-02-10T07:39:24.884748+0000 mon.smithi067 (mon.0) 1053 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:25.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:25 smithi067 bash[18640]: audit 2024-02-10T07:39:24.889011+0000 mon.smithi067 (mon.0) 1054 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:39:26.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:26 smithi174 bash[23193]: audit 2024-02-10T07:39:24.825308+0000 mgr.smithi067.noawcm (mgr.14197) 518 : audit 0 from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.rgw.foo.smithi067.qpbqzy", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:26.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:26 smithi174 bash[23193]: cephadm 2024-02-10T07:39:24.825895+0000 mgr.smithi067.noawcm (mgr.14197) 519 : cephadm 1 Schedule stop daemon haproxy.rgw.foo.smithi067.qpbqzy 2024-02-10T07:39:26.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:26 smithi174 bash[23193]: audit 2024-02-10T07:39:25.227325+0000 mgr.smithi067.noawcm (mgr.14197) 520 : audit 0 from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:26.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:26 smithi174 bash[23193]: audit 2024-02-10T07:39:25.851418+0000 mon.smithi067 (mon.0) 1055 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:39:26.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:26 smithi067 bash[18640]: audit 2024-02-10T07:39:24.825308+0000 mgr.smithi067.noawcm (mgr.14197) 518 : audit 0 from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.rgw.foo.smithi067.qpbqzy", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:26.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:26 smithi067 bash[18640]: cephadm 2024-02-10T07:39:24.825895+0000 mgr.smithi067.noawcm (mgr.14197) 519 : cephadm 1 Schedule stop daemon haproxy.rgw.foo.smithi067.qpbqzy 2024-02-10T07:39:26.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:26 smithi067 bash[18640]: audit 2024-02-10T07:39:25.227325+0000 mgr.smithi067.noawcm (mgr.14197) 520 : audit 0 from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:26.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:26 smithi067 bash[18640]: audit 2024-02-10T07:39:25.851418+0000 mon.smithi067 (mon.0) 1055 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:39:27.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:27 smithi174 bash[23193]: cluster 2024-02-10T07:39:25.552703+0000 mgr.smithi067.noawcm (mgr.14197) 521 : cluster 0 pgmap v329: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 341 B/s wr, 82 op/s 2024-02-10T07:39:27.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:27 smithi067 bash[18640]: cluster 2024-02-10T07:39:25.552703+0000 mgr.smithi067.noawcm (mgr.14197) 521 : cluster 0 pgmap v329: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 341 B/s wr, 82 op/s 2024-02-10T07:39:28.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:28 smithi174 bash[23193]: audit 2024-02-10T07:39:26.660020+0000 mgr.smithi067.noawcm (mgr.14197) 522 : audit 0 from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:28.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:28 smithi067 bash[18640]: audit 2024-02-10T07:39:26.660020+0000 mgr.smithi067.noawcm (mgr.14197) 522 : audit 0 from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:29.534 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:29 smithi067 bash[18640]: cluster 2024-02-10T07:39:27.554040+0000 mgr.smithi067.noawcm (mgr.14197) 523 : cluster 0 pgmap v330: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 170 B/s wr, 82 op/s 2024-02-10T07:39:29.534 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:29 smithi067 bash[18640]: audit 2024-02-10T07:39:28.061035+0000 mgr.smithi067.noawcm (mgr.14197) 524 : audit 0 from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:29.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:29 smithi174 bash[23193]: cluster 2024-02-10T07:39:27.554040+0000 mgr.smithi067.noawcm (mgr.14197) 523 : cluster 0 pgmap v330: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 170 B/s wr, 82 op/s 2024-02-10T07:39:29.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:29 smithi174 bash[23193]: audit 2024-02-10T07:39:28.061035+0000 mgr.smithi067.noawcm (mgr.14197) 524 : audit 0 from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:31.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:31 smithi174 bash[23193]: audit 2024-02-10T07:39:29.490052+0000 mgr.smithi067.noawcm (mgr.14197) 525 : audit 0 from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:31.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:31 smithi174 bash[23193]: cluster 2024-02-10T07:39:29.554910+0000 mgr.smithi067.noawcm (mgr.14197) 526 : cluster 0 pgmap v331: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 170 B/s wr, 82 op/s 2024-02-10T07:39:31.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:31 smithi174 bash[23193]: audit 2024-02-10T07:39:31.034928+0000 mon.smithi067 (mon.0) 1056 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:31.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:31 smithi174 bash[23193]: audit 2024-02-10T07:39:31.042986+0000 mon.smithi067 (mon.0) 1057 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:31.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:31 smithi174 bash[23193]: audit 2024-02-10T07:39:31.059714+0000 mon.smithi067 (mon.0) 1058 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:39:31.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:31 smithi067 bash[18640]: audit 2024-02-10T07:39:29.490052+0000 mgr.smithi067.noawcm (mgr.14197) 525 : audit 0 from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:31.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:31 smithi067 bash[18640]: cluster 2024-02-10T07:39:29.554910+0000 mgr.smithi067.noawcm (mgr.14197) 526 : cluster 0 pgmap v331: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 170 B/s wr, 82 op/s 2024-02-10T07:39:31.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:31 smithi067 bash[18640]: audit 2024-02-10T07:39:31.034928+0000 mon.smithi067 (mon.0) 1056 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:31.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:31 smithi067 bash[18640]: audit 2024-02-10T07:39:31.042986+0000 mon.smithi067 (mon.0) 1057 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:31.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:31 smithi067 bash[18640]: audit 2024-02-10T07:39:31.059714+0000 mon.smithi067 (mon.0) 1058 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:39:32.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:32 smithi174 bash[23193]: audit 2024-02-10T07:39:30.884883+0000 mgr.smithi067.noawcm (mgr.14197) 527 : audit 0 from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:32.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:32 smithi174 bash[23193]: cluster 2024-02-10T07:39:31.555801+0000 mgr.smithi067.noawcm (mgr.14197) 528 : cluster 0 pgmap v332: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 42 KiB/s rd, 341 B/s wr, 65 op/s 2024-02-10T07:39:32.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:32 smithi174 bash[23193]: audit 2024-02-10T07:39:32.287281+0000 mgr.smithi067.noawcm (mgr.14197) 529 : audit 0 from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:32.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:32 smithi067 bash[18640]: audit 2024-02-10T07:39:30.884883+0000 mgr.smithi067.noawcm (mgr.14197) 527 : audit 0 from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:32.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:32 smithi067 bash[18640]: cluster 2024-02-10T07:39:31.555801+0000 mgr.smithi067.noawcm (mgr.14197) 528 : cluster 0 pgmap v332: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 42 KiB/s rd, 341 B/s wr, 65 op/s 2024-02-10T07:39:32.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:32 smithi067 bash[18640]: audit 2024-02-10T07:39:32.287281+0000 mgr.smithi067.noawcm (mgr.14197) 529 : audit 0 from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:35.017 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:34 smithi174 bash[23193]: cluster 2024-02-10T07:39:33.556507+0000 mgr.smithi067.noawcm (mgr.14197) 530 : cluster 0 pgmap v333: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 170 B/s wr, 42 op/s 2024-02-10T07:39:35.018 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:34 smithi174 bash[23193]: audit 2024-02-10T07:39:33.718139+0000 mgr.smithi067.noawcm (mgr.14197) 531 : audit 0 from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:35.034 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:34 smithi067 bash[18640]: cluster 2024-02-10T07:39:33.556507+0000 mgr.smithi067.noawcm (mgr.14197) 530 : cluster 0 pgmap v333: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 170 B/s wr, 42 op/s 2024-02-10T07:39:35.034 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:34 smithi067 bash[18640]: audit 2024-02-10T07:39:33.718139+0000 mgr.smithi067.noawcm (mgr.14197) 531 : audit 0 from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:36.017 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:35 smithi174 bash[23193]: audit 2024-02-10T07:39:35.155479+0000 mgr.smithi067.noawcm (mgr.14197) 532 : audit 0 from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:36.034 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:35 smithi067 bash[18640]: audit 2024-02-10T07:39:35.155479+0000 mgr.smithi067.noawcm (mgr.14197) 532 : audit 0 from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:37.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:37 smithi174 bash[23193]: cluster 2024-02-10T07:39:35.557337+0000 mgr.smithi067.noawcm (mgr.14197) 533 : cluster 0 pgmap v334: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:39:37.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:37 smithi174 bash[23193]: audit 2024-02-10T07:39:37.223227+0000 mon.smithi067 (mon.0) 1059 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:37.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:37 smithi174 bash[23193]: audit 2024-02-10T07:39:37.229187+0000 mon.smithi067 (mon.0) 1060 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:37.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:37 smithi174 bash[23193]: audit 2024-02-10T07:39:37.230383+0000 mon.smithi067 (mon.0) 1061 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:39:37.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:37 smithi174 bash[23193]: audit 2024-02-10T07:39:37.231021+0000 mon.smithi067 (mon.0) 1062 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:39:37.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:37 smithi174 bash[23193]: audit 2024-02-10T07:39:37.234981+0000 mon.smithi067 (mon.0) 1063 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:37.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:37 smithi174 bash[23193]: audit 2024-02-10T07:39:37.237958+0000 mon.smithi067 (mon.0) 1064 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:39:37.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:37 smithi067 bash[18640]: cluster 2024-02-10T07:39:35.557337+0000 mgr.smithi067.noawcm (mgr.14197) 533 : cluster 0 pgmap v334: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:39:37.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:37 smithi067 bash[18640]: audit 2024-02-10T07:39:37.223227+0000 mon.smithi067 (mon.0) 1059 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:37.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:37 smithi067 bash[18640]: audit 2024-02-10T07:39:37.229187+0000 mon.smithi067 (mon.0) 1060 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:37.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:37 smithi067 bash[18640]: audit 2024-02-10T07:39:37.230383+0000 mon.smithi067 (mon.0) 1061 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:39:37.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:37 smithi067 bash[18640]: audit 2024-02-10T07:39:37.231021+0000 mon.smithi067 (mon.0) 1062 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:39:37.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:37 smithi067 bash[18640]: audit 2024-02-10T07:39:37.234981+0000 mon.smithi067 (mon.0) 1063 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:37.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:37 smithi067 bash[18640]: audit 2024-02-10T07:39:37.237958+0000 mon.smithi067 (mon.0) 1064 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:39:37.991 INFO:teuthology.orchestra.run.smithi067.stdout:haproxy.rgw.foo.smithi067.qpbqzy smithi067 *:9000,9001 stopped 0s ago 3m - - 2024-02-10T07:39:37.995 INFO:teuthology.orchestra.run.smithi067.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2024-02-10T07:39:37.995 INFO:teuthology.orchestra.run.smithi067.stderr: Dload Upload Total Spent Left Speed 2024-02-10T07:39:37.996 INFO:teuthology.orchestra.run.smithi067.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 214 0 214 0 0 208k 0 --:--:-- --:--:-- --:--:-- 208k 2024-02-10T07:39:38.366 INFO:teuthology.orchestra.run.smithi067.stdout:anonymousScheduled to start haproxy.rgw.foo.smithi067.qpbqzy on host 'smithi067' 2024-02-10T07:39:38.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:38 smithi174 bash[23193]: audit 2024-02-10T07:39:36.569502+0000 mgr.smithi067.noawcm (mgr.14197) 534 : audit 0 from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:38.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:38 smithi174 bash[23193]: audit 2024-02-10T07:39:38.360680+0000 mon.smithi067 (mon.0) 1065 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:38.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:38 smithi174 bash[23193]: audit 2024-02-10T07:39:38.370271+0000 mon.smithi067 (mon.0) 1066 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:38.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:38 smithi174 bash[23193]: audit 2024-02-10T07:39:38.384313+0000 mon.smithi067 (mon.0) 1067 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:39:38.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:38 smithi067 bash[18640]: audit 2024-02-10T07:39:36.569502+0000 mgr.smithi067.noawcm (mgr.14197) 534 : audit 0 from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:38.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:38 smithi067 bash[18640]: audit 2024-02-10T07:39:38.360680+0000 mon.smithi067 (mon.0) 1065 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:38.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:38 smithi067 bash[18640]: audit 2024-02-10T07:39:38.370271+0000 mon.smithi067 (mon.0) 1066 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:38.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:38 smithi067 bash[18640]: audit 2024-02-10T07:39:38.384313+0000 mon.smithi067 (mon.0) 1067 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:39:39.534 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:39 smithi067 bash[18640]: cluster 2024-02-10T07:39:37.558464+0000 mgr.smithi067.noawcm (mgr.14197) 535 : cluster 0 pgmap v335: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:39:39.534 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:39 smithi067 bash[18640]: audit 2024-02-10T07:39:37.959010+0000 mgr.smithi067.noawcm (mgr.14197) 536 : audit 0 from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:39.534 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:39 smithi067 bash[18640]: audit 2024-02-10T07:39:38.353437+0000 mgr.smithi067.noawcm (mgr.14197) 537 : audit 0 from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.rgw.foo.smithi067.qpbqzy", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:39.534 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:39 smithi067 bash[18640]: cephadm 2024-02-10T07:39:38.353911+0000 mgr.smithi067.noawcm (mgr.14197) 538 : cephadm 1 Schedule start daemon haproxy.rgw.foo.smithi067.qpbqzy 2024-02-10T07:39:39.534 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:39 smithi067 bash[18640]: audit 2024-02-10T07:39:39.075626+0000 mon.smithi067 (mon.0) 1068 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:39:39.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:39 smithi067 bash[18640]: audit 2024-02-10T07:39:39.077486+0000 mon.smithi067 (mon.0) 1069 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:39:39.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:39 smithi067 bash[18640]: audit 2024-02-10T07:39:39.089437+0000 mon.smithi067 (mon.0) 1070 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:39.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:39 smithi067 bash[18640]: audit 2024-02-10T07:39:39.097242+0000 mon.smithi067 (mon.0) 1071 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:39:39.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:39 smithi174 bash[23193]: cluster 2024-02-10T07:39:37.558464+0000 mgr.smithi067.noawcm (mgr.14197) 535 : cluster 0 pgmap v335: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:39:39.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:39 smithi174 bash[23193]: audit 2024-02-10T07:39:37.959010+0000 mgr.smithi067.noawcm (mgr.14197) 536 : audit 0 from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:39.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:39 smithi174 bash[23193]: audit 2024-02-10T07:39:38.353437+0000 mgr.smithi067.noawcm (mgr.14197) 537 : audit 0 from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.rgw.foo.smithi067.qpbqzy", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:39.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:39 smithi174 bash[23193]: cephadm 2024-02-10T07:39:38.353911+0000 mgr.smithi067.noawcm (mgr.14197) 538 : cephadm 1 Schedule start daemon haproxy.rgw.foo.smithi067.qpbqzy 2024-02-10T07:39:39.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:39 smithi174 bash[23193]: audit 2024-02-10T07:39:39.075626+0000 mon.smithi067 (mon.0) 1068 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:39:39.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:39 smithi174 bash[23193]: audit 2024-02-10T07:39:39.077486+0000 mon.smithi067 (mon.0) 1069 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:39:39.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:39 smithi174 bash[23193]: audit 2024-02-10T07:39:39.089437+0000 mon.smithi067 (mon.0) 1070 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:39.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:39 smithi174 bash[23193]: audit 2024-02-10T07:39:39.097242+0000 mon.smithi067 (mon.0) 1071 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:39:40.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:40 smithi174 bash[23193]: audit 2024-02-10T07:39:38.729160+0000 mgr.smithi067.noawcm (mgr.14197) 539 : audit 0 from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:40.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:40 smithi067 bash[18640]: audit 2024-02-10T07:39:38.729160+0000 mgr.smithi067.noawcm (mgr.14197) 539 : audit 0 from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:41.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:41 smithi174 bash[23193]: cluster 2024-02-10T07:39:39.559605+0000 mgr.smithi067.noawcm (mgr.14197) 540 : cluster 0 pgmap v336: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:39:41.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:41 smithi174 bash[23193]: audit 2024-02-10T07:39:40.138059+0000 mgr.smithi067.noawcm (mgr.14197) 541 : audit 0 from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:41.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:41 smithi174 bash[23193]: audit 2024-02-10T07:39:40.851960+0000 mon.smithi067 (mon.0) 1072 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:39:41.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:41 smithi067 bash[18640]: cluster 2024-02-10T07:39:39.559605+0000 mgr.smithi067.noawcm (mgr.14197) 540 : cluster 0 pgmap v336: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:39:41.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:41 smithi067 bash[18640]: audit 2024-02-10T07:39:40.138059+0000 mgr.smithi067.noawcm (mgr.14197) 541 : audit 0 from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:41.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:41 smithi067 bash[18640]: audit 2024-02-10T07:39:40.851960+0000 mon.smithi067 (mon.0) 1072 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:39:43.773 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:43 smithi174 bash[23193]: audit 2024-02-10T07:39:41.530454+0000 mgr.smithi067.noawcm (mgr.14197) 542 : audit 0 from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:43.773 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:43 smithi174 bash[23193]: cluster 2024-02-10T07:39:41.560344+0000 mgr.smithi067.noawcm (mgr.14197) 543 : cluster 0 pgmap v337: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:39:43.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:43 smithi067 bash[18640]: audit 2024-02-10T07:39:41.530454+0000 mgr.smithi067.noawcm (mgr.14197) 542 : audit 0 from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:43.785 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:43 smithi067 bash[18640]: cluster 2024-02-10T07:39:41.560344+0000 mgr.smithi067.noawcm (mgr.14197) 543 : cluster 0 pgmap v337: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:39:44.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:44 smithi174 bash[23193]: audit 2024-02-10T07:39:42.925656+0000 mgr.smithi067.noawcm (mgr.14197) 544 : audit 0 from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:44.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:44 smithi067 bash[18640]: audit 2024-02-10T07:39:42.925656+0000 mgr.smithi067.noawcm (mgr.14197) 544 : audit 0 from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:45.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:45 smithi174 bash[23193]: cluster 2024-02-10T07:39:43.561552+0000 mgr.smithi067.noawcm (mgr.14197) 545 : cluster 0 pgmap v338: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:39:45.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:45 smithi174 bash[23193]: audit 2024-02-10T07:39:44.350189+0000 mgr.smithi067.noawcm (mgr.14197) 546 : audit 0 from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:45.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:45 smithi067 bash[18640]: cluster 2024-02-10T07:39:43.561552+0000 mgr.smithi067.noawcm (mgr.14197) 545 : cluster 0 pgmap v338: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:39:45.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:45 smithi067 bash[18640]: audit 2024-02-10T07:39:44.350189+0000 mgr.smithi067.noawcm (mgr.14197) 546 : audit 0 from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:47.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:47 smithi174 bash[23193]: cluster 2024-02-10T07:39:45.562093+0000 mgr.smithi067.noawcm (mgr.14197) 547 : cluster 0 pgmap v339: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:39:47.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:47 smithi174 bash[23193]: audit 2024-02-10T07:39:45.784362+0000 mgr.smithi067.noawcm (mgr.14197) 548 : audit 0 from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:47.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:47 smithi067 bash[18640]: cluster 2024-02-10T07:39:45.562093+0000 mgr.smithi067.noawcm (mgr.14197) 547 : cluster 0 pgmap v339: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:39:47.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:47 smithi067 bash[18640]: audit 2024-02-10T07:39:45.784362+0000 mgr.smithi067.noawcm (mgr.14197) 548 : audit 0 from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:48.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:48 smithi174 bash[23193]: audit 2024-02-10T07:39:47.175413+0000 mgr.smithi067.noawcm (mgr.14197) 549 : audit 0 from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:48.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:48 smithi067 bash[18640]: audit 2024-02-10T07:39:47.175413+0000 mgr.smithi067.noawcm (mgr.14197) 549 : audit 0 from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:49.533 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:49 smithi067 bash[18640]: cluster 2024-02-10T07:39:47.563160+0000 mgr.smithi067.noawcm (mgr.14197) 550 : cluster 0 pgmap v340: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:39:49.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:49 smithi174 bash[23193]: cluster 2024-02-10T07:39:47.563160+0000 mgr.smithi067.noawcm (mgr.14197) 550 : cluster 0 pgmap v340: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:39:50.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:50 smithi174 bash[23193]: audit 2024-02-10T07:39:48.567769+0000 mgr.smithi067.noawcm (mgr.14197) 551 : audit 0 from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:50.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:50 smithi174 bash[23193]: audit 2024-02-10T07:39:49.527602+0000 mon.smithi067 (mon.0) 1073 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:50.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:50 smithi174 bash[23193]: audit 2024-02-10T07:39:49.535529+0000 mon.smithi067 (mon.0) 1074 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:50.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:50 smithi174 bash[23193]: audit 2024-02-10T07:39:49.542659+0000 mon.smithi067 (mon.0) 1075 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:39:50.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:50 smithi174 bash[23193]: audit 2024-02-10T07:39:50.069141+0000 mon.smithi067 (mon.0) 1076 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:50.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:50 smithi174 bash[23193]: audit 2024-02-10T07:39:50.078810+0000 mon.smithi067 (mon.0) 1077 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:50.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:50 smithi067 bash[18640]: audit 2024-02-10T07:39:48.567769+0000 mgr.smithi067.noawcm (mgr.14197) 551 : audit 0 from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:50.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:50 smithi067 bash[18640]: audit 2024-02-10T07:39:49.527602+0000 mon.smithi067 (mon.0) 1073 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:50.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:50 smithi067 bash[18640]: audit 2024-02-10T07:39:49.535529+0000 mon.smithi067 (mon.0) 1074 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:50.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:50 smithi067 bash[18640]: audit 2024-02-10T07:39:49.542659+0000 mon.smithi067 (mon.0) 1075 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:39:50.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:50 smithi067 bash[18640]: audit 2024-02-10T07:39:50.069141+0000 mon.smithi067 (mon.0) 1076 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:50.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:50 smithi067 bash[18640]: audit 2024-02-10T07:39:50.078810+0000 mon.smithi067 (mon.0) 1077 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:51.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:51 smithi174 bash[23193]: cluster 2024-02-10T07:39:49.563758+0000 mgr.smithi067.noawcm (mgr.14197) 552 : cluster 0 pgmap v341: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:39:51.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:51 smithi174 bash[23193]: audit 2024-02-10T07:39:49.954904+0000 mgr.smithi067.noawcm (mgr.14197) 553 : audit 0 from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:51.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:51 smithi067 bash[18640]: cluster 2024-02-10T07:39:49.563758+0000 mgr.smithi067.noawcm (mgr.14197) 552 : cluster 0 pgmap v341: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:39:51.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:51 smithi067 bash[18640]: audit 2024-02-10T07:39:49.954904+0000 mgr.smithi067.noawcm (mgr.14197) 553 : audit 0 from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:52.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:52 smithi174 bash[23193]: audit 2024-02-10T07:39:51.354161+0000 mgr.smithi067.noawcm (mgr.14197) 554 : audit 0 from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:52.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:52 smithi067 bash[18640]: audit 2024-02-10T07:39:51.354161+0000 mgr.smithi067.noawcm (mgr.14197) 554 : audit 0 from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:53.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:53 smithi174 bash[23193]: cluster 2024-02-10T07:39:51.564718+0000 mgr.smithi067.noawcm (mgr.14197) 555 : cluster 0 pgmap v342: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:39:53.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:53 smithi067 bash[18640]: cluster 2024-02-10T07:39:51.564718+0000 mgr.smithi067.noawcm (mgr.14197) 555 : cluster 0 pgmap v342: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:39:54.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:54 smithi174 bash[23193]: audit 2024-02-10T07:39:52.774158+0000 mgr.smithi067.noawcm (mgr.14197) 556 : audit 0 from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:54.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:54 smithi067 bash[18640]: audit 2024-02-10T07:39:52.774158+0000 mgr.smithi067.noawcm (mgr.14197) 556 : audit 0 from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:55.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:55 smithi174 bash[23193]: cluster 2024-02-10T07:39:53.565916+0000 mgr.smithi067.noawcm (mgr.14197) 557 : cluster 0 pgmap v343: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:39:55.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:55 smithi174 bash[23193]: audit 2024-02-10T07:39:54.212289+0000 mgr.smithi067.noawcm (mgr.14197) 558 : audit 0 from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:55.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:55 smithi067 bash[18640]: cluster 2024-02-10T07:39:53.565916+0000 mgr.smithi067.noawcm (mgr.14197) 557 : cluster 0 pgmap v343: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:39:55.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:55 smithi067 bash[18640]: audit 2024-02-10T07:39:54.212289+0000 mgr.smithi067.noawcm (mgr.14197) 558 : audit 0 from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:57.120 INFO:teuthology.orchestra.run.smithi067.stdout:haproxy.rgw.foo.smithi067.qpbqzy smithi067 *:9000,9001 running (7s) 1s ago 3m 4643k - 2.3.17-d1c9119 e85424b0d443 97044ddc7b96 2024-02-10T07:39:57.267 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:56 smithi174 bash[23193]: cluster 2024-02-10T07:39:55.566448+0000 mgr.smithi067.noawcm (mgr.14197) 559 : cluster 0 pgmap v344: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:39:57.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:56 smithi174 bash[23193]: audit 2024-02-10T07:39:55.697638+0000 mgr.smithi067.noawcm (mgr.14197) 560 : audit 0 from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:57.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:56 smithi174 bash[23193]: audit 2024-02-10T07:39:55.838262+0000 mon.smithi067 (mon.0) 1078 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:57.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:56 smithi174 bash[23193]: audit 2024-02-10T07:39:55.844343+0000 mon.smithi067 (mon.0) 1079 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:57.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:56 smithi174 bash[23193]: audit 2024-02-10T07:39:55.851167+0000 mon.smithi067 (mon.0) 1080 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:39:57.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:56 smithi174 bash[23193]: audit 2024-02-10T07:39:56.420955+0000 mon.smithi067 (mon.0) 1081 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:39:57.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:56 smithi174 bash[23193]: audit 2024-02-10T07:39:56.422565+0000 mon.smithi067 (mon.0) 1082 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:39:57.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:56 smithi174 bash[23193]: audit 2024-02-10T07:39:56.432759+0000 mon.smithi067 (mon.0) 1083 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:57.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:56 smithi174 bash[23193]: audit 2024-02-10T07:39:56.436892+0000 mon.smithi067 (mon.0) 1084 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:39:57.284 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:56 smithi067 bash[18640]: cluster 2024-02-10T07:39:55.566448+0000 mgr.smithi067.noawcm (mgr.14197) 559 : cluster 0 pgmap v344: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:39:57.284 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:56 smithi067 bash[18640]: audit 2024-02-10T07:39:55.697638+0000 mgr.smithi067.noawcm (mgr.14197) 560 : audit 0 from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:57.284 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:56 smithi067 bash[18640]: audit 2024-02-10T07:39:55.838262+0000 mon.smithi067 (mon.0) 1078 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:57.284 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:56 smithi067 bash[18640]: audit 2024-02-10T07:39:55.844343+0000 mon.smithi067 (mon.0) 1079 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:57.284 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:56 smithi067 bash[18640]: audit 2024-02-10T07:39:55.851167+0000 mon.smithi067 (mon.0) 1080 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:39:57.284 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:56 smithi067 bash[18640]: audit 2024-02-10T07:39:56.420955+0000 mon.smithi067 (mon.0) 1081 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:39:57.284 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:56 smithi067 bash[18640]: audit 2024-02-10T07:39:56.422565+0000 mon.smithi067 (mon.0) 1082 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:39:57.284 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:56 smithi067 bash[18640]: audit 2024-02-10T07:39:56.432759+0000 mon.smithi067 (mon.0) 1083 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:57.284 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:56 smithi067 bash[18640]: audit 2024-02-10T07:39:56.436892+0000 mon.smithi067 (mon.0) 1084 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:39:57.494 INFO:teuthology.orchestra.run.smithi067.stdout:Scheduled to stop haproxy.rgw.foo.smithi174.hzdsnv on host 'smithi174' 2024-02-10T07:39:58.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:57 smithi174 bash[23193]: audit 2024-02-10T07:39:57.082290+0000 mgr.smithi067.noawcm (mgr.14197) 561 : audit 0 from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:58.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:57 smithi174 bash[23193]: audit 2024-02-10T07:39:57.488028+0000 mon.smithi067 (mon.0) 1085 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:58.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:57 smithi174 bash[23193]: audit 2024-02-10T07:39:57.498228+0000 mon.smithi067 (mon.0) 1086 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:58.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:57 smithi174 bash[23193]: audit 2024-02-10T07:39:57.538742+0000 mon.smithi067 (mon.0) 1087 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:39:58.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:57 smithi174 bash[23193]: audit 2024-02-10T07:39:57.540910+0000 mon.smithi067 (mon.0) 1088 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:39:58.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:57 smithi174 bash[23193]: audit 2024-02-10T07:39:57.541876+0000 mon.smithi067 (mon.0) 1089 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:39:58.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:57 smithi174 bash[23193]: audit 2024-02-10T07:39:57.548450+0000 mon.smithi067 (mon.0) 1090 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:58.268 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:57 smithi174 bash[23193]: audit 2024-02-10T07:39:57.552789+0000 mon.smithi067 (mon.0) 1091 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:39:58.284 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:57 smithi067 bash[18640]: audit 2024-02-10T07:39:57.082290+0000 mgr.smithi067.noawcm (mgr.14197) 561 : audit 0 from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:58.284 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:57 smithi067 bash[18640]: audit 2024-02-10T07:39:57.488028+0000 mon.smithi067 (mon.0) 1085 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:58.284 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:57 smithi067 bash[18640]: audit 2024-02-10T07:39:57.498228+0000 mon.smithi067 (mon.0) 1086 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:58.284 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:57 smithi067 bash[18640]: audit 2024-02-10T07:39:57.538742+0000 mon.smithi067 (mon.0) 1087 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:39:58.284 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:57 smithi067 bash[18640]: audit 2024-02-10T07:39:57.540910+0000 mon.smithi067 (mon.0) 1088 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:39:58.284 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:57 smithi067 bash[18640]: audit 2024-02-10T07:39:57.541876+0000 mon.smithi067 (mon.0) 1089 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:39:58.284 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:57 smithi067 bash[18640]: audit 2024-02-10T07:39:57.548450+0000 mon.smithi067 (mon.0) 1090 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:39:58.284 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:57 smithi067 bash[18640]: audit 2024-02-10T07:39:57.552789+0000 mon.smithi067 (mon.0) 1091 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:39:59.258 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:58 smithi067 bash[18640]: audit 2024-02-10T07:39:57.477966+0000 mgr.smithi067.noawcm (mgr.14197) 562 : audit 0 from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.rgw.foo.smithi174.hzdsnv", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:59.258 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:58 smithi067 bash[18640]: cephadm 2024-02-10T07:39:57.478705+0000 mgr.smithi067.noawcm (mgr.14197) 563 : cephadm 1 Schedule stop daemon haproxy.rgw.foo.smithi174.hzdsnv 2024-02-10T07:39:59.258 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:58 smithi067 bash[18640]: cluster 2024-02-10T07:39:57.567236+0000 mgr.smithi067.noawcm (mgr.14197) 564 : cluster 0 pgmap v345: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-10T07:39:59.258 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:58 smithi067 bash[18640]: audit 2024-02-10T07:39:57.869603+0000 mgr.smithi067.noawcm (mgr.14197) 565 : audit 0 from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:59.267 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:58 smithi174 bash[23193]: audit 2024-02-10T07:39:57.477966+0000 mgr.smithi067.noawcm (mgr.14197) 562 : audit 0 from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.rgw.foo.smithi174.hzdsnv", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:59.267 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:58 smithi174 bash[23193]: cephadm 2024-02-10T07:39:57.478705+0000 mgr.smithi067.noawcm (mgr.14197) 563 : cephadm 1 Schedule stop daemon haproxy.rgw.foo.smithi174.hzdsnv 2024-02-10T07:39:59.267 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:58 smithi174 bash[23193]: cluster 2024-02-10T07:39:57.567236+0000 mgr.smithi067.noawcm (mgr.14197) 564 : cluster 0 pgmap v345: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-10T07:39:59.267 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:58 smithi174 bash[23193]: audit 2024-02-10T07:39:57.869603+0000 mgr.smithi067.noawcm (mgr.14197) 565 : audit 0 from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:00.267 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:39:59 smithi174 bash[23193]: audit 2024-02-10T07:39:59.258196+0000 mgr.smithi067.noawcm (mgr.14197) 566 : audit 0 from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:00.284 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:39:59 smithi067 bash[18640]: audit 2024-02-10T07:39:59.258196+0000 mgr.smithi067.noawcm (mgr.14197) 566 : audit 0 from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:01.034 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:00 smithi067 bash[18640]: cluster 2024-02-10T07:39:59.568353+0000 mgr.smithi067.noawcm (mgr.14197) 567 : cluster 0 pgmap v346: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-10T07:40:01.034 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:00 smithi067 bash[18640]: cluster 2024-02-10T07:40:00.000208+0000 mon.smithi067 (mon.0) 1092 : cluster 1 overall HEALTH_OK 2024-02-10T07:40:01.267 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:00 smithi174 bash[23193]: cluster 2024-02-10T07:39:59.568353+0000 mgr.smithi067.noawcm (mgr.14197) 567 : cluster 0 pgmap v346: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-10T07:40:01.267 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:00 smithi174 bash[23193]: cluster 2024-02-10T07:40:00.000208+0000 mon.smithi067 (mon.0) 1092 : cluster 1 overall HEALTH_OK 2024-02-10T07:40:02.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:02 smithi174 bash[23193]: audit 2024-02-10T07:40:00.700806+0000 mgr.smithi067.noawcm (mgr.14197) 568 : audit 0 from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:02.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:02 smithi067 bash[18640]: audit 2024-02-10T07:40:00.700806+0000 mgr.smithi067.noawcm (mgr.14197) 568 : audit 0 from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:03.517 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:03 smithi174 bash[23193]: cluster 2024-02-10T07:40:01.569337+0000 mgr.smithi067.noawcm (mgr.14197) 569 : cluster 0 pgmap v347: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:40:03.517 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:03 smithi174 bash[23193]: audit 2024-02-10T07:40:02.097106+0000 mgr.smithi067.noawcm (mgr.14197) 570 : audit 0 from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:03.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:03 smithi067 bash[18640]: cluster 2024-02-10T07:40:01.569337+0000 mgr.smithi067.noawcm (mgr.14197) 569 : cluster 0 pgmap v347: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:40:03.816 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:03 smithi067 bash[18640]: audit 2024-02-10T07:40:02.097106+0000 mgr.smithi067.noawcm (mgr.14197) 570 : audit 0 from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:04.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:04 smithi174 bash[23193]: audit 2024-02-10T07:40:03.487207+0000 mon.smithi067 (mon.0) 1093 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:40:04.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:04 smithi174 bash[23193]: audit 2024-02-10T07:40:03.497570+0000 mon.smithi067 (mon.0) 1094 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:40:04.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:04 smithi174 bash[23193]: audit 2024-02-10T07:40:03.513893+0000 mgr.smithi067.noawcm (mgr.14197) 571 : audit 0 from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:04.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:04 smithi174 bash[23193]: audit 2024-02-10T07:40:03.518955+0000 mon.smithi067 (mon.0) 1095 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:40:04.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:04 smithi174 bash[23193]: cluster 2024-02-10T07:40:03.570039+0000 mgr.smithi067.noawcm (mgr.14197) 572 : cluster 0 pgmap v348: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:40:04.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:04 smithi067 bash[18640]: audit 2024-02-10T07:40:03.487207+0000 mon.smithi067 (mon.0) 1093 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:40:04.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:04 smithi067 bash[18640]: audit 2024-02-10T07:40:03.497570+0000 mon.smithi067 (mon.0) 1094 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:40:04.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:04 smithi067 bash[18640]: audit 2024-02-10T07:40:03.513893+0000 mgr.smithi067.noawcm (mgr.14197) 571 : audit 0 from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:04.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:04 smithi067 bash[18640]: audit 2024-02-10T07:40:03.518955+0000 mon.smithi067 (mon.0) 1095 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:40:04.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:04 smithi067 bash[18640]: cluster 2024-02-10T07:40:03.570039+0000 mgr.smithi067.noawcm (mgr.14197) 572 : cluster 0 pgmap v348: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:40:05.765 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:05 smithi067 bash[18640]: audit 2024-02-10T07:40:04.896907+0000 mgr.smithi067.noawcm (mgr.14197) 573 : audit 0 from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:05.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:05 smithi174 bash[23193]: audit 2024-02-10T07:40:04.896907+0000 mgr.smithi067.noawcm (mgr.14197) 573 : audit 0 from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:07.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:07 smithi174 bash[23193]: cluster 2024-02-10T07:40:05.570934+0000 mgr.smithi067.noawcm (mgr.14197) 574 : cluster 0 pgmap v349: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:40:07.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:07 smithi174 bash[23193]: audit 2024-02-10T07:40:06.284840+0000 mgr.smithi067.noawcm (mgr.14197) 575 : audit 0 from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:07.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:07 smithi067 bash[18640]: cluster 2024-02-10T07:40:05.570934+0000 mgr.smithi067.noawcm (mgr.14197) 574 : cluster 0 pgmap v349: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:40:07.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:07 smithi067 bash[18640]: audit 2024-02-10T07:40:06.284840+0000 mgr.smithi067.noawcm (mgr.14197) 575 : audit 0 from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:09.534 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:09 smithi067 bash[18640]: cluster 2024-02-10T07:40:07.571648+0000 mgr.smithi067.noawcm (mgr.14197) 576 : cluster 0 pgmap v350: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:40:09.534 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:09 smithi067 bash[18640]: audit 2024-02-10T07:40:07.712736+0000 mgr.smithi067.noawcm (mgr.14197) 577 : audit 0 from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:09.534 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:09 smithi067 bash[18640]: audit 2024-02-10T07:40:09.294560+0000 mon.smithi067 (mon.0) 1096 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:40:09.534 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:09 smithi067 bash[18640]: audit 2024-02-10T07:40:09.307828+0000 mon.smithi067 (mon.0) 1097 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:40:09.534 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:09 smithi067 bash[18640]: audit 2024-02-10T07:40:09.310870+0000 mon.smithi067 (mon.0) 1098 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:40:09.534 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:09 smithi067 bash[18640]: audit 2024-02-10T07:40:09.312847+0000 mon.smithi067 (mon.0) 1099 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:40:09.534 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:09 smithi067 bash[18640]: audit 2024-02-10T07:40:09.325206+0000 mon.smithi067 (mon.0) 1100 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:40:09.534 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:09 smithi067 bash[18640]: audit 2024-02-10T07:40:09.333712+0000 mon.smithi067 (mon.0) 1101 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:40:09.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:09 smithi174 bash[23193]: cluster 2024-02-10T07:40:07.571648+0000 mgr.smithi067.noawcm (mgr.14197) 576 : cluster 0 pgmap v350: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:40:09.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:09 smithi174 bash[23193]: audit 2024-02-10T07:40:07.712736+0000 mgr.smithi067.noawcm (mgr.14197) 577 : audit 0 from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:09.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:09 smithi174 bash[23193]: audit 2024-02-10T07:40:09.294560+0000 mon.smithi067 (mon.0) 1096 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:40:09.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:09 smithi174 bash[23193]: audit 2024-02-10T07:40:09.307828+0000 mon.smithi067 (mon.0) 1097 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:40:09.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:09 smithi174 bash[23193]: audit 2024-02-10T07:40:09.310870+0000 mon.smithi067 (mon.0) 1098 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:40:09.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:09 smithi174 bash[23193]: audit 2024-02-10T07:40:09.312847+0000 mon.smithi067 (mon.0) 1099 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:40:09.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:09 smithi174 bash[23193]: audit 2024-02-10T07:40:09.325206+0000 mon.smithi067 (mon.0) 1100 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:40:09.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:09 smithi174 bash[23193]: audit 2024-02-10T07:40:09.333712+0000 mon.smithi067 (mon.0) 1101 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:40:10.648 INFO:teuthology.orchestra.run.smithi067.stdout:haproxy.rgw.foo.smithi174.hzdsnv smithi174 *:9000,9001 stopped 1s ago 4m - - 2024-02-10T07:40:10.652 INFO:teuthology.orchestra.run.smithi067.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2024-02-10T07:40:10.653 INFO:teuthology.orchestra.run.smithi067.stderr: Dload Upload Total Spent Left Speed 2024-02-10T07:40:10.654 INFO:teuthology.orchestra.run.smithi067.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 214 0 214 0 0 208k 0 --:--:-- --:--:-- --:--:-- 208k 2024-02-10T07:40:10.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:10 smithi174 bash[23193]: audit 2024-02-10T07:40:09.146926+0000 mgr.smithi067.noawcm (mgr.14197) 578 : audit 0 from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:10.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:10 smithi067 bash[18640]: audit 2024-02-10T07:40:09.146926+0000 mgr.smithi067.noawcm (mgr.14197) 578 : audit 0 from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:11.032 INFO:teuthology.orchestra.run.smithi067.stdout:anonymousScheduled to start haproxy.rgw.foo.smithi174.hzdsnv on host 'smithi174' 2024-02-10T07:40:11.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:11 smithi174 bash[23193]: cluster 2024-02-10T07:40:09.572820+0000 mgr.smithi067.noawcm (mgr.14197) 579 : cluster 0 pgmap v351: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:40:11.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:11 smithi174 bash[23193]: audit 2024-02-10T07:40:10.852581+0000 mon.smithi067 (mon.0) 1102 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:40:11.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:11 smithi174 bash[23193]: audit 2024-02-10T07:40:11.025438+0000 mon.smithi067 (mon.0) 1103 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:40:11.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:11 smithi174 bash[23193]: audit 2024-02-10T07:40:11.035839+0000 mon.smithi067 (mon.0) 1104 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:40:11.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:11 smithi174 bash[23193]: audit 2024-02-10T07:40:11.058353+0000 mon.smithi067 (mon.0) 1105 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:40:11.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:11 smithi174 bash[23193]: audit 2024-02-10T07:40:11.060302+0000 mon.smithi067 (mon.0) 1106 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:40:11.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:11 smithi174 bash[23193]: audit 2024-02-10T07:40:11.061293+0000 mon.smithi067 (mon.0) 1107 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:40:11.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:11 smithi174 bash[23193]: audit 2024-02-10T07:40:11.067012+0000 mon.smithi067 (mon.0) 1108 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:40:11.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:11 smithi174 bash[23193]: audit 2024-02-10T07:40:11.070534+0000 mon.smithi067 (mon.0) 1109 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:40:11.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:11 smithi067 bash[18640]: cluster 2024-02-10T07:40:09.572820+0000 mgr.smithi067.noawcm (mgr.14197) 579 : cluster 0 pgmap v351: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:40:11.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:11 smithi067 bash[18640]: audit 2024-02-10T07:40:10.852581+0000 mon.smithi067 (mon.0) 1102 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:40:11.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:11 smithi067 bash[18640]: audit 2024-02-10T07:40:11.025438+0000 mon.smithi067 (mon.0) 1103 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:40:11.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:11 smithi067 bash[18640]: audit 2024-02-10T07:40:11.035839+0000 mon.smithi067 (mon.0) 1104 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:40:11.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:11 smithi067 bash[18640]: audit 2024-02-10T07:40:11.058353+0000 mon.smithi067 (mon.0) 1105 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:40:11.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:11 smithi067 bash[18640]: audit 2024-02-10T07:40:11.060302+0000 mon.smithi067 (mon.0) 1106 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:40:11.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:11 smithi067 bash[18640]: audit 2024-02-10T07:40:11.061293+0000 mon.smithi067 (mon.0) 1107 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:40:11.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:11 smithi067 bash[18640]: audit 2024-02-10T07:40:11.067012+0000 mon.smithi067 (mon.0) 1108 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:40:11.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:11 smithi067 bash[18640]: audit 2024-02-10T07:40:11.070534+0000 mon.smithi067 (mon.0) 1109 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:40:12.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:12 smithi174 bash[23193]: audit 2024-02-10T07:40:10.578293+0000 mgr.smithi067.noawcm (mgr.14197) 580 : audit 0 from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:12.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:12 smithi174 bash[23193]: audit 2024-02-10T07:40:11.015165+0000 mgr.smithi067.noawcm (mgr.14197) 581 : audit 0 from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.rgw.foo.smithi174.hzdsnv", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:12.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:12 smithi174 bash[23193]: cephadm 2024-02-10T07:40:11.016004+0000 mgr.smithi067.noawcm (mgr.14197) 582 : cephadm 1 Schedule start daemon haproxy.rgw.foo.smithi174.hzdsnv 2024-02-10T07:40:12.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:12 smithi174 bash[23193]: audit 2024-02-10T07:40:11.378903+0000 mgr.smithi067.noawcm (mgr.14197) 583 : audit 0 from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:12.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:12 smithi067 bash[18640]: audit 2024-02-10T07:40:10.578293+0000 mgr.smithi067.noawcm (mgr.14197) 580 : audit 0 from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:12.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:12 smithi067 bash[18640]: audit 2024-02-10T07:40:11.015165+0000 mgr.smithi067.noawcm (mgr.14197) 581 : audit 0 from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.rgw.foo.smithi174.hzdsnv", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:12.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:12 smithi067 bash[18640]: cephadm 2024-02-10T07:40:11.016004+0000 mgr.smithi067.noawcm (mgr.14197) 582 : cephadm 1 Schedule start daemon haproxy.rgw.foo.smithi174.hzdsnv 2024-02-10T07:40:12.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:12 smithi067 bash[18640]: audit 2024-02-10T07:40:11.378903+0000 mgr.smithi067.noawcm (mgr.14197) 583 : audit 0 from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:13.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:13 smithi174 bash[23193]: cluster 2024-02-10T07:40:11.573794+0000 mgr.smithi067.noawcm (mgr.14197) 584 : cluster 0 pgmap v352: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:40:13.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:13 smithi067 bash[18640]: cluster 2024-02-10T07:40:11.573794+0000 mgr.smithi067.noawcm (mgr.14197) 584 : cluster 0 pgmap v352: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:40:14.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:14 smithi174 bash[23193]: audit 2024-02-10T07:40:12.810074+0000 mgr.smithi067.noawcm (mgr.14197) 585 : audit 0 from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:14.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:14 smithi067 bash[18640]: audit 2024-02-10T07:40:12.810074+0000 mgr.smithi067.noawcm (mgr.14197) 585 : audit 0 from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:15.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:15 smithi174 bash[23193]: cluster 2024-02-10T07:40:13.575029+0000 mgr.smithi067.noawcm (mgr.14197) 586 : cluster 0 pgmap v353: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:40:15.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:15 smithi174 bash[23193]: audit 2024-02-10T07:40:14.241237+0000 mgr.smithi067.noawcm (mgr.14197) 587 : audit 0 from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:15.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:15 smithi067 bash[18640]: cluster 2024-02-10T07:40:13.575029+0000 mgr.smithi067.noawcm (mgr.14197) 586 : cluster 0 pgmap v353: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:40:15.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:15 smithi067 bash[18640]: audit 2024-02-10T07:40:14.241237+0000 mgr.smithi067.noawcm (mgr.14197) 587 : audit 0 from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:17.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:17 smithi174 bash[23193]: cluster 2024-02-10T07:40:15.575888+0000 mgr.smithi067.noawcm (mgr.14197) 588 : cluster 0 pgmap v354: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:40:17.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:17 smithi174 bash[23193]: audit 2024-02-10T07:40:15.623522+0000 mgr.smithi067.noawcm (mgr.14197) 589 : audit 0 from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:17.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:17 smithi067 bash[18640]: cluster 2024-02-10T07:40:15.575888+0000 mgr.smithi067.noawcm (mgr.14197) 588 : cluster 0 pgmap v354: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:40:17.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:17 smithi067 bash[18640]: audit 2024-02-10T07:40:15.623522+0000 mgr.smithi067.noawcm (mgr.14197) 589 : audit 0 from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:18.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:18 smithi174 bash[23193]: audit 2024-02-10T07:40:17.012640+0000 mgr.smithi067.noawcm (mgr.14197) 590 : audit 0 from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:18.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:18 smithi067 bash[18640]: audit 2024-02-10T07:40:17.012640+0000 mgr.smithi067.noawcm (mgr.14197) 590 : audit 0 from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:19.533 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:19 smithi067 bash[18640]: cluster 2024-02-10T07:40:17.577067+0000 mgr.smithi067.noawcm (mgr.14197) 591 : cluster 0 pgmap v355: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:40:19.534 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:19 smithi067 bash[18640]: audit 2024-02-10T07:40:18.453005+0000 mgr.smithi067.noawcm (mgr.14197) 592 : audit 0 from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:19.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:19 smithi174 bash[23193]: cluster 2024-02-10T07:40:17.577067+0000 mgr.smithi067.noawcm (mgr.14197) 591 : cluster 0 pgmap v355: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:40:19.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:19 smithi174 bash[23193]: audit 2024-02-10T07:40:18.453005+0000 mgr.smithi067.noawcm (mgr.14197) 592 : audit 0 from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:21.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:21 smithi174 bash[23193]: cluster 2024-02-10T07:40:19.578337+0000 mgr.smithi067.noawcm (mgr.14197) 593 : cluster 0 pgmap v356: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:40:21.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:21 smithi174 bash[23193]: audit 2024-02-10T07:40:19.887322+0000 mgr.smithi067.noawcm (mgr.14197) 594 : audit 0 from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:21.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:21 smithi174 bash[23193]: audit 2024-02-10T07:40:21.444665+0000 mon.smithi067 (mon.0) 1110 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:40:21.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:21 smithi067 bash[18640]: cluster 2024-02-10T07:40:19.578337+0000 mgr.smithi067.noawcm (mgr.14197) 593 : cluster 0 pgmap v356: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:40:21.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:21 smithi067 bash[18640]: audit 2024-02-10T07:40:19.887322+0000 mgr.smithi067.noawcm (mgr.14197) 594 : audit 0 from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:21.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:21 smithi067 bash[18640]: audit 2024-02-10T07:40:21.444665+0000 mon.smithi067 (mon.0) 1110 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:40:22.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:22 smithi174 bash[23193]: audit 2024-02-10T07:40:21.317277+0000 mgr.smithi067.noawcm (mgr.14197) 595 : audit 0 from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:22.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:22 smithi174 bash[23193]: audit 2024-02-10T07:40:21.455154+0000 mon.smithi067 (mon.0) 1111 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:40:22.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:22 smithi174 bash[23193]: audit 2024-02-10T07:40:21.463849+0000 mon.smithi067 (mon.0) 1112 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:40:22.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:22 smithi067 bash[18640]: audit 2024-02-10T07:40:21.317277+0000 mgr.smithi067.noawcm (mgr.14197) 595 : audit 0 from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:22.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:22 smithi067 bash[18640]: audit 2024-02-10T07:40:21.455154+0000 mon.smithi067 (mon.0) 1111 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:40:22.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:22 smithi067 bash[18640]: audit 2024-02-10T07:40:21.463849+0000 mon.smithi067 (mon.0) 1112 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:40:23.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:23 smithi174 bash[23193]: cluster 2024-02-10T07:40:21.579346+0000 mgr.smithi067.noawcm (mgr.14197) 596 : cluster 0 pgmap v357: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:40:23.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:23 smithi174 bash[23193]: audit 2024-02-10T07:40:22.755721+0000 mgr.smithi067.noawcm (mgr.14197) 597 : audit 0 from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:23.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:23 smithi067 bash[18640]: cluster 2024-02-10T07:40:21.579346+0000 mgr.smithi067.noawcm (mgr.14197) 596 : cluster 0 pgmap v357: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:40:23.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:23 smithi067 bash[18640]: audit 2024-02-10T07:40:22.755721+0000 mgr.smithi067.noawcm (mgr.14197) 597 : audit 0 from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:24.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:24 smithi174 bash[23193]: cluster 2024-02-10T07:40:23.580609+0000 mgr.smithi067.noawcm (mgr.14197) 598 : cluster 0 pgmap v358: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:40:24.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:24 smithi174 bash[23193]: audit 2024-02-10T07:40:24.187458+0000 mgr.smithi067.noawcm (mgr.14197) 599 : audit 0 from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:24.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:24 smithi067 bash[18640]: cluster 2024-02-10T07:40:23.580609+0000 mgr.smithi067.noawcm (mgr.14197) 598 : cluster 0 pgmap v358: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:40:24.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:24 smithi067 bash[18640]: audit 2024-02-10T07:40:24.187458+0000 mgr.smithi067.noawcm (mgr.14197) 599 : audit 0 from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:26.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:26 smithi067 bash[18640]: cluster 2024-02-10T07:40:25.581246+0000 mgr.smithi067.noawcm (mgr.14197) 600 : cluster 0 pgmap v359: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:40:26.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:26 smithi067 bash[18640]: audit 2024-02-10T07:40:25.588714+0000 mgr.smithi067.noawcm (mgr.14197) 601 : audit 0 from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:26.784 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:26 smithi067 bash[18640]: audit 2024-02-10T07:40:25.853402+0000 mon.smithi067 (mon.0) 1113 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:40:27.017 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:26 smithi174 bash[23193]: cluster 2024-02-10T07:40:25.581246+0000 mgr.smithi067.noawcm (mgr.14197) 600 : cluster 0 pgmap v359: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:40:27.017 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:26 smithi174 bash[23193]: audit 2024-02-10T07:40:25.588714+0000 mgr.smithi067.noawcm (mgr.14197) 601 : audit 0 from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:27.017 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:26 smithi174 bash[23193]: audit 2024-02-10T07:40:25.853402+0000 mon.smithi067 (mon.0) 1113 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:40:28.521 INFO:teuthology.orchestra.run.smithi067.stdout:haproxy.rgw.foo.smithi174.hzdsnv smithi174 *:9000,9001 running (7s) 1s ago 4m 4652k - 2.3.17-d1c9119 e85424b0d443 1f4d87327ee5 2024-02-10T07:40:28.527 INFO:teuthology.orchestra.run.smithi067.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2024-02-10T07:40:28.527 INFO:teuthology.orchestra.run.smithi067.stderr: Dload Upload Total Spent Left Speed 2024-02-10T07:40:28.527 INFO:teuthology.orchestra.run.smithi067.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 214 0 214 0 0 208k 0 --:--:-- --:--:-- --:--:-- 208k 2024-02-10T07:40:28.726 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:28 smithi067 bash[18640]: audit 2024-02-10T07:40:27.023358+0000 mgr.smithi067.noawcm (mgr.14197) 602 : audit 0 from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:28.726 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:28 smithi067 bash[18640]: audit 2024-02-10T07:40:27.334210+0000 mon.smithi067 (mon.0) 1114 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:40:28.726 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:28 smithi067 bash[18640]: audit 2024-02-10T07:40:27.347679+0000 mon.smithi067 (mon.0) 1115 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:40:28.726 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:28 smithi067 bash[18640]: audit 2024-02-10T07:40:27.350739+0000 mon.smithi067 (mon.0) 1116 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:40:28.726 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:28 smithi067 bash[18640]: audit 2024-02-10T07:40:27.352708+0000 mon.smithi067 (mon.0) 1117 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:40:28.726 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:28 smithi067 bash[18640]: audit 2024-02-10T07:40:27.362817+0000 mon.smithi067 (mon.0) 1118 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:40:28.726 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:28 smithi067 bash[18640]: audit 2024-02-10T07:40:27.371176+0000 mon.smithi067 (mon.0) 1119 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:40:28.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:28 smithi174 bash[23193]: audit 2024-02-10T07:40:27.023358+0000 mgr.smithi067.noawcm (mgr.14197) 602 : audit 0 from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:28.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:28 smithi174 bash[23193]: audit 2024-02-10T07:40:27.334210+0000 mon.smithi067 (mon.0) 1114 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:40:28.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:28 smithi174 bash[23193]: audit 2024-02-10T07:40:27.347679+0000 mon.smithi067 (mon.0) 1115 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:40:28.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:28 smithi174 bash[23193]: audit 2024-02-10T07:40:27.350739+0000 mon.smithi067 (mon.0) 1116 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:40:28.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:28 smithi174 bash[23193]: audit 2024-02-10T07:40:27.352708+0000 mon.smithi067 (mon.0) 1117 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:40:28.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:28 smithi174 bash[23193]: audit 2024-02-10T07:40:27.362817+0000 mon.smithi067 (mon.0) 1118 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:40:28.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:28 smithi174 bash[23193]: audit 2024-02-10T07:40:27.371176+0000 mon.smithi067 (mon.0) 1119 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:40:29.371 INFO:teuthology.orchestra.run.smithi067.stdout:anonymous 2024-02-10T07:40:29.372 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-10T07:40:29.384 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi067.front.sepia.ceph.com 2024-02-10T07:40:29.384 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- bash -c 'stat -c '"'"'%u %g'"'"' /var/log/ceph | grep '"'"'167 167'"'"'' 2024-02-10T07:40:29.533 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:29 smithi067 bash[18640]: cluster 2024-02-10T07:40:27.582212+0000 mgr.smithi067.noawcm (mgr.14197) 603 : cluster 0 pgmap v360: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-10T07:40:29.534 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:29 smithi067 bash[18640]: audit 2024-02-10T07:40:28.449885+0000 mgr.smithi067.noawcm (mgr.14197) 604 : audit 0 from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:29.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:29 smithi174 bash[23193]: cluster 2024-02-10T07:40:27.582212+0000 mgr.smithi067.noawcm (mgr.14197) 603 : cluster 0 pgmap v360: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-10T07:40:29.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:29 smithi174 bash[23193]: audit 2024-02-10T07:40:28.449885+0000 mgr.smithi067.noawcm (mgr.14197) 604 : audit 0 from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:31.683 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:31 smithi067 bash[18640]: cluster 2024-02-10T07:40:29.582844+0000 mgr.smithi067.noawcm (mgr.14197) 605 : cluster 0 pgmap v361: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-10T07:40:31.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:31 smithi174 bash[23193]: cluster 2024-02-10T07:40:29.582844+0000 mgr.smithi067.noawcm (mgr.14197) 605 : cluster 0 pgmap v361: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-10T07:40:33.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:33 smithi174 bash[23193]: cluster 2024-02-10T07:40:31.583725+0000 mgr.smithi067.noawcm (mgr.14197) 606 : cluster 0 pgmap v362: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:40:33.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:33 smithi067 bash[18640]: cluster 2024-02-10T07:40:31.583725+0000 mgr.smithi067.noawcm (mgr.14197) 606 : cluster 0 pgmap v362: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:40:34.221 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:40:35.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:35 smithi067 bash[18640]: cluster 2024-02-10T07:40:33.584935+0000 mgr.smithi067.noawcm (mgr.14197) 607 : cluster 0 pgmap v363: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:40:35.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:35 smithi174 bash[23193]: cluster 2024-02-10T07:40:33.584935+0000 mgr.smithi067.noawcm (mgr.14197) 607 : cluster 0 pgmap v363: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:40:36.826 INFO:teuthology.orchestra.run.smithi067.stdout:167 167 2024-02-10T07:40:37.678 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- bash -c 'ceph orch status' 2024-02-10T07:40:37.692 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:37 smithi067 bash[18640]: cluster 2024-02-10T07:40:35.586002+0000 mgr.smithi067.noawcm (mgr.14197) 608 : cluster 0 pgmap v364: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:40:37.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:37 smithi174 bash[23193]: cluster 2024-02-10T07:40:35.586002+0000 mgr.smithi067.noawcm (mgr.14197) 608 : cluster 0 pgmap v364: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:40:39.533 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:39 smithi067 bash[18640]: cluster 2024-02-10T07:40:37.587099+0000 mgr.smithi067.noawcm (mgr.14197) 609 : cluster 0 pgmap v365: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:40:39.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:39 smithi174 bash[23193]: cluster 2024-02-10T07:40:37.587099+0000 mgr.smithi067.noawcm (mgr.14197) 609 : cluster 0 pgmap v365: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:40:41.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:41 smithi174 bash[23193]: cluster 2024-02-10T07:40:39.588322+0000 mgr.smithi067.noawcm (mgr.14197) 610 : cluster 0 pgmap v366: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:40:41.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:41 smithi174 bash[23193]: audit 2024-02-10T07:40:40.853731+0000 mon.smithi067 (mon.0) 1120 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:40:41.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:41 smithi067 bash[18640]: cluster 2024-02-10T07:40:39.588322+0000 mgr.smithi067.noawcm (mgr.14197) 610 : cluster 0 pgmap v366: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:40:41.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:41 smithi067 bash[18640]: audit 2024-02-10T07:40:40.853731+0000 mon.smithi067 (mon.0) 1120 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:40:42.520 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:40:43.739 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:43 smithi067 bash[18640]: cluster 2024-02-10T07:40:41.589397+0000 mgr.smithi067.noawcm (mgr.14197) 611 : cluster 0 pgmap v367: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:40:43.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:43 smithi174 bash[23193]: cluster 2024-02-10T07:40:41.589397+0000 mgr.smithi067.noawcm (mgr.14197) 611 : cluster 0 pgmap v367: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:40:45.533 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:45 smithi067 bash[18640]: cluster 2024-02-10T07:40:43.590704+0000 mgr.smithi067.noawcm (mgr.14197) 612 : cluster 0 pgmap v368: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:40:45.645 INFO:teuthology.orchestra.run.smithi067.stdout:Backend: cephadm 2024-02-10T07:40:45.645 INFO:teuthology.orchestra.run.smithi067.stdout:Available: Yes 2024-02-10T07:40:45.645 INFO:teuthology.orchestra.run.smithi067.stdout:Paused: No 2024-02-10T07:40:45.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:45 smithi174 bash[23193]: cluster 2024-02-10T07:40:43.590704+0000 mgr.smithi067.noawcm (mgr.14197) 612 : cluster 0 pgmap v368: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:40:46.259 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-10T07:40:47.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:47 smithi174 bash[23193]: cluster 2024-02-10T07:40:45.591596+0000 mgr.smithi067.noawcm (mgr.14197) 613 : cluster 0 pgmap v369: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:40:47.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:47 smithi174 bash[23193]: audit 2024-02-10T07:40:45.650555+0000 mgr.smithi067.noawcm (mgr.14197) 614 : audit 0 from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:47.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:47 smithi067 bash[18640]: cluster 2024-02-10T07:40:45.591596+0000 mgr.smithi067.noawcm (mgr.14197) 613 : cluster 0 pgmap v369: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:40:47.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:47 smithi067 bash[18640]: audit 2024-02-10T07:40:45.650555+0000 mgr.smithi067.noawcm (mgr.14197) 614 : audit 0 from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:48.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:48 smithi067 bash[18640]: cluster 2024-02-10T07:40:47.592487+0000 mgr.smithi067.noawcm (mgr.14197) 615 : cluster 0 pgmap v370: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:40:49.017 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:48 smithi174 bash[23193]: cluster 2024-02-10T07:40:47.592487+0000 mgr.smithi067.noawcm (mgr.14197) 615 : cluster 0 pgmap v370: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:40:51.017 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:50 smithi174 bash[23193]: cluster 2024-02-10T07:40:49.593685+0000 mgr.smithi067.noawcm (mgr.14197) 616 : cluster 0 pgmap v371: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:40:51.033 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:50 smithi067 bash[18640]: cluster 2024-02-10T07:40:49.593685+0000 mgr.smithi067.noawcm (mgr.14197) 616 : cluster 0 pgmap v371: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:40:51.153 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:40:53.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:53 smithi174 bash[23193]: cluster 2024-02-10T07:40:51.594651+0000 mgr.smithi067.noawcm (mgr.14197) 617 : cluster 0 pgmap v372: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:40:53.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:53 smithi067 bash[18640]: cluster 2024-02-10T07:40:51.594651+0000 mgr.smithi067.noawcm (mgr.14197) 617 : cluster 0 pgmap v372: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:40:54.343 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T07:40:54.343 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.smithi067 smithi067 *:9093,9094 running (10m) 58s ago 12m 13.2M - 0.25.0 c8568f914cd2 77bfe55f3d2a 2024-02-10T07:40:54.343 INFO:teuthology.orchestra.run.smithi067.stdout:ceph-exporter.smithi067 smithi067 running (12m) 58s ago 12m 8951k - 19.0.0-1361-g290212a1 c328ab9dcfc7 6cd57d1613b4 2024-02-10T07:40:54.343 INFO:teuthology.orchestra.run.smithi067.stdout:ceph-exporter.smithi174 smithi174 running (10m) 27s ago 10m 9180k - 19.0.0-1361-g290212a1 c328ab9dcfc7 95a85d48b29d 2024-02-10T07:40:54.343 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi067 smithi067 running (12m) 58s ago 12m 7111k - 19.0.0-1361-g290212a1 c328ab9dcfc7 8c8dcb93179d 2024-02-10T07:40:54.343 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi174 smithi174 running (10m) 27s ago 10m 7084k - 19.0.0-1361-g290212a1 c328ab9dcfc7 070c07661e8b 2024-02-10T07:40:54.343 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.smithi067 smithi067 *:3000 running (10m) 58s ago 11m 74.7M - 9.4.12 a0ea5e3c46d9 d9af97f62fb5 2024-02-10T07:40:54.343 INFO:teuthology.orchestra.run.smithi067.stdout:haproxy.rgw.foo.smithi067.qpbqzy smithi067 *:9000,9001 running (64s) 58s ago 4m 4643k - 2.3.17-d1c9119 e85424b0d443 97044ddc7b96 2024-02-10T07:40:54.344 INFO:teuthology.orchestra.run.smithi067.stdout:haproxy.rgw.foo.smithi174.hzdsnv smithi174 *:9000,9001 running (32s) 27s ago 5m 4652k - 2.3.17-d1c9119 e85424b0d443 1f4d87327ee5 2024-02-10T07:40:54.344 INFO:teuthology.orchestra.run.smithi067.stdout:keepalived.rgw.foo.smithi067.sordjx smithi067 running (4m) 58s ago 4m 2620k - 2.2.4 4a3a1ff181d9 d461d42a78c4 2024-02-10T07:40:54.344 INFO:teuthology.orchestra.run.smithi067.stdout:keepalived.rgw.foo.smithi174.rfybmy smithi174 running (4m) 27s ago 4m 2627k - 2.2.4 4a3a1ff181d9 e47782012762 2024-02-10T07:40:54.344 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi067.noawcm smithi067 *:9283,8765,8443 running (13m) 58s ago 13m 506M - 19.0.0-1361-g290212a1 c328ab9dcfc7 8e6b16692abd 2024-02-10T07:40:54.344 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi174.fkboaf smithi174 *:8443,9283,8765 running (10m) 27s ago 10m 438M - 19.0.0-1361-g290212a1 c328ab9dcfc7 daf785f0bc27 2024-02-10T07:40:54.344 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi067 smithi067 running (13m) 58s ago 14m 52.7M 2048M 19.0.0-1361-g290212a1 c328ab9dcfc7 adb7043aebf4 2024-02-10T07:40:54.344 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi174 smithi174 running (10m) 27s ago 10m 41.7M 2048M 19.0.0-1361-g290212a1 c328ab9dcfc7 8f846528610d 2024-02-10T07:40:54.344 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi067 smithi067 *:9100 running (12m) 58s ago 12m 8899k - 1.5.0 0da6a335fe13 4ac255f1ab94 2024-02-10T07:40:54.344 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi174 smithi174 *:9100 running (10m) 27s ago 10m 8859k - 1.5.0 0da6a335fe13 92cbf209cc3a 2024-02-10T07:40:54.344 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi174 running (9m) 27s ago 9m 63.7M 3772M 19.0.0-1361-g290212a1 c328ab9dcfc7 3e02662d916e 2024-02-10T07:40:54.344 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (9m) 58s ago 9m 57.1M 3004M 19.0.0-1361-g290212a1 c328ab9dcfc7 018c73ac331d 2024-02-10T07:40:54.344 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi174 running (9m) 27s ago 9m 59.1M 3772M 19.0.0-1361-g290212a1 c328ab9dcfc7 956e78a04d48 2024-02-10T07:40:54.344 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (9m) 58s ago 9m 57.6M 3004M 19.0.0-1361-g290212a1 c328ab9dcfc7 ba194b4e082b 2024-02-10T07:40:54.345 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi174 running (9m) 27s ago 9m 52.7M 3772M 19.0.0-1361-g290212a1 c328ab9dcfc7 5f2d0a524eb8 2024-02-10T07:40:54.345 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi067 running (8m) 58s ago 9m 49.8M 3004M 19.0.0-1361-g290212a1 c328ab9dcfc7 ca8f3b86eac6 2024-02-10T07:40:54.345 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi174 running (8m) 27s ago 9m 59.7M 3772M 19.0.0-1361-g290212a1 c328ab9dcfc7 f684e8ce6663 2024-02-10T07:40:54.345 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi067 running (8m) 58s ago 8m 53.5M 3004M 19.0.0-1361-g290212a1 c328ab9dcfc7 b91e484e849a 2024-02-10T07:40:54.345 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.smithi067 smithi067 *:9095 running (4m) 58s ago 11m 58.5M - 2.43.0 a07b618ecd1d c2e138716e8f 2024-02-10T07:40:54.345 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi067.iaihiw smithi067 *:8001 running (3m) 58s ago 5m 101M - 19.0.0-1361-g290212a1 c328ab9dcfc7 a121907d76b0 2024-02-10T07:40:54.345 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi067.ptmrwj smithi067 *:8000 running (2m) 58s ago 5m 97.0M - 19.0.0-1361-g290212a1 c328ab9dcfc7 7ebeb1b3d5a7 2024-02-10T07:40:54.345 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi174.goiemj smithi174 *:8000 running (2m) 27s ago 5m 95.3M - 19.0.0-1361-g290212a1 c328ab9dcfc7 8a13378564f7 2024-02-10T07:40:54.345 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi174.hiwrcs smithi174 *:8001 running (97s) 27s ago 5m 92.3M - 19.0.0-1361-g290212a1 c328ab9dcfc7 93b22c9a5e70 2024-02-10T07:40:55.024 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-10T07:40:55.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:55 smithi174 bash[23193]: cluster 2024-02-10T07:40:53.595874+0000 mgr.smithi067.noawcm (mgr.14197) 618 : cluster 0 pgmap v373: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:40:55.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:55 smithi174 bash[23193]: audit 2024-02-10T07:40:54.328808+0000 mgr.smithi067.noawcm (mgr.14197) 619 : audit 0 from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:55.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:55 smithi067 bash[18640]: cluster 2024-02-10T07:40:53.595874+0000 mgr.smithi067.noawcm (mgr.14197) 618 : cluster 0 pgmap v373: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:40:55.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:55 smithi067 bash[18640]: audit 2024-02-10T07:40:54.328808+0000 mgr.smithi067.noawcm (mgr.14197) 619 : audit 0 from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:40:56.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:56 smithi174 bash[23193]: audit 2024-02-10T07:40:55.854266+0000 mon.smithi067 (mon.0) 1121 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:40:56.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:56 smithi067 bash[18640]: audit 2024-02-10T07:40:55.854266+0000 mon.smithi067 (mon.0) 1121 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:40:57.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:57 smithi174 bash[23193]: cluster 2024-02-10T07:40:55.596921+0000 mgr.smithi067.noawcm (mgr.14197) 620 : cluster 0 pgmap v374: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:40:57.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:57 smithi067 bash[18640]: cluster 2024-02-10T07:40:55.596921+0000 mgr.smithi067.noawcm (mgr.14197) 620 : cluster 0 pgmap v374: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:40:59.533 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:40:59 smithi067 bash[18640]: cluster 2024-02-10T07:40:57.598013+0000 mgr.smithi067.noawcm (mgr.14197) 621 : cluster 0 pgmap v375: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-10T07:40:59.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:40:59 smithi174 bash[23193]: cluster 2024-02-10T07:40:57.598013+0000 mgr.smithi067.noawcm (mgr.14197) 621 : cluster 0 pgmap v375: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-10T07:40:59.872 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:41:01.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:41:01 smithi174 bash[23193]: cluster 2024-02-10T07:40:59.599185+0000 mgr.smithi067.noawcm (mgr.14197) 622 : cluster 0 pgmap v376: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-10T07:41:01.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:41:01 smithi067 bash[18640]: cluster 2024-02-10T07:40:59.599185+0000 mgr.smithi067.noawcm (mgr.14197) 622 : cluster 0 pgmap v376: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-10T07:41:02.878 INFO:teuthology.orchestra.run.smithi067.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-02-10T07:41:02.878 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager ?:9093,9094 1/1 67s ago 13m count:1 2024-02-10T07:41:02.879 INFO:teuthology.orchestra.run.smithi067.stdout:ceph-exporter 2/2 67s ago 13m * 2024-02-10T07:41:02.879 INFO:teuthology.orchestra.run.smithi067.stdout:crash 2/2 67s ago 13m * 2024-02-10T07:41:02.879 INFO:teuthology.orchestra.run.smithi067.stdout:grafana ?:3000 1/1 67s ago 13m count:1 2024-02-10T07:41:02.879 INFO:teuthology.orchestra.run.smithi067.stdout:ingress.rgw.foo 10.0.31.67:9000,9001 4/4 67s ago 5m count:2 2024-02-10T07:41:02.879 INFO:teuthology.orchestra.run.smithi067.stdout:mgr 2/2 67s ago 13m count:2 2024-02-10T07:41:02.879 INFO:teuthology.orchestra.run.smithi067.stdout:mon 2/2 67s ago 11m smithi067:172.21.15.67=smithi067;smithi174:172.21.15.174=smithi174;count:2 2024-02-10T07:41:02.879 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter ?:9100 2/2 67s ago 13m * 2024-02-10T07:41:02.879 INFO:teuthology.orchestra.run.smithi067.stdout:osd.all-available-devices 8 67s ago 10m * 2024-02-10T07:41:02.879 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus ?:9095 1/1 67s ago 13m count:1 2024-02-10T07:41:02.879 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo ?:8000 4/4 67s ago 5m count:4;* 2024-02-10T07:41:03.575 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-10T07:41:03.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:41:03 smithi174 bash[23193]: cluster 2024-02-10T07:41:01.600170+0000 mgr.smithi067.noawcm (mgr.14197) 623 : cluster 0 pgmap v377: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:41:03.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:41:03 smithi067 bash[18640]: cluster 2024-02-10T07:41:01.600170+0000 mgr.smithi067.noawcm (mgr.14197) 623 : cluster 0 pgmap v377: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:41:04.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:41:04 smithi174 bash[23193]: audit 2024-02-10T07:41:02.863316+0000 mgr.smithi067.noawcm (mgr.14197) 624 : audit 0 from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:41:04.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:41:04 smithi067 bash[18640]: audit 2024-02-10T07:41:02.863316+0000 mgr.smithi067.noawcm (mgr.14197) 624 : audit 0 from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:41:05.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:41:05 smithi174 bash[23193]: cluster 2024-02-10T07:41:03.601089+0000 mgr.smithi067.noawcm (mgr.14197) 625 : cluster 0 pgmap v378: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:41:05.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:41:05 smithi067 bash[18640]: cluster 2024-02-10T07:41:03.601089+0000 mgr.smithi067.noawcm (mgr.14197) 625 : cluster 0 pgmap v378: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:41:07.711 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:41:07 smithi067 bash[18640]: cluster 2024-02-10T07:41:05.601979+0000 mgr.smithi067.noawcm (mgr.14197) 626 : cluster 0 pgmap v379: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:41:07.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:41:07 smithi174 bash[23193]: cluster 2024-02-10T07:41:05.601979+0000 mgr.smithi067.noawcm (mgr.14197) 626 : cluster 0 pgmap v379: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:41:08.429 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:41:09.521 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:41:09 smithi067 bash[18640]: cluster 2024-02-10T07:41:07.603071+0000 mgr.smithi067.noawcm (mgr.14197) 627 : cluster 0 pgmap v380: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:41:09.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:41:09 smithi174 bash[23193]: cluster 2024-02-10T07:41:07.603071+0000 mgr.smithi067.noawcm (mgr.14197) 627 : cluster 0 pgmap v380: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:41:11.197 INFO:teuthology.orchestra.run.smithi067.stdout:HOST ADDR LABELS STATUS 2024-02-10T07:41:11.198 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 172.21.15.67 2024-02-10T07:41:11.198 INFO:teuthology.orchestra.run.smithi067.stdout:smithi174 172.21.15.174 2024-02-10T07:41:11.198 INFO:teuthology.orchestra.run.smithi067.stdout:2 hosts in cluster 2024-02-10T07:41:11.517 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:41:11 smithi174 bash[23193]: cluster 2024-02-10T07:41:09.604197+0000 mgr.smithi067.noawcm (mgr.14197) 628 : cluster 0 pgmap v381: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:41:11.517 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:41:11 smithi174 bash[23193]: audit 2024-02-10T07:41:10.853829+0000 mon.smithi067 (mon.0) 1122 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:41:11.533 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:41:11 smithi067 bash[18640]: cluster 2024-02-10T07:41:09.604197+0000 mgr.smithi067.noawcm (mgr.14197) 628 : cluster 0 pgmap v381: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:41:11.533 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:41:11 smithi067 bash[18640]: audit 2024-02-10T07:41:10.853829+0000 mon.smithi067 (mon.0) 1122 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:41:11.853 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-10T07:41:12.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:41:12 smithi174 bash[23193]: audit 2024-02-10T07:41:11.202420+0000 mgr.smithi067.noawcm (mgr.14197) 629 : audit 0 from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:41:12.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:41:12 smithi067 bash[18640]: audit 2024-02-10T07:41:11.202420+0000 mgr.smithi067.noawcm (mgr.14197) 629 : audit 0 from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:41:13.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:41:13 smithi174 bash[23193]: cluster 2024-02-10T07:41:11.605188+0000 mgr.smithi067.noawcm (mgr.14197) 630 : cluster 0 pgmap v382: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:41:13.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:41:13 smithi067 bash[18640]: cluster 2024-02-10T07:41:11.605188+0000 mgr.smithi067.noawcm (mgr.14197) 630 : cluster 0 pgmap v382: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:41:15.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:41:15 smithi174 bash[23193]: cluster 2024-02-10T07:41:13.606320+0000 mgr.smithi067.noawcm (mgr.14197) 631 : cluster 0 pgmap v383: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:41:15.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:41:15 smithi067 bash[18640]: cluster 2024-02-10T07:41:13.606320+0000 mgr.smithi067.noawcm (mgr.14197) 631 : cluster 0 pgmap v383: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail 2024-02-10T07:41:16.712 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:41:17.734 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:41:17 smithi067 bash[18640]: cluster 2024-02-10T07:41:15.607260+0000 mgr.smithi067.noawcm (mgr.14197) 632 : cluster 0 pgmap v384: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:41:17.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:41:17 smithi174 bash[23193]: cluster 2024-02-10T07:41:15.607260+0000 mgr.smithi067.noawcm (mgr.14197) 632 : cluster 0 pgmap v384: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:41:18.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:41:18 smithi174 bash[23193]: cluster 2024-02-10T07:41:17.608442+0000 mgr.smithi067.noawcm (mgr.14197) 633 : cluster 0 pgmap v385: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:41:18.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:41:18 smithi067 bash[18640]: cluster 2024-02-10T07:41:17.608442+0000 mgr.smithi067.noawcm (mgr.14197) 633 : cluster 0 pgmap v385: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:41:19.675 INFO:teuthology.orchestra.run.smithi067.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-10T07:41:19.675 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT53440042400BGN 372G No 5m ago Has a FileSystem, LVM detected 2024-02-10T07:41:19.676 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 /dev/nvme1n1 ssd Linux_be4ba267c8d85f49ad0c 89.4G No 5m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T07:41:19.676 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 /dev/nvme2n1 ssd Linux_e0f34085d0decfed6b21 89.4G No 5m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T07:41:19.676 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 /dev/nvme3n1 ssd Linux_13b034b789d62ba5ab40 89.4G No 5m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T07:41:19.676 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 /dev/nvme4n1 ssd Linux_3738e59c81956faf35f0 89.4G No 5m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T07:41:19.676 INFO:teuthology.orchestra.run.smithi067.stdout:smithi174 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT62050074400BGN 372G No 5m ago Has a FileSystem, LVM detected 2024-02-10T07:41:19.676 INFO:teuthology.orchestra.run.smithi067.stdout:smithi174 /dev/nvme1n1 ssd Linux_4e6cc0a6e4ad9ce309e3 89.4G No 5m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T07:41:19.676 INFO:teuthology.orchestra.run.smithi067.stdout:smithi174 /dev/nvme2n1 ssd Linux_d094ad03e76ba1bc1296 89.4G No 5m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T07:41:19.676 INFO:teuthology.orchestra.run.smithi067.stdout:smithi174 /dev/nvme3n1 ssd Linux_8bad3f94872d7f8d1c63 89.4G No 5m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T07:41:19.676 INFO:teuthology.orchestra.run.smithi067.stdout:smithi174 /dev/nvme4n1 ssd Linux_639ce1dea2382ba509cf 89.4G No 5m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T07:41:20.359 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 -- bash -c 'ceph orch ls | grep '"'"'^osd.all-available-devices '"'"'' 2024-02-10T07:41:21.017 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:41:20 smithi174 bash[23193]: cluster 2024-02-10T07:41:19.609691+0000 mgr.smithi067.noawcm (mgr.14197) 634 : cluster 0 pgmap v386: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:41:21.017 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:41:20 smithi174 bash[23193]: audit 2024-02-10T07:41:19.671574+0000 mgr.smithi067.noawcm (mgr.14197) 635 : audit 0 from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:41:21.033 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:41:20 smithi067 bash[18640]: cluster 2024-02-10T07:41:19.609691+0000 mgr.smithi067.noawcm (mgr.14197) 634 : cluster 0 pgmap v386: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-10T07:41:21.033 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:41:20 smithi067 bash[18640]: audit 2024-02-10T07:41:19.671574+0000 mgr.smithi067.noawcm (mgr.14197) 635 : audit 0 from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:41:23.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:41:23 smithi174 bash[23193]: cluster 2024-02-10T07:41:21.610657+0000 mgr.smithi067.noawcm (mgr.14197) 636 : cluster 0 pgmap v387: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:41:23.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:41:23 smithi067 bash[18640]: cluster 2024-02-10T07:41:21.610657+0000 mgr.smithi067.noawcm (mgr.14197) 636 : cluster 0 pgmap v387: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:41:25.199 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/mon.smithi067/config 2024-02-10T07:41:25.533 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:41:25 smithi067 bash[18640]: cluster 2024-02-10T07:41:23.611898+0000 mgr.smithi067.noawcm (mgr.14197) 637 : cluster 0 pgmap v388: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:41:25.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:41:25 smithi174 bash[23193]: cluster 2024-02-10T07:41:23.611898+0000 mgr.smithi067.noawcm (mgr.14197) 637 : cluster 0 pgmap v388: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:41:26.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:41:26 smithi174 bash[23193]: audit 2024-02-10T07:41:25.855177+0000 mon.smithi067 (mon.0) 1123 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:41:26.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:41:26 smithi067 bash[18640]: audit 2024-02-10T07:41:25.855177+0000 mon.smithi067 (mon.0) 1123 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T07:41:27.760 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:41:27 smithi067 bash[18640]: cluster 2024-02-10T07:41:25.612915+0000 mgr.smithi067.noawcm (mgr.14197) 638 : cluster 0 pgmap v389: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:41:27.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:41:27 smithi174 bash[23193]: cluster 2024-02-10T07:41:25.612915+0000 mgr.smithi067.noawcm (mgr.14197) 638 : cluster 0 pgmap v389: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-10T07:41:28.162 INFO:teuthology.orchestra.run.smithi067.stdout:osd.all-available-devices 8 92s ago 10m * 2024-02-10T07:41:28.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:41:28 smithi174 bash[23193]: audit 2024-02-10T07:41:27.483077+0000 mon.smithi067 (mon.0) 1124 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:41:28.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:41:28 smithi174 bash[23193]: audit 2024-02-10T07:41:28.215585+0000 mon.smithi067 (mon.0) 1125 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:41:28.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:41:28 smithi174 bash[23193]: audit 2024-02-10T07:41:28.216316+0000 mon.smithi067 (mon.0) 1126 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:41:28.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:41:28 smithi174 bash[23193]: audit 2024-02-10T07:41:28.221505+0000 mon.smithi067 (mon.0) 1127 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:41:28.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:41:28 smithi174 bash[23193]: audit 2024-02-10T07:41:28.224781+0000 mon.smithi067 (mon.0) 1128 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:41:28.771 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:41:28 smithi067 bash[18640]: audit 2024-02-10T07:41:27.483077+0000 mon.smithi067 (mon.0) 1124 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:41:28.771 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:41:28 smithi067 bash[18640]: audit 2024-02-10T07:41:28.215585+0000 mon.smithi067 (mon.0) 1125 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:41:28.771 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:41:28 smithi067 bash[18640]: audit 2024-02-10T07:41:28.216316+0000 mon.smithi067 (mon.0) 1126 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:41:28.771 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:41:28 smithi067 bash[18640]: audit 2024-02-10T07:41:28.221505+0000 mon.smithi067 (mon.0) 1127 : audit 1 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' 2024-02-10T07:41:28.771 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:41:28 smithi067 bash[18640]: audit 2024-02-10T07:41:28.224781+0000 mon.smithi067 (mon.0) 1128 : audit 0 from='mgr.14197 172.21.15.67:0/2168568266' entity='mgr.smithi067.noawcm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:41:28.772 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-02-10T07:41:28.783 INFO:tasks.vip:Removing 10.0.15.67 (and any VIPs) on smithi067.front.sepia.ceph.com iface enp3s0f1... 2024-02-10T07:41:28.783 DEBUG:teuthology.orchestra.run.smithi067:> sudo ip addr del 10.0.15.67/16 dev enp3s0f1 2024-02-10T07:41:28.800 DEBUG:teuthology.orchestra.run.smithi067:> sudo ip addr del 10.0.31.67/16 dev enp3s0f1 2024-02-10T07:41:28.859 INFO:tasks.vip:Removing 10.0.15.174 (and any VIPs) on smithi174.front.sepia.ceph.com iface enp3s0f1... 2024-02-10T07:41:28.859 DEBUG:teuthology.orchestra.run.smithi174:> sudo ip addr del 10.0.15.174/16 dev enp3s0f1 2024-02-10T07:41:28.874 DEBUG:teuthology.orchestra.run.smithi174:> sudo ip addr del 10.0.31.67/16 dev enp3s0f1 2024-02-10T07:41:28.926 INFO:teuthology.orchestra.run.smithi174.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-10T07:41:28.927 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-10T07:41:28.928 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-10T07:41:28.938 INFO:tasks.cephadm:Teardown begin 2024-02-10T07:41:28.938 DEBUG:teuthology.orchestra.run.smithi067:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-10T07:41:28.951 DEBUG:teuthology.orchestra.run.smithi174:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-10T07:41:28.983 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-10T07:41:28.984 DEBUG:teuthology.orchestra.run.smithi067:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-10T07:41:28.998 DEBUG:teuthology.orchestra.run.smithi174:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-10T07:41:29.032 INFO:tasks.cephadm:Stopping all daemons... 2024-02-10T07:41:29.032 INFO:tasks.cephadm.mon.smithi067:Stopping mon.smithi067... 2024-02-10T07:41:29.033 DEBUG:teuthology.orchestra.run.smithi067:> sudo systemctl stop ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@mon.smithi067 2024-02-10T07:41:29.188 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:41:29 smithi067 systemd[1]: Stopping Ceph mon.smithi067 for 9dfc5860-c7e5-11ee-95b8-87774f69a715... 2024-02-10T07:41:29.322 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:41:29 smithi067 bash[18640]: debug 2024-02-10T07:41:29.189+0000 7f11f7f2a700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi067 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-10T07:41:29.322 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 10 07:41:29 smithi067 bash[18640]: debug 2024-02-10T07:41:29.189+0000 7f11f7f2a700 -1 mon.smithi067@0(leader) e2 *** Got Signal Terminated *** 2024-02-10T07:41:30.207 DEBUG:teuthology.orchestra.run.smithi067:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@mon.smithi067.service' 2024-02-10T07:41:30.255 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T07:41:30.255 INFO:tasks.cephadm.mon.smithi067:Stopped mon.smithi067 2024-02-10T07:41:30.255 INFO:tasks.cephadm.mon.smithi174:Stopping mon.smithi174... 2024-02-10T07:41:30.255 DEBUG:teuthology.orchestra.run.smithi174:> sudo systemctl stop ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@mon.smithi174 2024-02-10T07:41:30.402 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:41:30 smithi174 systemd[1]: Stopping Ceph mon.smithi174 for 9dfc5860-c7e5-11ee-95b8-87774f69a715... 2024-02-10T07:41:30.641 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:41:30 smithi174 bash[23193]: debug 2024-02-10T07:41:30.399+0000 7fe1171bb700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi174 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-10T07:41:30.641 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Feb 10 07:41:30 smithi174 bash[23193]: debug 2024-02-10T07:41:30.399+0000 7fe1171bb700 -1 mon.smithi174@1(peon) e2 *** Got Signal Terminated *** 2024-02-10T07:41:31.471 DEBUG:teuthology.orchestra.run.smithi174:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9dfc5860-c7e5-11ee-95b8-87774f69a715@mon.smithi174.service' 2024-02-10T07:41:31.525 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T07:41:31.525 INFO:tasks.cephadm.mon.smithi174:Stopped mon.smithi174 2024-02-10T07:41:31.525 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 --force --keep-logs 2024-02-10T07:41:31.694 INFO:teuthology.orchestra.run.smithi067.stdout:Deleting cluster with fsid: 9dfc5860-c7e5-11ee-95b8-87774f69a715 2024-02-10T07:42:44.180 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 --force --keep-logs 2024-02-10T07:42:44.347 INFO:teuthology.orchestra.run.smithi174.stdout:Deleting cluster with fsid: 9dfc5860-c7e5-11ee-95b8-87774f69a715 2024-02-10T07:43:53.259 DEBUG:teuthology.orchestra.run.smithi067:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-10T07:43:53.274 DEBUG:teuthology.orchestra.run.smithi174:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-10T07:43:53.286 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-10T07:43:53.288 DEBUG:teuthology.misc:Transferring archived files from smithi067:/var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555209/remote/smithi067/crash 2024-02-10T07:43:53.289 DEBUG:teuthology.orchestra.run.smithi067:> sudo tar c -f - -C /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/crash -- . 2024-02-10T07:43:53.328 INFO:teuthology.orchestra.run.smithi067.stderr:tar: /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/crash: Cannot open: No such file or directory 2024-02-10T07:43:53.328 INFO:teuthology.orchestra.run.smithi067.stderr:tar: Error is not recoverable: exiting now 2024-02-10T07:43:53.330 DEBUG:teuthology.misc:Transferring archived files from smithi174:/var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555209/remote/smithi174/crash 2024-02-10T07:43:53.331 DEBUG:teuthology.orchestra.run.smithi174:> sudo tar c -f - -C /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/crash -- . 2024-02-10T07:43:53.342 INFO:teuthology.orchestra.run.smithi174.stderr:tar: /var/lib/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/crash: Cannot open: No such file or directory 2024-02-10T07:43:53.342 INFO:teuthology.orchestra.run.smithi174.stderr:tar: Error is not recoverable: exiting now 2024-02-10T07:43:53.343 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-10T07:43:53.343 DEBUG:teuthology.orchestra.run.smithi067:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-10T07:43:53.385 INFO:teuthology.orchestra.run.smithi067.stdout:2024-02-10T07:30:10.846758+0000 mon.smithi067 (mon.0) 252 : cluster 3 [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 1 daemon(s) 2024-02-10T07:43:53.386 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-02-10T07:43:53.386 DEBUG:teuthology.orchestra.run.smithi067:> sudo egrep '\[SEC\]' /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-10T07:43:53.441 DEBUG:teuthology.orchestra.run.smithi067:> sudo egrep '\[ERR\]' /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-10T07:43:53.496 DEBUG:teuthology.orchestra.run.smithi067:> sudo egrep '\[WRN\]' /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-10T07:43:53.551 INFO:teuthology.orchestra.run.smithi067.stdout:2024-02-10T07:30:10.846758+0000 mon.smithi067 (mon.0) 252 : cluster 3 [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 1 daemon(s) 2024-02-10T07:43:53.552 INFO:tasks.cephadm:Compressing logs... 2024-02-10T07:43:53.553 DEBUG:teuthology.orchestra.run.smithi067:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-10T07:43:53.598 DEBUG:teuthology.orchestra.run.smithi174:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-10T07:43:53.609 INFO:teuthology.orchestra.run.smithi067.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-02-10T07:43:53.611 INFO:teuthology.orchestra.run.smithi174.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-02-10T07:43:53.615 INFO:teuthology.orchestra.run.smithi067.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-10T07:43:53.615 INFO:teuthology.orchestra.run.smithi067.stderr:gzip -5 --verbose -- /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-mon.smithi067.log 2024-02-10T07:43:53.616 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-mgr.smithi067.noawcm.log 2024-02-10T07:43:53.616 INFO:teuthology.orchestra.run.smithi067.stderr:gzip -5 --verbose -- /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-osd.7.log 2024-02-10T07:43:53.616 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-mon.smithi067.log: /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-mgr.smithi067.noawcm.log: gzip -5 --verbose -- /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-client.ceph-exporter.smithi067.log 2024-02-10T07:43:53.617 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-client.rgw.foo.smithi067.iaihiw.log 2024-02-10T07:43:53.617 INFO:teuthology.orchestra.run.smithi067.stderr:gzip -5 --verbose -- /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph.cephadm.log 2024-02-10T07:43:53.617 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-client.ceph-exporter.smithi067.log: /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-client.rgw.foo.smithi067.iaihiw.log: gzip -5 --verbose -- /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-osd.3.log 2024-02-10T07:43:53.618 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-osd.5.log 2024-02-10T07:43:53.619 INFO:teuthology.orchestra.run.smithi067.stderr: 83.5% -- replaced with /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph.cephadm.log.gz 2024-02-10T07:43:53.619 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-osd.3.log: 94.4% -- replaced with /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-client.ceph-exporter.smithi067.log.gz 2024-02-10T07:43:53.619 INFO:teuthology.orchestra.run.smithi067.stderr:gzip -5 --verbose -- /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-osd.1.log 2024-02-10T07:43:53.620 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph.log 2024-02-10T07:43:53.620 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-osd.1.log: 92.8% -- replaced with /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-client.rgw.foo.smithi067.iaihiw.log.gz 2024-02-10T07:43:53.621 INFO:teuthology.orchestra.run.smithi067.stderr:gzip -5 --verbose -- /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-client.rgw.foo.smithi067.ptmrwj.log 2024-02-10T07:43:53.623 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph.log: 88.6% -- replaced with /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph.log.gz 2024-02-10T07:43:53.623 INFO:teuthology.orchestra.run.smithi067.stderr:gzip -5 --verbose -- /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-volume.log 2024-02-10T07:43:53.626 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-client.rgw.foo.smithi067.ptmrwj.log: 92.2% -- replaced with /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-client.rgw.foo.smithi067.ptmrwj.log.gz 2024-02-10T07:43:53.627 INFO:teuthology.orchestra.run.smithi067.stderr:gzip -5 --verbose -- /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph.audit.log 2024-02-10T07:43:53.629 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-volume.log: 86.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-10T07:43:53.630 INFO:teuthology.orchestra.run.smithi174.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-10T07:43:53.630 INFO:teuthology.orchestra.run.smithi174.stderr:gzip -5 --verbose -- /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-osd.0.log 2024-02-10T07:43:53.630 INFO:teuthology.orchestra.run.smithi174.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-client.rgw.foo.smithi174.goiemj.log 2024-02-10T07:43:53.631 INFO:teuthology.orchestra.run.smithi067.stderr:gzip -5 --verbose -- /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ops-log-ceph-client.rgw.foo.smithi067.ptmrwj.log 2024-02-10T07:43:53.631 INFO:teuthology.orchestra.run.smithi174.stderr:/var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-osd.2.log 2024-02-10T07:43:53.632 INFO:teuthology.orchestra.run.smithi174.stderr:gzip -5 --verbose -- /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-osd.6.log 2024-02-10T07:43:53.632 INFO:teuthology.orchestra.run.smithi174.stderr:/var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-client.rgw.foo.smithi174.goiemj.log: /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-client.rgw.foo.smithi174.hiwrcs.log 2024-02-10T07:43:53.632 INFO:teuthology.orchestra.run.smithi174.stderr:/var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-client.ceph-exporter.smithi174.log 2024-02-10T07:43:53.634 INFO:teuthology.orchestra.run.smithi174.stderr:gzip/var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-client.rgw.foo.smithi174.hiwrcs.log: -5 --verbose -- /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph.cephadm.log 2024-02-10T07:43:53.634 INFO:teuthology.orchestra.run.smithi174.stderr: 89.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-10T07:43:53.634 INFO:teuthology.orchestra.run.smithi174.stderr:/var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-client.ceph-exporter.smithi174.log: gzip -5 --verbose -- /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ops-log-ceph-client.rgw.foo.smithi174.hiwrcs.log 2024-02-10T07:43:53.635 INFO:teuthology.orchestra.run.smithi174.stderr:/var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-mgr.smithi174.fkboaf.log 2024-02-10T07:43:53.635 INFO:teuthology.orchestra.run.smithi174.stderr: 83.4% -- replaced with /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph.cephadm.log.gz 2024-02-10T07:43:53.635 INFO:teuthology.orchestra.run.smithi174.stderr:/var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ops-log-ceph-client.rgw.foo.smithi174.hiwrcs.log: 94.5% -- replaced with /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-client.ceph-exporter.smithi174.log.gz 2024-02-10T07:43:53.635 INFO:teuthology.orchestra.run.smithi174.stderr: 92.6% -- replaced with /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-client.rgw.foo.smithi174.goiemj.log.gz 2024-02-10T07:43:53.637 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph.audit.log: 91.6% -- replaced with /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph.audit.log.gz 2024-02-10T07:43:53.637 INFO:teuthology.orchestra.run.smithi067.stderr:gzip -5 --verbose -- /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ops-log-ceph-client.rgw.foo.smithi067.iaihiw.log 2024-02-10T07:43:53.638 INFO:teuthology.orchestra.run.smithi174.stderr:gzip -5 --verbose -- /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph.log 2024-02-10T07:43:53.638 INFO:teuthology.orchestra.run.smithi174.stderr:/var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-mgr.smithi174.fkboaf.log: 92.4% -- replaced with /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-client.rgw.foo.smithi174.hiwrcs.log.gz 2024-02-10T07:43:53.638 INFO:teuthology.orchestra.run.smithi174.stderr:gzip -5 --verbose -- /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-volume.log 2024-02-10T07:43:53.638 INFO:teuthology.orchestra.run.smithi174.stderr:/var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ops-log-ceph-client.rgw.foo.smithi174.goiemj.log 2024-02-10T07:43:53.638 INFO:teuthology.orchestra.run.smithi174.stderr:/var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph.audit.log 2024-02-10T07:43:53.638 INFO:teuthology.orchestra.run.smithi174.stderr: 93.1% -- replaced with /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ops-log-ceph-client.rgw.foo.smithi174.hiwrcs.log.gz/var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ops-log-ceph-client.rgw.foo.smithi174.goiemj.log: 2024-02-10T07:43:53.638 INFO:teuthology.orchestra.run.smithi174.stderr:gzip -5 --verbose -- /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-osd.4.log 2024-02-10T07:43:53.639 INFO:teuthology.orchestra.run.smithi174.stderr: 88.7% -- replaced with /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph.log.gz 2024-02-10T07:43:53.639 INFO:teuthology.orchestra.run.smithi174.stderr:/var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-mon.smithi174.log 2024-02-10T07:43:53.640 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ops-log-ceph-client.rgw.foo.smithi067.ptmrwj.log: 93.2% -- replaced with /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ops-log-ceph-client.rgw.foo.smithi067.ptmrwj.log.gz 2024-02-10T07:43:53.640 INFO:teuthology.orchestra.run.smithi174.stderr:/var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-osd.4.log: 93.3% -- replaced with /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ops-log-ceph-client.rgw.foo.smithi174.goiemj.log.gz 2024-02-10T07:43:53.641 INFO:teuthology.orchestra.run.smithi174.stderr: 91.8% -- replaced with /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph.audit.log.gz 2024-02-10T07:43:53.642 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ops-log-ceph-client.rgw.foo.smithi067.iaihiw.log: 91.1% -- replaced with /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-volume.log.gz 2024-02-10T07:43:53.642 INFO:teuthology.orchestra.run.smithi174.stderr:/var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-mon.smithi174.log: 92.6% -- replaced with /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-mgr.smithi174.fkboaf.log.gz 2024-02-10T07:43:53.643 INFO:teuthology.orchestra.run.smithi067.stderr: 93.2% -- replaced with /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ops-log-ceph-client.rgw.foo.smithi067.iaihiw.log.gz 2024-02-10T07:43:53.648 INFO:teuthology.orchestra.run.smithi174.stderr: 91.2% -- replaced with /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-volume.log.gz 2024-02-10T07:43:53.786 INFO:teuthology.orchestra.run.smithi174.stderr: 93.0% -- replaced with /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-mon.smithi174.log.gz 2024-02-10T07:43:53.814 INFO:teuthology.orchestra.run.smithi067.stderr: 88.5% -- replaced with /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-mgr.smithi067.noawcm.log.gz 2024-02-10T07:43:54.001 INFO:teuthology.orchestra.run.smithi174.stderr: 93.3% -- replaced with /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-osd.2.log.gz 2024-02-10T07:43:54.156 INFO:teuthology.orchestra.run.smithi174.stderr: 93.3% -- replaced with /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-osd.0.log.gz 2024-02-10T07:43:54.167 INFO:teuthology.orchestra.run.smithi067.stderr: 93.6% -- replaced with /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-osd.1.log.gz 2024-02-10T07:43:54.196 INFO:teuthology.orchestra.run.smithi174.stderr: 93.2% -- replaced with /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-osd.6.log.gz 2024-02-10T07:43:54.199 INFO:teuthology.orchestra.run.smithi067.stderr: 90.9% -- replaced with /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-mon.smithi067.log.gz 2024-02-10T07:43:54.206 INFO:teuthology.orchestra.run.smithi174.stderr: 93.3% -- replaced with /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-osd.4.log.gz 2024-02-10T07:43:54.208 INFO:teuthology.orchestra.run.smithi174.stderr: 2024-02-10T07:43:54.208 INFO:teuthology.orchestra.run.smithi174.stderr:real 0m0.605s 2024-02-10T07:43:54.208 INFO:teuthology.orchestra.run.smithi174.stderr:user 0m2.154s 2024-02-10T07:43:54.208 INFO:teuthology.orchestra.run.smithi174.stderr:sys 0m0.091s 2024-02-10T07:43:54.259 INFO:teuthology.orchestra.run.smithi067.stderr: 93.4% -- replaced with /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-osd.7.log.gz 2024-02-10T07:43:54.352 INFO:teuthology.orchestra.run.smithi067.stderr: 93.4% -- replaced with /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-osd.5.log.gz 2024-02-10T07:43:54.359 INFO:teuthology.orchestra.run.smithi067.stderr: 93.5% -- replaced with /var/log/ceph/9dfc5860-c7e5-11ee-95b8-87774f69a715/ceph-osd.3.log.gz 2024-02-10T07:43:54.359 INFO:teuthology.orchestra.run.smithi067.stderr: 2024-02-10T07:43:54.360 INFO:teuthology.orchestra.run.smithi067.stderr:real 0m0.760s 2024-02-10T07:43:54.360 INFO:teuthology.orchestra.run.smithi067.stderr:user 0m3.392s 2024-02-10T07:43:54.360 INFO:teuthology.orchestra.run.smithi067.stderr:sys 0m0.132s 2024-02-10T07:43:54.361 INFO:tasks.cephadm:Archiving logs... 2024-02-10T07:43:54.361 DEBUG:teuthology.misc:Transferring archived files from smithi067:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555209/remote/smithi067/log 2024-02-10T07:43:54.362 DEBUG:teuthology.orchestra.run.smithi067:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-10T07:43:54.779 DEBUG:teuthology.misc:Transferring archived files from smithi174:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555209/remote/smithi174/log 2024-02-10T07:43:54.780 DEBUG:teuthology.orchestra.run.smithi174:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-10T07:43:55.060 INFO:tasks.cephadm:Removing cluster... 2024-02-10T07:43:55.060 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 --force 2024-02-10T07:43:55.227 INFO:teuthology.orchestra.run.smithi067.stdout:Deleting cluster with fsid: 9dfc5860-c7e5-11ee-95b8-87774f69a715 2024-02-10T07:43:56.360 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9dfc5860-c7e5-11ee-95b8-87774f69a715 --force 2024-02-10T07:43:56.520 INFO:teuthology.orchestra.run.smithi174.stdout:Deleting cluster with fsid: 9dfc5860-c7e5-11ee-95b8-87774f69a715 2024-02-10T07:43:57.649 INFO:tasks.cephadm:Removing cephadm ... 2024-02-10T07:43:57.650 DEBUG:teuthology.orchestra.run.smithi067:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-10T07:43:57.656 DEBUG:teuthology.orchestra.run.smithi174:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-10T07:43:57.661 INFO:tasks.cephadm:Teardown complete 2024-02-10T07:43:57.662 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-02-10T07:43:57.673 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi067:/dev/vg_nvme/lv_1... 2024-02-10T07:43:57.673 DEBUG:teuthology.orchestra.run.smithi067:> sudo nvme disconnect -n lv_1 2024-02-10T07:43:57.985 INFO:teuthology.orchestra.run.smithi067.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-10T07:43:57.986 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T07:43:57.987 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi067:/dev/vg_nvme/lv_2... 2024-02-10T07:43:57.987 DEBUG:teuthology.orchestra.run.smithi067:> sudo nvme disconnect -n lv_2 2024-02-10T07:43:58.249 INFO:teuthology.orchestra.run.smithi067.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-10T07:43:58.251 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T07:43:58.251 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi067:/dev/vg_nvme/lv_3... 2024-02-10T07:43:58.251 DEBUG:teuthology.orchestra.run.smithi067:> sudo nvme disconnect -n lv_3 2024-02-10T07:43:58.521 INFO:teuthology.orchestra.run.smithi067.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-10T07:43:58.522 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T07:43:58.523 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi067:/dev/vg_nvme/lv_4... 2024-02-10T07:43:58.523 DEBUG:teuthology.orchestra.run.smithi067:> sudo nvme disconnect -n lv_4 2024-02-10T07:43:58.785 INFO:teuthology.orchestra.run.smithi067.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-10T07:43:58.786 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T07:43:58.787 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-02-10T07:43:58.787 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/scratch_devs 2024-02-10T07:43:58.801 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi174:/dev/vg_nvme/lv_1... 2024-02-10T07:43:58.802 DEBUG:teuthology.orchestra.run.smithi174:> sudo nvme disconnect -n lv_1 2024-02-10T07:43:59.084 INFO:teuthology.orchestra.run.smithi174.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-10T07:43:59.085 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T07:43:59.087 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi174:/dev/vg_nvme/lv_2... 2024-02-10T07:43:59.087 DEBUG:teuthology.orchestra.run.smithi174:> sudo nvme disconnect -n lv_2 2024-02-10T07:43:59.368 INFO:teuthology.orchestra.run.smithi174.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-10T07:43:59.369 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T07:43:59.370 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi174:/dev/vg_nvme/lv_3... 2024-02-10T07:43:59.370 DEBUG:teuthology.orchestra.run.smithi174:> sudo nvme disconnect -n lv_3 2024-02-10T07:43:59.684 INFO:teuthology.orchestra.run.smithi174.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-10T07:43:59.685 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T07:43:59.686 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi174:/dev/vg_nvme/lv_4... 2024-02-10T07:43:59.686 DEBUG:teuthology.orchestra.run.smithi174:> sudo nvme disconnect -n lv_4 2024-02-10T07:43:59.956 INFO:teuthology.orchestra.run.smithi174.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-10T07:43:59.958 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T07:43:59.958 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-02-10T07:43:59.958 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/scratch_devs 2024-02-10T07:43:59.972 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-10T07:43:59.983 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-10T07:43:59.983 DEBUG:teuthology.orchestra.run.smithi067:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-10T07:43:59.985 DEBUG:teuthology.orchestra.run.smithi174:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-10T07:43:59.997 INFO:teuthology.orchestra.run.smithi067.stdout: remote refid st t when poll reach delay offset jitter 2024-02-10T07:43:59.997 INFO:teuthology.orchestra.run.smithi067.stdout:============================================================================== 2024-02-10T07:43:59.997 INFO:teuthology.orchestra.run.smithi067.stdout:*hv01.front.sepi 44.4.53.2 2 u 41 64 377 0.098 -7.686 3.084 2024-02-10T07:43:59.997 INFO:teuthology.orchestra.run.smithi067.stdout:+hv02.front.sepi 96.245.170.99 3 u 55 64 377 0.080 -2.341 2.554 2024-02-10T07:43:59.997 INFO:teuthology.orchestra.run.smithi067.stdout:+hv03.front.sepi 74.6.168.72 3 u 48 64 377 0.098 -2.064 3.130 2024-02-10T07:43:59.997 INFO:teuthology.orchestra.run.smithi067.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-02-10T07:44:00.025 INFO:teuthology.orchestra.run.smithi174.stdout: remote refid st t when poll reach delay offset jitter 2024-02-10T07:44:00.025 INFO:teuthology.orchestra.run.smithi174.stdout:============================================================================== 2024-02-10T07:44:00.025 INFO:teuthology.orchestra.run.smithi174.stdout:*hv01.front.sepi 44.4.53.2 2 u 44 64 377 0.096 -1.792 0.449 2024-02-10T07:44:00.025 INFO:teuthology.orchestra.run.smithi174.stdout:+hv02.front.sepi 96.245.170.99 3 u 46 64 377 0.105 -1.609 0.701 2024-02-10T07:44:00.025 INFO:teuthology.orchestra.run.smithi174.stdout:+hv03.front.sepi 74.6.168.72 3 u 47 64 377 0.101 -1.137 0.415 2024-02-10T07:44:00.026 INFO:teuthology.orchestra.run.smithi174.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-02-10T07:44:00.026 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-10T07:44:00.037 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-10T07:44:00.038 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-10T07:44:00.048 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-10T07:44:00.058 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-10T07:44:00.067 INFO:teuthology.task.internal:Duration was 1526.666945 seconds 2024-02-10T07:44:00.068 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-10T07:44:00.134 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-10T07:44:00.134 DEBUG:teuthology.orchestra.run.smithi067:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-10T07:44:00.136 DEBUG:teuthology.orchestra.run.smithi174:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-10T07:44:00.174 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-10T07:44:00.174 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi067.front.sepia.ceph.com 2024-02-10T07:44:00.174 DEBUG:teuthology.orchestra.run.smithi067:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-10T07:44:00.226 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi174.front.sepia.ceph.com 2024-02-10T07:44:00.226 DEBUG:teuthology.orchestra.run.smithi174:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-10T07:44:00.236 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-10T07:44:00.236 DEBUG:teuthology.orchestra.run.smithi067:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-10T07:44:00.269 DEBUG:teuthology.orchestra.run.smithi174:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-10T07:44:00.317 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-10T07:44:00.317 DEBUG:teuthology.orchestra.run.smithi067:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-10T07:44:00.319 DEBUG:teuthology.orchestra.run.smithi174:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-10T07:44:00.463 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-10T07:44:00.473 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-10T07:44:00.474 DEBUG:teuthology.orchestra.run.smithi067:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-10T07:44:00.487 DEBUG:teuthology.orchestra.run.smithi174:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-10T07:44:00.497 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-10T07:44:00.532 DEBUG:teuthology.orchestra.run.smithi067:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-10T07:44:00.534 DEBUG:teuthology.orchestra.run.smithi174:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-10T07:44:00.545 INFO:teuthology.orchestra.run.smithi067.stdout:kernel.core_pattern = core 2024-02-10T07:44:00.549 INFO:teuthology.orchestra.run.smithi174.stdout:kernel.core_pattern = core 2024-02-10T07:44:00.575 DEBUG:teuthology.orchestra.run.smithi067:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-10T07:44:00.612 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T07:44:00.613 DEBUG:teuthology.orchestra.run.smithi174:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-10T07:44:00.623 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T07:44:00.623 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-10T07:44:00.678 INFO:teuthology.task.internal:Transferring archived files... 2024-02-10T07:44:00.679 DEBUG:teuthology.misc:Transferring archived files from smithi067:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555209/remote/smithi067 2024-02-10T07:44:00.679 DEBUG:teuthology.orchestra.run.smithi067:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-10T07:44:00.704 DEBUG:teuthology.misc:Transferring archived files from smithi174:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555209/remote/smithi174 2024-02-10T07:44:00.704 DEBUG:teuthology.orchestra.run.smithi174:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-10T07:44:00.726 INFO:teuthology.task.internal:Removing archive directory... 2024-02-10T07:44:00.726 DEBUG:teuthology.orchestra.run.smithi067:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-10T07:44:00.746 DEBUG:teuthology.orchestra.run.smithi174:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-10T07:44:00.772 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-10T07:44:00.783 INFO:teuthology.task.internal:Not uploading archives. 2024-02-10T07:44:00.783 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-10T07:44:00.823 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-10T07:44:00.823 DEBUG:teuthology.orchestra.run.smithi067:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-10T07:44:00.826 DEBUG:teuthology.orchestra.run.smithi174:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-10T07:44:00.829 INFO:teuthology.orchestra.run.smithi067.stdout: 658641 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 10 07:44 /home/ubuntu/cephtest 2024-02-10T07:44:00.831 INFO:teuthology.orchestra.run.smithi174.stdout: 658640 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 10 07:44 /home/ubuntu/cephtest 2024-02-10T07:44:00.832 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-10T07:44:00.846 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-10T07:44:00.892 INFO:teuthology.nuke:Checking targets against current locks 2024-02-10T07:44:00.917 DEBUG:teuthology.nuke:shortname: smithi067 2024-02-10T07:44:00.918 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-10T07:44:00.942 DEBUG:teuthology.nuke:shortname: smithi174 2024-02-10T07:44:00.942 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-10T07:44:00.945 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi067.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555209', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-10 07:08:42.450275', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPv4DOqmjBnxvIJRXbCSU+Rnb++eDNFze2rkox9wfdGARY6ma5pDm3oqsCw21MozLROMV8Fm+k81sVDVHTEGs+I='} 2024-02-10T07:44:00.970 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi174.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555209', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-10 07:08:42.448971', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAcXUDGRvkc2ot5szwLNWdy1jsTA/HQJsf66YuBFtthSyGmQ9tRNSEbwi6I9ih25sQRvT5gPDk9Zj5UZ95EteGA='} 2024-02-10T07:44:01.000 INFO:teuthology.orchestra.console.smithi067:Power off 2024-02-10T07:44:01.001 DEBUG:teuthology.orchestra.console.smithi067:pexpect command: ipmitool -H smithi067.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-10T07:44:01.024 DEBUG:teuthology.orchestra.console.smithi067:power off output: Chassis Power Control: Down/Off 2024-02-10T07:44:01.025 DEBUG:teuthology.orchestra.console.smithi067:pexpect command: ipmitool -H smithi067.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T07:44:01.039 INFO:teuthology.orchestra.console.smithi174:Power off 2024-02-10T07:44:01.039 DEBUG:teuthology.orchestra.console.smithi174:pexpect command: ipmitool -H smithi174.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-10T07:44:01.048 DEBUG:teuthology.orchestra.console.smithi067:check power output: Chassis Power is on 2024-02-10T07:44:01.061 DEBUG:teuthology.orchestra.console.smithi174:power off output: Chassis Power Control: Down/Off 2024-02-10T07:44:01.061 DEBUG:teuthology.orchestra.console.smithi174:pexpect command: ipmitool -H smithi174.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T07:44:01.085 DEBUG:teuthology.orchestra.console.smithi174:check power output: Chassis Power is on 2024-02-10T07:44:05.049 DEBUG:teuthology.orchestra.console.smithi067:pexpect command: ipmitool -H smithi067.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T07:44:05.086 DEBUG:teuthology.orchestra.console.smithi174:pexpect command: ipmitool -H smithi174.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T07:44:05.159 DEBUG:teuthology.orchestra.console.smithi067:check power output: Chassis Power is on 2024-02-10T07:44:05.194 DEBUG:teuthology.orchestra.console.smithi174:check power output: Chassis Power is on 2024-02-10T07:44:09.160 DEBUG:teuthology.orchestra.console.smithi067:pexpect command: ipmitool -H smithi067.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T07:44:09.196 DEBUG:teuthology.orchestra.console.smithi174:pexpect command: ipmitool -H smithi174.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T07:44:09.271 DEBUG:teuthology.orchestra.console.smithi067:check power output: Chassis Power is off 2024-02-10T07:44:09.305 DEBUG:teuthology.orchestra.console.smithi174:check power output: Chassis Power is on 2024-02-10T07:44:09.372 INFO:teuthology.orchestra.console.smithi067:Power off completed 2024-02-10T07:44:13.308 DEBUG:teuthology.orchestra.console.smithi174:pexpect command: ipmitool -H smithi174.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T07:44:13.417 DEBUG:teuthology.orchestra.console.smithi174:check power output: Chassis Power is off 2024-02-10T07:44:13.518 INFO:teuthology.orchestra.console.smithi174:Power off completed 2024-02-10T07:44:13.622 INFO:teuthology.run:Summary data: description: orch/cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} duration: 1526.6669447422028 failure_reason: '"2024-02-10T07:30:10.846758+0000 mon.smithi067 (mon.0) 252 : cluster 3 [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 1 daemon(s)" in cluster log' owner: scheduled_yuriw@teuthology success: false 2024-02-10T07:44:13.622 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-10T07:44:13.696 INFO:teuthology.run:FAIL